01HBYP8P20YYF0DYH7RA271DY5: 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: 01HBYPJ2PZZM4TQ3GX3JJMRB6S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-05T01:44:31.048Zjob assigned to worker 01HBYR1D1SRTK34C1DV5MX2MGJ (queued for 27 m 16 s)
 
22023-10-05T01:44:31.314Zstarting task 0: "setup"
32023-10-05T01:44:31.370Z++ uname -s
42023-10-05T01:44:31.373Z+ kern=SunOS
52023-10-05T01:44:31.380Z+ case "$kern" in
62023-10-05T01:44:31.384Z+ groupadd -g 12345 build
72023-10-05T01:44:31.388Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-05T01:44:33.387Z+ zfs create -o mountpoint=/work rpool/work
92023-10-05T01:44:33.485Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-05T01:44:33.490Z+ home_fs=zfs
112023-10-05T01:44:33.499Z+ [[ zfs == autofs ]]
122023-10-05T01:44:33.504Z+ mkdir -p /home/build
132023-10-05T01:44:33.545Z+ chown build:build /home/build /work
142023-10-05T01:44:35.492Z+ chmod 0700 /home/build /work
152023-10-05T01:44:35.497Zprocess exited: duration 4179 ms, exit code 0
 
162023-10-05T01:44:35.505Zstarting task 1: "rust-toolchain"
172023-10-05T01:44:35.526Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-05T01:44:35.555Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-05T01:44:35.701Zinfo: downloading installer
202023-10-05T01:44:36.931Zwarning: it looks like you have an existing installation of Rust at:
212023-10-05T01:44:36.935Zwarning: /opt/ooce/bin
222023-10-05T01:44:36.938Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-05T01:44:36.942Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-05T01:44:36.945Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-05T01:44:36.949Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-05T01:44:36.956Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-05T01:44:36.960Zerror: cannot install while Rust is installed
282023-10-05T01:44:36.964Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-05T01:44:37.045Zinfo: profile set to 'default'
302023-10-05T01:44:37.067Zinfo: default host triple is x86_64-unknown-illumos
312023-10-05T01:44:37.075Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-05T01:44:37.186Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-05T01:44:37.199Zinfo: downloading component 'cargo'
342023-10-05T01:44:37.804Zinfo: downloading component 'clippy'
352023-10-05T01:44:38.015Zinfo: downloading component 'rust-docs'
362023-10-05T01:44:38.795Zinfo: downloading component 'rust-std'
372023-10-05T01:44:40.592Zinfo: downloading component 'rustc'
382023-10-05T01:44:43.457Zinfo: downloading component 'rustfmt'
392023-10-05T01:44:43.651Zinfo: installing component 'cargo'
402023-10-05T01:44:45.425Zinfo: installing component 'clippy'
412023-10-05T01:44:46.237Zinfo: installing component 'rust-docs'
422023-10-05T01:44:48.923Zinfo: installing component 'rust-std'
432023-10-05T01:44:52.677Zinfo: installing component 'rustc'
442023-10-05T01:45:01.437Zinfo: installing component 'rustfmt'
452023-10-05T01:45:01.881Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-05T01:45:01.910Z
472023-10-05T01:45:02.019Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-05T01:45:02.024Z
492023-10-05T01:45:02.027Z
502023-10-05T01:45:02.036ZRust is installed now. Great!
512023-10-05T01:45:02.041Z
522023-10-05T01:45:02.047ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-05T01:45:02.056Zenvironment variable. This has not been done automatically.
542023-10-05T01:45:02.484Z
552023-10-05T01:45:02.500ZTo configure your current shell, run:
562023-10-05T01:45:02.518Zsource "$HOME/.cargo/env"
572023-10-05T01:45:02.539Z+ rustc --version
582023-10-05T01:45:02.572Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-05T01:45:02.592Zprocess exited: duration 26725 ms, exit code 0
 
602023-10-05T01:45:02.626Zstarting task 2: "authentication"
612023-10-05T01:45:03.528ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
622023-10-05T01:46:06.932Zprocess exited: duration 63902 ms, exit code 0
 
632023-10-05T01:46:06.941Zstarting task 3: "clone repository"
642023-10-05T01:46:06.956Z+ mkdir -p /work/oxidecomputer/omicron
652023-10-05T01:46:06.964Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662023-10-05T01:46:07.036ZCloning into '/work/oxidecomputer/omicron'...
672023-10-05T01:46:12.500Z+ cd /work/oxidecomputer/omicron
682023-10-05T01:46:12.513Z+ [[ -n dependabot/cargo/syn-2.0.37 ]]
692023-10-05T01:46:12.550Z+ git fetch origin dependabot/cargo/syn-2.0.37
702023-10-05T01:46:12.819ZFrom https://github.com/oxidecomputer/omicron
712023-10-05T01:46:12.879Z * branch dependabot/cargo/syn-2.0.37 -> FETCH_HEAD
722023-10-05T01:46:12.904Z+ git checkout -B dependabot/cargo/syn-2.0.37 remotes/origin/dependabot/cargo/syn-2.0.37
732023-10-05T01:46:12.909ZSwitched to a new branch 'dependabot/cargo/syn-2.0.37'
742023-10-05T01:46:12.913Zbranch 'dependabot/cargo/syn-2.0.37' set up to track 'origin/dependabot/cargo/syn-2.0.37'.
752023-10-05T01:46:12.921Z+ git reset --hard 9498059e6408e2349c925ffad8b8a734727a3e87
762023-10-05T01:46:12.925ZHEAD is now at 9498059e Bump syn from 2.0.32 to 2.0.37
772023-10-05T01:46:12.930Zprocess exited: duration 5984 ms, exit code 0
 
782023-10-05T01:46:12.952Zstarting task 4: "build"
792023-10-05T01:46:13.037Z+ NEXTEST_VERSION=0.9.59
802023-10-05T01:46:13.079Z+ cargo --version
812023-10-05T01:46:13.093Zcargo 1.72.1 (103a7ff2e 2023-08-15)
822023-10-05T01:46:13.111Z+ rustc --version
832023-10-05T01:46:13.167Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
842023-10-05T01:46:13.242Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.59/illumos
852023-10-05T01:46:13.250Z+ gunzip
862023-10-05T01:46:13.380Z+ tar -xvf - -C /home/build/.cargo/bin
872023-10-05T01:46:21.993Zx cargo-nextest, 11418632 bytes, 22303 tape blocks
882023-10-05T01:46:22.308Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
892023-10-05T01:46:22.623Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
902023-10-05T01:46:23.157Ztests will store output in /var/tmp/omicron_tmp
912023-10-05T01:46:23.559Z+ mkdir /var/tmp/omicron_tmp
922023-10-05T01:46:23.704Z+ source ./env.sh
932023-10-05T01:46:23.879Z++ set -o xtrace
942023-10-05T01:46:24.384Z++++ dirname ./env.sh
952023-10-05T01:46:24.461Z+++ cd .
962023-10-05T01:46:24.689Z+++ echo /work/oxidecomputer/omicron
972023-10-05T01:46:24.885Z++ OMICRON_WS=/work/oxidecomputer/omicron
982023-10-05T01:46:25.063Z++ export 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-05T01:46:25.150Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002023-10-05T01:46:25.317Z++ 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
1012023-10-05T01:46:25.515Z++ 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
1022023-10-05T01:46:25.568Z++ 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
1032023-10-05T01:46:25.658Z++ 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
1042023-10-05T01:46:25.760Z++ unset OMICRON_WS
1052023-10-05T01:46:26.207Z++ set +o xtrace
1062023-10-05T01:46:26.221Z
1072023-10-05T01:46:26.232Z ##### ##### ###### ##### ###### #### # # # #### #
1082023-10-05T01:46:26.269Z # # # # # # # # # # # # # # #
1092023-10-05T01:46:26.396Z # # # # ##### # # ##### # # # # # #### #
1102023-10-05T01:46:26.430Z ##### ##### # ##### # # # # # # # # #
1112023-10-05T01:46:26.442Z # # # # # # # # # # # # # # #
1122023-10-05T01:46:26.450Z # # # ###### # # ###### ### # #### # #### #
1132023-10-05T01:46:26.458Z
1142023-10-05T01:46:26.465Z Startup: Refreshing catalog 'helios-dev' ... Done
1152023-10-05T01:46:26.482Z Startup: Caching catalogs ... Done
1162023-10-05T01:46:26.497ZPlanning: Solver setup ... Done (2.491s)
1172023-10-05T01:46:26.570ZPlanning: Running solver ... Done (0.163s)
1182023-10-05T01:46:26.610ZPlanning: Finding local manifests ... Done (0.006s)
1192023-10-05T01:46:26.631ZPlanning: Fetching manifests: 0/4 0% complete
1202023-10-05T01:46:26.902ZPlanning: Fetching manifests: 4/4 100% complete
1212023-10-05T01:46:26.977ZPlanning: Package planning ... Done (0.084s)
1222023-10-05T01:46:27.062ZPlanning: Merging actions ... Done (0.085s)
1232023-10-05T01:46:28.050ZPlanning: Checking for conflicting actions ... Done (0.990s)
1242023-10-05T01:46:28.072ZPlanning: Consolidating action changes ... Done (0.017s)
1252023-10-05T01:46:35.561ZPlanning: Evaluating mediators ... Done (7.489s)
1262023-10-05T01:46:35.577ZPlanning: Planning completed in 11.82 seconds
1272023-10-05T01:46:35.938Z Packages to install: 4
1282023-10-05T01:46:35.952Z Mediators to change: 2
1292023-10-05T01:46:35.968Z Services to change: 1
1302023-10-05T01:46:35.980Z Estimated space available: 149.39 GB
1312023-10-05T01:46:36.005ZEstimated space to be consumed: 1.35 GB
1322023-10-05T01:46:36.020Z Create boot environment: No
1332023-10-05T01:46:36.030ZCreate backup boot environment: No
1342023-10-05T01:46:36.045Z Rebuild boot archive: No
1352023-10-05T01:46:36.896Z
1362023-10-05T01:46:36.903ZChanged mediators:
1372023-10-05T01:46:36.913Z mediator clang:
1382023-10-05T01:46:36.916Z version: None -> 15 (system default)
1392023-10-05T01:46:36.928Z
1402023-10-05T01:46:36.941Z mediator llvm:
1412023-10-05T01:46:37.368Z version: 14 (system default) -> 15 (system default)
1422023-10-05T01:46:37.848Z
1432023-10-05T01:46:37.863ZChanged packages:
1442023-10-05T01:46:37.876Zhelios-dev
1452023-10-05T01:46:37.885Z developer/build-essential
1462023-10-05T01:46:37.902Z None -> 11-2.0
1472023-10-05T01:46:37.910Z library/libxmlsec1
1482023-10-05T01:46:37.930Z None -> 1.2.35-2.0
1492023-10-05T01:46:37.936Z ooce/developer/clang-15
1502023-10-05T01:46:37.945Z None -> 15.0.7-2.0
1512023-10-05T01:46:37.954Z ooce/developer/llvm-15
1522023-10-05T01:46:37.957Z None -> 15.0.7-2.0
1532023-10-05T01:46:37.961Z
1542023-10-05T01:46:37.971ZServices:
1552023-10-05T01:46:37.978Z restart_fmri:
1562023-10-05T01:46:37.983Z svc:/system/update-man-index:default
1572023-10-05T01:46:37.992Z
1582023-10-05T01:46:38.019ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592023-10-05T01:46:41.227ZDownload: 547/3290 items 17.4/212.6MB 8% complete (3.5M/s)
1602023-10-05T01:46:46.295ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s)
1612023-10-05T01:46:51.442ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (10.2M/s)
1622023-10-05T01:46:56.304ZDownload: 2978/3290 items 121.3/212.6MB 57% complete (3.8M/s)
1632023-10-05T01:47:01.442ZDownload: 3248/3290 items 192.7/212.6MB 90% complete (7.3M/s)
1642023-10-05T01:47:02.612ZDownload: Completed 212.60 MB in 26.39 seconds (8.1M/s)
1652023-10-05T01:47:02.892Z Actions: 1/3687 actions (Installing new actions)
1662023-10-05T01:47:07.896Z Actions: 1942/3687 actions (Installing new actions)
1672023-10-05T01:47:11.048Z Actions: Completed 3687 actions in 8.18 seconds.
1682023-10-05T01:47:11.117Z Done (0.053s)
1692023-10-05T01:47:11.136Z Done (0.000s)
1702023-10-05T01:47:11.241Z Done (0.132s)
1712023-10-05T01:47:18.732Z Done (7.345s)
1722023-10-05T01:47:18.962Z Done (0.139s)
1732023-10-05T01:47:18.972Z Done (0.000s)
1742023-10-05T01:47:19.216Z Done (0.000s)
1752023-10-05T01:47:19.873ZPlanning: Evaluating mediator changes ... Done
1762023-10-05T01:47:20.158ZPlanning: Checking for conflicting actions ... Done
1772023-10-05T01:47:20.190ZPlanning: Consolidating action changes ... Done
1782023-10-05T01:47:20.592ZPlanning: Evaluating mediators ... Done
1792023-10-05T01:47:20.611ZPlanning: Planning completed in 0.71 seconds
1802023-10-05T01:47:20.653Z Mediators to change: 2
1812023-10-05T01:47:20.721Z Create boot environment: No
1822023-10-05T01:47:20.744ZCreate backup boot environment: No
1832023-10-05T01:47:20.760Z Done
1842023-10-05T01:47:20.775Z Done
1852023-10-05T01:47:20.811Z Done
1862023-10-05T01:47:26.531Z Done
1872023-10-05T01:47:26.645Z Done
1882023-10-05T01:47:26.660Z Done
1892023-10-05T01:47:26.739Z Done
1902023-10-05T01:47:27.758ZPlanning: Evaluating mediator changes ... Done
1912023-10-05T01:47:27.776ZPlanning: Merging actions ... Done
1922023-10-05T01:47:28.073ZPlanning: Checking for conflicting actions ... Done
1932023-10-05T01:47:28.077ZPlanning: Consolidating action changes ... Done
1942023-10-05T01:47:28.510ZPlanning: Evaluating mediators ... Done
1952023-10-05T01:47:28.597ZPlanning: Planning completed in 1.28 seconds
1962023-10-05T01:47:28.658Z Packages to change: 1
1972023-10-05T01:47:28.676Z Mediators to change: 1
1982023-10-05T01:47:28.689Z Services to change: 1
1992023-10-05T01:47:28.713Z Create boot environment: No
2002023-10-05T01:47:29.124ZCreate backup boot environment: Yes
2012023-10-05T01:47:30.767Z Actions: 1/6 actions (Updating modified actions)
2022023-10-05T01:47:30.862Z Actions: Completed 6 actions in 0.00 seconds.
2032023-10-05T01:47:30.961Z Done
2042023-10-05T01:47:30.976Z Done
2052023-10-05T01:47:30.985Z Done
2062023-10-05T01:47:37.261Z Done
2072023-10-05T01:47:37.740Z Done
2082023-10-05T01:47:38.540Z Done
2092023-10-05T01:47:40.559Z Done
2102023-10-05T01:47:45.725ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112023-10-05T01:48:04.998Zclang system 15 system
2122023-10-05T01:48:05.745Zcsh system system illumos
2132023-10-05T01:48:05.941Zctags system system illumos
2142023-10-05T01:48:06.110Zgcc vendor 12 vendor
2152023-10-05T01:48:06.764Zgcc system 10 system
2162023-10-05T01:48:06.863Zgcc system 7 system
2172023-10-05T01:48:07.311Zgo system 1.20 system
2182023-10-05T01:48:07.533Zgo system 1.19 system
2192023-10-05T01:48:07.864Zllvm system 15 system
2202023-10-05T01:48:07.995Zllvm system 14 system
2212023-10-05T01:48:08.464Zmariadb system 10.6 system
2222023-10-05T01:48:08.824Zmta vendor vendor dma
2232023-10-05T01:48:09.151Zopenjdk system 17 system
2242023-10-05T01:48:09.218Zopenjdk system 11 system
2252023-10-05T01:48:09.491Zopenjdk system 1.8 system
2262023-10-05T01:48:09.792Zopenssl vendor 3 vendor
2272023-10-05T01:48:10.161Zperl system 5.36 system
2282023-10-05T01:48:10.327Zpostgresql system 15 system
2292023-10-05T01:48:10.466Zpostgresql system 13 system
2302023-10-05T01:48:10.546Zpython vendor 3 vendor
2312023-10-05T01:48:10.604Zpython system 2 system
2322023-10-05T01:48:10.710Zpython3 system 3.11 system
2332023-10-05T01:48:10.854Zruby system 3.0 system
2342023-10-05T01:48:10.913Zwords vendor vendor american-english
2352023-10-05T01:48:11.435Zwords system system australian-english
2362023-10-05T01:48:12.909Zwords system system british-english
2372023-10-05T01:48:12.991Zwords system system canadian-english
2382023-10-05T01:48:13.004Zwords system system french
2392023-10-05T01:48:13.026Zwords system system italian
2402023-10-05T01:48:13.041Zwords system system ngerman
2412023-10-05T01:48:13.064Zwords system system ogerman
2422023-10-05T01:48:13.084Zwords system system spanish
2432023-10-05T01:48:13.109ZFMRI IFO
2442023-10-05T01:48:13.125Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452023-10-05T01:48:13.142Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462023-10-05T01:48:13.165Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472023-10-05T01:48:13.193Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2482023-10-05T01:48:13.208Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492023-10-05T01:48:13.641Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2502023-10-05T01:48:13.662Z+ set -o errexit
2512023-10-05T01:48:13.684Z+++ dirname ./tools/ci_download_cockroachdb
2522023-10-05T01:48:13.713Z++ cd ./tools
2532023-10-05T01:48:13.726Z++ pwd
2542023-10-05T01:48:13.739Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2552023-10-05T01:48:13.757Z++ basename ./tools/ci_download_cockroachdb
2562023-10-05T01:48:13.785Z+ ARG0=ci_download_cockroachdb
2572023-10-05T01:48:13.807Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2582023-10-05T01:48:13.823Z+ CIDL_VERSION=v22.1.9
2592023-10-05T01:48:13.840Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2602023-10-05T01:48:14.279Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2612023-10-05T01:48:14.707Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2622023-10-05T01:48:15.958Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2632023-10-05T01:48:15.973Z+ TARGET_DIR=out
2642023-10-05T01:48:15.990Z+ DOWNLOAD_DIR=out/downloads
2652023-10-05T01:48:16.008Z+ DEST_DIR=./out/cockroachdb
2662023-10-05T01:48:16.025Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2672023-10-05T01:48:16.122Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2682023-10-05T01:48:16.140Z+ main
2692023-10-05T01:48:16.153Z+ [[ 0 != 0 ]]
2702023-10-05T01:48:16.167Z+ CIDL_OS=solaris2.11
2712023-10-05T01:48:16.181Z+ [[ 0 != 0 ]]
2722023-10-05T01:48:16.201Z+ configure_os solaris2.11
2732023-10-05T01:48:16.218Z+ echo 'current directory: /work/oxidecomputer/omicron'
2742023-10-05T01:48:16.244Zcurrent directory: /work/oxidecomputer/omicron
2752023-10-05T01:48:16.269Z+ echo 'configuring based on OS: "solaris2.11"'
2762023-10-05T01:48:16.710Zconfiguring based on OS: "solaris2.11"
2772023-10-05T01:48:16.760Z+ case "$1" in
2782023-10-05T01:48:16.782ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2792023-10-05T01:48:16.802Z+ CIDL_BUILD=illumos
2802023-10-05T01:48:17.230ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-10-05T01:48:17.269Z+ CIDL_SUFFIX=tar.gz
2822023-10-05T01:48:17.327ZDownloading...
2832023-10-05T01:48:17.344Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2842023-10-05T01:48:17.449ZBuild Tag: v22.1.9-dirty
2852023-10-05T01:48:17.504Z+ CIDL_MD5FUNC=do_md5sum
2862023-10-05T01:48:17.554ZBuild Time: 2022/10/26 21:17:46
2872023-10-05T01:48:17.614Z+ CIDL_URL_BASE=https://illumos.org/downloads
2882023-10-05T01:48:17.654ZDistribution: OSS
2892023-10-05T01:48:17.688Z+ CIDL_ASSEMBLE=do_assemble_illumos
2902023-10-05T01:48:18.322ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2912023-10-05T01:48:18.342Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2922023-10-05T01:48:18.795ZGo Version: go1.17.13
2932023-10-05T01:48:19.223Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2942023-10-05T01:48:19.249ZC Compiler: gcc 10.3.0
2952023-10-05T01:48:19.274Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962023-10-05T01:48:19.282ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2972023-10-05T01:48:19.345Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2982023-10-05T01:48:19.517ZBuild Type: release
2992023-10-05T01:48:19.584Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3002023-10-05T01:48:19.618Zcurrent directory: /work/oxidecomputer/omicron
3012023-10-05T01:48:20.240Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3022023-10-05T01:48:20.399Zconfiguring based on OS: "solaris2.11"
3032023-10-05T01:48:21.022Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3042023-10-05T01:48:21.113ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3052023-10-05T01:48:21.139Z+ mkdir -p out/downloads
3062023-10-05T01:48:21.611ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3072023-10-05T01:48:21.744Z+ mkdir -p ./out/cockroachdb
3082023-10-05T01:48:22.036ZDownloading...
3092023-10-05T01:48:22.083Z+ local DO_DOWNLOAD=true
3102023-10-05T01:48:22.106ZClickHouse server version 22.8.9.1.
3112023-10-05T01:48:22.621Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3122023-10-05T01:48:23.109ZURL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3132023-10-05T01:48:23.459Z+ '[' true == true ']'
3142023-10-05T01:48:23.624ZLocal file: out/downloads/console.tar.gz
3152023-10-05T01:48:23.979Z+ echo Downloading...
3162023-10-05T01:48:27.985ZDownloading...
3172023-10-05T01:48:49.488Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3182023-10-05T01:48:50.082ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
3192023-10-05T01:48:50.128Z+ 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
3202023-10-05T01:48:50.267ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
3212023-10-05T01:48:50.347Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3222023-10-05T01:48:50.401ZDownloading...
3232023-10-05T01:48:50.437Z++ md5sum
3242023-10-05T01:48:50.465ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
3252023-10-05T01:48:50.488Z++ awk '{print $1}'
3262023-10-05T01:48:50.534ZLocal file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
3272023-10-05T01:48:50.580Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3282023-10-05T01:48:51.183ZDownloading...
3292023-10-05T01:48:51.231Z+ [[ 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 ]]
3302023-10-05T01:48:51.343Zcurrent directory: /work/oxidecomputer/omicron
3312023-10-05T01:48:51.550Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3322023-10-05T01:48:51.677Zconfiguring based on OS: "solaris2.11"
3332023-10-05T01:48:52.129Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3342023-10-05T01:48:52.175ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
3352023-10-05T01:48:52.613Z+ do_assemble_illumos
3362023-10-05T01:48:52.628ZLocal file: out/downloads/dendrite-stub.tar.gz
3372023-10-05T01:48:52.636Z+ rm -r ./out/cockroachdb
3382023-10-05T01:48:52.649ZDownloading...
3392023-10-05T01:48:52.671Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3402023-10-05T01:48:52.693Z+ ./out/cockroachdb/bin/cockroach version
3412023-10-05T01:48:52.724Z+ set -o errexit
3422023-10-05T01:48:52.758Z+++ dirname ./tools/ci_download_clickhouse
3432023-10-05T01:48:52.785Z++ cd ./tools
3442023-10-05T01:48:52.799Z++ pwd
3452023-10-05T01:48:52.820Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3462023-10-05T01:48:52.846Z++ basename ./tools/ci_download_clickhouse
3472023-10-05T01:48:52.870Z+ ARG0=ci_download_clickhouse
3482023-10-05T01:48:52.907Z+ TARGET_DIR=out
3492023-10-05T01:48:52.936Z+ DOWNLOAD_DIR=out/downloads
3502023-10-05T01:48:53.376Z+ DEST_DIR=./out/clickhouse
3512023-10-05T01:48:53.400Z+ CIDL_VERSION=v22.8.9.24
3522023-10-05T01:48:53.830Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3532023-10-05T01:48:53.852Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3542023-10-05T01:48:53.883Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3552023-10-05T01:48:54.316Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3562023-10-05T01:48:54.328Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3572023-10-05T01:48:54.348Z+ main
3582023-10-05T01:48:54.365Z+ [[ 0 != 0 ]]
3592023-10-05T01:48:54.382Z+ CIDL_OS=solaris2.11
3602023-10-05T01:48:54.402Z+ [[ 0 != 0 ]]
3612023-10-05T01:48:54.437Z+ configure_os solaris2.11
3622023-10-05T01:48:56.086Z+ echo 'current directory: /work/oxidecomputer/omicron'
3632023-10-05T01:48:56.095Z+ echo 'configuring based on OS: "solaris2.11"'
3642023-10-05T01:48:56.113Z+ CIDL_DASHREV=
3652023-10-05T01:48:56.129Z+ case "$1" in
3662023-10-05T01:48:56.142Z+ CIDL_PLATFORM=illumos
3672023-10-05T01:48:56.166Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3682023-10-05T01:48:56.195Z+ CIDL_MD5FUNC=do_md5sum
3692023-10-05T01:48:56.217Z+ CIDL_DASHREV=-1
3702023-10-05T01:48:56.254Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3712023-10-05T01:48:56.337Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3722023-10-05T01:48:56.369Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3732023-10-05T01:48:56.389Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3742023-10-05T01:48:56.410Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3752023-10-05T01:48:56.421Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3762023-10-05T01:48:56.438Z+ mkdir -p out/downloads
3772023-10-05T01:48:56.464Z+ mkdir -p ./out/clickhouse
3782023-10-05T01:48:56.497Z+ local DO_DOWNLOAD=true
3792023-10-05T01:48:56.523Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3802023-10-05T01:48:56.537Z+ '[' true == true ']'
3812023-10-05T01:48:56.552Z+ echo Downloading...
3822023-10-05T01:48:56.561Zcurrent directory: /work/oxidecomputer/omicron
3832023-10-05T01:48:56.572Z+ 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
3842023-10-05T01:48:56.586Zconfiguring based on OS: "solaris2.11"
3852023-10-05T01:48:57.009Z+ 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
3862023-10-05T01:48:57.023ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
3872023-10-05T01:48:57.027Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3882023-10-05T01:48:57.031ZLocal file: out/downloads/xcvradm.gz
3892023-10-05T01:48:57.034Z++ md5sum
3902023-10-05T01:48:57.038ZDownloading...
3912023-10-05T01:48:57.041Z++ awk '{print $1}'
3922023-10-05T01:48:57.045Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3932023-10-05T01:48:57.048Z+ [[ 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 ]]
3942023-10-05T01:48:57.052Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3952023-10-05T01:48:57.056Z+ mkdir -p ./out/clickhouse
3962023-10-05T01:48:57.060Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3972023-10-05T01:48:57.065Z+ ./out/clickhouse/clickhouse server --version
3982023-10-05T01:48:57.070Z+ set -o errexit
3992023-10-05T01:48:57.075Z+++ dirname ./tools/ci_download_console
4002023-10-05T01:48:57.079Z++ cd ./tools
4012023-10-05T01:48:57.084Z++ pwd
4022023-10-05T01:48:57.090Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4032023-10-05T01:48:57.525Z++ basename ./tools/ci_download_console
4042023-10-05T01:48:57.545Z+ ARG0=ci_download_console
4052023-10-05T01:48:57.980Z+ TARGET_DIR=out
4062023-10-05T01:48:57.996Z+ DOWNLOAD_DIR=out/downloads
4072023-10-05T01:48:58.025Z+ DEST_DIR=./out/console-assets
4082023-10-05T01:48:58.449Z+ source /work/oxidecomputer/omicron/tools/console_version
4092023-10-05T01:48:58.463Z++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27
4102023-10-05T01:48:58.484Z++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
4112023-10-05T01:48:58.513Z+ URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
4122023-10-05T01:48:58.561Z+ TARBALL_FILE=out/downloads/console.tar.gz
4132023-10-05T01:48:59.007Z+ main
4142023-10-05T01:48:59.027Z+ [[ 0 != 0 ]]
4152023-10-05T01:48:59.483Z+ echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz'
4162023-10-05T01:48:59.500Z+ echo 'Local file: out/downloads/console.tar.gz'
4172023-10-05T01:48:59.523Z+ local DO_DOWNLOAD=true
4182023-10-05T01:48:59.553Z+ [[ -f out/downloads/console.tar.gz ]]
4192023-10-05T01:48:59.588Z+ mkdir -p out/downloads
4202023-10-05T01:48:59.613Z+ '[' true == true ']'
4212023-10-05T01:48:59.650Z+ echo Downloading...
4222023-10-05T01:48:59.718Z+ do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz
4232023-10-05T01:48:59.749Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
4242023-10-05T01:48:59.769Z++ do_sha256sum out/downloads/console.tar.gz
4252023-10-05T01:48:59.788Z++ case "$OSTYPE" in
4262023-10-05T01:48:59.823Z++ SHA=sha256sum
4272023-10-05T01:48:59.844Z++ sha256sum
4282023-10-05T01:48:59.872Z++ awk '{print $1}'
4292023-10-05T01:48:59.891Z+ calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
4302023-10-05T01:48:59.913Z+ [[ 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 ]]
4312023-10-05T01:48:59.926Z+ rm -rf ./out/console-assets
4322023-10-05T01:48:59.939Z+ mkdir -p ./out/console-assets
4332023-10-05T01:48:59.954Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4342023-10-05T01:48:59.969Z+ mkdir -p ./out/console-assets
4352023-10-05T01:48:59.989Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4362023-10-05T01:49:00.004Z+ set -o errexit
4372023-10-05T01:49:00.020Z+++ dirname ./tools/ci_download_maghemite_openapi
4382023-10-05T01:49:00.450Z++ cd ./tools
4392023-10-05T01:49:00.510Z++ pwd
4402023-10-05T01:49:00.534Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4412023-10-05T01:49:00.545Z++ basename ./tools/ci_download_maghemite_openapi
4422023-10-05T01:49:00.563Z+ ARG0=ci_download_maghemite_openapi
4432023-10-05T01:49:00.581Z+ TARGET_DIR=out
4442023-10-05T01:49:00.585Z+ DOWNLOAD_DIR=out/downloads
4452023-10-05T01:49:00.596Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4462023-10-05T01:49:00.608Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4472023-10-05T01:49:00.617Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4482023-10-05T01:49:00.625Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4492023-10-05T01:49:00.640Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4502023-10-05T01:49:00.658Z+ main
4512023-10-05T01:49:00.671Z+ [[ 0 != 0 ]]
4522023-10-05T01:49:00.681Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4532023-10-05T01:49:00.720Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4542023-10-05T01:49:00.767Z+ local DO_DOWNLOAD=true
4552023-10-05T01:49:00.795Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4562023-10-05T01:49:00.828Z+ mkdir -p out/downloads
4572023-10-05T01:49:01.315Z+ '[' true == true ']'
4582023-10-05T01:49:01.760Z+ echo Downloading...
4592023-10-05T01:49:02.187Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4602023-10-05T01:49:02.206Z+ 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
4612023-10-05T01:49:02.234Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4622023-10-05T01:49:02.263Z++ case "$OSTYPE" in
4632023-10-05T01:49:02.292Z++ SHA=sha256sum
4642023-10-05T01:49:02.324Z++ sha256sum
4652023-10-05T01:49:02.345Z++ awk '{print $1}'
4662023-10-05T01:49:02.360Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4672023-10-05T01:49:02.382Z+ [[ 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 ]]
4682023-10-05T01:49:02.405Z+ set -o errexit
4692023-10-05T01:49:02.427Z+++ dirname ./tools/ci_download_dendrite_openapi
4702023-10-05T01:49:02.449Z++ cd ./tools
4712023-10-05T01:49:02.474Z++ pwd
4722023-10-05T01:49:02.491Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4732023-10-05T01:49:02.941Z++ basename ./tools/ci_download_dendrite_openapi
4742023-10-05T01:49:02.976Z+ ARG0=ci_download_dendrite_openapi
4752023-10-05T01:49:03.005Z+ TARGET_DIR=out
4762023-10-05T01:49:03.044Z+ DOWNLOAD_DIR=out/downloads
4772023-10-05T01:49:03.069Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4782023-10-05T01:49:03.099Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4792023-10-05T01:49:03.122Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4802023-10-05T01:49:03.138Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4812023-10-05T01:49:03.168Z+ LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4822023-10-05T01:49:03.198Z+ main
4832023-10-05T01:49:03.232Z+ [[ 0 != 0 ]]
4842023-10-05T01:49:03.266Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json'
4852023-10-05T01:49:03.301Z+ echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json'
4862023-10-05T01:49:03.330Z+ local DO_DOWNLOAD=true
4872023-10-05T01:49:03.758Z+ [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]]
4882023-10-05T01:49:03.770Z+ mkdir -p out/downloads
4892023-10-05T01:49:03.787Z+ '[' true == true ']'
4902023-10-05T01:49:06.635Z+ echo Downloading...
4912023-10-05T01:49:06.794Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4922023-10-05T01:49:06.822Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4932023-10-05T01:49:06.843Z++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4942023-10-05T01:49:07.277Z++ case "$OSTYPE" in
4952023-10-05T01:49:07.744Z++ SHA=sha256sum
4962023-10-05T01:49:07.769Z++ sha256sum
4972023-10-05T01:49:08.206Z++ awk '{print $1}'
4982023-10-05T01:49:08.657Z+ calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4992023-10-05T01:49:08.671Z+ [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]]
5002023-10-05T01:49:08.679Z+ set -o errexit
5012023-10-05T01:49:08.688Z+++ dirname ./tools/ci_download_dendrite_stub
5022023-10-05T01:49:08.697Z++ cd ./tools
5032023-10-05T01:49:08.711Z++ pwd
5042023-10-05T01:49:08.728Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5052023-10-05T01:49:08.743Z++ basename ./tools/ci_download_dendrite_stub
5062023-10-05T01:49:09.183Z+ ARG0=ci_download_dendrite_stub
5072023-10-05T01:49:09.201Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5082023-10-05T01:49:09.221Z++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5092023-10-05T01:49:09.240Z++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939
5102023-10-05T01:49:09.276Z++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8
5112023-10-05T01:49:09.300Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5122023-10-05T01:49:10.559Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
5132023-10-05T01:49:10.580Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
5142023-10-05T01:49:10.597Z+ TARGET_DIR=out
5152023-10-05T01:49:10.614Z+ DOWNLOAD_DIR=out/downloads
5162023-10-05T01:49:10.636Z+ DEST_DIR=./out/dendrite-stub
5172023-10-05T01:49:10.643Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5182023-10-05T01:49:10.655Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5192023-10-05T01:49:10.661Z+ REPO=oxidecomputer/dendrite
5202023-10-05T01:49:10.669Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9
5212023-10-05T01:49:10.674Z+ main
5222023-10-05T01:49:10.680Z+ [[ 0 != 0 ]]
5232023-10-05T01:49:10.691Z+ CIDL_OS=solaris2.11
5242023-10-05T01:49:10.716ZAll builder prerequisites installed successfully, and PATH looks valid
5252023-10-05T01:49:10.725Z+ [[ 0 != 0 ]]
5262023-10-05T01:49:10.753Z
5272023-10-05T01:49:11.196Z+ configure_os solaris2.11
5282023-10-05T01:49:11.201Z ##### # # # # #####
5292023-10-05T01:49:11.212Z+ echo 'current directory: /work/oxidecomputer/omicron'
5302023-10-05T01:49:11.220Z # # # # # # # #
5312023-10-05T01:49:11.248Z+ echo 'configuring based on OS: "solaris2.11"'
5322023-10-05T01:49:11.277Z ##### # # # # # #
5332023-10-05T01:49:11.294Z+ case "$1" in
5342023-10-05T01:49:11.309Z # # # # # # # #
5352023-10-05T01:49:11.320Z+ SET_BINARIES=
5362023-10-05T01:49:11.325Z # # # # # # # #
5372023-10-05T01:49:11.338Z+ CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5382023-10-05T01:49:11.351Z ##### #### # ###### #####
5392023-10-05T01:49:11.366Z+ CIDL_SHA256FUNC=do_sha256sum
5402023-10-05T01:49:11.380Z
5412023-10-05T01:49:11.397Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5422023-10-05T01:49:11.410Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5432023-10-05T01:49:11.430Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5442023-10-05T01:49:11.863Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz'
5452023-10-05T01:49:11.881Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5462023-10-05T01:49:11.934Z+ mkdir -p out/downloads
5472023-10-05T01:49:11.955Z+ mkdir -p ./out/dendrite-stub
5482023-10-05T01:49:12.392Z+ fetch_and_verify
5492023-10-05T01:49:12.420Z+ local DO_DOWNLOAD=true
5502023-10-05T01:49:12.449Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5512023-10-05T01:49:12.475Z+ '[' true == true ']'
5522023-10-05T01:49:12.490Z+ echo Downloading...
5532023-10-05T01:49:12.509Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5542023-10-05T01:49:12.536Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5552023-10-05T01:49:12.570Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5562023-10-05T01:49:12.594Z++ sha256sum
5572023-10-05T01:49:13.028Z++ awk '{print $1}'
5582023-10-05T01:49:13.062Z+ calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5592023-10-05T01:49:13.087Z+ [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]]
5602023-10-05T01:49:13.108Z+ do_untar out/downloads/dendrite-stub.tar.gz
5612023-10-05T01:49:13.132Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5622023-10-05T01:49:13.157Z+ do_assemble
5632023-10-05T01:49:13.593Z+ rm -r ./out/dendrite-stub
5642023-10-05T01:49:14.865Z+ mkdir ./out/dendrite-stub
5652023-10-05T01:49:14.886Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5662023-10-05T01:49:14.911Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5672023-10-05T01:49:15.354Z+ set -o errexit
5682023-10-05T01:49:15.368Z+++ dirname ./tools/ci_download_transceiver_control
5692023-10-05T01:49:15.384Z++ cd ./tools
5702023-10-05T01:49:15.404Z++ pwd
5712023-10-05T01:49:15.442Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5722023-10-05T01:49:15.463Z++ basename ./tools/ci_download_transceiver_control
5732023-10-05T01:49:15.473Z+ ARG0=ci_download_transceiver_control
5742023-10-05T01:49:15.490Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5752023-10-05T01:49:15.530Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5762023-10-05T01:49:15.555Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5772023-10-05T01:49:15.579Z+ TARGET_DIR=out
5782023-10-05T01:49:15.598Z+ DOWNLOAD_DIR=out/downloads
5792023-10-05T01:49:15.623Z+ DEST_DIR=./out/transceiver-control
5802023-10-05T01:49:15.636Z+ BIN_DIR=/opt/oxide/bin
5812023-10-05T01:49:15.648Z+ BINARY=xcvradm
5822023-10-05T01:49:15.669Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5832023-10-05T01:49:15.697Z+ REPO=oxidecomputer/transceiver-control
5842023-10-05T01:49:15.725Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5852023-10-05T01:49:15.746Z+ main
5862023-10-05T01:49:15.763Z+ [[ 0 != 0 ]]
5872023-10-05T01:49:16.539Z+ CIDL_OS=solaris2.11
5882023-10-05T01:49:16.578Z+ [[ 0 != 0 ]]
5892023-10-05T01:49:16.598Z+ configure_os solaris2.11
5902023-10-05T01:49:16.659Z+ echo 'current directory: /work/oxidecomputer/omicron'
5912023-10-05T01:49:16.692Z+ echo 'configuring based on OS: "solaris2.11"'
5922023-10-05T01:49:16.727Z+ case "$1" in
5932023-10-05T01:49:16.745Z+ SET_BINARIES=
5942023-10-05T01:49:16.766Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5952023-10-05T01:49:16.783Z+ CIDL_SHA256FUNC=do_sha256sum
5962023-10-05T01:49:16.804Z+ ARCHIVE_FILENAME=xcvradm.gz
5972023-10-05T01:49:16.822Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5982023-10-05T01:49:16.836Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5992023-10-05T01:49:16.849Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6002023-10-05T01:49:16.863Z+ echo 'Local file: out/downloads/xcvradm.gz'
6012023-10-05T01:49:16.882Z+ mkdir -p out/downloads
6022023-10-05T01:49:17.308Z+ mkdir -p ./out/transceiver-control
6032023-10-05T01:49:17.318Z+ fetch_and_verify
6042023-10-05T01:49:17.331Z+ local DO_DOWNLOAD=true
6052023-10-05T01:49:17.344Z+ [[ -f out/downloads/xcvradm.gz ]]
6062023-10-05T01:49:18.187Z+ '[' true == true ']'
6072023-10-05T01:49:18.206Z+ echo Downloading...
6082023-10-05T01:49:18.226Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6092023-10-05T01:49:18.245Z+ 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
6102023-10-05T01:49:18.260Z++ do_sha256sum out/downloads/xcvradm.gz
6112023-10-05T01:49:18.282Z++ sha256sum
6122023-10-05T01:49:18.299Z++ awk '{print $1}'
6132023-10-05T01:49:18.330Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6142023-10-05T01:49:18.762Z+ [[ 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 ]]
6152023-10-05T01:49:18.772Z+ do_unpack out/downloads/xcvradm.gz
6162023-10-05T01:49:18.776Z+ mkdir -p out/downloads/root//opt/oxide/bin
6172023-10-05T01:49:18.786Z+ gzip -dc out/downloads/xcvradm.gz
6182023-10-05T01:49:18.790Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6192023-10-05T01:49:18.793Z+ do_assemble
6202023-10-05T01:49:18.797Z+ rm -r ./out/transceiver-control
6212023-10-05T01:49:18.801Z+ mkdir ./out/transceiver-control
6222023-10-05T01:49:18.805Z+ cp -r out/downloads/root ./out/transceiver-control/root
6232023-10-05T01:49:18.810Z
6242023-10-05T01:49:18.815Zreal 2:47.027239809
6252023-10-05T01:49:18.818Zuser 48.321666892
6262023-10-05T01:49:18.822Zsys 9.149596169
6272023-10-05T01:49:18.826Ztrap 0.021292174
6282023-10-05T01:49:18.830Ztflt 0.206015519
6292023-10-05T01:49:18.835Zdflt 0.591356282
6302023-10-05T01:49:18.842Zkflt 0.218977826
6312023-10-05T01:49:18.846Zlock 1.757346230
6322023-10-05T01:49:18.850Zslp 6:07.578683551
6332023-10-05T01:49:18.857Zlat 3.203747813
6342023-10-05T01:49:18.860Zstop 0.048598191
6352023-10-05T01:49:18.864Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6362023-10-05T01:49:18.868Z Updating crates.io index
6372023-10-05T01:49:18.872Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6382023-10-05T01:49:18.876Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6392023-10-05T01:49:18.891Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6402023-10-05T01:49:18.896Z Updating git repository `http://github.com/oxidecomputer/tofino`
6412023-10-05T01:49:18.901Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6422023-10-05T01:49:18.904Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6432023-10-05T01:49:18.908Z Updating git repository `https://github.com/oxidecomputer/propolis`
6442023-10-05T01:49:18.912Z Updating git repository `https://github.com/oxidecomputer/opte`
6452023-10-05T01:49:18.917Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6462023-10-05T01:49:18.922Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6472023-10-05T01:49:18.926Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6482023-10-05T01:49:18.931Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6492023-10-05T01:49:18.936Z Updating git repository `https://github.com/njaremko/samael`
6502023-10-05T01:49:18.940Z Updating git repository `https://github.com/oxidecomputer/crucible`
6512023-10-05T01:49:18.944Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6522023-10-05T01:49:18.948Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6532023-10-05T01:49:18.953Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6542023-10-05T01:49:18.959Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6552023-10-05T01:49:18.963Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6562023-10-05T01:49:18.967Z Updating git repository `https://github.com/oxidecomputer/omicron`
6572023-10-05T01:49:22.821Z Updating git repository `https://github.com/oxidecomputer/rfb`
6582023-10-05T01:49:23.191Z Updating git repository `https://github.com/jgallagher/nix`
6592023-10-05T01:49:24.487Z Updating git repository `https://github.com/cbiffle/hubpack`
6602023-10-05T01:49:24.940Z Updating git repository `https://github.com/oxidecomputer/typify`
6612023-10-05T01:49:26.092Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6622023-10-05T01:49:26.567Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6632023-10-05T01:49:27.495Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6642023-10-05T01:49:28.595Z Downloading crates ...
6652023-10-05T01:49:28.946Z Downloaded libefi-sys v0.1.0
6662023-10-05T01:49:28.961Z Downloaded cargo_toml v0.16.3
6672023-10-05T01:49:28.969Z Downloaded scopeguard v1.2.0
6682023-10-05T01:49:28.980Z Downloaded io-lifetimes v1.0.11
6692023-10-05T01:49:28.993Z Downloaded http-body v0.4.5
6702023-10-05T01:49:29.000Z Downloaded anstyle-query v1.0.0
6712023-10-05T01:49:29.006Z Downloaded cfg-if v0.1.10
6722023-10-05T01:49:29.010Z Downloaded indexmap v1.9.3
6732023-10-05T01:49:29.014Z Downloaded arrayref v0.3.7
6742023-10-05T01:49:29.016Z Downloaded clang-sys v1.6.1
6752023-10-05T01:49:29.020Z Downloaded ident_case v1.0.1
6762023-10-05T01:49:29.022Z Downloaded ipnetwork v0.20.0
6772023-10-05T01:49:29.025Z Downloaded adler v1.0.2
6782023-10-05T01:49:29.029Z Downloaded constant_time_eq v0.2.6
6792023-10-05T01:49:29.033Z Downloaded home v0.5.5
6802023-10-05T01:49:29.038Z Downloaded lru-cache v0.1.2
6812023-10-05T01:49:29.042Z Downloaded async-stream-impl v0.3.5
6822023-10-05T01:49:29.045Z Downloaded impl-trait-for-tuples v0.2.2
6832023-10-05T01:49:29.052Z Downloaded async-stream v0.3.5
6842023-10-05T01:49:29.090Z Downloaded clap_derive v3.2.25
6852023-10-05T01:49:29.101Z Downloaded match_cfg v0.1.0
6862023-10-05T01:49:29.105Z Downloaded cipher v0.4.4
6872023-10-05T01:49:29.117Z Downloaded xattr v1.0.1
6882023-10-05T01:49:29.545Z Downloaded managed v0.8.0
6892023-10-05T01:49:29.558Z Downloaded ahash v0.7.6
6902023-10-05T01:49:29.571Z Downloaded bitfield v0.14.0
6912023-10-05T01:49:29.586Z Downloaded tinyvec_macros v0.1.1
6922023-10-05T01:49:29.601Z Downloaded mime v0.3.17
6932023-10-05T01:49:29.617Z Downloaded fxhash v0.2.1
6942023-10-05T01:49:29.630Z Downloaded bytecount v0.6.3
6952023-10-05T01:49:29.653Z Downloaded funty v2.0.0
6962023-10-05T01:49:29.673Z Downloaded smawk v0.3.1
6972023-10-05T01:49:29.694Z Downloaded signature v2.1.0
6982023-10-05T01:49:29.716Z Downloaded foreign-types-shared v0.1.1
6992023-10-05T01:49:30.148Z Downloaded bb8 v0.8.1
7002023-10-05T01:49:30.159Z Downloaded pkcs8 v0.10.2
7012023-10-05T01:49:30.170Z Downloaded universal-hash v0.5.1
7022023-10-05T01:49:30.178Z Downloaded lock_api v0.4.10
7032023-10-05T01:49:30.189Z Downloaded difflib v0.4.0
7042023-10-05T01:49:30.200Z Downloaded wyz v0.5.1
7052023-10-05T01:49:30.216Z Downloaded dof v0.1.5
7062023-10-05T01:49:30.231Z Downloaded socket2 v0.4.9
7072023-10-05T01:49:30.246Z Downloaded fastrand v2.0.0
7082023-10-05T01:49:30.261Z Downloaded indoc v1.0.9
7092023-10-05T01:49:30.272Z Downloaded ringbuffer v0.15.0
7102023-10-05T01:49:30.280Z Downloaded parse-display-derive v0.7.0
7112023-10-05T01:49:30.286Z Downloaded smf v0.2.2
7122023-10-05T01:49:30.292Z Downloaded digest v0.10.7
7132023-10-05T01:49:30.708Z Downloaded rpassword v7.2.0
7142023-10-05T01:49:30.727Z Downloaded cookie v0.16.2
7152023-10-05T01:49:31.212Z Downloaded usdt-macro v0.3.5
7162023-10-05T01:49:31.227Z Downloaded ed25519 v1.5.3
7172023-10-05T01:49:31.244Z Downloaded want v0.3.1
7182023-10-05T01:49:31.259Z Downloaded take_mut v0.2.2
7192023-10-05T01:49:31.271Z Downloaded string_cache v0.8.7
7202023-10-05T01:49:31.286Z Downloaded hmac v0.12.1
7212023-10-05T01:49:31.312Z Downloaded precomputed-hash v0.1.1
7222023-10-05T01:49:31.323Z Downloaded packed_struct_codegen v0.10.1
7232023-10-05T01:49:31.362Z Downloaded untrusted v0.7.1
7242023-10-05T01:49:31.377Z Downloaded password-hash v0.5.0
7252023-10-05T01:49:31.389Z Downloaded packed_struct v0.10.1
7262023-10-05T01:49:31.399Z Downloaded tower-service v0.3.2
7272023-10-05T01:49:31.419Z Downloaded base64 v0.13.1
7282023-10-05T01:49:31.432Z Downloaded time-core v0.1.1
7292023-10-05T01:49:31.445Z Downloaded downcast v0.11.0
7302023-10-05T01:49:31.456Z Downloaded futures-core v0.3.28
7312023-10-05T01:49:31.486Z Downloaded diff v0.1.13
7322023-10-05T01:49:31.511Z Downloaded ppv-lite86 v0.2.17
7332023-10-05T01:49:31.950Z Downloaded tempdir v0.3.7
7342023-10-05T01:49:31.982Z Downloaded tap v1.0.1
7352023-10-05T01:49:32.030Z Downloaded thiserror-no-std v2.0.2
7362023-10-05T01:49:32.073Z Downloaded display-error-chain v0.1.1
7372023-10-05T01:49:32.100Z Downloaded tinytemplate v1.2.1
7382023-10-05T01:49:32.123Z Downloaded newline-converter v0.3.0
7392023-10-05T01:49:32.142Z Downloaded vec_map v0.8.2
7402023-10-05T01:49:32.161Z Downloaded allocator-api2 v0.2.16
7412023-10-05T01:49:32.198Z Downloaded thread_local v1.1.7
7422023-10-05T01:49:32.243Z Downloaded crypto-common v0.1.6
7432023-10-05T01:49:32.275Z Downloaded futures v0.3.28
7442023-10-05T01:49:32.301Z Downloaded pretty-hex v0.3.0
7452023-10-05T01:49:32.326Z Downloaded indicatif v0.17.6
7462023-10-05T01:49:32.336Z Downloaded structmeta-derive v0.1.6
7472023-10-05T01:49:32.341Z Downloaded papergrid v0.10.0
7482023-10-05T01:49:32.346Z Downloaded endian-type v0.1.2
7492023-10-05T01:49:32.353Z Downloaded hubpack v0.1.2
7502023-10-05T01:49:32.358Z Downloaded rustversion v1.0.14
7512023-10-05T01:49:32.364Z Downloaded num v0.4.1
7522023-10-05T01:49:32.379Z Downloaded percent-encoding v2.3.0
7532023-10-05T01:49:32.389Z Downloaded wait-timeout v0.2.0
7542023-10-05T01:49:32.397Z Downloaded zone_cfg_derive v0.2.0
7552023-10-05T01:49:32.401Z Downloaded pest_meta v2.7.2
7562023-10-05T01:49:32.416Z Downloaded maplit v1.0.2
7572023-10-05T01:49:32.429Z Downloaded ref-cast v1.0.20
7582023-10-05T01:49:32.446Z Downloaded diesel_table_macro_syntax v0.1.0
7592023-10-05T01:49:32.460Z Downloaded signal-hook-mio v0.2.3
7602023-10-05T01:49:32.481Z Downloaded proc-macro-error v1.0.4
7612023-10-05T01:49:32.504Z Downloaded oso-derive v0.26.4
7622023-10-05T01:49:32.522Z Downloaded debug-ignore v1.0.5
7632023-10-05T01:49:32.528Z Downloaded peeking_take_while v0.1.2
7642023-10-05T01:49:32.532Z Downloaded utf8parse v0.2.1
7652023-10-05T01:49:32.537Z Downloaded tokio-macros v2.1.0
7662023-10-05T01:49:32.541Z Downloaded pem v1.1.1
7672023-10-05T01:49:32.545Z Downloaded vte_generate_state_changes v0.1.1
7682023-10-05T01:49:32.549Z Downloaded slog-envlogger v2.2.0
7692023-10-05T01:49:32.555Z Downloaded tokio-tungstenite v0.20.1
7702023-10-05T01:49:32.559Z Downloaded predicates v3.0.3
7712023-10-05T01:49:32.564Z Downloaded cstr-argument v0.1.2
7722023-10-05T01:49:32.572Z Downloaded same-file v1.0.6
7732023-10-05T01:49:32.989Z Downloaded zerocopy v0.6.3
7742023-10-05T01:49:32.996Z Downloaded strsim v0.8.0
7752023-10-05T01:49:33.003Z Downloaded tokio-rustls v0.24.1
7762023-10-05T01:49:33.019Z Downloaded crunchy v0.2.2
7772023-10-05T01:49:33.031Z Downloaded ena v0.14.2
7782023-10-05T01:49:33.046Z Downloaded version_check v0.9.4
7792023-10-05T01:49:33.075Z Downloaded slog-async v2.8.0
7802023-10-05T01:49:33.079Z Downloaded dyn-clone v1.0.13
7812023-10-05T01:49:33.082Z Downloaded tar v0.4.40
7822023-10-05T01:49:33.091Z Downloaded equivalent v1.0.1
7832023-10-05T01:49:33.099Z Downloaded static_assertions v1.1.0
7842023-10-05T01:49:33.110Z Downloaded number_prefix v0.4.0
7852023-10-05T01:49:33.116Z Downloaded normalize-line-endings v0.3.0
7862023-10-05T01:49:33.123Z Downloaded opaque-debug v0.3.0
7872023-10-05T01:49:33.130Z Downloaded spin v0.5.2
7882023-10-05T01:49:33.136Z Downloaded usdt-impl v0.3.5
7892023-10-05T01:49:33.153Z Downloaded polyval v0.6.1
7902023-10-05T01:49:33.159Z Downloaded spki v0.7.2
7912023-10-05T01:49:33.164Z Downloaded derive_builder v0.12.0
7922023-10-05T01:49:33.171Z Downloaded datatest-stable v0.1.3
7932023-10-05T01:49:33.175Z Downloaded enum-as-inner v0.5.1
7942023-10-05T01:49:33.181Z Downloaded filetime v0.2.22
7952023-10-05T01:49:33.185Z Downloaded ctr v0.9.2
7962023-10-05T01:49:33.194Z Downloaded aho-corasick v1.0.4
7972023-10-05T01:49:33.213Z Downloaded deranged v0.3.8
7982023-10-05T01:49:33.224Z Downloaded ff v0.13.0
7992023-10-05T01:49:33.237Z Downloaded openssl-probe v0.1.5
8002023-10-05T01:49:33.252Z Downloaded strum v0.25.0
8012023-10-05T01:49:33.335Z Downloaded slog-dtrace v0.2.3
8022023-10-05T01:49:33.344Z Downloaded nibble_vec v0.1.0
8032023-10-05T01:49:33.354Z Downloaded sha2 v0.10.7
8042023-10-05T01:49:33.362Z Downloaded spin v0.9.8
8052023-10-05T01:49:33.371Z Downloaded darling_core v0.14.4
8062023-10-05T01:49:33.383Z Downloaded strsim v0.10.0
8072023-10-05T01:49:33.397Z Downloaded futures-executor v0.3.28
8082023-10-05T01:49:33.821Z Downloaded num-integer v0.1.45
8092023-10-05T01:49:34.661Z Downloaded num-iter v0.1.43
8102023-10-05T01:49:34.699Z Downloaded parking_lot v0.12.1
8112023-10-05T01:49:34.749Z Downloaded toolchain_find v0.2.0
8122023-10-05T01:49:34.770Z Downloaded serde-big-array v0.5.1
8132023-10-05T01:49:34.790Z Downloaded plotters-backend v0.3.5
8142023-10-05T01:49:34.803Z Downloaded olpc-cjson v0.1.3
8152023-10-05T01:49:34.815Z Downloaded trust-dns-client v0.22.0
8162023-10-05T01:49:34.829Z Downloaded parse-display v0.7.0
8172023-10-05T01:49:34.838Z Downloaded thread-id v4.2.0
8182023-10-05T01:49:34.856Z Downloaded hyper-tls v0.5.0
8192023-10-05T01:49:34.868Z Downloaded rustc-demangle v0.1.23
8202023-10-05T01:49:34.885Z Downloaded crossterm v0.27.0
8212023-10-05T01:49:34.907Z Downloaded structopt-derive v0.4.18
8222023-10-05T01:49:34.920Z Downloaded quick-error v1.2.3
8232023-10-05T01:49:34.939Z Downloaded remove_dir_all v0.5.3
8242023-10-05T01:49:34.963Z Downloaded topological-sort v0.2.2
8252023-10-05T01:49:35.429Z Downloaded owo-colors v3.5.0
8262023-10-05T01:49:35.448Z Downloaded crc v3.0.1
8272023-10-05T01:49:35.465Z Downloaded similar v2.2.1
8282023-10-05T01:49:35.477Z Downloaded walkdir v2.4.0
8292023-10-05T01:49:35.487Z Downloaded threadpool v1.8.1
8302023-10-05T01:49:35.492Z Downloaded rusqlite v0.29.0
8312023-10-05T01:49:35.513Z Downloaded radium v0.7.0
8322023-10-05T01:49:35.522Z Downloaded reqwest v0.11.20
8332023-10-05T01:49:35.546Z Downloaded partial-io v0.5.4
8342023-10-05T01:49:35.550Z Downloaded pin-project-internal v1.1.3
8352023-10-05T01:49:35.554Z Downloaded corncobs v0.1.3
8362023-10-05T01:49:35.566Z Downloaded proc-macro-error-attr v1.0.4
8372023-10-05T01:49:35.576Z Downloaded proc-macro-crate v1.3.1
8382023-10-05T01:49:35.580Z Downloaded crossbeam-deque v0.8.3
8392023-10-05T01:49:35.583Z Downloaded zip v0.6.6
8402023-10-05T01:49:35.587Z Downloaded rand v0.4.6
8412023-10-05T01:49:35.591Z Downloaded nu-ansi-term v0.49.0
8422023-10-05T01:49:35.594Z Downloaded rcgen v0.10.0
8432023-10-05T01:49:35.598Z Downloaded bzip2 v0.4.4
8442023-10-05T01:49:35.601Z Downloaded crossbeam-channel v0.5.8
8452023-10-05T01:49:35.605Z Downloaded lalrpop v0.19.12
8462023-10-05T01:49:35.608Z Downloaded thiserror-impl v1.0.49
8472023-10-05T01:49:35.614Z Downloaded der v0.7.8
8482023-10-05T01:49:35.632Z Downloaded unicode-ident v1.0.12
8492023-10-05T01:49:35.638Z Downloaded prettyplease v0.2.12
8502023-10-05T01:49:35.642Z Downloaded signal-hook v0.3.17
8512023-10-05T01:49:35.647Z Downloaded num-bigint v0.4.4
8522023-10-05T01:49:35.652Z Downloaded crossbeam-epoch v0.9.15
8532023-10-05T01:49:35.655Z Downloaded openssl-sys v0.9.93
8542023-10-05T01:49:35.659Z Downloaded steno v0.4.0
8552023-10-05T01:49:35.667Z Downloaded crossterm v0.26.1
8562023-10-05T01:49:35.671Z Downloaded rand v0.8.5
8572023-10-05T01:49:35.682Z Downloaded rustls-webpki v0.101.4
8582023-10-05T01:49:36.110Z Downloaded regex-automata v0.1.10
8592023-10-05T01:49:36.129Z Downloaded toml_edit v0.19.15
8602023-10-05T01:49:36.143Z Downloaded idna v0.2.3
8612023-10-05T01:49:36.569Z Downloaded webpki-roots v0.25.2
8622023-10-05T01:49:36.595Z Downloaded portable-atomic v1.4.3
8632023-10-05T01:49:36.602Z Downloaded toml_edit v0.20.0
8642023-10-05T01:49:36.609Z Downloaded reedline v0.23.0
8652023-10-05T01:49:36.616Z Downloaded object v0.32.1
8662023-10-05T01:49:36.629Z Downloaded rustix v0.37.23
8672023-10-05T01:49:36.635Z Downloaded pest v2.7.2
8682023-10-05T01:49:36.639Z Downloaded idna v0.4.0
8692023-10-05T01:49:36.643Z Downloaded smoltcp v0.9.1
8702023-10-05T01:49:36.649Z Downloaded quick-xml v0.23.1
8712023-10-05T01:49:36.657Z Downloaded regress v0.7.1
8722023-10-05T01:49:36.662Z Downloaded proptest v1.2.0
8732023-10-05T01:49:36.670Z Downloaded regex v1.9.5
8742023-10-05T01:49:36.692Z Downloaded bstr v0.2.17
8752023-10-05T01:49:36.710Z Downloaded tokio v1.32.0
8762023-10-05T01:49:36.719Z Downloaded serde_json v1.0.107
8772023-10-05T01:49:36.726Z Downloaded smoltcp v0.8.2
8782023-10-05T01:49:36.734Z Downloaded radix_trie v0.2.1
8792023-10-05T01:49:36.743Z Downloaded rustls v0.21.7
8802023-10-05T01:49:36.750Z Downloaded ratatui v0.23.0
8812023-10-05T01:49:36.760Z Downloaded regex-syntax v0.7.5
8822023-10-05T01:49:36.768Z Downloaded bstr v1.6.0
8832023-10-05T01:49:36.779Z Downloaded diesel v2.1.1
8842023-10-05T01:49:36.789Z Downloaded openssl v0.10.57
8852023-10-05T01:49:36.799Z Downloaded sled v0.34.7
8862023-10-05T01:49:36.814Z Downloaded curve25519-dalek v4.1.0
8872023-10-05T01:49:37.230Z Downloaded zerocopy-derive v0.2.0
8882023-10-05T01:49:37.238Z Downloaded regex-automata v0.3.8
8892023-10-05T01:49:37.248Z Downloaded sha3 v0.10.8
8902023-10-05T01:49:37.257Z Downloaded zerocopy-derive v0.6.3
8912023-10-05T01:49:37.275Z Downloaded libgit2-sys v0.15.2+1.6.4
8922023-10-05T01:49:37.688Z Downloaded encoding_rs v0.8.33
8932023-10-05T01:49:37.693Z Downloaded bzip2-sys v0.1.11+1.0.8
8942023-10-05T01:49:37.698Z Downloaded openapiv3 v1.0.3
8952023-10-05T01:49:37.703Z Downloaded regex-syntax v0.6.29
8962023-10-05T01:49:37.713Z Downloaded syn v2.0.37
8972023-10-05T01:49:37.720Z Downloaded vcpkg v0.2.15
8982023-10-05T01:49:37.738Z Downloaded libc v0.2.148
8992023-10-05T01:49:37.756Z Downloaded libtest-mimic v0.5.2
9002023-10-05T01:49:37.763Z Downloaded gimli v0.28.0
9012023-10-05T01:49:37.768Z Downloaded rustix v0.38.9
9022023-10-05T01:49:37.778Z Downloaded object v0.30.4
9032023-10-05T01:49:37.789Z Downloaded bitvec v1.0.1
9042023-10-05T01:49:37.801Z Downloaded clap_builder v4.4.2
9052023-10-05T01:49:37.813Z Downloaded syn v1.0.109
9062023-10-05T01:49:37.825Z Downloaded futures-util v0.3.28
9072023-10-05T01:49:37.837Z Downloaded libz-sys v1.1.12
9082023-10-05T01:49:37.858Z Downloaded nix v0.26.2
9092023-10-05T01:49:37.875Z Downloaded tabled v0.14.0
9102023-10-05T01:49:37.890Z Downloaded rayon v1.7.0
9112023-10-05T01:49:37.900Z Downloaded git2 v0.17.2
9122023-10-05T01:49:38.324Z Downloaded trust-dns-proto v0.22.0
9132023-10-05T01:49:38.328Z Downloaded polar-core v0.26.4
9142023-10-05T01:49:38.332Z Downloaded plotters v0.3.5
9152023-10-05T01:49:38.341Z Downloaded chrono v0.4.31
9162023-10-05T01:49:38.361Z Downloaded nom v7.1.3
9172023-10-05T01:49:38.784Z Downloaded petgraph v0.6.4
9182023-10-05T01:49:38.800Z Downloaded tokio-util v0.7.8
9192023-10-05T01:49:38.815Z Downloaded structopt v0.3.26
9202023-10-05T01:49:38.836Z Downloaded bindgen v0.65.1
9212023-10-05T01:49:38.859Z Downloaded criterion v0.5.1
9222023-10-05T01:49:38.878Z Downloaded libsqlite3-sys v0.26.0
9232023-10-05T01:49:38.893Z Downloaded hyper v0.14.27
9242023-10-05T01:49:39.321Z Downloaded ring v0.16.20
9252023-10-05T01:49:39.344Z Downloaded hkdf v0.12.3
9262023-10-05T01:49:39.372Z Downloaded clap v3.2.25
9272023-10-05T01:49:39.414Z Downloaded crc-any v2.4.3
9282023-10-05T01:49:39.467Z Downloaded serde_with v2.3.3
9292023-10-05T01:49:39.499Z Downloaded basic-toml v0.1.4
9302023-10-05T01:49:39.513Z Downloaded unicode-segmentation v1.10.1
9312023-10-05T01:49:39.519Z Downloaded time v0.3.27
9322023-10-05T01:49:39.530Z Downloaded unicode-normalization v0.1.22
9332023-10-05T01:49:39.545Z Downloaded cpufeatures v0.2.9
9342023-10-05T01:49:39.563Z Downloaded num_cpus v1.16.0
9352023-10-05T01:49:39.578Z Downloaded tokio-native-tls v0.3.1
9362023-10-05T01:49:40.011Z Downloaded once_cell v1.18.0
9372023-10-05T01:49:41.253Z Downloaded smallvec v1.11.0
9382023-10-05T01:49:41.272Z Downloaded diesel_derives v2.1.1
9392023-10-05T01:49:41.280Z Downloaded url v2.4.1
9402023-10-05T01:49:41.286Z Downloaded snafu v0.7.5
9412023-10-05T01:49:41.304Z Downloaded serde-hex v0.1.0
9422023-10-05T01:49:41.317Z Downloaded rust-argon2 v1.0.1
9432023-10-05T01:49:41.326Z Downloaded ahash v0.8.3
9442023-10-05T01:49:41.336Z Downloaded serde_yaml v0.9.25
9452023-10-05T01:49:41.350Z Downloaded salty v0.2.0
9462023-10-05T01:49:41.362Z Downloaded winnow v0.5.15
9472023-10-05T01:49:41.374Z Downloaded num-derive v0.4.0
9482023-10-05T01:49:41.384Z Downloaded stringprep v0.1.3
9492023-10-05T01:49:41.395Z Downloaded crypto-bigint v0.5.2
9502023-10-05T01:49:41.410Z Downloaded uuid v1.4.1
9512023-10-05T01:49:41.421Z Downloaded semver v1.0.18
9522023-10-05T01:49:41.432Z Downloaded convert_case v0.4.0
9532023-10-05T01:49:41.443Z Downloaded parking_lot_core v0.8.6
9542023-10-05T01:49:41.460Z Downloaded synstructure v0.12.6
9552023-10-05T01:49:41.475Z Downloaded crossbeam-utils v0.8.16
9562023-10-05T01:49:41.491Z Downloaded num-rational v0.4.1
9572023-10-05T01:49:41.904Z Downloaded ron v0.8.1
9582023-10-05T01:49:41.908Z Downloaded unsafe-libyaml v0.2.9
9592023-10-05T01:49:41.915Z Downloaded pin-project-lite v0.2.13
9602023-10-05T01:49:41.920Z Downloaded num-complex v0.4.4
9612023-10-05T01:49:41.932Z Downloaded crc-catalog v2.2.0
9622023-10-05T01:49:41.947Z Downloaded rstest_macros v0.18.2
9632023-10-05T01:49:41.968Z Downloaded pretty_assertions v1.4.0
9642023-10-05T01:49:41.982Z Downloaded term v0.7.0
9652023-10-05T01:49:41.991Z Downloaded toml v0.7.8
9662023-10-05T01:49:42.004Z Downloaded socket2 v0.5.3
9672023-10-05T01:49:42.015Z Downloaded toml_datetime v0.6.3
9682023-10-05T01:49:42.034Z Downloaded zeroize_derive v1.4.2
9692023-10-05T01:49:42.873Z Downloaded crossbeam v0.8.2
9702023-10-05T01:49:42.880Z Downloaded structmeta v0.1.6
9712023-10-05T01:49:42.894Z Downloaded shlex v1.1.0
9722023-10-05T01:49:42.912Z Downloaded newtype_derive v0.1.6
9732023-10-05T01:49:42.928Z Downloaded serde_spanned v0.6.3
9742023-10-05T01:49:42.940Z Downloaded expectorate v1.1.0
9752023-10-05T01:49:42.950Z Downloaded serial_test v0.10.0
9762023-10-05T01:49:42.973Z Downloaded vergen v8.2.4
9772023-10-05T01:49:42.987Z Downloaded fixedbitset v0.4.2
9782023-10-05T01:49:43.016Z Downloaded oso v0.26.4
9792023-10-05T01:49:43.025Z Downloaded tough v0.12.5
9802023-10-05T01:49:43.042Z Downloaded elliptic-curve v0.13.5
9812023-10-05T01:49:43.054Z Downloaded x509-cert v0.2.4
9822023-10-05T01:49:43.090Z Downloaded libm v0.2.7
9832023-10-05T01:49:43.099Z Downloaded sha1 v0.10.5
9842023-10-05T01:49:43.109Z Downloaded snafu-derive v0.7.5
9852023-10-05T01:49:43.128Z Downloaded oorandom v11.1.3
9862023-10-05T01:49:43.157Z Downloaded usdt v0.3.5
9872023-10-05T01:49:43.176Z Downloaded slog-bunyan v2.4.0
9882023-10-05T01:49:43.192Z Downloaded waitgroup v0.1.2
9892023-10-05T01:49:43.207Z Downloaded strip-ansi-escapes v0.2.0
9902023-10-05T01:49:43.224Z Downloaded signature v1.6.4
9912023-10-05T01:49:43.244Z Downloaded zeroize v1.6.0
9922023-10-05T01:49:43.256Z Downloaded smallvec v0.6.14
9932023-10-05T01:49:43.271Z Downloaded slog-term v2.9.0
9942023-10-05T01:49:44.532Z Downloaded derive-where v1.2.5
9952023-10-05T01:49:44.545Z Downloaded futures-channel v0.3.28
9962023-10-05T01:49:44.559Z Downloaded der_derive v0.7.2
9972023-10-05T01:49:44.571Z Downloaded derive_builder_core v0.12.0
9982023-10-05T01:49:44.590Z Downloaded trust-dns-server v0.22.1
9992023-10-05T01:49:44.604Z Downloaded yansi v0.5.1
10002023-10-05T01:49:44.622Z Downloaded which v4.4.0
10012023-10-05T01:49:44.650Z Downloaded twox-hash v1.6.3
10022023-10-05T01:49:45.066Z Downloaded ryu v1.0.15
10032023-10-05T01:49:45.070Z Downloaded typenum v1.16.0
10042023-10-05T01:49:45.080Z Downloaded ucd-trie v0.1.6
10052023-10-05T01:49:45.088Z Downloaded pin-utils v0.1.0
10062023-10-05T01:49:45.102Z Downloaded r2d2 v0.8.10
10072023-10-05T01:49:45.118Z Downloaded proc-macro2 v1.0.67
10082023-10-05T01:49:45.130Z Downloaded derive_more v0.99.17
10092023-10-05T01:49:45.145Z Downloaded tokio-stream v0.1.14
10102023-10-05T01:49:45.155Z Downloaded tracing-core v0.1.31
10112023-10-05T01:49:45.166Z Downloaded tokio-postgres v0.7.10
10122023-10-05T01:49:45.178Z Downloaded num-bigint-dig v0.8.4
10132023-10-05T01:49:45.194Z Downloaded tracing v0.1.37
10142023-10-05T01:49:45.215Z Downloaded utf-8 v0.7.6
10152023-10-05T01:49:45.237Z Downloaded vte v0.11.1
10162023-10-05T01:49:45.255Z Downloaded serde v1.0.188
10172023-10-05T01:49:45.278Z Downloaded signal-hook-registry v1.4.1
10182023-10-05T01:49:45.302Z Downloaded serde_path_to_error v0.1.14
10192023-10-05T01:49:45.319Z Downloaded subprocess v0.2.9
10202023-10-05T01:49:45.335Z Downloaded pem-rfc7468 v0.7.0
10212023-10-05T01:49:45.349Z Downloaded scheduled-thread-pool v0.2.7
10222023-10-05T01:49:45.366Z Downloaded vsss-rs v3.3.1
10232023-10-05T01:49:45.388Z Downloaded ron v0.7.1
10242023-10-05T01:49:45.409Z Downloaded hashbrown v0.12.3
10252023-10-05T01:49:45.441Z Downloaded semver v0.11.0
10262023-10-05T01:49:45.453Z Downloaded trybuild v1.0.85
10272023-10-05T01:49:45.463Z Downloaded textwrap v0.16.0
10282023-10-05T01:49:45.474Z Downloaded flate2 v1.0.27
10292023-10-05T01:49:46.309Z Downloaded trust-dns-resolver v0.22.0
10302023-10-05T01:49:48.890Z Downloaded postgres-protocol v0.6.6
10312023-10-05T01:49:48.895Z Downloaded libloading v0.7.4
10322023-10-05T01:49:48.900Z Downloaded atty v0.2.14
10332023-10-05T01:49:48.906Z Downloaded ref-cast-impl v1.0.20
10342023-10-05T01:49:48.912Z Downloaded thiserror-impl-no-std v2.0.2
10352023-10-05T01:49:48.918Z Downloaded rustc_version v0.1.7
10362023-10-05T01:49:48.921Z Downloaded rustc-hash v1.1.0
10372023-10-05T01:49:48.932Z Downloaded resolv-conf v0.7.0
10382023-10-05T01:49:48.936Z Downloaded clap_lex v0.2.4
10392023-10-05T01:49:48.939Z Downloaded strum_macros v0.24.3
10402023-10-05T01:49:48.945Z Downloaded env_logger v0.9.3
10412023-10-05T01:49:48.951Z Downloaded rand_xorshift v0.3.0
10422023-10-05T01:49:48.959Z Downloaded pest_derive v2.7.2
10432023-10-05T01:49:48.965Z Downloaded minimal-lexical v0.2.1
10442023-10-05T01:49:48.974Z Downloaded postcard v0.7.3
10452023-10-05T01:49:48.981Z Downloaded aes v0.8.3
10462023-10-05T01:49:48.986Z Downloaded itertools v0.11.0
10472023-10-05T01:49:48.990Z Downloaded futures-macro v0.3.28
10482023-10-05T01:49:48.994Z Downloaded futures-io v0.3.28
10492023-10-05T01:49:48.998Z Downloaded hashbrown v0.13.2
10502023-10-05T01:49:49.004Z Downloaded unicode-bidi v0.3.13
10512023-10-05T01:49:49.014Z Downloaded tinyvec v1.6.0
10522023-10-05T01:49:49.435Z Downloaded toml v0.5.11
10532023-10-05T01:49:49.859Z Downloaded num-traits v0.2.16
10542023-10-05T01:49:50.684Z Downloaded siphasher v0.3.11
10552023-10-05T01:49:50.700Z Downloaded camino v1.1.6
10562023-10-05T01:49:50.710Z Downloaded lazycell v1.3.0
10572023-10-05T01:49:50.720Z Downloaded serde_tokenstream v0.1.7
10582023-10-05T01:49:50.729Z Downloaded tracing-attributes v0.1.26
10592023-10-05T01:49:50.740Z Downloaded phf v0.11.2
10602023-10-05T01:49:50.748Z Downloaded postcard-cobs v0.1.5-pre
10612023-10-05T01:49:50.766Z Downloaded pin-project v1.1.3
10622023-10-05T01:49:51.260Z Downloaded test-strategy v0.2.1
10632023-10-05T01:49:51.827Z Downloaded crc32fast v1.3.2
10642023-10-05T01:49:51.866Z Downloaded zone v0.2.0
10652023-10-05T01:49:51.895Z Downloaded env_logger v0.10.0
10662023-10-05T01:49:51.922Z Downloaded relative-path v1.9.0
10672023-10-05T01:49:51.939Z Downloaded ipnet v2.8.0
10682023-10-05T01:49:51.958Z Downloaded unicase v2.7.0
10692023-10-05T01:49:51.971Z Downloaded predicates v2.1.5
10702023-10-05T01:49:51.989Z Downloaded omicron-zone-package v0.8.3
10712023-10-05T01:49:52.015Z Downloaded subtle v2.5.0
10722023-10-05T01:49:52.030Z Downloaded serde_tokenstream v0.2.0
10732023-10-05T01:49:52.050Z Downloaded erased-serde v0.3.30
10742023-10-05T01:49:52.066Z Downloaded backtrace v0.3.69
10752023-10-05T01:49:52.083Z Downloaded tungstenite v0.20.1
10762023-10-05T01:49:52.100Z Downloaded rayon-core v1.11.0
10772023-10-05T01:49:52.111Z Downloaded buf-list v1.0.3
10782023-10-05T01:49:52.134Z Downloaded tabled_derive v0.6.0
10792023-10-05T01:49:52.558Z Downloaded darling_macro v0.20.3
10802023-10-05T01:49:52.572Z Downloaded darling_macro v0.14.4
10812023-10-05T01:49:52.584Z Downloaded yasna v0.5.2
10822023-10-05T01:49:52.602Z Downloaded tempfile v3.8.0
10832023-10-05T01:49:52.619Z Downloaded postgres-types v0.2.6
10842023-10-05T01:49:52.633Z Downloaded flume v0.11.0
10852023-10-05T01:49:52.646Z Downloaded mio v0.8.8
10862023-10-05T01:49:52.661Z Downloaded tiny-keccak v2.0.2
10872023-10-05T01:49:52.679Z Downloaded time-macros v0.2.13
10882023-10-05T01:49:52.704Z Downloaded futures-timer v3.0.2
10892023-10-05T01:49:52.740Z Downloaded fallible-iterator v0.2.0
10902023-10-05T01:49:52.766Z Downloaded unarray v0.1.4
10912023-10-05T01:49:52.788Z Downloaded thiserror v1.0.49
10922023-10-05T01:49:52.800Z Downloaded terminal_size v0.2.6
10932023-10-05T01:49:52.813Z Downloaded fragile v2.0.0
10942023-10-05T01:49:52.830Z Downloaded memchr v2.6.3
10952023-10-05T01:49:53.262Z Downloaded chacha20poly1305 v0.10.1
10962023-10-05T01:49:53.352Z Downloaded http v0.2.9
10972023-10-05T01:49:53.380Z Downloaded hashbrown v0.14.0
10982023-10-05T01:49:53.817Z Downloaded unicode-linebreak v0.1.5
10992023-10-05T01:49:53.834Z Downloaded tui-tree-widget v0.13.0
11002023-10-05T01:49:53.860Z Downloaded fatfs v0.3.6
11012023-10-05T01:49:54.313Z Downloaded tokio-tungstenite v0.18.0
11022023-10-05T01:49:54.331Z Downloaded platforms v3.0.2
11032023-10-05T01:49:54.348Z Downloaded termtree v0.4.1
11042023-10-05T01:49:54.406Z Downloaded pkg-config v0.3.27
11052023-10-05T01:49:54.423Z Downloaded parking_lot v0.11.2
11062023-10-05T01:49:54.449Z Downloaded cc v1.0.83
11072023-10-05T01:49:54.466Z Downloaded headers v0.3.9
11082023-10-05T01:49:54.479Z Downloaded schemars v0.8.13
11092023-10-05T01:49:54.492Z Downloaded termios v0.3.3
11102023-10-05T01:49:54.502Z Downloaded whoami v1.4.1
11112023-10-05T01:49:54.517Z Downloaded phf_shared v0.11.2
11122023-10-05T01:49:54.523Z Downloaded rand_chacha v0.3.1
11132023-10-05T01:49:54.535Z Downloaded unicode-xid v0.2.4
11142023-10-05T01:49:54.545Z Downloaded darling v0.14.4
11152023-10-05T01:49:54.557Z Downloaded os_str_bytes v6.5.1
11162023-10-05T01:49:54.581Z Downloaded num_enum v0.7.0
11172023-10-05T01:49:54.603Z Downloaded foreign-types v0.3.2
11182023-10-05T01:49:54.633Z Downloaded tungstenite v0.18.0
11192023-10-05T01:49:54.645Z Downloaded foreign-types v0.5.0
11202023-10-05T01:49:54.659Z Downloaded rtoolbox v0.0.1
11212023-10-05T01:49:54.672Z Downloaded flagset v0.4.3
11222023-10-05T01:49:54.685Z Downloaded strum_macros v0.25.2
11232023-10-05T01:49:54.703Z Downloaded serde_with_macros v2.3.3
11242023-10-05T01:49:54.717Z Downloaded rustls-pemfile v1.0.3
11252023-10-05T01:49:54.732Z Downloaded derive_builder_macro v0.12.0
11262023-10-05T01:49:54.738Z Downloaded criterion-plot v0.5.0
11272023-10-05T01:49:54.744Z Downloaded miniz_oxide v0.7.1
11282023-10-05T01:49:54.749Z Downloaded parking_lot_core v0.9.8
11292023-10-05T01:49:54.757Z Downloaded arc-swap v1.6.0
11302023-10-05T01:49:54.765Z Downloaded foreign-types-shared v0.3.1
11312023-10-05T01:49:54.770Z Downloaded rand_core v0.6.4
11322023-10-05T01:49:54.775Z Downloaded usdt-attr-macro v0.3.5
11332023-10-05T01:49:54.780Z Downloaded try-lock v0.2.4
11342023-10-05T01:49:54.789Z Downloaded semver-parser v0.10.2
11352023-10-05T01:49:54.800Z Downloaded rustls-native-certs v0.6.3
11362023-10-05T01:49:54.813Z Downloaded futures-task v0.3.28
11372023-10-05T01:49:54.825Z Downloaded plotters-svg v0.3.5
11382023-10-05T01:49:54.845Z Downloaded fs-err v2.9.0
11392023-10-05T01:49:54.862Z Downloaded data-encoding v2.4.0
11402023-10-05T01:49:55.697Z Downloaded addr2line v0.21.0
11412023-10-05T01:49:55.707Z Downloaded bytes v1.5.0
11422023-10-05T01:49:55.713Z Downloaded darling_core v0.20.3
11432023-10-05T01:49:55.722Z Downloaded toml v0.8.0
11442023-10-05T01:49:55.742Z Downloaded heapless v0.7.16
11452023-10-05T01:49:55.758Z Downloaded half v1.8.2
11462023-10-05T01:49:55.772Z Downloaded serde_repr v0.1.16
11472023-10-05T01:49:55.792Z Downloaded semver v0.1.20
11482023-10-05T01:49:56.216Z Downloaded secrecy v0.8.0
11492023-10-05T01:49:56.230Z Downloaded num_enum v0.5.11
11502023-10-05T01:49:56.254Z Downloaded dirs-sys-next v0.1.2
11512023-10-05T01:49:56.675Z Downloaded mockall_derive v0.11.4
11522023-10-05T01:49:56.688Z Downloaded anstyle-parse v0.2.1
11532023-10-05T01:49:57.143Z Downloaded dashmap v5.5.1
11542023-10-05T01:49:57.171Z Downloaded zerocopy v0.3.0
11552023-10-05T01:49:57.194Z Downloaded slog v2.7.0
11562023-10-05T01:49:57.215Z Downloaded dirs-next v2.0.0
11572023-10-05T01:49:57.247Z Downloaded darling v0.20.3
11582023-10-05T01:49:57.682Z Downloaded poly1305 v0.8.0
11592023-10-05T01:49:57.713Z Downloaded errno v0.3.2
11602023-10-05T01:49:57.737Z Downloaded base64 v0.21.4
11612023-10-05T01:49:57.757Z Downloaded slog-scope v4.4.0
11622023-10-05T01:49:57.800Z Downloaded slog-json v2.6.1
11632023-10-05T01:49:57.818Z Downloaded httparse v1.8.0
11642023-10-05T01:49:57.847Z Downloaded either v1.9.0
11652023-10-05T01:49:57.865Z Downloaded form_urlencoded v1.2.0
11662023-10-05T01:49:57.882Z Downloaded float-cmp v0.9.0
11672023-10-05T01:49:57.909Z Downloaded serde_plain v1.0.2
11682023-10-05T01:49:57.940Z Downloaded predicates-core v1.0.6
11692023-10-05T01:49:57.960Z Downloaded similar-asserts v1.5.0
11702023-10-05T01:49:57.976Z Downloaded pkcs1 v0.7.5
11712023-10-05T01:49:57.999Z Downloaded httpdate v1.0.3
11722023-10-05T01:49:58.437Z Downloaded log v0.4.20
11732023-10-05T01:49:58.453Z Downloaded indexmap v2.0.0
11742023-10-05T01:49:58.475Z Downloaded fd-lock v3.0.13
11752023-10-05T01:49:58.488Z Downloaded blake2 v0.10.6
11762023-10-05T01:49:58.507Z Downloaded pretty-hex v0.2.1
11772023-10-05T01:49:58.569Z Downloaded predicates-tree v1.0.9
11782023-10-05T01:49:58.581Z Downloaded openssl-macros v0.1.1
11792023-10-05T01:49:59.003Z Downloaded ascii v1.1.0
11802023-10-05T01:49:59.019Z Downloaded chacha20 v0.9.1
11812023-10-05T01:49:59.035Z Downloaded ansi_term v0.12.1
11822023-10-05T01:49:59.057Z Downloaded anyhow v1.0.75
11832023-10-05T01:49:59.082Z Downloaded console v0.15.7
11842023-10-05T01:49:59.518Z Downloaded ciborium v0.2.1
11852023-10-05T01:49:59.544Z Downloaded getrandom v0.2.10
11862023-10-05T01:49:59.569Z Downloaded termcolor v1.2.0
11872023-10-05T01:50:00.016Z Downloaded slab v0.4.9
11882023-10-05T01:50:00.451Z Downloaded unicode-width v0.1.10
11892023-10-05T01:50:00.468Z Downloaded paste v1.0.14
11902023-10-05T01:50:00.512Z Downloaded slog-stdlog v4.1.1
11912023-10-05T01:50:00.949Z Downloaded futures-sink v0.3.28
11922023-10-05T01:50:00.965Z Downloaded crossbeam-queue v0.3.8
11932023-10-05T01:50:00.983Z Downloaded bitflags v2.4.0
11942023-10-05T01:50:00.995Z Downloaded num_enum_derive v0.5.11
11952023-10-05T01:50:01.006Z Downloaded foreign-types-macros v0.2.3
11962023-10-05T01:50:01.028Z Downloaded assert_cmd v2.0.12
11972023-10-05T01:50:01.052Z Downloaded clap_derive v4.4.2
11982023-10-05T01:50:01.074Z Downloaded mockall v0.11.4
11992023-10-05T01:50:01.508Z Downloaded bit_field v0.10.2
12002023-10-05T01:50:01.538Z Downloaded pest_generator v2.7.2
12012023-10-05T01:50:01.561Z Downloaded num_enum_derive v0.7.0
12022023-10-05T01:50:01.989Z Downloaded fnv v1.0.7
12032023-10-05T01:50:02.010Z Downloaded curve25519-dalek-derive v0.1.0
12042023-10-05T01:50:02.445Z Downloaded linear-map v1.2.0
12052023-10-05T01:50:02.500Z Downloaded cancel-safe-futures v0.1.2
12062023-10-05T01:50:02.515Z Downloaded aes-gcm-siv v0.11.1
12072023-10-05T01:50:02.529Z Downloaded ascii-canvas v3.0.0
12082023-10-05T01:50:02.541Z Downloaded inout v0.1.3
12092023-10-05T01:50:02.553Z Downloaded phf_shared v0.10.0
12102023-10-05T01:50:02.567Z Downloaded path-absolutize v3.1.0
12112023-10-05T01:50:02.585Z Downloaded cexpr v0.6.0
12122023-10-05T01:50:03.017Z Downloaded fallible-streaming-iterator v0.1.9
12132023-10-05T01:50:04.131Z Downloaded dtrace-parser v0.1.14
12142023-10-05T01:50:04.575Z Downloaded textwrap v0.11.0
12152023-10-05T01:50:04.608Z Downloaded doc-comment v0.3.3
12162023-10-05T01:50:04.633Z Downloaded argon2 v0.5.2
12172023-10-05T01:50:05.074Z Downloaded arrayvec v0.7.4
12182023-10-05T01:50:05.092Z Downloaded md-5 v0.10.5
12192023-10-05T01:50:05.527Z Downloaded clap v4.4.3
12202023-10-05T01:50:05.544Z Downloaded path-slash v0.1.5
12212023-10-05T01:50:05.559Z Downloaded path-dedot v3.1.0
12222023-10-05T01:50:06.818Z Downloaded hex v0.4.3
12232023-10-05T01:50:06.834Z Downloaded maybe-uninit v2.0.0
12242023-10-05T01:50:06.887Z Downloaded bitflags v1.3.2
12252023-10-05T01:50:06.908Z Downloaded anstyle v1.0.2
12262023-10-05T01:50:06.970Z Downloaded async-trait v0.1.73
12272023-10-05T01:50:06.984Z Downloaded hostname v0.3.1
12282023-10-05T01:50:07.414Z Downloaded quote v1.0.33
12292023-10-05T01:50:07.435Z Downloaded byteorder v1.4.3
12302023-10-05T01:50:07.461Z Downloaded iana-time-zone v0.1.57
12312023-10-05T01:50:07.481Z Downloaded heck v0.3.3
12322023-10-05T01:50:07.503Z Downloaded cargo-platform v0.1.3
12332023-10-05T01:50:07.525Z Downloaded block-buffer v0.10.4
12342023-10-05T01:50:07.547Z Downloaded async-recursion v1.0.5
12352023-10-05T01:50:07.565Z Downloaded lazy_static v1.4.0
12362023-10-05T01:50:07.592Z Downloaded colored v2.0.4
12372023-10-05T01:50:07.621Z Downloaded const_format_proc_macros v0.2.31
12382023-10-05T01:50:07.640Z Downloaded camino-tempfile v1.0.2
12392023-10-05T01:50:07.662Z Downloaded group v0.13.0
12402023-10-05T01:50:07.685Z Downloaded backoff v0.4.0
12412023-10-05T01:50:07.712Z Downloaded anstream v0.5.0
12422023-10-05T01:50:07.732Z Downloaded itoa v1.0.9
12432023-10-05T01:50:08.175Z Downloaded nodrop v0.1.14
12442023-10-05T01:50:08.196Z Downloaded cassowary v0.3.0
12452023-10-05T01:50:08.213Z Downloaded cfg-if v1.0.0
12462023-10-05T01:50:08.229Z Downloaded glob v0.3.1
12472023-10-05T01:50:08.246Z Downloaded num_threads v0.1.6
12482023-10-05T01:50:08.697Z Downloaded const_format v0.2.31
12492023-10-05T01:50:08.717Z Downloaded hubpack_derive v0.1.1
12502023-10-05T01:50:08.739Z Downloaded hashlink v0.8.3
12512023-10-05T01:50:08.763Z Downloaded base64ct v1.6.0
12522023-10-05T01:50:08.783Z Downloaded constant_time_eq v0.3.0
12532023-10-05T01:50:08.804Z Downloaded serial_test_derive v0.10.0
12542023-10-05T01:50:08.825Z Downloaded array-init v0.0.4
12552023-10-05T01:50:09.271Z Downloaded hyper-staticfile v0.9.5
12562023-10-05T01:50:09.731Z Downloaded nanorand v0.7.0
12572023-10-05T01:50:09.769Z Downloaded multer v2.1.0
12582023-10-05T01:50:09.792Z Downloaded mime_guess v2.0.4
12592023-10-05T01:50:09.821Z Downloaded bitstruct_derive v0.1.0
12602023-10-05T01:50:09.861Z Downloaded http-range v0.1.5
12612023-10-05T01:50:09.892Z Downloaded lalrpop-util v0.19.12
12622023-10-05T01:50:09.917Z Downloaded matches v0.1.10
12632023-10-05T01:50:09.935Z Downloaded atomic-waker v1.1.1
12642023-10-05T01:50:09.968Z Downloaded is-terminal v0.4.9
12652023-10-05T01:50:10.024Z Downloaded colorchoice v1.0.0
12662023-10-05T01:50:10.114Z Downloaded hash32 v0.2.1
12672023-10-05T01:50:10.137Z Downloaded anes v0.1.6
12682023-10-05T01:50:10.158Z Downloaded linked-hash-map v0.5.6
12692023-10-05T01:50:10.614Z Downloaded approx v0.5.1
12702023-10-05T01:50:10.642Z Downloaded clap_lex v0.5.1
12712023-10-05T01:50:11.483Z Downloaded cast v0.3.0
12722023-10-05T01:50:11.532Z Downloaded instant v0.1.12
12732023-10-05T01:50:11.540Z Downloaded block-padding v0.3.3
12742023-10-05T01:50:11.548Z Downloaded macaddr v1.0.1
12752023-10-05T01:50:11.554Z Downloaded hex-literal v0.4.1
12762023-10-05T01:50:11.562Z Downloaded base16ct v0.2.0
12772023-10-05T01:50:11.583Z Downloaded bit-set v0.5.3
12782023-10-05T01:50:11.596Z Downloaded schemars_derive v0.8.13
12792023-10-05T01:50:11.609Z Downloaded ciborium-io v0.2.1
12802023-10-05T01:50:11.621Z Downloaded jobserver v0.1.26
12812023-10-05T01:50:11.639Z Downloaded heck v0.4.1
12822023-10-05T01:50:11.659Z Downloaded bit-vec v0.6.3
12832023-10-05T01:50:12.085Z Downloaded autocfg v1.1.0
12842023-10-05T01:50:12.099Z Downloaded hyper-rustls v0.24.1
12852023-10-05T01:50:12.109Z Downloaded httptest v0.15.4
12862023-10-05T01:50:12.123Z Downloaded ciborium-ll v0.2.1
12872023-10-05T01:50:12.545Z Downloaded aead v0.5.2
12882023-10-05T01:50:12.560Z Downloaded serde_derive_internals v0.26.0
12892023-10-05T01:50:12.572Z Downloaded rusty-fork v0.3.0
12902023-10-05T01:50:12.589Z Downloaded indoc v2.0.3
12912023-10-05T01:50:12.602Z Downloaded bitstruct v0.1.1
12922023-10-05T01:50:12.616Z Downloaded itertools v0.10.5
12932023-10-05T01:50:12.633Z Downloaded bytesize v1.3.0
12942023-10-05T01:50:12.657Z Downloaded h2 v0.3.21
12952023-10-05T01:50:12.672Z Downloaded blake2b_simd v1.0.1
12962023-10-05T01:50:12.684Z Downloaded bincode v1.3.3
12972023-10-05T01:50:12.703Z Downloaded stable_deref_trait v1.2.0
12982023-10-05T01:50:12.722Z Downloaded signal-hook-tokio v0.3.1
12992023-10-05T01:50:12.744Z Downloaded memoffset v0.9.0
13002023-10-05T01:50:13.168Z Downloaded libxml v0.3.3
13012023-10-05T01:50:13.604Z Downloaded const-oid v0.9.5
13022023-10-05T01:50:13.669Z Downloaded clap v2.34.0
13032023-10-05T01:50:13.687Z Downloaded headers-core v0.2.0
13042023-10-05T01:50:13.705Z Downloaded serde_derive v1.0.188
13052023-10-05T01:50:13.732Z Downloaded rsa v0.9.2
13062023-10-05T01:50:13.742Z Downloaded new_debug_unreachable v1.0.4
13072023-10-05T01:50:13.752Z Downloaded cargo_metadata v0.18.0
13082023-10-05T01:50:13.759Z Downloaded globset v0.4.13
13092023-10-05T01:50:13.772Z Downloaded getopts v0.2.21
13102023-10-05T01:50:13.786Z Downloaded shell-words v1.1.0
13112023-10-05T01:50:13.798Z Downloaded serde_arrays v0.1.0
13122023-10-05T01:50:13.809Z Downloaded sct v0.7.0
13132023-10-05T01:50:13.821Z Downloaded rustfmt-wrapper v0.2.0
13142023-10-05T01:50:13.831Z Downloaded rustc_version v0.4.0
13152023-10-05T01:50:13.843Z Downloaded memoffset v0.7.1
13162023-10-05T01:50:13.854Z Downloaded keccak v0.1.4
13172023-10-05T01:50:13.876Z Downloaded humantime v2.1.0
13182023-10-05T01:50:13.895Z Downloaded generic-array v0.14.7
13192023-10-05T01:50:13.921Z Downloaded assert_matches v1.5.0
13202023-10-05T01:50:13.935Z Downloaded serde_urlencoded v0.7.1
13212023-10-05T01:50:13.940Z Downloaded serde-big-array v0.4.1
13222023-10-05T01:50:13.944Z Downloaded rstest v0.18.2
13232023-10-05T01:50:13.948Z Downloaded native-tls v0.2.11
13242023-10-05T01:50:13.954Z Compiling proc-macro2 v1.0.67
13252023-10-05T01:50:13.959Z Compiling unicode-ident v1.0.12
13262023-10-05T01:50:13.963Z Compiling libc v0.2.148
13272023-10-05T01:50:13.970Z Compiling serde v1.0.188
13282023-10-05T01:50:13.975Z Compiling autocfg v1.1.0
13292023-10-05T01:50:13.982Z Compiling version_check v0.9.4
13302023-10-05T01:50:13.988Z Compiling cfg-if v1.0.0
13312023-10-05T01:50:13.996Z Compiling syn v1.0.109
13322023-10-05T01:50:14.005Z 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`
13332023-10-05T01:50:14.018Z 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`
13342023-10-05T01:50:14.066Z 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`
13352023-10-05T01:50:14.091Z 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`
13362023-10-05T01:50:14.105Z 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`
13372023-10-05T01:50:14.160Z 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`
13382023-10-05T01:50:15.410Z 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`
13392023-10-05T01:50:15.426Z 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`
13402023-10-05T01:50:15.440Z Compiling once_cell v1.18.0
13412023-10-05T01:50:15.468Z 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`
13422023-10-05T01:50:15.497Z Compiling libm v0.2.7
13432023-10-05T01:50:15.513Z 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`
13442023-10-05T01:50:15.528Z Compiling parking_lot_core v0.9.8
13452023-10-05T01:50:15.546Z 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`
13462023-10-05T01:50:15.567Z Compiling memchr v2.6.3
13472023-10-05T01:50:15.590Z 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`
13482023-10-05T01:50:15.609Z Compiling lock_api v0.4.10
13492023-10-05T01:50:15.627Z Compiling num-traits v0.2.16
13502023-10-05T01:50:15.648Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-7ec7d57a9fea354b/build-script-build`
13512023-10-05T01:50:15.666Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-02d4e73abb70a194/build-script-build`
13522023-10-05T01:50:15.687Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8b7d4688ff6ec7d2/build-script-build`
13532023-10-05T01:50:15.707Z 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`
13542023-10-05T01:50:15.727Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-39a4d65f10fe7529/build-script-build`
13552023-10-05T01:50:15.743Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-66ea596ae03a17af/build-script-build`
13562023-10-05T01:50:16.184Z 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`
13572023-10-05T01:50:16.208Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-c84985744f7ea911/build-script-build`
13582023-10-05T01:50:16.264Z Compiling log v0.4.20
13592023-10-05T01:50:16.690Z Compiling itoa v1.0.9
13602023-10-05T01:50:16.708Z 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`
13612023-10-05T01:50:16.730Z Compiling thiserror v1.0.49
13622023-10-05T01:50:16.751Z 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`
13632023-10-05T01:50:16.763Z 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`
13642023-10-05T01:50:16.791Z Compiling futures-core v0.3.28
13652023-10-05T01:50:16.805Z 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`
13662023-10-05T01:50:16.819Z 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`
13672023-10-05T01:50:16.833Z 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`
13682023-10-05T01:50:16.846Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-1b7851bfe210c606/build-script-build`
13692023-10-05T01:50:16.859Z Compiling ahash v0.8.3
13702023-10-05T01:50:16.873Z 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`
13712023-10-05T01:50:17.309Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8685a19bd2588e85/build-script-build`
13722023-10-05T01:50:17.330Z Compiling typenum v1.16.0
13732023-10-05T01:50:17.344Z 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`
13742023-10-05T01:50:17.359Z Compiling quote v1.0.33
13752023-10-05T01:50:17.377Z Compiling getrandom v0.2.10
13762023-10-05T01:50:17.805Z Compiling jobserver v0.1.26
13772023-10-05T01:50:17.820Z Compiling generic-array v0.14.7
13782023-10-05T01:50:17.830Z 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`
13792023-10-05T01:50:17.839Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-40748a9ee1ce3883/build-script-build`
13802023-10-05T01:50:17.848Z 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`
13812023-10-05T01:50:18.281Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-ce2f6f3ba70c12d6/build-script-main`
13822023-10-05T01:50:19.116Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-615e4bddd6779bcd/build-script-build`
13832023-10-05T01:50:19.142Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7f571bfd1a0d0ba2/build-script-build`
13842023-10-05T01:50:19.173Z 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`
13852023-10-05T01:50:19.195Z 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`
13862023-10-05T01:50:19.216Z Compiling ryu v1.0.15
13872023-10-05T01:50:19.248Z 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`
13882023-10-05T01:50:19.696Z 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`
13892023-10-05T01:50:19.723Z Compiling cc v1.0.83
13902023-10-05T01:50:20.152Z 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`
13912023-10-05T01:50:20.171Z Compiling slab v0.4.9
13922023-10-05T01:50:20.200Z 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`
13932023-10-05T01:50:20.219Z Compiling syn v2.0.37
13942023-10-05T01:50:20.664Z 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.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="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=2dd1c8bfc186ca77 -C extra-filename=-2dd1c8bfc186ca77 --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`
13952023-10-05T01:50:20.701Z 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`
13962023-10-05T01:50:20.710Z Compiling futures-task v0.3.28
13972023-10-05T01:50:20.718Z Compiling futures-channel v0.3.28
13982023-10-05T01:50:20.733Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-c5834cbc42a6ca13/build-script-build`
13992023-10-05T01:50:20.738Z 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`
14002023-10-05T01:50:20.742Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-1ba3ca3c11bcdc50/build-script-build`
14012023-10-05T01:50:20.748Z 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`
14022023-10-05T01:50:20.751Z 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`
14032023-10-05T01:50:20.755Z Compiling futures-util v0.3.28
14042023-10-05T01:50:20.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/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`
14052023-10-05T01:50:20.771Z 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"'`
14062023-10-05T01:50:20.778Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-feb52f6851514f87/build-script-build`
14072023-10-05T01:50:20.782Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-5de16dc38943ef6e/build-script-build`
14082023-10-05T01:50:20.787Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-373e6bf0208f26cc/build-script-build`
14092023-10-05T01:50:20.792Z Compiling pkg-config v0.3.27
14102023-10-05T01:50:20.797Z 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`
14112023-10-05T01:50:20.802Z Compiling heck v0.4.1
14122023-10-05T01:50:20.809Z Compiling scopeguard v1.2.0
14132023-10-05T01:50:20.824Z 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`
14142023-10-05T01:50:20.832Z 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`
14152023-10-05T01:50:20.849Z Compiling smallvec v1.11.0
14162023-10-05T01:50:20.871Z 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`
14172023-10-05T01:50:21.735Z Compiling allocator-api2 v0.2.16
14182023-10-05T01:50:21.741Z Compiling rand_core v0.6.4
14192023-10-05T01:50:21.754Z Compiling equivalent v1.0.1
14202023-10-05T01:50:21.764Z Compiling fnv v1.0.7
14212023-10-05T01:50:21.771Z 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`
14222023-10-05T01:50:21.784Z 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`
14232023-10-05T01:50:21.795Z 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`
14242023-10-05T01:50:21.808Z 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`
14252023-10-05T01:50:21.821Z 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`
14262023-10-05T01:50:21.834Z 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`
14272023-10-05T01:50:21.849Z Compiling byteorder v1.4.3
14282023-10-05T01:50:21.866Z 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`
14292023-10-05T01:50:21.886Z Compiling schemars v0.8.13
14302023-10-05T01:50:21.917Z 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`
14312023-10-05T01:50:22.357Z Compiling vcpkg v0.2.15
14322023-10-05T01:50:22.365Z 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`
14332023-10-05T01:50:22.390Z Compiling parking_lot v0.12.1
14342023-10-05T01:50:22.408Z 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`
14352023-10-05T01:50:22.434Z Compiling ahash v0.7.6
14362023-10-05T01:50:22.458Z 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`
14372023-10-05T01:50:22.478Z Compiling hashbrown v0.14.0
14382023-10-05T01:50:22.499Z Compiling iana-time-zone v0.1.57
14392023-10-05T01:50:22.529Z 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`
14402023-10-05T01:50:22.559Z 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`
14412023-10-05T01:50:23.041Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-61fde5c49e14e297/build-script-build`
14422023-10-05T01:50:23.065Z Compiling indexmap v1.9.3
14432023-10-05T01:50:23.085Z 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`
14442023-10-05T01:50:23.104Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-ba457adef05c1bb0/build-script-build`
14452023-10-05T01:50:23.122Z Compiling serde_json v1.0.107
14462023-10-05T01:50:23.140Z 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`
14472023-10-05T01:50:23.188Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-255b7aee4fa84c34/build-script-build`
14482023-10-05T01:50:23.210Z 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`
14492023-10-05T01:50:23.226Z Compiling spin v0.5.2
14502023-10-05T01:50:23.256Z 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`
14512023-10-05T01:50:23.318Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-abb7fe9df46f5fa1/build-script-build`
14522023-10-05T01:50:23.490Z Compiling httparse v1.8.0
14532023-10-05T01:50:23.633Z 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`
14542023-10-05T01:50:23.892Z Compiling pin-project-lite v0.2.13
14552023-10-05T01:50:28.626Z 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`
14562023-10-05T01:50:28.659Z Compiling signal-hook-registry v1.4.1
14572023-10-05T01:50:29.221Z 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`
14582023-10-05T01:50:29.358Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-89b40c9e6f1b8d8b/build-script-build`
14592023-10-05T01:50:29.633Z Compiling dyn-clone v1.0.13
14602023-10-05T01:50:30.087Z 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`
14612023-10-05T01:50:30.134Z Compiling ring v0.16.20
14622023-10-05T01:50:30.153Z 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`
14632023-10-05T01:50:30.177Z Compiling num_cpus v1.16.0
14642023-10-05T01:50:30.217Z 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`
14652023-10-05T01:50:30.228Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5236cc9fa07aafa3/build-script-build`
14662023-10-05T01:50:30.234Z Compiling mio v0.8.8
14672023-10-05T01:50:30.256Z 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`
14682023-10-05T01:50:30.270Z Compiling aho-corasick v1.0.4
14692023-10-05T01:50:30.289Z 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`
14702023-10-05T01:50:30.707Z Compiling regex-syntax v0.7.5
14712023-10-05T01:50:31.533Z 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`
14722023-10-05T01:50:31.538Z Compiling semver v1.0.18
14732023-10-05T01:50:31.543Z 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`
14742023-10-05T01:50:31.552Z Compiling openssl-sys v0.9.93
14752023-10-05T01:50:31.556Z 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`
14762023-10-05T01:50:31.666Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-c5865f6d974c76b1/build-script-build`
14772023-10-05T01:50:31.677Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-1462877d469b7aa0/build-script-build`
14782023-10-05T01:50:31.682Z 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`
14792023-10-05T01:50:31.686Z Compiling unicode-xid v0.2.4
14802023-10-05T01:50:31.691Z 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`
14812023-10-05T01:50:31.695Z Compiling socket2 v0.5.3
14822023-10-05T01:50:31.699Z 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`
14832023-10-05T01:50:31.704Z Compiling tinyvec_macros v0.1.1
14842023-10-05T01:50:31.708Z 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`
14852023-10-05T01:50:31.712Z Compiling ucd-trie v0.1.6
14862023-10-05T01:50:31.717Z 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`
14872023-10-05T01:50:31.721Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-385be9ac62b73cba/build-script-main`
14882023-10-05T01:50:31.725Z Compiling openssl v0.10.57
14892023-10-05T01:50:31.728Z 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`
14902023-10-05T01:50:31.732Z Compiling serde_derive_internals v0.26.0
14912023-10-05T01:50:31.735Z 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`
14922023-10-05T01:50:31.740Z Compiling tinyvec v1.6.0
14932023-10-05T01:50:31.744Z 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`
14942023-10-05T01:50:31.749Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-f20da6aca1599289/build-script-build`
14952023-10-05T01:50:31.756Z Compiling winnow v0.5.15
14962023-10-05T01:50:31.760Z 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`
14972023-10-05T01:50:31.764Z Compiling regex-automata v0.3.8
14982023-10-05T01:50:31.769Z 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`
14992023-10-05T01:50:31.773Z Compiling ppv-lite86 v0.2.17
15002023-10-05T01:50:31.793Z 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`
15012023-10-05T01:50:31.798Z Compiling time-core v0.1.1
15022023-10-05T01:50:31.807Z 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`
15032023-10-05T01:50:31.826Z Compiling futures-sink v0.3.28
15042023-10-05T01:50:31.856Z 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`
15052023-10-05T01:50:31.884Z Compiling rustls v0.21.7
15062023-10-05T01:50:31.912Z 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`
15072023-10-05T01:50:31.988Z Compiling crossbeam-utils v0.8.16
15082023-10-05T01:50:32.421Z 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`
15092023-10-05T01:50:32.437Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-eb9c35056792b1cf/build-script-build`
15102023-10-05T01:50:32.459Z Compiling time-macros v0.2.13
15112023-10-05T01:50:32.468Z 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`
15122023-10-05T01:50:32.476Z Compiling rand_chacha v0.3.1
15132023-10-05T01:50:32.490Z 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`
15142023-10-05T01:50:32.506Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-2b72d92b204211df/build-script-build`
15152023-10-05T01:50:32.532Z Compiling unicode-normalization v0.1.22
15162023-10-05T01:50:32.554Z 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`
15172023-10-05T01:50:32.572Z 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`
15182023-10-05T01:50:32.587Z Compiling pin-utils v0.1.0
15192023-10-05T01:50:32.599Z 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`
15202023-10-05T01:50:32.614Z Compiling slog v2.7.0
15212023-10-05T01:50:32.631Z 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`
15222023-10-05T01:50:32.647Z Compiling rand v0.8.5
15232023-10-05T01:50:32.703Z 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`
15242023-10-05T01:50:32.719Z 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"'`
15252023-10-05T01:50:32.741Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-50f19adf750f9175/build-script-build`
15262023-10-05T01:50:32.762Z Compiling unicode-bidi v0.3.13
15272023-10-05T01:50:32.785Z 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`
15282023-10-05T01:50:33.219Z Compiling native-tls v0.2.11
15292023-10-05T01:50:33.227Z 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`
15302023-10-05T01:50:33.646Z Compiling hashbrown v0.12.3
15312023-10-05T01:50:33.658Z 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`
15322023-10-05T01:50:33.671Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-81bcf05595811fab/build-script-build`
15332023-10-05T01:50:33.687Z 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`
15342023-10-05T01:50:33.702Z 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`
15352023-10-05T01:50:33.747Z 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`
15362023-10-05T01:50:33.765Z Compiling rustix v0.38.9
15372023-10-05T01:50:33.786Z 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`
15382023-10-05T01:50:34.241Z Compiling unicode-width v0.1.10
15392023-10-05T01:50:34.677Z 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`
15402023-10-05T01:50:34.682Z Compiling futures-io v0.3.28
15412023-10-05T01:50:34.687Z 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`
15422023-10-05T01:50:34.709Z Compiling lazy_static v1.4.0
15432023-10-05T01:50:34.719Z 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`
15442023-10-05T01:50:34.742Z Compiling percent-encoding v2.3.0
15452023-10-05T01:50:34.795Z 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`
15462023-10-05T01:50:34.841Z Compiling regex v1.9.5
15472023-10-05T01:50:34.855Z 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`
15482023-10-05T01:50:34.869Z Compiling subtle v2.5.0
15492023-10-05T01:50:34.883Z 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`
15502023-10-05T01:50:34.899Z Compiling form_urlencoded v1.2.0
15512023-10-05T01:50:34.912Z 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`
15522023-10-05T01:50:34.934Z Compiling synstructure v0.12.6
15532023-10-05T01:50:34.952Z 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`
15542023-10-05T01:50:34.972Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-f4a3b5516a1033b5/build-script-build`
15552023-10-05T01:50:35.399Z Compiling bitflags v1.3.2
15562023-10-05T01:50:35.409Z 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`
15572023-10-05T01:50:35.424Z Compiling idna v0.4.0
15582023-10-05T01:50:35.434Z 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`
15592023-10-05T01:50:35.460Z Compiling backtrace v0.3.69
15602023-10-05T01:50:35.475Z 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`
15612023-10-05T01:50:35.492Z Compiling usdt-impl v0.3.5
15622023-10-05T01:50:35.506Z 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`
15632023-10-05T01:50:35.930Z Compiling serde_derive v1.0.188
15642023-10-05T01:50:35.945Z 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=d5f28ff1ebf2cea8 -C extra-filename=-d5f28ff1ebf2cea8 --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
15652023-10-05T01:50:35.973Z Compiling zeroize_derive v1.4.2
15662023-10-05T01:50:35.992Z 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=ca3ceeb56650b00e -C extra-filename=-ca3ceeb56650b00e --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
15672023-10-05T01:50:36.030Z Compiling thiserror-impl v1.0.49
15682023-10-05T01:50:36.082Z 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=f7786878e3229579 -C extra-filename=-f7786878e3229579 --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
15692023-10-05T01:50:36.510Z Compiling tokio-macros v2.1.0
15702023-10-05T01:50:36.526Z 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=23c62035c8bb4c93 -C extra-filename=-23c62035c8bb4c93 --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
15712023-10-05T01:50:37.078Z Compiling futures-macro v0.3.28
15722023-10-05T01:50:37.105Z 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=82f8288da6a6b994 -C extra-filename=-82f8288da6a6b994 --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
15732023-10-05T01:50:37.117Z Compiling tracing-attributes v0.1.26
15742023-10-05T01:50:37.124Z 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=52c69c912cb302f6 -C extra-filename=-52c69c912cb302f6 --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
15752023-10-05T01:50:37.144Z Compiling schemars_derive v0.8.13
15762023-10-05T01:50:37.163Z 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`
15772023-10-05T01:50:37.167Z Compiling zeroize v1.6.0
15782023-10-05T01:50:37.171Z 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=302d0b30a73469bd -C extra-filename=-302d0b30a73469bd --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-ca3ceeb56650b00e.so --cap-lints allow -D warnings`
15792023-10-05T01:50:37.176Z Compiling openssl-macros v0.1.1
15802023-10-05T01:50:37.202Z 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=947a6c60d996d8d5 -C extra-filename=-947a6c60d996d8d5 --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
15812023-10-05T01:50:37.219Z 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=89a40200f0eec813 -C extra-filename=-89a40200f0eec813 --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-302d0b30a73469bd.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
15822023-10-05T01:50:37.262Z 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=6fb58dbcfff7d4e4 -C extra-filename=-6fb58dbcfff7d4e4 --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-82f8288da6a6b994.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`
15832023-10-05T01:50:37.507Z Compiling zerocopy-derive v0.2.0
15842023-10-05T01:50:37.551Z 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`
15852023-10-05T01:50:37.923Z 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=8053178730bb7d03 -C extra-filename=-8053178730bb7d03 --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-f7786878e3229579.so --cap-lints allow -D warnings`
15862023-10-05T01:50:38.112Z Compiling pest v2.7.2
15872023-10-05T01:50:38.134Z 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=fabbb1b2f75119cb -C extra-filename=-fabbb1b2f75119cb --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-8053178730bb7d03.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-963b26a2aa59b261.rmeta --cap-lints allow -D warnings`
15882023-10-05T01:50:38.719Z Compiling crypto-common v0.1.6
15892023-10-05T01:50:39.195Z 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=57474a7c5ff9fdd8 -C extra-filename=-57474a7c5ff9fdd8 --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-89a40200f0eec813.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`
15902023-10-05T01:50:39.211Z Compiling url v2.4.1
15912023-10-05T01:50:39.221Z 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`
15922023-10-05T01:50:40.401Z Compiling async-trait v0.1.73
15932023-10-05T01:50:40.412Z 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`
15942023-10-05T01:50:40.420Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-d27dc759eeecb612/build-script-build`
15952023-10-05T01:50:40.885Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-82b28e27bd76deeb/build-script-build`
15962023-10-05T01:50:40.909Z Compiling zerocopy v0.3.0
15972023-10-05T01:50:40.919Z 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`
15982023-10-05T01:50:40.934Z Compiling const-oid v0.9.5
15992023-10-05T01:50:40.946Z 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`
16002023-10-05T01:50:41.128Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-db64b9bb2c68bb7a/build-script-build`
16012023-10-05T01:50:41.262Z 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=60cc23ed68c4a18e -C extra-filename=-60cc23ed68c4a18e --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
16022023-10-05T01:50:41.985Z Compiling dof v0.1.5
16032023-10-05T01:50:43.371Z 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=6137f1a4266443f5 -C extra-filename=-6137f1a4266443f5 --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-8053178730bb7d03.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3d9e778d8adf6126.rmeta --cap-lints allow -D warnings`
16042023-10-05T01:50:43.820Z Compiling thread-id v4.2.0
16052023-10-05T01:50:44.324Z 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`
16062023-10-05T01:50:44.369Z Compiling pest_meta v2.7.2
16072023-10-05T01:50:44.385Z 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=4e76a240ac19f586 -C extra-filename=-4e76a240ac19f586 --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-fabbb1b2f75119cb.rmeta --cap-lints allow -D warnings`
16082023-10-05T01:50:44.474Z Compiling anyhow v1.0.75
16092023-10-05T01:50:44.576Z 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`
16102023-10-05T01:50:44.595Z Compiling tracing-core v0.1.31
16112023-10-05T01:50:44.626Z 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`
16122023-10-05T01:50:44.693Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-6e4c0cf124b807de/build-script-build`
16132023-10-05T01:50:44.783Z Compiling hashbrown v0.13.2
16142023-10-05T01:50:44.889Z 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`
16152023-10-05T01:50:45.006Z Compiling strsim v0.10.0
16162023-10-05T01:50:45.117Z 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`
16172023-10-05T01:50:45.239Z Compiling base64 v0.21.4
16182023-10-05T01:50:45.684Z 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`
16192023-10-05T01:50:45.744Z Compiling pest_generator v2.7.2
16202023-10-05T01:50:45.772Z 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=fac7f5fa7c839886 -C extra-filename=-fac7f5fa7c839886 --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-fabbb1b2f75119cb.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-4e76a240ac19f586.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-2dd1c8bfc186ca77.rmeta --cap-lints allow -D warnings`
16212023-10-05T01:50:45.817Z Compiling tracing v0.1.37
16222023-10-05T01:50:45.845Z 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=62b3b0ef2d376a90 -C extra-filename=-62b3b0ef2d376a90 --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-52c69c912cb302f6.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-185f52a339e2f007.rmeta --cap-lints allow -D warnings`
16232023-10-05T01:50:46.277Z Compiling block-buffer v0.10.4
16242023-10-05T01:50:46.288Z 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=9523d4d93e9c719d -C extra-filename=-9523d4d93e9c719d --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-89a40200f0eec813.rmeta --cap-lints allow -D warnings`
16252023-10-05T01:50:46.296Z Compiling num_threads v0.1.6
16262023-10-05T01:50:46.301Z 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`
16272023-10-05T01:50:46.316Z Compiling siphasher v0.3.11
16282023-10-05T01:50:46.338Z 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`
16292023-10-05T01:50:46.349Z Compiling deranged v0.3.8
16302023-10-05T01:50:46.358Z 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`
16312023-10-05T01:50:46.371Z 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=7e32255bd2f9fe1c -C extra-filename=-7e32255bd2f9fe1c --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-d5f28ff1ebf2cea8.so --cap-lints allow -D warnings`
16322023-10-05T01:50:46.381Z Compiling digest v0.10.7
16332023-10-05T01:50:46.819Z 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=70154b3d289edcfa -C extra-filename=-70154b3d289edcfa --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-9523d4d93e9c719d.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-57474a7c5ff9fdd8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
16342023-10-05T01:50:46.843Z Compiling errno v0.3.2
16352023-10-05T01:50:46.856Z 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`
16362023-10-05T01:50:47.293Z Compiling adler v1.0.2
16372023-10-05T01:50:47.308Z 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`
16382023-10-05T01:50:47.326Z 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`
16392023-10-05T01:50:47.342Z Compiling miniz_oxide v0.7.1
16402023-10-05T01:50:47.369Z 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`
16412023-10-05T01:50:47.385Z Compiling socket2 v0.4.9
16422023-10-05T01:50:47.397Z 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`
16432023-10-05T01:50:47.482Z Compiling either v1.9.0
16442023-10-05T01:50:47.536Z 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`
16452023-10-05T01:50:47.605Z Compiling untrusted v0.7.1
16462023-10-05T01:50:48.053Z 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`
16472023-10-05T01:50:48.093Z 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`
16482023-10-05T01:50:48.124Z Compiling try-lock v0.2.4
16492023-10-05T01:50:48.145Z 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`
16502023-10-05T01:50:48.172Z Compiling gimli v0.28.0
16512023-10-05T01:50:48.202Z 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`
16522023-10-05T01:50:48.228Z Compiling httpdate v1.0.3
16532023-10-05T01:50:48.657Z 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`
16542023-10-05T01:50:48.663Z Compiling want v0.3.1
16552023-10-05T01:50:48.669Z 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`
16562023-10-05T01:50:48.672Z Compiling object v0.32.1
16572023-10-05T01:50:48.687Z 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`
16582023-10-05T01:50:48.877Z Compiling time v0.3.27
16592023-10-05T01:50:48.910Z 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`
16602023-10-05T01:50:48.930Z Compiling openssl-probe v0.1.5
16612023-10-05T01:50:48.943Z 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`
16622023-10-05T01:50:49.356Z Compiling rustc-demangle v0.1.23
16632023-10-05T01:50:49.367Z 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`
16642023-10-05T01:50:49.842Z Compiling cpufeatures v0.2.9
16652023-10-05T01:50:49.861Z 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`
16662023-10-05T01:50:49.887Z Compiling pest_derive v2.7.2
16672023-10-05T01:50:49.905Z 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=ceff12c058f9e75a -C extra-filename=-ceff12c058f9e75a --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-fabbb1b2f75119cb.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-fac7f5fa7c839886.rlib --extern proc_macro --cap-lints allow -D warnings`
16682023-10-05T01:50:49.915Z Compiling tower-service v0.3.2
16692023-10-05T01:50:49.927Z 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`
16702023-10-05T01:50:49.944Z Compiling foreign-types-shared v0.1.1
16712023-10-05T01:50:49.973Z 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`
16722023-10-05T01:50:50.003Z Compiling foreign-types v0.3.2
16732023-10-05T01:50:50.024Z 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`
16742023-10-05T01:50:50.077Z 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`
16752023-10-05T01:50:50.922Z Compiling dtrace-parser v0.1.14
16762023-10-05T01:50:50.928Z 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=ee3904135b4f367e -C extra-filename=-ee3904135b4f367e --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-fabbb1b2f75119cb.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-ceff12c058f9e75a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --cap-lints allow -D warnings`
16772023-10-05T01:50:50.994Z Compiling mime v0.3.17
16782023-10-05T01:50:51.651Z 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`
16792023-10-05T01:50:52.040Z Compiling rustls-webpki v0.101.4
16802023-10-05T01:50:52.076Z 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`
16812023-10-05T01:50:52.440Z Compiling sct v0.7.0
16822023-10-05T01:50:52.444Z 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`
16832023-10-05T01:50:52.943Z Compiling phf_shared v0.11.2
16842023-10-05T01:50:52.949Z 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`
16852023-10-05T01:50:53.586Z Compiling ipnet v2.8.0
16862023-10-05T01:50:53.671Z 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`
16872023-10-05T01:50:54.376Z 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`
16882023-10-05T01:50:54.513Z Compiling rustls-pemfile v1.0.3
16892023-10-05T01:50:54.517Z 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`
16902023-10-05T01:50:55.806Z Compiling addr2line v0.21.0
16912023-10-05T01:50:55.838Z 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`
16922023-10-05T01:50:55.871Z Compiling encoding_rs v0.8.33
16932023-10-05T01:50:56.302Z 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`
16942023-10-05T01:50:56.322Z Compiling rustls-native-certs v0.6.3
16952023-10-05T01:50:56.332Z 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`
16962023-10-05T01:50:56.354Z Compiling bytes v1.5.0
16972023-10-05T01:50:56.366Z 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=cd943cd2dfeb8306 -C extra-filename=-cd943cd2dfeb8306 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
16982023-10-05T01:50:56.835Z Compiling indexmap v2.0.0
16992023-10-05T01:50:56.854Z 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=5f8bbd5b600635f1 -C extra-filename=-5f8bbd5b600635f1 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
17002023-10-05T01:50:56.870Z Compiling chrono v0.4.31
17012023-10-05T01:50:56.897Z 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=5bb86fda6cf178b2 -C extra-filename=-5bb86fda6cf178b2 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
17022023-10-05T01:50:56.906Z Compiling uuid v1.4.1
17032023-10-05T01:50:56.912Z 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=dc2ac240cbe2519e -C extra-filename=-dc2ac240cbe2519e --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
17042023-10-05T01:50:58.189Z 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=21ae18ccdba9e3a7 -C extra-filename=-21ae18ccdba9e3a7 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
17052023-10-05T01:50:58.280Z Compiling bitflags v2.4.0
17062023-10-05T01:50:58.306Z 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=ed0c05cf7ea9471a -C extra-filename=-ed0c05cf7ea9471a --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
17072023-10-05T01:50:58.808Z Compiling tokio v1.32.0
17082023-10-05T01:50:58.812Z 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=7dae54b2334bcd34 -C extra-filename=-7dae54b2334bcd34 --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-cd943cd2dfeb8306.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-23c62035c8bb4c93.so --cap-lints allow -D warnings`
17092023-10-05T01:50:58.822Z Compiling http v0.2.9
17102023-10-05T01:50:58.826Z 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=7a24d2e41697cd7a -C extra-filename=-7a24d2e41697cd7a --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-cd943cd2dfeb8306.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`
17112023-10-05T01:50:59.375Z Compiling toml_datetime v0.6.3
17122023-10-05T01:50:59.379Z 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=963a1f25c09d91f6 -C extra-filename=-963a1f25c09d91f6 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
17132023-10-05T01:50:59.722Z Compiling serde_spanned v0.6.3
17142023-10-05T01:50:59.727Z 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=c86fe537d8513395 -C extra-filename=-c86fe537d8513395 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
17152023-10-05T01:51:00.072Z 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=18b40a9cb49e01d2 -C extra-filename=-18b40a9cb49e01d2 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
17162023-10-05T01:51:01.575Z Compiling toml_edit v0.19.15
17172023-10-05T01:51:01.597Z 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=8f1cb6ebfa9e6c0d -C extra-filename=-8f1cb6ebfa9e6c0d --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-5f8bbd5b600635f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-c86fe537d8513395.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings`
17182023-10-05T01:51:02.086Z 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=9a329d5b38cd248e -C extra-filename=-9a329d5b38cd248e --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings --cfg has_std`
17192023-10-05T01:51:02.496Z 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=e709a65f3debe7d0 -C extra-filename=-e709a65f3debe7d0 --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-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.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-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
17202023-10-05T01:51:02.925Z Compiling openapiv3 v1.0.3
17212023-10-05T01:51:02.938Z 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=3d3738522af11d45 -C extra-filename=-3d3738522af11d45 --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-5f8bbd5b600635f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --cap-lints allow -D warnings`
17222023-10-05T01:51:03.127Z Compiling serde_tokenstream v0.1.7
17232023-10-05T01:51:03.132Z 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=7f220b50533a6df4 -C extra-filename=-7f220b50533a6df4 --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-6137f1a4266443f5.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-ee3904135b4f367e.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-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.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`
17242023-10-05T01:51:03.135Z 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=fb0ffec3da0ce1c2 -C extra-filename=-fb0ffec3da0ce1c2 --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-7e32255bd2f9fe1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rmeta --cap-lints allow -D warnings`
17252023-10-05T01:51:03.661Z Compiling http-body v0.4.5
17262023-10-05T01:51:03.681Z 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=4d4c187f0a4933c7 -C extra-filename=-4d4c187f0a4933c7 --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-cd943cd2dfeb8306.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --cap-lints allow -D warnings`
17272023-10-05T01:51:03.969Z 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=67e4ef261745c3dd -C extra-filename=-67e4ef261745c3dd --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-ed0c05cf7ea9471a.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`
17282023-10-05T01:51:04.301Z Compiling rustc_version v0.4.0
17292023-10-05T01:51:04.335Z 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=42eba902e1114e10 -C extra-filename=-42eba902e1114e10 --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-18b40a9cb49e01d2.rmeta --cap-lints allow -D warnings`
17302023-10-05T01:51:05.392Z 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`
17312023-10-05T01:51:06.187Z Compiling usdt-macro v0.3.5
17322023-10-05T01:51:06.243Z 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=e817cecd2cee00e4 -C extra-filename=-e817cecd2cee00e4 --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-ee3904135b4f367e.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-fb0ffec3da0ce1c2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7f220b50533a6df4.rlib --extern proc_macro --cap-lints allow -D warnings`
17332023-10-05T01:51:08.453Z Compiling usdt-attr-macro v0.3.5
17342023-10-05T01:51:08.470Z 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=adee9758b5a6fb79 -C extra-filename=-adee9758b5a6fb79 --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-ee3904135b4f367e.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-fb0ffec3da0ce1c2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7f220b50533a6df4.rlib --extern proc_macro --cap-lints allow -D warnings`
17352023-10-05T01:51:08.734Z 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`
17362023-10-05T01:51:09.105Z 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=5555fe38eefbe002 -C extra-filename=-5555fe38eefbe002 --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-ed0c05cf7ea9471a.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-947a6c60d996d8d5.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`
17372023-10-05T01:51:09.908Z Compiling serde_urlencoded v0.7.1
17382023-10-05T01:51:09.911Z 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=081389e1338a44c3 -C extra-filename=-081389e1338a44c3 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
17392023-10-05T01:51:10.471Z 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`
17402023-10-05T01:51:10.760Z Compiling webpki-roots v0.25.2
17412023-10-05T01:51:10.766Z 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`
17422023-10-05T01:51:10.898Z 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`
17432023-10-05T01:51:11.026Z Compiling futures-executor v0.3.28
17442023-10-05T01:51:11.044Z 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=91b977681d3b9ffa -C extra-filename=-91b977681d3b9ffa --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-6fb58dbcfff7d4e4.rmeta --cap-lints allow -D warnings`
17452023-10-05T01:51:11.113Z Compiling num-integer v0.1.45
17462023-10-05T01:51:11.150Z 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`
17472023-10-05T01:51:11.673Z Compiling tokio-util v0.7.8
17482023-10-05T01:51:11.690Z 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=333434f126a326b8 -C extra-filename=-333434f126a326b8 --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-cd943cd2dfeb8306.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-7dae54b2334bcd34.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-62b3b0ef2d376a90.rmeta --cap-lints allow -D warnings`
17492023-10-05T01:51:11.698Z Compiling tokio-rustls v0.24.1
17502023-10-05T01:51:11.703Z 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=b18cb3cbef813689 -C extra-filename=-b18cb3cbef813689 --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-7dae54b2334bcd34.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
17512023-10-05T01:51:12.063Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-d9ca64d7c2f876f0/build-script-build`
17522023-10-05T01:51:12.562Z Compiling hex v0.4.3
17532023-10-05T01:51:12.595Z 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=dba419b1193e8428 -C extra-filename=-dba419b1193e8428 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
17542023-10-05T01:51:12.642Z Compiling crc32fast v1.3.2
17552023-10-05T01:51:12.677Z Compiling io-lifetimes v1.0.11
17562023-10-05T01:51:12.738Z 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`
17572023-10-05T01:51:12.798Z 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`
17582023-10-05T01:51:12.824Z Compiling zerocopy-derive v0.6.3
17592023-10-05T01:51:12.831Z 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=052e44cbc7370b55 -C extra-filename=-052e44cbc7370b55 --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
17602023-10-05T01:51:13.072Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-199133b893487988/build-script-build`
17612023-10-05T01:51:13.103Z Compiling rustix v0.37.23
17622023-10-05T01:51:13.106Z 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="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=64d69783e5e9489c -C extra-filename=-64d69783e5e9489c --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-64d69783e5e9489c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17632023-10-05T01:51:13.177Z Compiling futures v0.3.28
17642023-10-05T01:51:13.623Z 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=780ebb2cc66219b4 -C extra-filename=-780ebb2cc66219b4 --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-91b977681d3b9ffa.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-6fb58dbcfff7d4e4.rmeta --cap-lints allow -D warnings`
17652023-10-05T01:51:13.631Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-e9a5acc5d9972050/build-script-build`
17662023-10-05T01:51:13.798Z Compiling h2 v0.3.21
17672023-10-05T01:51:14.316Z 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=18800f133b58486e -C extra-filename=-18800f133b58486e --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-cd943cd2dfeb8306.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-6fb58dbcfff7d4e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9a329d5b38cd248e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82ba02363acc9ab8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-62b3b0ef2d376a90.rmeta --cap-lints allow -D warnings`
17682023-10-05T01:51:16.507Z Compiling toml v0.7.8
17692023-10-05T01:51:16.704Z 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=ab42d16512bc3fff -C extra-filename=-ab42d16512bc3fff --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-7e32255bd2f9fe1c.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-c86fe537d8513395.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8f1cb6ebfa9e6c0d.rmeta --cap-lints allow -D warnings`
17702023-10-05T01:51:17.014Z Compiling sha2 v0.10.7
17712023-10-05T01:51:17.268Z 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=e038b534e60034ea -C extra-filename=-e038b534e60034ea --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-70154b3d289edcfa.rmeta --cap-lints allow -D warnings`
17722023-10-05T01:51:17.950Z Compiling hmac v0.12.1
17732023-10-05T01:51:18.240Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-64d69783e5e9489c/build-script-build`
17742023-10-05T01:51:18.549Z 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=f8d2206009201913 -C extra-filename=-f8d2206009201913 --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-70154b3d289edcfa.rmeta --cap-lints allow -D warnings`
17752023-10-05T01:51:18.637Z Compiling fallible-iterator v0.2.0
17762023-10-05T01:51:19.055Z 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`
17772023-10-05T01:51:19.061Z Compiling spin v0.9.8
17782023-10-05T01:51:19.073Z 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`
17792023-10-05T01:51:19.082Z Compiling memoffset v0.9.0
17802023-10-05T01:51:19.099Z 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`
17812023-10-05T01:51:19.118Z Compiling radium v0.7.0
17822023-10-05T01:51:19.130Z 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`
17832023-10-05T01:51:19.136Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-2c1a6f3fbb5f75fb/build-script-build`
17842023-10-05T01:51:19.140Z Compiling console v0.15.7
17852023-10-05T01:51:19.156Z 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`
17862023-10-05T01:51:19.162Z Compiling itertools v0.10.5
17872023-10-05T01:51:19.173Z 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`
17882023-10-05T01:51:19.180Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-6c036c648e9e5156/build-script-build`
17892023-10-05T01:51:19.189Z Compiling md-5 v0.10.5
17902023-10-05T01:51:19.196Z 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=a33f44d9afaf4b3f -C extra-filename=-a33f44d9afaf4b3f --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-70154b3d289edcfa.rmeta --cap-lints allow -D warnings`
17912023-10-05T01:51:19.201Z Compiling stringprep v0.1.3
17922023-10-05T01:51:19.704Z 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`
17932023-10-05T01:51:19.784Z Compiling crossbeam-epoch v0.9.15
17942023-10-05T01:51:19.839Z 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`
17952023-10-05T01:51:19.878Z Compiling num-iter v0.1.43
17962023-10-05T01:51:19.895Z 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`
17972023-10-05T01:51:19.908Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-5b17227da7a1cf80/build-script-build`
17982023-10-05T01:51:20.326Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-b2f2f72c2b72c485/build-script-build`
17992023-10-05T01:51:20.333Z Compiling postgres-protocol v0.6.6
18002023-10-05T01:51:20.760Z 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=435671d264742fc0 -C extra-filename=-435671d264742fc0 --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-cd943cd2dfeb8306.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f8d2206009201913.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-a33f44d9afaf4b3f.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-e038b534e60034ea.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-4418b0a7ad445004.rmeta --cap-lints allow -D warnings`
18012023-10-05T01:51:20.777Z Compiling clap_derive v4.4.2
18022023-10-05T01:51:20.800Z 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=40e4bac231fc3c57 -C extra-filename=-40e4bac231fc3c57 --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
18032023-10-05T01:51:20.819Z Compiling utf8parse v0.2.1
18042023-10-05T01:51:20.830Z 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`
18052023-10-05T01:51:20.841Z 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`
18062023-10-05T01:51:21.259Z 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=b1d41a69df5e9cdf -C extra-filename=-b1d41a69df5e9cdf --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-5555fe38eefbe002.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`
18072023-10-05T01:51:21.272Z Compiling tokio-native-tls v0.3.1
18082023-10-05T01:51:21.297Z 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=247dbb6d2ff735a4 -C extra-filename=-247dbb6d2ff735a4 --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-b1d41a69df5e9cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
18092023-10-05T01:51:21.876Z Compiling serde_tokenstream v0.2.0
18102023-10-05T01:51:21.917Z 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=d1e663d68f1702f6 -C extra-filename=-d1e663d68f1702f6 --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-7e32255bd2f9fe1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --cap-lints allow -D warnings`
18112023-10-05T01:51:22.122Z Compiling unicode-segmentation v1.10.1
18122023-10-05T01:51:22.191Z 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`
18132023-10-05T01:51:22.202Z Compiling phf v0.11.2
18142023-10-05T01:51:22.208Z 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`
18152023-10-05T01:51:31.196Z Compiling block-padding v0.3.3
18162023-10-05T01:51:32.103Z 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=fdb3825496f7a7b1 -C extra-filename=-fdb3825496f7a7b1 --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-89a40200f0eec813.rmeta --cap-lints allow -D warnings`
18172023-10-05T01:51:32.486Z Compiling enum-as-inner v0.5.1
18182023-10-05T01:51:32.808Z Compiling static_assertions v1.1.0
18192023-10-05T01:51:33.055Z 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`
18202023-10-05T01:51:33.825Z 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`
18212023-10-05T01:51:34.112Z Compiling whoami v1.4.1
18222023-10-05T01:51:34.412Z 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`
18232023-10-05T01:51:34.807Z Compiling anstyle v1.0.2
18242023-10-05T01:51:34.948Z 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`
18252023-10-05T01:51:35.311Z Compiling bit-vec v0.6.3
18262023-10-05T01:51:35.567Z 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`
18272023-10-05T01:51:36.093Z Compiling inout v0.1.3
18282023-10-05T01:51:36.294Z 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=da848d99c4efd7a9 -C extra-filename=-da848d99c4efd7a9 --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-fdb3825496f7a7b1.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-89a40200f0eec813.rmeta --cap-lints allow -D warnings`
18292023-10-05T01:51:36.441Z 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`
18302023-10-05T01:51:37.053Z 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`
18312023-10-05T01:51:37.150Z Compiling bzip2-sys v0.1.11+1.0.8
18322023-10-05T01:51:37.283Z 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`
18332023-10-05T01:51:37.521Z 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="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=1242883b49bf0e09 -C extra-filename=-1242883b49bf0e09 --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`
18342023-10-05T01:51:37.986Z Compiling cipher v0.4.4
18352023-10-05T01:51:38.429Z 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=9b83f3b76cc224ff -C extra-filename=-9b83f3b76cc224ff --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-57474a7c5ff9fdd8.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-da848d99c4efd7a9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
18362023-10-05T01:51:47.467Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-12685e57de5df85e/build-script-build`
18372023-10-05T01:51:47.857Z Compiling flate2 v1.0.27
18382023-10-05T01:51:48.193Z 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`
18392023-10-05T01:51:48.598Z Compiling anstyle-parse v0.2.1
18402023-10-05T01:51:49.168Z 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`
18412023-10-05T01:51:49.564Z Compiling zerocopy v0.6.3
18422023-10-05T01:51:49.686Z 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=68a28362bf7d911a -C extra-filename=-68a28362bf7d911a --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-052e44cbc7370b55.so --cap-lints allow -D warnings`
18432023-10-05T01:51:49.821Z Compiling colorchoice v1.0.0
18442023-10-05T01:51:50.373Z 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`
18452023-10-05T01:51:50.458Z Compiling data-encoding v2.4.0
18462023-10-05T01:51:50.737Z 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`
18472023-10-05T01:51:50.877Z Compiling anstyle-query v1.0.0
18482023-10-05T01:51:51.062Z 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`
18492023-10-05T01:51:51.515Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
18502023-10-05T01:51:51.534Z 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`
18512023-10-05T01:51:51.552Z Compiling anstream v0.5.0
18522023-10-05T01:51:51.571Z 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`
18532023-10-05T01:51:51.596Z Compiling hyper v0.14.27
18542023-10-05T01:51:52.051Z 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=82603eeaec0a8304 -C extra-filename=-82603eeaec0a8304 --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-cd943cd2dfeb8306.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-6fb58dbcfff7d4e4.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-18800f133b58486e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-4d4c187f0a4933c7.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-7dae54b2334bcd34.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-62b3b0ef2d376a90.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-6b2eae4baf2de863.rmeta --cap-lints allow -D warnings`
18552023-10-05T01:51:52.067Z Compiling terminal_size v0.2.6
18562023-10-05T01:51:52.097Z 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=b42c18658ff5e38a -C extra-filename=-b42c18658ff5e38a --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-1242883b49bf0e09.rmeta --cap-lints allow -D warnings`
18572023-10-05T01:51:52.517Z Compiling bit-set v0.5.3
18582023-10-05T01:51:52.527Z 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`
18592023-10-05T01:51:52.536Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-78cd0adc5b726d52/build-script-build`
18602023-10-05T01:51:52.547Z Compiling heapless v0.7.16
18612023-10-05T01:51:52.558Z 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=764ff31a910d738c -C extra-filename=-764ff31a910d738c --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-764ff31a910d738c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-42eba902e1114e10.rlib --cap-lints allow -D warnings`
18622023-10-05T01:51:52.570Z Compiling phf_shared v0.10.0
18632023-10-05T01:51:52.585Z 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`
18642023-10-05T01:51:52.600Z Compiling precomputed-hash v0.1.1
18652023-10-05T01:51:52.618Z 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`
18662023-10-05T01:51:53.089Z Compiling fixedbitset v0.4.2
18672023-10-05T01:51:53.121Z 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`
18682023-10-05T01:51:53.141Z Compiling new_debug_unreachable v1.0.4
18692023-10-05T01:51:53.160Z 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`
18702023-10-05T01:51:53.193Z Compiling clap_lex v0.5.1
18712023-10-05T01:51:53.217Z 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`
18722023-10-05T01:51:53.247Z Compiling string_cache v0.8.7
18732023-10-05T01:51:53.267Z 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=acf8c08408696fe8 -C extra-filename=-acf8c08408696fe8 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
18742023-10-05T01:51:53.291Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-764ff31a910d738c/build-script-build`
18752023-10-05T01:51:53.719Z Compiling petgraph v0.6.4
18762023-10-05T01:51:53.736Z 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=e2f09aadf8a30342 -C extra-filename=-e2f09aadf8a30342 --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-5f8bbd5b600635f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --cap-lints allow -D warnings`
18772023-10-05T01:51:53.761Z Compiling clap_builder v4.4.2
18782023-10-05T01:51:53.784Z 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=e163cfbd4bab9576 -C extra-filename=-e163cfbd4bab9576 --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-b42c18658ff5e38a.rmeta --cap-lints allow -D warnings`
18792023-10-05T01:51:53.807Z 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`
18802023-10-05T01:51:53.827Z Compiling diesel_table_macro_syntax v0.1.0
18812023-10-05T01:51:53.844Z 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=90430e2b793d7e3c -C extra-filename=-90430e2b793d7e3c --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-2dd1c8bfc186ca77.rmeta --cap-lints allow -D warnings`
18822023-10-05T01:51:53.858Z Compiling tap v1.0.1
18832023-10-05T01:51:53.883Z 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`
18842023-10-05T01:51:53.900Z Compiling managed v0.8.0
18852023-10-05T01:51:53.915Z 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`
18862023-10-05T01:51:53.950Z Compiling wyz v0.5.1
18872023-10-05T01:51:53.976Z 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`
18882023-10-05T01:51:54.011Z Compiling diesel_derives v2.1.1
18892023-10-05T01:51:54.052Z 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=c98932ff0ca700bf -C extra-filename=-c98932ff0ca700bf --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-90430e2b793d7e3c.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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
18902023-10-05T01:51:54.241Z 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`
18912023-10-05T01:51:54.280Z 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`
18922023-10-05T01:51:54.302Z Compiling num-bigint v0.4.4
18932023-10-05T01:51:54.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/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`
18942023-10-05T01:51:54.358Z Compiling funty v2.0.0
18952023-10-05T01:51:54.396Z 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`
18962023-10-05T01:51:54.424Z Compiling lalrpop-util v0.19.12
18972023-10-05T01:51:54.446Z 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`
18982023-10-05T01:51:54.472Z Compiling smoltcp v0.9.1
18992023-10-05T01:51:54.502Z 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`
19002023-10-05T01:51:54.536Z Compiling matches v0.1.10
19012023-10-05T01:51:55.006Z 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`
19022023-10-05T01:51:55.064Z Compiling idna v0.2.3
19032023-10-05T01:51:59.210Z 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`
19042023-10-05T01:51:59.558Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-d4972ee1f4270ef3/build-script-build`
19052023-10-05T01:51:59.796Z Compiling bitvec v1.0.1
19062023-10-05T01:51:59.885Z 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`
19072023-10-05T01:51:59.937Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-332afd651b0e2feb/build-script-build`
19082023-10-05T01:51:59.974Z 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`
19092023-10-05T01:52:00.030Z Compiling regress v0.7.1
19102023-10-05T01:52:00.057Z 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`
19112023-10-05T01:52:00.112Z Compiling hubpack_derive v0.1.1
19122023-10-05T01:52:00.275Z 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`
19132023-10-05T01:52:00.429Z Compiling clap v4.4.3
19142023-10-05T01:52:01.082Z 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=e37cf93b35aba6e7 -C extra-filename=-e37cf93b35aba6e7 --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-e163cfbd4bab9576.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-40e4bac231fc3c57.so --cap-lints allow -D warnings`
19152023-10-05T01:52:01.155Z Compiling trust-dns-proto v0.22.0
19162023-10-05T01:52:02.023Z 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=79b65b7157891c1c -C extra-filename=-79b65b7157891c1c --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-60cc23ed68c4a18e.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-6fb58dbcfff7d4e4.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-8053178730bb7d03.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-85963be74ba39079.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-62b3b0ef2d376a90.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings`
19172023-10-05T01:52:02.069Z Compiling scheduled-thread-pool v0.2.7
19182023-10-05T01:52:02.083Z 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`
19192023-10-05T01:52:02.101Z Compiling regex-automata v0.1.10
19202023-10-05T01:52:02.121Z 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`
19212023-10-05T01:52:02.546Z Compiling predicates-core v1.0.6
19222023-10-05T01:52:02.559Z 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`
19232023-10-05T01:52:02.582Z Compiling r2d2 v0.8.10
19242023-10-05T01:52:02.605Z 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`
19252023-10-05T01:52:03.049Z Compiling bstr v0.2.17
19262023-10-05T01:52:03.498Z 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`
19272023-10-05T01:52:03.529Z 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`
19282023-10-05T01:52:03.552Z Compiling signature v2.1.0
19292023-10-05T01:52:03.576Z 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=d33782132d845a51 -C extra-filename=-d33782132d845a51 --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-70154b3d289edcfa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --cap-lints allow -D warnings`
19302023-10-05T01:52:04.018Z Compiling serde_repr v0.1.16
19312023-10-05T01:52:04.040Z 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=df2f4f8fb096e2fd -C extra-filename=-df2f4f8fb096e2fd --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
19322023-10-05T01:52:04.065Z Compiling hyper-rustls v0.24.1
19332023-10-05T01:52:04.100Z 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=a4d6b162222fdc26 -C extra-filename=-a4d6b162222fdc26 --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-6fb58dbcfff7d4e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.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-7dae54b2334bcd34.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b18cb3cbef813689.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
19342023-10-05T01:52:04.555Z Compiling hyper-tls v0.5.0
19352023-10-05T01:52:04.570Z 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=40c2d611971d8fa5 -C extra-filename=-40c2d611971d8fa5 --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-cd943cd2dfeb8306.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b1d41a69df5e9cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-247dbb6d2ff735a4.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
19362023-10-05T01:52:04.603Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
19372023-10-05T01:52:04.641Z 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=97d35815569fbc04 -C extra-filename=-97d35815569fbc04 --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-e709a65f3debe7d0.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
19382023-10-05T01:52:04.678Z Compiling reqwest v0.11.20
19392023-10-05T01:52:05.144Z 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=707d2ef46faf219d -C extra-filename=-707d2ef46faf219d --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-cd943cd2dfeb8306.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-6fb58dbcfff7d4e4.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-18800f133b58486e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-4d4c187f0a4933c7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a4d6b162222fdc26.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-40c2d611971d8fa5.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-b1d41a69df5e9cdf.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-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-247dbb6d2ff735a4.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b18cb3cbef813689.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.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`
19402023-10-05T01:52:05.589Z Compiling hash32 v0.2.1
19412023-10-05T01:52:06.439Z Compiling float-cmp v0.9.0
19422023-10-05T01:52:06.530Z Compiling smawk v0.3.1
19432023-10-05T01:52:06.584Z Compiling unicode-linebreak v0.1.5
19442023-10-05T01:52:06.611Z Compiling difflib v0.4.0
19452023-10-05T01:52:07.052Z Compiling normalize-line-endings v0.3.0
19462023-10-05T01:52:07.066Z 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`
19472023-10-05T01:52:07.080Z 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`
19482023-10-05T01:52:07.093Z 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`
19492023-10-05T01:52:07.108Z 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`
19502023-10-05T01:52:07.126Z 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`
19512023-10-05T01:52:07.148Z 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`
19522023-10-05T01:52:07.167Z Compiling stable_deref_trait v1.2.0
19532023-10-05T01:52:07.187Z 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`
19542023-10-05T01:52:07.210Z Compiling bstr v1.6.0
19552023-10-05T01:52:07.229Z 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`
19562023-10-05T01:52:07.253Z Compiling similar v2.2.1
19572023-10-05T01:52:07.275Z 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`
19582023-10-05T01:52:07.304Z Compiling hubpack v0.1.2
19592023-10-05T01:52:07.319Z 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=6c412e14bb17b204 -C extra-filename=-6c412e14bb17b204 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
19602023-10-05T01:52:07.335Z 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=85e0e5d703d85ea8 -C extra-filename=-85e0e5d703d85ea8 --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`
19612023-10-05T01:52:07.352Z Compiling textwrap v0.16.0
19622023-10-05T01:52:07.371Z 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`
19632023-10-05T01:52:07.395Z 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`
19642023-10-05T01:52:07.846Z 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=c0e7a7b1b326ef97 -C extra-filename=-c0e7a7b1b326ef97 --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-85e0e5d703d85ea8.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --cap-lints allow -D warnings`
19652023-10-05T01:52:07.876Z Compiling predicates v3.0.3
19662023-10-05T01:52:07.903Z 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`
19672023-10-05T01:52:07.934Z Compiling postgres-types v0.2.6
19682023-10-05T01:52:07.958Z 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=34684c7ad9eeb916 -C extra-filename=-34684c7ad9eeb916 --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-cd943cd2dfeb8306.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.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-435671d264742fc0.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings`
19692023-10-05T01:52:07.989Z Compiling ipnetwork v0.20.0
19702023-10-05T01:52:08.031Z 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=26414f813d2dfd0d -C extra-filename=-26414f813d2dfd0d --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-e709a65f3debe7d0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
19712023-10-05T01:52:08.468Z Compiling tokio-postgres v0.7.10
19722023-10-05T01:52:08.503Z 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=3826a1d136fc06c7 -C extra-filename=-3826a1d136fc06c7 --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-60cc23ed68c4a18e.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.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-6fb58dbcfff7d4e4.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-435671d264742fc0.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-34684c7ad9eeb916.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-7dae54b2334bcd34.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings`
19732023-10-05T01:52:08.522Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19742023-10-05T01:52:08.541Z 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=f62504f742375721 -C extra-filename=-f62504f742375721 --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-6c412e14bb17b204.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-df2f4f8fb096e2fd.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-c0e7a7b1b326ef97.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-68a28362bf7d911a.rmeta --cap-lints allow -D warnings`
19752023-10-05T01:52:08.671Z Compiling diesel v2.1.1
19762023-10-05T01:52:08.691Z 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=baf8ebdad0def852 -C extra-filename=-baf8ebdad0def852 --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-ed0c05cf7ea9471a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-c98932ff0ca700bf.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26414f813d2dfd0d.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-21ae18ccdba9e3a7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
19772023-10-05T01:52:08.710Z Compiling tokio-stream v0.1.14
19782023-10-05T01:52:09.141Z 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=6d534177f63f633c -C extra-filename=-6d534177f63f633c --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-7dae54b2334bcd34.rmeta --cap-lints allow -D warnings`
19792023-10-05T01:52:09.156Z Compiling usdt v0.3.5
19802023-10-05T01:52:09.175Z 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=067220fa4711c9a9 -C extra-filename=-067220fa4711c9a9 --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-ee3904135b4f367e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-adee9758b5a6fb79.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7f220b50533a6df4.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e817cecd2cee00e4.so --cap-lints allow -D warnings`
19812023-10-05T01:52:09.198Z Compiling getopts v0.2.21
19822023-10-05T01:52:09.648Z 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`
19832023-10-05T01:52:09.711Z Compiling yasna v0.5.2
19842023-10-05T01:52:10.171Z 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`
19852023-10-05T01:52:10.210Z 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`
19862023-10-05T01:52:10.662Z Compiling unsafe-libyaml v0.2.9
19872023-10-05T01:52:10.766Z 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`
19882023-10-05T01:52:10.805Z Compiling rustversion v1.0.14
19892023-10-05T01:52:10.828Z 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`
19902023-10-05T01:52:11.828Z Compiling ident_case v1.0.1
19912023-10-05T01:52:11.862Z 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`
19922023-10-05T01:52:11.882Z Compiling serde_yaml v0.9.25
19932023-10-05T01:52:11.918Z 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=b161bd6ed4f7f96e -C extra-filename=-b161bd6ed4f7f96e --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-5f8bbd5b600635f1.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-7e32255bd2f9fe1c.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-6299a61bf3de1d92.rmeta --cap-lints allow -D warnings`
19942023-10-05T01:52:11.943Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-ee1e586feee1bf2b/build-script-build`
19952023-10-05T01:52:11.965Z 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`
19962023-10-05T01:52:11.989Z 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`
19972023-10-05T01:52:12.015Z Compiling slog-async v2.8.0
19982023-10-05T01:52:12.036Z 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`
19992023-10-05T01:52:12.060Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
20002023-10-05T01:52:12.080Z 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=cc1935892475838e -C extra-filename=-cc1935892475838e --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-e709a65f3debe7d0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d1e663d68f1702f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-97d35815569fbc04.rlib --extern proc_macro --cap-lints allow -D warnings`
20012023-10-05T01:52:12.104Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-64069cab57bc419a/build-script-build`
20022023-10-05T01:52:12.129Z Compiling camino v1.1.6
20032023-10-05T01:52:12.151Z 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`
20042023-10-05T01:52:12.173Z Compiling paste v1.0.14
20052023-10-05T01:52:12.190Z 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`
20062023-10-05T01:52:12.208Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-1f2760158a998691/build-script-build`
20072023-10-05T01:52:12.233Z Compiling strum_macros v0.25.2
20082023-10-05T01:52:12.247Z 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=9ed955b5fe726587 -C extra-filename=-9ed955b5fe726587 --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
20092023-10-05T01:52:12.264Z Compiling darling_core v0.20.3
20102023-10-05T01:52:12.286Z 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=23db396c0e52f66b -C extra-filename=-23db396c0e52f66b --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-2dd1c8bfc186ca77.rmeta --cap-lints allow -D warnings`
20112023-10-05T01:52:12.307Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-00febffd2a4c24dc/build-script-build`
20122023-10-05T01:52:12.330Z 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`
20132023-10-05T01:52:12.349Z Compiling regex-syntax v0.6.29
20142023-10-05T01:52:12.375Z 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`
20152023-10-05T01:52:12.814Z Compiling multer v2.1.0
20162023-10-05T01:52:13.238Z 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`
20172023-10-05T01:52:13.252Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-5b96e503a4f1c09a/build-script-build`
20182023-10-05T01:52:13.265Z 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=44d94bd17ea2528f -C extra-filename=-44d94bd17ea2528f --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
20192023-10-05T01:52:13.282Z Compiling async-stream-impl v0.3.5
20202023-10-05T01:52:13.305Z 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=3ea7a93f21cfcf6c -C extra-filename=-3ea7a93f21cfcf6c --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
20212023-10-05T01:52:13.324Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
20222023-10-05T01:52:13.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/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`
20232023-10-05T01:52:13.383Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a793e6cb42da8594/build-script-build`
20242023-10-05T01:52:13.408Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
20252023-10-05T01:52:13.429Z 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=25567c15f6f331ce -C extra-filename=-25567c15f6f331ce --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-7e32255bd2f9fe1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d1e663d68f1702f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
20262023-10-05T01:52:13.453Z Compiling structmeta-derive v0.1.6
20272023-10-05T01:52:13.930Z 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`
20282023-10-05T01:52:13.951Z 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=d9b89399f054b1de -C extra-filename=-d9b89399f054b1de --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-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.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-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
20292023-10-05T01:52:14.372Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
20302023-10-05T01:52:14.387Z 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=a1893149fb25a195 -C extra-filename=-a1893149fb25a195 --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-97d35815569fbc04.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-cc1935892475838e.so --cap-lints allow -D warnings`
20312023-10-05T01:52:14.407Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
20322023-10-05T01:52:14.426Z 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=4bbe6d0a79ab88f5 -C extra-filename=-4bbe6d0a79ab88f5 --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-7a24d2e41697cd7a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f8bbd5b600635f1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3d3738522af11d45.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-e709a65f3debe7d0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-a1893149fb25a195.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
20332023-10-05T01:52:14.433Z 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=fc95c778b5981b46 -C extra-filename=-fc95c778b5981b46 --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-d5f28ff1ebf2cea8.so --cap-lints allow -D warnings`
20342023-10-05T01:52:14.458Z Compiling darling_macro v0.20.3
20352023-10-05T01:52:14.470Z 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=bdfea3ed3e3e81e5 -C extra-filename=-bdfea3ed3e3e81e5 --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-23db396c0e52f66b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
20362023-10-05T01:52:14.844Z 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=3fc7201a4fe9e626 -C extra-filename=-3fc7201a4fe9e626 --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-cd943cd2dfeb8306.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-6fb58dbcfff7d4e4.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-18800f133b58486e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-4d4c187f0a4933c7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a4d6b162222fdc26.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-40c2d611971d8fa5.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-b1d41a69df5e9cdf.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-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-247dbb6d2ff735a4.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b18cb3cbef813689.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.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`
20372023-10-05T01:52:16.147Z Compiling structmeta v0.1.6
20382023-10-05T01:52:16.177Z 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`
20392023-10-05T01:52:16.203Z Compiling darling v0.20.3
20402023-10-05T01:52:16.298Z 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=b61dfdea0bad4377 -C extra-filename=-b61dfdea0bad4377 --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-23db396c0e52f66b.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-bdfea3ed3e3e81e5.so --cap-lints allow -D warnings`
20412023-10-05T01:52:16.731Z Compiling serde_with_macros v2.3.3
20422023-10-05T01:52:16.753Z 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=cc18d4ab8c07bc89 -C extra-filename=-cc18d4ab8c07bc89 --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-b61dfdea0bad4377.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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
20432023-10-05T01:52:16.874Z Compiling test-strategy v0.2.1
20442023-10-05T01:52:16.887Z 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`
20452023-10-05T01:52:17.081Z Compiling parse-display-derive v0.7.0
20462023-10-05T01:52:17.105Z 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`
20472023-10-05T01:52:18.012Z 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=526eac5213e4eff0 -C extra-filename=-526eac5213e4eff0 --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-5f8bbd5b600635f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --cap-lints allow -D warnings`
20482023-10-05T01:52:20.765Z 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=2a6150854b2ce51f -C extra-filename=-2a6150854b2ce51f --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-6137f1a4266443f5.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-ee3904135b4f367e.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-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.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`
20492023-10-05T01:52:22.103Z 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=c945bcfc7d76b77e -C extra-filename=-c945bcfc7d76b77e --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-ee3904135b4f367e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-adee9758b5a6fb79.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2a6150854b2ce51f.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e817cecd2cee00e4.so --cap-lints allow -D warnings`
20502023-10-05T01:52:22.492Z 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=b4d858812cfa9ed7 -C extra-filename=-b4d858812cfa9ed7 --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-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
20512023-10-05T01:52:23.529Z Compiling fastrand v2.0.0
20522023-10-05T01:52:23.549Z 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`
20532023-10-05T01:52:23.647Z 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=cc2f8ca214a6023d -C extra-filename=-cc2f8ca214a6023d --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-cd943cd2dfeb8306.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.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-435671d264742fc0.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings`
20542023-10-05T01:52:23.992Z Compiling dirs-sys-next v0.1.2
20552023-10-05T01:52:24.013Z 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`
20562023-10-05T01:52:24.028Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
20572023-10-05T01:52:24.042Z 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=440be1cad2d43f10 -C extra-filename=-440be1cad2d43f10 --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-cd943cd2dfeb8306.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-3fc7201a4fe9e626.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
20582023-10-05T01:52:24.439Z Compiling tempfile v3.8.0
20592023-10-05T01:52:24.452Z 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=9133e2d5bbb660ec -C extra-filename=-9133e2d5bbb660ec --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-67e4ef261745c3dd.rmeta --cap-lints allow -D warnings`
20602023-10-05T01:52:24.662Z Compiling dirs-next v2.0.0
20612023-10-05T01:52:24.681Z 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`
20622023-10-05T01:52:26.235Z 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=958e2f874a8749bc -C extra-filename=-958e2f874a8749bc --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-60cc23ed68c4a18e.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.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-6fb58dbcfff7d4e4.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-435671d264742fc0.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-cc2f8ca214a6023d.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-7dae54b2334bcd34.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings`
20632023-10-05T01:52:26.243Z Compiling term v0.7.0
20642023-10-05T01:52:26.249Z 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`
20652023-10-05T01:52:26.273Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
20662023-10-05T01:52:26.288Z 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=2f283a8ba74e70b0 -C extra-filename=-2f283a8ba74e70b0 --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-3d3738522af11d45.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-4bbe6d0a79ab88f5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e709a65f3debe7d0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d1e663d68f1702f6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-b161bd6ed4f7f96e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
20672023-10-05T01:52:26.309Z 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=50b970279471ec5b -C extra-filename=-50b970279471ec5b --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-d9b89399f054b1de.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
20682023-10-05T01:52:26.750Z 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=4acbd9ac28bac588 -C extra-filename=-4acbd9ac28bac588 --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-ed0c05cf7ea9471a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-c98932ff0ca700bf.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.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-44d94bd17ea2528f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
20692023-10-05T01:52:26.762Z Compiling crossbeam-channel v0.5.8
20702023-10-05T01:52:26.775Z 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-05T01:52:28.168Z Compiling atty v0.2.14
20722023-10-05T01:52:28.211Z 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`
20732023-10-05T01:52:28.237Z Compiling match_cfg v0.1.0
20742023-10-05T01:52:28.253Z 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`
20752023-10-05T01:52:28.280Z Compiling hostname v0.3.1
20762023-10-05T01:52:28.303Z 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`
20772023-10-05T01:52:28.318Z Compiling sha1 v0.10.5
20782023-10-05T01:52:29.165Z 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=e42838553797ff05 -C extra-filename=-e42838553797ff05 --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-70154b3d289edcfa.rmeta --cap-lints allow -D warnings`
20792023-10-05T01:52:29.216Z Compiling thread_local v1.1.7
20802023-10-05T01:52:30.070Z 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`
20812023-10-05T01:52:30.088Z Compiling strum v0.25.0
20822023-10-05T01:52:30.101Z 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=36343ff9b281ab4a -C extra-filename=-36343ff9b281ab4a --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-9ed955b5fe726587.so --cap-lints allow -D warnings`
20832023-10-05T01:52:30.123Z Compiling instant v0.1.12
20842023-10-05T01:52:30.148Z 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`
20852023-10-05T01:52:30.158Z Compiling take_mut v0.2.2
20862023-10-05T01:52:30.166Z 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`
20872023-10-05T01:52:30.175Z Compiling slog-term v2.9.0
20882023-10-05T01:52:30.187Z 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`
20892023-10-05T01:52:30.212Z 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`
20902023-10-05T01:52:31.936Z 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=f66ea7d8c15c5a6f -C extra-filename=-f66ea7d8c15c5a6f --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-50b970279471ec5b.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-cc1935892475838e.so --cap-lints allow -D warnings`
20912023-10-05T01:52:31.953Z 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=888b6a8292db2ffd -C extra-filename=-888b6a8292db2ffd --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-7a24d2e41697cd7a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f8bbd5b600635f1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.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-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-f66ea7d8c15c5a6f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
20922023-10-05T01:52:31.976Z Compiling serde_with v2.3.3
20932023-10-05T01:52:31.982Z 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=379efc3a9bc52f1d -C extra-filename=-379efc3a9bc52f1d --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-7e32255bd2f9fe1c.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-cc18d4ab8c07bc89.so --cap-lints allow -D warnings`
20942023-10-05T01:52:33.946Z Compiling slog-json v2.6.1
20952023-10-05T01:52:33.952Z 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=31c09d610ac1da76 -C extra-filename=-31c09d610ac1da76 --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-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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`
20962023-10-05T01:52:34.572Z 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=808e28d3d3156bbe -C extra-filename=-808e28d3d3156bbe --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
20972023-10-05T01:52:36.323Z Compiling slog-bunyan v2.4.0
20982023-10-05T01:52:36.335Z 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=7ff394bd3093006e -C extra-filename=-7ff394bd3093006e --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-31c09d610ac1da76.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --cap-lints allow -D warnings`
20992023-10-05T01:52:36.624Z Compiling atomic-waker v1.1.1
21002023-10-05T01:52:36.634Z 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`
21012023-10-05T01:52:36.929Z Compiling debug-ignore v1.0.5
21022023-10-05T01:52:36.940Z 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`
21032023-10-05T01:52:37.571Z Compiling waitgroup v0.1.2
21042023-10-05T01:52:37.634Z 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`
21052023-10-05T01:52:37.654Z Compiling async-stream v0.3.5
21062023-10-05T01:52:37.665Z 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=8d726a7dc752db7c -C extra-filename=-8d726a7dc752db7c --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-3ea7a93f21cfcf6c.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`
21072023-10-05T01:52:37.970Z 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=45fec20b95f70ad5 -C extra-filename=-45fec20b95f70ad5 --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-cd943cd2dfeb8306.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-6fb58dbcfff7d4e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.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`
21082023-10-05T01:52:38.328Z Compiling serde_path_to_error v0.1.14
21092023-10-05T01:52:38.348Z 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=4c46b1e7baba2f2f -C extra-filename=-4c46b1e7baba2f2f --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
21102023-10-05T01:52:39.765Z 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=a1c09a7a1f1701da -C extra-filename=-a1c09a7a1f1701da --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-8d726a7dc752db7c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.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-25567c15f6f331ce.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bdee90b95eb7999e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5ad5d61997581e2b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f8bbd5b600635f1.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-45fec20b95f70ad5.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.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-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4c46b1e7baba2f2f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e42838553797ff05.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-7ff394bd3093006e.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-31c09d610ac1da76.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b18cb3cbef813689.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
21112023-10-05T01:52:39.865Z Compiling backoff v0.4.0
21122023-10-05T01:52:39.933Z 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=37ac2aac2eca9858 -C extra-filename=-37ac2aac2eca9858 --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-7dae54b2334bcd34.rmeta --cap-lints allow -D warnings`
21132023-10-05T01:52:40.067Z Compiling quick-error v1.2.3
21142023-10-05T01:52:40.188Z 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`
21152023-10-05T01:52:41.285Z Compiling parse-display v0.7.0
21162023-10-05T01:52:41.727Z 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`
21172023-10-05T01:52:41.906Z 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`
21182023-10-05T01:52:42.076Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21192023-10-05T01:52:42.185Z 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=78d2f9a252b6bfc3 -C extra-filename=-78d2f9a252b6bfc3 --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-dba419b1193e8428.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
21202023-10-05T01:52:42.234Z Compiling macaddr v1.0.1
21212023-10-05T01:52:42.564Z 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=bf28e9e8844d3f92 -C extra-filename=-bf28e9e8844d3f92 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
21222023-10-05T01:52:42.707Z Compiling wait-timeout v0.2.0
21232023-10-05T01:52:42.999Z 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`
21242023-10-05T01:52:43.591Z Compiling rusty-fork v0.3.0
21252023-10-05T01:52:43.716Z 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=0e1892a485bbc9a1 -C extra-filename=-0e1892a485bbc9a1 --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-9133e2d5bbb660ec.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-11ecc43a96f35e4c.rmeta --cap-lints allow -D warnings`
21262023-10-05T01:52:44.063Z Compiling rand_xorshift v0.3.0
21272023-10-05T01:52:44.163Z 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`
21282023-10-05T01:52:44.233Z Compiling unarray v0.1.4
21292023-10-05T01:52:44.334Z 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`
21302023-10-05T01:52:44.939Z Compiling proptest v1.2.0
21312023-10-05T01:52:45.097Z 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=b501a6b93b8c46c9 -C extra-filename=-b501a6b93b8c46c9 --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-0e1892a485bbc9a1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-a7df36f5ba855866.rmeta --cap-lints allow -D warnings`
21322023-10-05T01:52:45.348Z 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`
21332023-10-05T01:52:45.553Z 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`
21342023-10-05T01:52:45.638Z 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`
21352023-10-05T01:52:45.739Z 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`
21362023-10-05T01:52:45.800Z 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`
21372023-10-05T01:52:46.052Z 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=c2cb76b03f094493 -C extra-filename=-c2cb76b03f094493 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
21382023-10-05T01:52:47.634Z 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`
21392023-10-05T01:52:47.667Z 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`
21402023-10-05T01:52:48.285Z 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`
21412023-10-05T01:52:48.333Z 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=4533caa2ab54e991 -C extra-filename=-4533caa2ab54e991 --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-ca3ceeb56650b00e.so --cap-lints allow -D warnings`
21422023-10-05T01:52:48.905Z 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`
21432023-10-05T01:52:49.496Z 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`
21442023-10-05T01:52:49.909Z 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`
21452023-10-05T01:52:51.501Z 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`
21462023-10-05T01:52:51.642Z 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`
21472023-10-05T01:52:51.876Z 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`
21482023-10-05T01:53:06.404Z 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`
21492023-10-05T01:53:07.729Z 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=fac37f678c3db605 -C extra-filename=-fac37f678c3db605 --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-4533caa2ab54e991.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
21502023-10-05T01:53:07.835Z 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`
21512023-10-05T01:53:08.362Z 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`
21522023-10-05T01:53:08.695Z 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`
21532023-10-05T01:53:09.198Z 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`
21542023-10-05T01:53:09.593Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
21552023-10-05T01:53:09.849Z 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=78e0a1c5a2de0c3d -C extra-filename=-78e0a1c5a2de0c3d --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-440be1cad2d43f10.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-888b6a8292db2ffd.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-2f283a8ba74e70b0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
21562023-10-05T01:53:10.162Z 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`
21572023-10-05T01:53:10.438Z 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`
21582023-10-05T01:53:10.751Z 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=bd9dbf322bbfb956 -C extra-filename=-bd9dbf322bbfb956 --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-fac37f678c3db605.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`
21592023-10-05T01:53:10.984Z 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`
21602023-10-05T01:53:11.148Z 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=260eeb8cfcbdf125 -C extra-filename=-260eeb8cfcbdf125 --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-f7786878e3229579.so --cap-lints allow -D warnings`
21612023-10-05T01:53:11.401Z 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`
21622023-10-05T01:53:11.673Z 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=88e511ee3f992aac -C extra-filename=-88e511ee3f992aac --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
21632023-10-05T01:53:11.911Z 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`
21642023-10-05T01:53:12.057Z 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=8e9a407ddeab20cc -C extra-filename=-8e9a407ddeab20cc --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-c2cb76b03f094493.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-23c62035c8bb4c93.so --cap-lints allow -D warnings`
21652023-10-05T01:53:12.233Z 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=51c9b43c2331a342 -C extra-filename=-51c9b43c2331a342 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
21662023-10-05T01:53:12.272Z 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`
21672023-10-05T01:53:12.311Z Compiling base64ct v1.6.0
21682023-10-05T01:53:12.537Z 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`
21692023-10-05T01:53:12.790Z Compiling is-terminal v0.4.9
21702023-10-05T01:53:13.109Z 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=5e1d4629bb607b27 -C extra-filename=-5e1d4629bb607b27 --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-67e4ef261745c3dd.rmeta --cap-lints allow -D warnings`
21712023-10-05T01:53:13.244Z 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`
21722023-10-05T01:53:13.677Z Compiling proc-macro-crate v1.3.1
21732023-10-05T01:53:13.708Z 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=b801e3af2762fe21 -C extra-filename=-b801e3af2762fe21 --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-8f1cb6ebfa9e6c0d.rmeta --cap-lints allow -D warnings`
21742023-10-05T01:53:13.732Z 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`
21752023-10-05T01:53:13.755Z 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`
21762023-10-05T01:53:13.788Z 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`
21772023-10-05T01:53:13.815Z 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`
21782023-10-05T01:53:13.830Z 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=38b0da9bba08b194 -C extra-filename=-38b0da9bba08b194 --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-fac37f678c3db605.rmeta --cap-lints allow -D warnings`
21792023-10-05T01:53:13.861Z 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`
21802023-10-05T01:53:13.883Z 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=41eaecfbceab1fe7 -C extra-filename=-41eaecfbceab1fe7 --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-82f8288da6a6b994.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`
21812023-10-05T01:53:13.903Z 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=1a83c1181d65cce5 -C extra-filename=-1a83c1181d65cce5 --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-38b0da9bba08b194.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-bd9dbf322bbfb956.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
21822023-10-05T01:53:13.913Z 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`
21832023-10-05T01:53:13.932Z 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`
21842023-10-05T01:53:13.953Z 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`
21852023-10-05T01:53:13.967Z 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`
21862023-10-05T01:53:13.992Z Compiling proc-macro-error-attr v1.0.4
21872023-10-05T01:53:14.018Z 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`
21882023-10-05T01:53:14.039Z 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`
21892023-10-05T01:53:14.058Z 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=389c900f15cd9ab5 -C extra-filename=-389c900f15cd9ab5 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
21902023-10-05T01:53:14.074Z 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`
21912023-10-05T01:53:14.096Z 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`
21922023-10-05T01:53:14.112Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-4793a33fef0d79c3/build-script-build`
21932023-10-05T01:53:14.133Z 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=d16491bfbae9b4be -C extra-filename=-d16491bfbae9b4be --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
21942023-10-05T01:53:14.157Z Compiling proc-macro-error v1.0.4
21952023-10-05T01:53:14.178Z 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`
21962023-10-05T01:53:14.193Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c6eda2b9346f1316/build-script-build`
21972023-10-05T01:53:14.208Z 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`
21982023-10-05T01:53:14.214Z 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`
21992023-10-05T01:53:14.230Z 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"'`
22002023-10-05T01:53:14.243Z 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`
22012023-10-05T01:53:14.261Z 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`
22022023-10-05T01:53:14.282Z 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`
22032023-10-05T01:53:14.286Z 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=587e107ed5d6e0f1 -C extra-filename=-587e107ed5d6e0f1 --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-c2cb76b03f094493.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`
22042023-10-05T01:53:14.304Z 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`
22052023-10-05T01:53:14.313Z 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`
22062023-10-05T01:53:14.328Z 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=4b8e5ff007558c78 -C extra-filename=-4b8e5ff007558c78 --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-52c69c912cb302f6.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-78bb54cee6a3ea10.rmeta --cap-lints allow -D warnings`
22072023-10-05T01:53:14.340Z 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`
22082023-10-05T01:53:14.348Z 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`
22092023-10-05T01:53:14.361Z 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`
22102023-10-05T01:53:14.374Z 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=0ffeb954038f831c -C extra-filename=-0ffeb954038f831c --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-c2cb76b03f094493.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.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-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
22112023-10-05T01:53:14.386Z 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`
22122023-10-05T01:53:14.400Z 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`
22132023-10-05T01:53:14.411Z 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"'`
22142023-10-05T01:53:14.422Z 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`
22152023-10-05T01:53:14.427Z 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`
22162023-10-05T01:53:14.437Z 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`
22172023-10-05T01:53:14.461Z 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`
22182023-10-05T01:53:14.878Z 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`
22192023-10-05T01:53:15.120Z 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`
22202023-10-05T01:53:15.260Z 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=85da16062b8e6831 -C extra-filename=-85da16062b8e6831 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings --cfg has_std`
22212023-10-05T01:53:15.753Z 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`
22222023-10-05T01:53:15.760Z 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`
22232023-10-05T01:53:15.781Z 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=dc75d12fa32d97bc -C extra-filename=-dc75d12fa32d97bc --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
22242023-10-05T01:53:16.535Z Compiling num_enum_derive v0.5.11
22252023-10-05T01:53:16.551Z 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=748b4c7e13a6002f -C extra-filename=-748b4c7e13a6002f --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-b801e3af2762fe21.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`
22262023-10-05T01:53:16.859Z 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`
22272023-10-05T01:53:16.881Z 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`
22282023-10-05T01:53:17.626Z 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`
22292023-10-05T01:53:17.848Z 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`
22302023-10-05T01:53:18.214Z 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=ffde37830e3f0dff -C extra-filename=-ffde37830e3f0dff --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-c2cb76b03f094493.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-8e9a407ddeab20cc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4b8e5ff007558c78.rmeta --cap-lints allow -D warnings`
22312023-10-05T01:53:18.723Z 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`
22322023-10-05T01:53:18.737Z 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`
22332023-10-05T01:53:19.380Z 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`
22342023-10-05T01:53:19.410Z 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`
22352023-10-05T01:53:19.548Z 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`
22362023-10-05T01:53:19.626Z 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`
22372023-10-05T01:53:19.904Z 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`
22382023-10-05T01:53:19.962Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22392023-10-05T01:53:19.969Z 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`
22402023-10-05T01:53:20.183Z 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`
22412023-10-05T01:53:20.363Z 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`
22422023-10-05T01:53:20.391Z 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`
22432023-10-05T01:53:20.574Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ddd769f882e45b6a/build-script-build`
22442023-10-05T01:53:20.619Z 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`
22452023-10-05T01:53:21.187Z 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=2da9713c585cdab7 -C extra-filename=-2da9713c585cdab7 --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-c2cb76b03f094493.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-41eaecfbceab1fe7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85da16062b8e6831.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b6959ed5d9f01069.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ffde37830e3f0dff.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4b8e5ff007558c78.rmeta --cap-lints allow -D warnings`
22462023-10-05T01:53:21.248Z 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=cc2563b92c9e32bb -C extra-filename=-cc2563b92c9e32bb --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-c2cb76b03f094493.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --cap-lints allow -D warnings`
22472023-10-05T01:53:21.703Z 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`
22482023-10-05T01:53:24.655Z 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`
22492023-10-05T01:53:25.539Z 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`
22502023-10-05T01:53:25.978Z 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`
22512023-10-05T01:53:26.089Z 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`
22522023-10-05T01:53:26.135Z 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`
22532023-10-05T01:53:27.549Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22542023-10-05T01:53:27.620Z 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`
22552023-10-05T01:53:27.663Z 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`
22562023-10-05T01:53:27.692Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9ec34ae820c9a363/build-script-build`
22572023-10-05T01:53:27.724Z 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=d897181a24d00bd2 -C extra-filename=-d897181a24d00bd2 --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-88e511ee3f992aac.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-947a6c60d996d8d5.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`
22582023-10-05T01:53:27.749Z 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`
22592023-10-05T01:53:27.760Z 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`
22602023-10-05T01:53:27.937Z Compiling foreign-types-macros v0.2.3
22612023-10-05T01:53:27.949Z 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=05d320df53624b0b -C extra-filename=-05d320df53624b0b --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
22622023-10-05T01:53:28.303Z 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`
22632023-10-05T01:53:28.664Z 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`
22642023-10-05T01:53:30.104Z 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`
22652023-10-05T01:53:30.601Z 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`
22662023-10-05T01:53:30.659Z 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`
22672023-10-05T01:53:31.632Z 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`
22682023-10-05T01:53:32.189Z 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`
22692023-10-05T01:53:32.490Z 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=73c3404a648d16f4 -C extra-filename=-73c3404a648d16f4 --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-c2cb76b03f094493.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-41eaecfbceab1fe7.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2da9713c585cdab7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-cc2563b92c9e32bb.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-8e9a407ddeab20cc.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-635924db43c48ac5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4b8e5ff007558c78.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-fcd6b4cdffc1bb22.rmeta --cap-lints allow -D warnings`
22702023-10-05T01:53:33.212Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
22712023-10-05T01:53:33.641Z 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/98d3312/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=64316d9657978234 -C extra-filename=-64316d9657978234 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-64316d9657978234 -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`
22722023-10-05T01:53:33.735Z 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`
22732023-10-05T01:53:34.659Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22742023-10-05T01:53:35.147Z 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`
22752023-10-05T01:53:35.153Z 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=c0bc41353d3bc2ce -C extra-filename=-c0bc41353d3bc2ce --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-d897181a24d00bd2.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`
22762023-10-05T01:53:35.176Z 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=d5e2101f1b610bf6 -C extra-filename=-d5e2101f1b610bf6 --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-260eeb8cfcbdf125.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-9161f70e0e78d07b.rmeta --cap-lints allow -D warnings`
22772023-10-05T01:53:35.271Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-722aa1f1d4eeb716/build-script-build`
22782023-10-05T01:53:35.302Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-64316d9657978234/build-script-build`
22792023-10-05T01:53:35.330Z 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`
22802023-10-05T01:53:35.895Z 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=d972dc865a1e3943 -C extra-filename=-d972dc865a1e3943 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
22812023-10-05T01:53:36.362Z 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=16ed33f7c82a7bef -C extra-filename=-16ed33f7c82a7bef --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
22822023-10-05T01:53:36.586Z 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`
22832023-10-05T01:53:37.082Z 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=964022291442e2cf -C extra-filename=-964022291442e2cf --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-8e9a407ddeab20cc.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
22842023-10-05T01:53:37.791Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
22852023-10-05T01:53:38.214Z 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/98d3312/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=d21ace4f70b631f3 -C extra-filename=-d21ace4f70b631f3 --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`
22862023-10-05T01:53:38.272Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22872023-10-05T01:53:38.310Z 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`
22882023-10-05T01:53:38.805Z 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`
22892023-10-05T01:53:39.837Z 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`
22902023-10-05T01:53:39.907Z 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=a8b9492e2dd72f48 -C extra-filename=-a8b9492e2dd72f48 --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-d5e2101f1b610bf6.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-ceff12c058f9e75a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --cap-lints allow -D warnings`
22912023-10-05T01:53:40.061Z 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=584a2c50fcefdfbc -C extra-filename=-584a2c50fcefdfbc --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-260eeb8cfcbdf125.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b1c66faf1581e801.rmeta --cap-lints allow -D warnings`
22922023-10-05T01:53:40.286Z 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=a9082a885137c18e -C extra-filename=-a9082a885137c18e --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-c0bc41353d3bc2ce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
22932023-10-05T01:53:40.629Z 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`
22942023-10-05T01:53:41.303Z 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`
22952023-10-05T01:53:41.594Z 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=7471840fd9df783e -C extra-filename=-7471840fd9df783e --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
22962023-10-05T01:53:42.453Z 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=4213c048727ec740 -C extra-filename=-4213c048727ec740 --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-41eaecfbceab1fe7.rmeta --cap-lints allow -D warnings`
22972023-10-05T01:53:44.319Z 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=48dbb664544ec132 -C extra-filename=-48dbb664544ec132 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
22982023-10-05T01:53:44.479Z 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`
22992023-10-05T01:53:44.515Z 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`
23002023-10-05T01:53:44.573Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
23012023-10-05T01:53:44.626Z 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`
23022023-10-05T01:53:44.644Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9594995f6893c70d/build-script-build`
23032023-10-05T01:53:44.654Z 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=3712109d748466ac -C extra-filename=-3712109d748466ac --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-41eaecfbceab1fe7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.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-8e9a407ddeab20cc.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-964022291442e2cf.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
23042023-10-05T01:53:44.663Z 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=21df414b4bfc75a5 -C extra-filename=-21df414b4bfc75a5 --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-c2cb76b03f094493.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-c0bc41353d3bc2ce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-a9082a885137c18e.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
23052023-10-05T01:53:44.670Z 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.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="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=d6ad6800d818f635 -C extra-filename=-d6ad6800d818f635 --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`
23062023-10-05T01:53:44.681Z 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`
23072023-10-05T01:53:45.136Z 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`
23082023-10-05T01:53:45.592Z 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=e1c1db6f9b9649bd -C extra-filename=-e1c1db6f9b9649bd --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-c2cb76b03f094493.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-41eaecfbceab1fe7.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2da9713c585cdab7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-cc2563b92c9e32bb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3712109d748466ac.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-21df414b4bfc75a5.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-c0bc41353d3bc2ce.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-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7471840fd9df783e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-a9082a885137c18e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-964022291442e2cf.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ffde37830e3f0dff.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`
23092023-10-05T01:53:45.710Z 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=a28f1364d7988b09 -C extra-filename=-a28f1364d7988b09 --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-dc75d12fa32d97bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d972dc865a1e3943.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-16ed33f7c82a7bef.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings`
23102023-10-05T01:53:45.910Z 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=4822218c7ad4d18b -C extra-filename=-4822218c7ad4d18b --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-dc75d12fa32d97bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --cap-lints allow -D warnings`
23112023-10-05T01:53:46.089Z 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`
23122023-10-05T01:53:47.036Z 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`
23132023-10-05T01:53:47.466Z Compiling zone_cfg_derive v0.2.0
23142023-10-05T01:53:47.474Z 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`
23152023-10-05T01:53:49.463Z 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`
23162023-10-05T01:53:50.063Z Compiling mockall_derive v0.11.4
23172023-10-05T01:53:51.112Z 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`
23182023-10-05T01:53:53.237Z 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`
23192023-10-05T01:53:54.937Z 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=f1160717646ea5c8 -C extra-filename=-f1160717646ea5c8 --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-584a2c50fcefdfbc.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-a8b9492e2dd72f48.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-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-81b2e1e4c2d48045.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.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`
23202023-10-05T01:53:55.392Z 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`
23212023-10-05T01:53:56.429Z 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=ab909b3ec60a1f78 -C extra-filename=-ab909b3ec60a1f78 --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-a8b9492e2dd72f48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-adee9758b5a6fb79.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f1160717646ea5c8.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e817cecd2cee00e4.so --cap-lints allow -D warnings`
23222023-10-05T01:53:56.827Z 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`
23232023-10-05T01:53:56.862Z 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=776920e351a90a65 -C extra-filename=-776920e351a90a65 --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-88e511ee3f992aac.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`
23242023-10-05T01:53:57.413Z Compiling base64 v0.13.1
23252023-10-05T01:53:57.430Z 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`
23262023-10-05T01:53:57.459Z 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=ad8b4bd4f1c704d9 -C extra-filename=-ad8b4bd4f1c704d9 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
23272023-10-05T01:53:59.841Z 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=daf3dc5583200dcb -C extra-filename=-daf3dc5583200dcb --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-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
23282023-10-05T01:54:00.686Z 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`
23292023-10-05T01:54:01.026Z 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=3ba638bdde482c18 -C extra-filename=-3ba638bdde482c18 --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-1a83c1181d65cce5.rmeta --cap-lints allow -D warnings`
23302023-10-05T01:54:01.228Z 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`
23312023-10-05T01:54:01.831Z 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`
23322023-10-05T01:54:01.868Z 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=0dca557da9bb0226 -C extra-filename=-0dca557da9bb0226 --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-1a83c1181d65cce5.rmeta --cap-lints allow -D warnings`
23332023-10-05T01:54:02.257Z Compiling password-hash v0.5.0
23342023-10-05T01:54:02.297Z 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`
23352023-10-05T01:54:02.436Z Compiling blake2 v0.10.6
23362023-10-05T01:54:02.464Z 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=5d5c60ac2808c470 -C extra-filename=-5d5c60ac2808c470 --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-70154b3d289edcfa.rmeta --cap-lints allow -D warnings`
23372023-10-05T01:54:02.930Z 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`
23382023-10-05T01:54:03.672Z Compiling argon2 v0.5.2
23392023-10-05T01:54:03.710Z 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=777463ddbff93db5 -C extra-filename=-777463ddbff93db5 --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-5d5c60ac2808c470.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`
23402023-10-05T01:54:04.046Z 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`
23412023-10-05T01:54:04.282Z 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=0d17190b08cb2f08 -C extra-filename=-0d17190b08cb2f08 --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-4213c048727ec740.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-41eaecfbceab1fe7.rmeta --cap-lints allow -D warnings`
23422023-10-05T01:54:04.592Z 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`
23432023-10-05T01:54:04.651Z 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`
23442023-10-05T01:54:04.766Z 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`
23452023-10-05T01:54:04.794Z 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=82e9944f7b4180ae -C extra-filename=-82e9944f7b4180ae --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-fc95c778b5981b46.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d972dc865a1e3943.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-16ed33f7c82a7bef.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a28f1364d7988b09.rmeta --cap-lints allow -D warnings`
23462023-10-05T01:54:05.093Z 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`
23472023-10-05T01:54:10.381Z 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=9cf5f63fa7eeda6d -C extra-filename=-9cf5f63fa7eeda6d --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-1a83c1181d65cce5.rmeta --cap-lints allow -D warnings`
23482023-10-05T01:54:10.873Z 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=0b06bdd8dac8e1b0 -C extra-filename=-0b06bdd8dac8e1b0 --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-c2cb76b03f094493.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-0dca557da9bb0226.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-9cf5f63fa7eeda6d.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-3ba638bdde482c18.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c2f02dc85b70eccb.rmeta --cap-lints allow -D warnings`
23492023-10-05T01:54:10.992Z 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=95b25dc8d21dce82 -C extra-filename=-95b25dc8d21dce82 --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-c2cb76b03f094493.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-e1c1db6f9b9649bd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7471840fd9df783e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
23502023-10-05T01:54:11.470Z 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`
23512023-10-05T01:54:11.658Z 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`
23522023-10-05T01:54:11.707Z 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=4190e37b88ff9f80 -C extra-filename=-4190e37b88ff9f80 --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-fac37f678c3db605.rmeta --cap-lints allow -D warnings`
23532023-10-05T01:54:11.745Z 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`
23542023-10-05T01:54:11.782Z Compiling cfg-if v0.1.10
23552023-10-05T01:54:11.816Z 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`
23562023-10-05T01:54:11.833Z 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=7c099f09b4a7ff5e -C extra-filename=-7c099f09b4a7ff5e --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-c2cb76b03f094493.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.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-0b06bdd8dac8e1b0.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings`
23572023-10-05T01:54:11.846Z 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=dcaccef6c9c9b802 -C extra-filename=-dcaccef6c9c9b802 --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-4190e37b88ff9f80.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-fac37f678c3db605.rmeta --cap-lints allow -D warnings`
23582023-10-05T01:54:11.852Z 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`
23592023-10-05T01:54:11.858Z 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=c0d3d587d00dc647 -C extra-filename=-c0d3d587d00dc647 --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-1a83c1181d65cce5.rmeta --cap-lints allow -D warnings`
23602023-10-05T01:54:11.864Z 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`
23612023-10-05T01:54:11.875Z 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`
23622023-10-05T01:54:11.889Z 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`
23632023-10-05T01:54:12.319Z 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`
23642023-10-05T01:54:12.328Z 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`
23652023-10-05T01:54:12.334Z 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`
23662023-10-05T01:54:12.344Z 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=84c5bf9983923920 -C extra-filename=-84c5bf9983923920 --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-60cc23ed68c4a18e.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.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-41eaecfbceab1fe7.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-0b06bdd8dac8e1b0.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7c099f09b4a7ff5e.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-8e9a407ddeab20cc.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ffde37830e3f0dff.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-42a3f92a98646623.rmeta --cap-lints allow -D warnings`
23672023-10-05T01:54:12.801Z 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=93b88fd0e12d22e5 -C extra-filename=-93b88fd0e12d22e5 --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-bd9dbf322bbfb956.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dcaccef6c9c9b802.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
23682023-10-05T01:54:12.976Z 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=5551b80a776d612d -C extra-filename=-5551b80a776d612d --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-052e44cbc7370b55.so --cap-lints allow -D warnings`
23692023-10-05T01:54:13.065Z 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`
23702023-10-05T01:54:13.206Z Compiling slog-dtrace v0.2.3
23712023-10-05T01:54:13.237Z 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`
23722023-10-05T01:54:13.288Z 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`
23732023-10-05T01:54:13.319Z 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`
23742023-10-05T01:54:13.344Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b50647bca677c0bc/build-script-build`
23752023-10-05T01:54:13.780Z 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=70015dfb1378aaf9 -C extra-filename=-70015dfb1378aaf9 --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-0ffeb954038f831c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d6ad6800d818f635.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
23762023-10-05T01:54:13.802Z 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`
23772023-10-05T01:54:13.845Z 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`
23782023-10-05T01:54:13.882Z 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`
23792023-10-05T01:54:13.904Z 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`
23802023-10-05T01:54:13.919Z 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`
23812023-10-05T01:54:13.931Z 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`
23822023-10-05T01:54:13.940Z 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`
23832023-10-05T01:54:13.950Z 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="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=08dab806f720b907 -C extra-filename=-08dab806f720b907 --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`
23842023-10-05T01:54:13.959Z 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`
23852023-10-05T01:54:13.971Z Compiling pem v1.1.1
23862023-10-05T01:54:13.983Z 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`
23872023-10-05T01:54:13.989Z 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=1c1c9a010f18c971 -C extra-filename=-1c1c9a010f18c971 --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-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.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`
23882023-10-05T01:54:13.995Z 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`
23892023-10-05T01:54:14.004Z 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`
23902023-10-05T01:54:14.016Z Compiling termtree v0.4.1
23912023-10-05T01:54:14.041Z 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`
23922023-10-05T01:54:14.056Z 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`
23932023-10-05T01:54:14.076Z Compiling cancel-safe-futures v0.1.2
23942023-10-05T01:54:14.508Z 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`
23952023-10-05T01:54:14.541Z 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`
23962023-10-05T01:54:14.968Z Compiling predicates-tree v1.0.9
23972023-10-05T01:54:14.981Z 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`
23982023-10-05T01:54:15.023Z 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`
23992023-10-05T01:54:15.443Z 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=8f6237f1b70028e1 -C extra-filename=-8f6237f1b70028e1 --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-08dab806f720b907.rmeta --cap-lints allow -D warnings`
24002023-10-05T01:54:15.455Z 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`
24012023-10-05T01:54:15.489Z 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=19201027930f2d96 -C extra-filename=-19201027930f2d96 --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-1c1c9a010f18c971.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --cap-lints allow -D warnings`
24022023-10-05T01:54:15.627Z 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`
24032023-10-05T01:54:15.670Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-e7f8e639f8a31ba0/build-script-build`
24042023-10-05T01:54:15.693Z 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`
24052023-10-05T01:54:15.757Z 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`
24062023-10-05T01:54:15.815Z 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`
24072023-10-05T01:54:15.856Z 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=6cf4ae9f036f1715 -C extra-filename=-6cf4ae9f036f1715 --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-70015dfb1378aaf9.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-cc1935892475838e.so --cap-lints allow -D warnings`
24082023-10-05T01:54:15.933Z 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`
24092023-10-05T01:54:16.475Z 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=c2cd046a78f414f3 -C extra-filename=-c2cd046a78f414f3 --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-587e107ed5d6e0f1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-dc75d12fa32d97bc.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4822218c7ad4d18b.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-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d6ad6800d818f635.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-6cf4ae9f036f1715.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
24102023-10-05T01:54:16.576Z 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`
24112023-10-05T01:54:17.041Z 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=afb910b4871c316b -C extra-filename=-afb910b4871c316b --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-8f6237f1b70028e1.rmeta --cap-lints allow -D warnings`
24122023-10-05T01:54:17.070Z 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`
24132023-10-05T01:54:17.079Z 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`
24142023-10-05T01:54:17.086Z 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=cb608edbae315470 -C extra-filename=-cb608edbae315470 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
24152023-10-05T01:54:17.092Z 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`
24162023-10-05T01:54:17.101Z 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`
24172023-10-05T01:54:17.110Z 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`
24182023-10-05T01:54:17.120Z 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`
24192023-10-05T01:54:17.134Z 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`
24202023-10-05T01:54:17.144Z 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=b6379bdcf533b698 -C extra-filename=-b6379bdcf533b698 --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-776920e351a90a65.rmeta --cap-lints allow -D warnings`
24212023-10-05T01:54:17.587Z 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=a5fd5a0200ded0e7 -C extra-filename=-a5fd5a0200ded0e7 --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-60cc23ed68c4a18e.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-41eaecfbceab1fe7.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-260eeb8cfcbdf125.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-91f0b1f081d73347.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4b8e5ff007558c78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --cap-lints allow -D warnings`
24222023-10-05T01:54:17.609Z 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`
24232023-10-05T01:54:17.668Z 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`
24242023-10-05T01:54:17.696Z 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=016baa602e272ccd -C extra-filename=-016baa602e272ccd --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-c2cb76b03f094493.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-41eaecfbceab1fe7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.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`
24252023-10-05T01:54:18.150Z Compiling num_enum v0.5.11
24262023-10-05T01:54:18.166Z 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=c82d64e770b7dbe5 -C extra-filename=-c82d64e770b7dbe5 --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-748b4c7e13a6002f.so --cap-lints allow -D warnings`
24272023-10-05T01:54:18.435Z 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=dae2d9e3b7e7bd50 -C extra-filename=-dae2d9e3b7e7bd50 --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-95b25dc8d21dce82.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c2cd046a78f414f3.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-2f283a8ba74e70b0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
24282023-10-05T01:54:18.698Z 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=8df5502c46fe80d7 -C extra-filename=-8df5502c46fe80d7 --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-3ea7a93f21cfcf6c.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`
24292023-10-05T01:54:19.279Z 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=1e09a597587667c6 -C extra-filename=-1e09a597587667c6 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
24302023-10-05T01:54:19.298Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
24312023-10-05T01:54:19.315Z 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/42c878b/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=4373f652bcc5a10b -C extra-filename=-4373f652bcc5a10b --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-36343ff9b281ab4a.rmeta --cap-lints allow -D warnings`
24322023-10-05T01:54:19.330Z Compiling postcard-cobs v0.1.5-pre
24332023-10-05T01:54:19.342Z 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`
24342023-10-05T01:54:19.770Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
24352023-10-05T01:54:19.793Z 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/42c878b/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=f4ab784a77ca0241 -C extra-filename=-f4ab784a77ca0241 --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-4373f652bcc5a10b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rmeta --cap-lints allow -D warnings`
24362023-10-05T01:54:19.925Z Compiling postcard v0.7.3
24372023-10-05T01:54:19.945Z 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=3429775e87107dbb -C extra-filename=-3429775e87107dbb --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
24382023-10-05T01:54:20.320Z 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=ddebd433f7aa3246 -C extra-filename=-ddebd433f7aa3246 --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-8df5502c46fe80d7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.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-25567c15f6f331ce.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8d764ac0566c5587.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-8460fc0220c5b3a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-dc75d12fa32d97bc.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-016baa602e272ccd.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4822218c7ad4d18b.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-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1e09a597587667c6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7471840fd9df783e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c0d3d587d00dc647.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-19201027930f2d96.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-1c1c9a010f18c971.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-964022291442e2cf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
24392023-10-05T01:54:20.414Z 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`
24402023-10-05T01:54:20.798Z 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=2a2d4c86d8c8b48c -C extra-filename=-2a2d4c86d8c8b48c --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-afb910b4871c316b.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-40e4bac231fc3c57.so --cap-lints allow -D warnings`
24412023-10-05T01:54:21.766Z 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`
24422023-10-05T01:54:22.055Z 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=a0447712c62a9f04 -C extra-filename=-a0447712c62a9f04 --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-1a83c1181d65cce5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --cap-lints allow -D warnings`
24432023-10-05T01:54:22.418Z 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`
24442023-10-05T01:54:23.023Z 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`
24452023-10-05T01:54:23.888Z Compiling smoltcp v0.8.2
24462023-10-05T01:54:23.903Z 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`
24472023-10-05T01:54:24.003Z Compiling headers-core v0.2.0
24482023-10-05T01:54:24.008Z 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=2b223f4f05400977 -C extra-filename=-2b223f4f05400977 --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-7a24d2e41697cd7a.rmeta --cap-lints allow -D warnings`
24492023-10-05T01:54:24.257Z 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`
24502023-10-05T01:54:24.821Z Compiling foreign-types-shared v0.3.1
24512023-10-05T01:54:24.828Z 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`
24522023-10-05T01:54:24.943Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
24532023-10-05T01:54:24.958Z 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/98d3312/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=e998f8fb320407f5 -C extra-filename=-e998f8fb320407f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24542023-10-05T01:54:24.980Z 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`
24552023-10-05T01:54:25.141Z Compiling same-file v1.0.6
24562023-10-05T01:54:25.161Z 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`
24572023-10-05T01:54:25.231Z 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`
24582023-10-05T01:54:26.030Z Compiling walkdir v2.4.0
24592023-10-05T01:54:26.063Z 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`
24602023-10-05T01:54:26.591Z 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=c358e7756b8f2bcf -C extra-filename=-c358e7756b8f2bcf --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`
24612023-10-05T01:54:26.599Z Compiling foreign-types v0.5.0
24622023-10-05T01:54:26.603Z 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=652c9c8753d2d2f0 -C extra-filename=-652c9c8753d2d2f0 --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-05d320df53624b0b.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-5accb22857faf085.rmeta --cap-lints allow -D warnings`
24632023-10-05T01:54:26.606Z Compiling headers v0.3.9
24642023-10-05T01:54:26.611Z 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=75b78e0135a3f041 -C extra-filename=-75b78e0135a3f041 --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-cd943cd2dfeb8306.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-2b223f4f05400977.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.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-e42838553797ff05.rmeta --cap-lints allow -D warnings`
24652023-10-05T01:54:26.846Z 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`
24662023-10-05T01:54:27.447Z 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`
24672023-10-05T01:54:27.708Z 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`
24682023-10-05T01:54:27.758Z 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`
24692023-10-05T01:54:28.007Z 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`
24702023-10-05T01:54:28.118Z Compiling cstr-argument v0.1.2
24712023-10-05T01:54:28.536Z 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`
24722023-10-05T01:54:28.560Z 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`
24732023-10-05T01:54:28.576Z 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`
24742023-10-05T01:54:28.753Z 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`
24752023-10-05T01:54:29.276Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
24762023-10-05T01:54:29.306Z 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/98d3312/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=d44e9bdd5c861006 -C extra-filename=-d44e9bdd5c861006 --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-e998f8fb320407f5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-3429775e87107dbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0daa2164dc9cf3da.rmeta --cap-lints allow -D warnings`
24772023-10-05T01:54:29.843Z Compiling pretty-hex v0.2.1
24782023-10-05T01:54:36.334Z 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`
24792023-10-05T01:54:36.586Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24802023-10-05T01:54:37.417Z 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=2b94cf45a8b6efd1 -C extra-filename=-2b94cf45a8b6efd1 --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-c82d64e770b7dbe5.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9248b1a20cd2c87d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --cap-lints allow -D warnings`
24812023-10-05T01:54:37.685Z 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=4f47be20b590a18c -C extra-filename=-4f47be20b590a18c --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-88e511ee3f992aac.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-c98932ff0ca700bf.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.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-51c9b43c2331a342.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
24822023-10-05T01:54:37.939Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24832023-10-05T01:54:38.255Z 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=3914368e900a3c59 -C extra-filename=-3914368e900a3c59 --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-652c9c8753d2d2f0.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-1393588997e7b71f.rmeta --cap-lints allow -D warnings`
24842023-10-05T01:54:38.284Z 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=a21c7663e861462c -C extra-filename=-a21c7663e861462c --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-c358e7756b8f2bcf.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --cap-lints allow -D warnings`
24852023-10-05T01:54:38.527Z 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`
24862023-10-05T01:54:38.839Z 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`
24872023-10-05T01:54:38.978Z 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/98d3312/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=c534753df0487b10 -C extra-filename=-c534753df0487b10 --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-e998f8fb320407f5.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-d21ace4f70b631f3.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-d44e9bdd5c861006.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-3429775e87107dbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0daa2164dc9cf3da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-68a28362bf7d911a.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
24882023-10-05T01:54:39.037Z 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`
24892023-10-05T01:54:39.074Z 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`
24902023-10-05T01:54:39.167Z Compiling colored v2.0.4
24912023-10-05T01:54:39.212Z 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=43fa0855023e183b -C extra-filename=-43fa0855023e183b --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-5e1d4629bb607b27.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --cap-lints allow -D warnings`
24922023-10-05T01:54:39.244Z 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=4ce1727943867d1a -C extra-filename=-4ce1727943867d1a --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
24932023-10-05T01:54:39.266Z 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`
24942023-10-05T01:54:39.296Z 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`
24952023-10-05T01:54:39.342Z 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`
24962023-10-05T01:54:40.217Z 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`
24972023-10-05T01:54:40.666Z 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`
24982023-10-05T01:54:41.103Z 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=a918ed95568ae071 -C extra-filename=-a918ed95568ae071 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
24992023-10-05T01:54:41.116Z 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=7edb61ee7566b1af -C extra-filename=-7edb61ee7566b1af --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-4ce1727943867d1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-df2f4f8fb096e2fd.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-a21c7663e861462c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5551b80a776d612d.rmeta --cap-lints allow -D warnings`
25002023-10-05T01:54:41.125Z 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=1c53d1eafdfd903e -C extra-filename=-1c53d1eafdfd903e --out-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-43fa0855023e183b.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-2b94cf45a8b6efd1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-c82d64e770b7dbe5.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-3914368e900a3c59.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-8053178730bb7d03.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-62b3b0ef2d376a90.rmeta --cap-lints allow -D warnings -l kstat`
25012023-10-05T01:54:41.144Z 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`
25022023-10-05T01:54:41.155Z 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=e228abc8625a6e77 -C extra-filename=-e228abc8625a6e77 --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-dc75d12fa32d97bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --cap-lints allow -D warnings`
25032023-10-05T01:54:41.182Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
25042023-10-05T01:54:41.241Z 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/98d3312/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=74961fc0c3573086 -C extra-filename=-74961fc0c3573086 --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-e998f8fb320407f5.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c534753df0487b10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0daa2164dc9cf3da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-68a28362bf7d911a.rmeta --cap-lints allow -D warnings`
25052023-10-05T01:54:41.260Z 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`
25062023-10-05T01:54:41.279Z 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`
25072023-10-05T01:54:41.312Z Compiling rcgen v0.10.0
25082023-10-05T01:54:41.327Z 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`
25092023-10-05T01:54:41.343Z 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=c60d09f5d36f63fa -C extra-filename=-c60d09f5d36f63fa --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-9ed955b5fe726587.so --cap-lints allow -D warnings`
25102023-10-05T01:54:41.357Z Compiling predicates v2.1.5
25112023-10-05T01:54:41.381Z 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`
25122023-10-05T01:54:41.395Z Compiling subprocess v0.2.9
25132023-10-05T01:54:41.408Z 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`
25142023-10-05T01:54:41.419Z Compiling fragile v2.0.0
25152023-10-05T01:54:41.448Z 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`
25162023-10-05T01:54:41.466Z Compiling downcast v0.11.0
25172023-10-05T01:54:42.843Z 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`
25182023-10-05T01:54:42.890Z 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`
25192023-10-05T01:54:42.937Z 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`
25202023-10-05T01:54:42.960Z Compiling mockall v0.11.4
25212023-10-05T01:54:42.975Z 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`
25222023-10-05T01:54:42.988Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
25232023-10-05T01:54:43.005Z 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/98d3312/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=a8f74cd684365217 -C extra-filename=-a8f74cd684365217 --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-1c53d1eafdfd903e.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c534753df0487b10.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-74961fc0c3573086.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-3429775e87107dbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --cap-lints allow -D warnings`
25242023-10-05T01:54:43.014Z 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`
25252023-10-05T01:54:45.131Z 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`
25262023-10-05T01:54:45.384Z 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`
25272023-10-05T01:54:45.589Z Compiling zone v0.2.0
25282023-10-05T01:54:45.810Z 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=1eba0a3acc5be119 -C extra-filename=-1eba0a3acc5be119 --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-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9044b66d6cfffe3a.so --cap-lints allow -D warnings`
25292023-10-05T01:54:45.863Z 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=056be3e7403fae3a -C extra-filename=-056be3e7403fae3a --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-8e9a407ddeab20cc.rmeta --cap-lints allow -D warnings`
25302023-10-05T01:54:45.909Z Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
25312023-10-05T01:54:45.986Z 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=bb74fe52eb12b5e2 -C extra-filename=-bb74fe52eb12b5e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/workspace-hack-bb74fe52eb12b5e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.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-9a329d5b38cd248e.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-3d3738522af11d45.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-e709a65f3debe7d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.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-963a1f25c09d91f6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8f1cb6ebfa9e6c0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --cap-lints allow -D warnings`
25322023-10-05T01:54:46.099Z Compiling smf v0.2.2
25332023-10-05T01:54:46.242Z 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=fb0f2e95c1d559c3 -C extra-filename=-fb0f2e95c1d559c3 --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-8053178730bb7d03.rmeta --cap-lints allow -D warnings`
25342023-10-05T01:54:46.919Z 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`
25352023-10-05T01:54:47.120Z Running `/work/oxidecomputer/omicron/target/debug/build/workspace-hack-bb74fe52eb12b5e2/build-script-build`
25362023-10-05T01:54:47.446Z 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=4a872a0a4e25b1eb -C extra-filename=-4a872a0a4e25b1eb --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-fc95c778b5981b46.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-cc18d4ab8c07bc89.so --cap-lints allow -D warnings`
25372023-10-05T01:54:47.499Z 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=d0b48a622992abed -C extra-filename=-d0b48a622992abed --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-8e9a407ddeab20cc.rmeta --cap-lints allow -D warnings`
25382023-10-05T01:54:47.521Z 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=65d3224c9103788a -C extra-filename=-65d3224c9103788a --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-48dbb664544ec132.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
25392023-10-05T01:54:47.549Z 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`
25402023-10-05T01:54:47.649Z 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=f3c2b794fd3ba65d -C extra-filename=-f3c2b794fd3ba65d --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
25412023-10-05T01:54:47.684Z Compiling filetime v0.2.22
25422023-10-05T01:54:47.701Z 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`
25432023-10-05T01:54:47.722Z Compiling xattr v1.0.1
25442023-10-05T01:54:47.786Z 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`
25452023-10-05T01:54:47.810Z Compiling tar v0.4.40
25462023-10-05T01:54:47.843Z 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`
25472023-10-05T01:54:47.917Z Compiling toml v0.5.11
25482023-10-05T01:54:47.945Z 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=348f94f777853487 -C extra-filename=-348f94f777853487 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
25492023-10-05T01:54:47.971Z Compiling termcolor v1.2.0
25502023-10-05T01:54:48.013Z 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`
25512023-10-05T01:54:48.444Z Compiling memoffset v0.7.1
25522023-10-05T01:54:48.466Z 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`
25532023-10-05T01:54:48.485Z Compiling linked-hash-map v0.5.6
25542023-10-05T01:54:48.583Z 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`
25552023-10-05T01:54:48.701Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-706e9a1f01d73e8d/build-script-build`
25562023-10-05T01:54:49.123Z Compiling heck v0.3.3
25572023-10-05T01:54:49.156Z 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`
25582023-10-05T01:54:49.171Z Compiling lru-cache v0.1.2
25592023-10-05T01:54:49.186Z 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`
25602023-10-05T01:54:49.199Z Compiling libefi-sys v0.1.0
25612023-10-05T01:54:49.225Z 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`
25622023-10-05T01:54:49.234Z Compiling structopt-derive v0.4.18
25632023-10-05T01:54:49.240Z 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`
25642023-10-05T01:54:49.255Z Compiling num-rational v0.4.1
25652023-10-05T01:54:49.264Z 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`
25662023-10-05T01:54:49.274Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-1158a15115eed9ac/build-script-build`
25672023-10-05T01:54:49.283Z 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`
25682023-10-05T01:54:49.304Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-99162a4e56925e75/build-script-build`
25692023-10-05T01:54:49.316Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
25702023-10-05T01:54:49.675Z 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`
25712023-10-05T01:54:50.093Z Compiling ciborium-io v0.2.1
25722023-10-05T01:54:50.106Z 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`
25732023-10-05T01:54:50.142Z 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`
25742023-10-05T01:54:50.177Z Compiling half v1.8.2
25752023-10-05T01:54:50.198Z 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`
25762023-10-05T01:54:50.662Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-abaa9ff8abe75c60/build-script-build`
25772023-10-05T01:54:50.694Z 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=77e337e70aea8edd -C extra-filename=-77e337e70aea8edd --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-b6379bdcf533b698.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-67b3a97310d3adae.rmeta --cap-lints allow -D warnings`
25782023-10-05T01:54:50.726Z Compiling ciborium-ll v0.2.1
25792023-10-05T01:54:51.155Z 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`
25802023-10-05T01:54:51.193Z 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`
25812023-10-05T01:54:51.210Z Compiling der_derive v0.7.2
25822023-10-05T01:54:51.637Z 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=51d59824f1b04c5a -C extra-filename=-51d59824f1b04c5a --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
25832023-10-05T01:54:51.702Z 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`
25842023-10-05T01:54:51.736Z 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`
25852023-10-05T01:54:51.745Z Compiling ciborium v0.2.1
25862023-10-05T01:54:51.756Z 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=bebe03e21160a1ee -C extra-filename=-bebe03e21160a1ee --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
25872023-10-05T01:54:51.766Z 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=fc062046e876f8ba -C extra-filename=-fc062046e876f8ba --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-6fb58dbcfff7d4e4.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-7dae54b2334bcd34.rmeta --cap-lints allow -D warnings`
25882023-10-05T01:54:51.775Z Compiling arc-swap v1.6.0
25892023-10-05T01:54:51.783Z Compiling doc-comment v0.3.3
25902023-10-05T01:54:51.790Z 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`
25912023-10-05T01:54:51.800Z 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`
25922023-10-05T01:54:51.824Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-62aaeeb6f8774758/build-script-build`
25932023-10-05T01:54:51.965Z Compiling slog-scope v4.4.0
25942023-10-05T01:54:51.981Z 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`
25952023-10-05T01:54:53.265Z Compiling itertools v0.11.0
25962023-10-05T01:54:53.347Z 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=1dd0072d7d44a525 -C extra-filename=-1dd0072d7d44a525 --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-5bb86fda6cf178b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rmeta --cap-lints allow -D warnings`
25972023-10-05T01:54:53.395Z 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`
25982023-10-05T01:54:53.414Z Compiling semver-parser v0.10.2
25992023-10-05T01:54:53.420Z 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=266e9ee4ed253587 -C extra-filename=-266e9ee4ed253587 --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-fabbb1b2f75119cb.rmeta --cap-lints allow -D warnings`
26002023-10-05T01:54:53.427Z Compiling slog-stdlog v4.1.1
26012023-10-05T01:54:53.434Z 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`
26022023-10-05T01:54:53.445Z Compiling maybe-uninit v2.0.0
26032023-10-05T01:54:53.458Z 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`
26042023-10-05T01:54:53.903Z Compiling home v0.5.5
26052023-10-05T01:54:53.956Z 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`
26062023-10-05T01:54:54.015Z Compiling slog-envlogger v2.2.0
26072023-10-05T01:54:54.045Z 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`
26082023-10-05T01:54:54.081Z Compiling semver v0.11.0
26092023-10-05T01:54:54.140Z 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=160fe09253a0c427 -C extra-filename=-160fe09253a0c427 --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-266e9ee4ed253587.rmeta --cap-lints allow -D warnings`
26102023-10-05T01:54:54.171Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-c54beb0e4cae16b8/build-script-build`
26112023-10-05T01:54:54.188Z Compiling newline-converter v0.3.0
26122023-10-05T01:54:54.218Z 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`
26132023-10-05T01:54:54.266Z Compiling num-bigint-dig v0.8.4
26142023-10-05T01:54:54.283Z 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`
26152023-10-05T01:54:54.327Z Compiling toolchain_find v0.2.0
26162023-10-05T01:54:54.760Z 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=18b286e1fbecd084 -C extra-filename=-18b286e1fbecd084 --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-160fe09253a0c427.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
26172023-10-05T01:54:54.764Z Compiling rustfmt-wrapper v0.2.0
26182023-10-05T01:54:54.767Z 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=95e992f7efdc9e39 -C extra-filename=-95e992f7efdc9e39 --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-7e32255bd2f9fe1c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-348f94f777853487.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-18b286e1fbecd084.rmeta --cap-lints allow -D warnings`
26192023-10-05T01:54:54.770Z Compiling expectorate v1.1.0
26202023-10-05T01:54:54.774Z 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`
26212023-10-05T01:54:54.820Z Compiling packed_struct v0.10.1
26222023-10-05T01:54:54.840Z 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`
26232023-10-05T01:54:54.851Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-6a664c1333148890/build-script-build`
26242023-10-05T01:54:54.857Z 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=f71148c62bc39ab3 -C extra-filename=-f71148c62bc39ab3 --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-cd943cd2dfeb8306.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-707d2ef46faf219d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
26252023-10-05T01:54:54.864Z Compiling packed_struct_codegen v0.10.1
26262023-10-05T01:54:55.589Z 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`
26272023-10-05T01:54:55.674Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-988272fc4dbc344d/build-script-build`
26282023-10-05T01:54:56.513Z Compiling signal-hook v0.3.17
26292023-10-05T01:54:56.526Z 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`
26302023-10-05T01:54:56.540Z 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=fbaaba9f618e7f20 -C extra-filename=-fbaaba9f618e7f20 --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-f71148c62bc39ab3.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-4bbe6d0a79ab88f5.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-2f283a8ba74e70b0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
26312023-10-05T01:54:56.640Z Compiling omicron-zone-package v0.8.3
26322023-10-05T01:54:56.657Z 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=cde91e492b625990 -C extra-filename=-cde91e492b625990 --out-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-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.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-6fb58dbcfff7d4e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-707d2ef46faf219d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.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`
26332023-10-05T01:54:56.670Z Compiling hkdf v0.12.3
26342023-10-05T01:54:56.703Z 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=cb9c2f70e79b84a5 -C extra-filename=-cb9c2f70e79b84a5 --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-f8d2206009201913.rmeta --cap-lints allow -D warnings`
26352023-10-05T01:54:57.126Z 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=ed3dfad80d11713d -C extra-filename=-ed3dfad80d11713d --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-77e337e70aea8edd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6379bdcf533b698.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-1bb0dda453c8a681.rmeta --cap-lints allow -D warnings`
26362023-10-05T01:54:57.146Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-459b558acf2c7476/build-script-build`
26372023-10-05T01:54:57.159Z Compiling resolv-conf v0.7.0
26382023-10-05T01:54:57.168Z 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`
26392023-10-05T01:54:57.181Z Compiling keccak v0.1.4
26402023-10-05T01:54:57.194Z 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`
26412023-10-05T01:54:57.210Z Compiling trust-dns-resolver v0.22.0
26422023-10-05T01:54:57.220Z 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=7dde12b119df3ce5 -C extra-filename=-7dde12b119df3ce5 --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-6fb58dbcfff7d4e4.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-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-62b3b0ef2d376a90.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rmeta --cap-lints allow -D warnings`
26432023-10-05T01:54:57.234Z Compiling sha3 v0.10.8
26442023-10-05T01:54:57.245Z 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=965894a33fc880ca -C extra-filename=-965894a33fc880ca --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-70154b3d289edcfa.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-92f50817b0eeb6f1.rmeta --cap-lints allow -D warnings`
26452023-10-05T01:54:57.422Z Compiling secrecy v0.8.0
26462023-10-05T01:54:57.431Z 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=7c5067f78a51f690 -C extra-filename=-7c5067f78a51f690 --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-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
26472023-10-05T01:54:57.860Z Compiling snafu-derive v0.7.5
26482023-10-05T01:54:57.868Z 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`
26492023-10-05T01:54:58.915Z Compiling derive-where v1.2.5
26502023-10-05T01:54:59.013Z 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=718c444102156aa7 -C extra-filename=-718c444102156aa7 --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
26512023-10-05T01:54:59.463Z Compiling textwrap v0.11.0
26522023-10-05T01:54:59.503Z 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`
26532023-10-05T01:55:00.352Z Compiling vec_map v0.8.2
26542023-10-05T01:55:00.551Z 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`
26552023-10-05T01:55:00.619Z Compiling ansi_term v0.12.1
26562023-10-05T01:55:01.085Z 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`
26572023-10-05T01:55:01.113Z Compiling strsim v0.8.0
26582023-10-05T01:55:01.134Z 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`
26592023-10-05T01:55:01.182Z Compiling clap v2.34.0
26602023-10-05T01:55:01.214Z 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`
26612023-10-05T01:55:01.576Z Compiling fxhash v0.2.1
26622023-10-05T01:55:01.594Z 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`
26632023-10-05T01:55:01.900Z Compiling parking_lot_core v0.8.6
26642023-10-05T01:55:01.933Z 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`
26652023-10-05T01:55:02.211Z Compiling convert_case v0.4.0
26662023-10-05T01:55:02.228Z 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`
26672023-10-05T01:55:02.627Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-0e0fd8b046761d0f/build-script-build`
26682023-10-05T01:55:02.682Z 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`
26692023-10-05T01:55:03.483Z Compiling derive_more v0.99.17
26702023-10-05T01:55:03.513Z 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`
26712023-10-05T01:55:03.666Z 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=6c4d2c59769bb4c9 -C extra-filename=-6c4d2c59769bb4c9 --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-ed0c05cf7ea9471a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.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-57474a7c5ff9fdd8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-70154b3d289edcfa.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-91b977681d3b9ffa.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-6fb58dbcfff7d4e4.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-dba419b1193e8428.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9a329d5b38cd248e.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-526eac5213e4eff0.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-3fc7201a4fe9e626.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.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-2dd1c8bfc186ca77.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8f1cb6ebfa9e6c0d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-62b3b0ef2d376a90.rmeta --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-185f52a339e2f007.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
26722023-10-05T01:55:03.838Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26732023-10-05T01:55:06.778Z 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=9f6bbcb1b169b9c0 -C extra-filename=-9f6bbcb1b169b9c0 --out-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-c82d64e770b7dbe5.rmeta --cap-lints allow -D warnings`
26742023-10-05T01:55:07.213Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26752023-10-05T01:55:07.269Z 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=213ec371ede6b90d -C extra-filename=-213ec371ede6b90d --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-8053178730bb7d03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings`
26762023-10-05T01:55:07.295Z Compiling camino-tempfile v1.0.2
26772023-10-05T01:55:07.320Z 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=a6ccaefde9fba533 -C extra-filename=-a6ccaefde9fba533 --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-808e28d3d3156bbe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rmeta --cap-lints allow -D warnings`
26782023-10-05T01:55:07.345Z Compiling libz-sys v1.1.12
26792023-10-05T01:55:07.378Z 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`
26802023-10-05T01:55:07.397Z 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`
26812023-10-05T01:55:07.835Z Compiling pem-rfc7468 v0.7.0
26822023-10-05T01:55:07.904Z 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`
26832023-10-05T01:55:07.945Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-38aaebad2ae4c5bd/build-script-build`
26842023-10-05T01:55:07.971Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
26852023-10-05T01:55:07.994Z 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=0d3f9e2bdca2d1a6 -C extra-filename=-0d3f9e2bdca2d1a6 --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
26862023-10-05T01:55:08.019Z Compiling libgit2-sys v0.15.2+1.6.4
26872023-10-05T01:55:08.483Z 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`
26882023-10-05T01:55:08.521Z Compiling structopt v0.3.26
26892023-10-05T01:55:08.980Z 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`
26902023-10-05T01:55:09.023Z 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=3aa5a21c3b1d15d7 -C extra-filename=-3aa5a21c3b1d15d7 --out-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-5bb86fda6cf178b2.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-9f6bbcb1b169b9c0.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`
26912023-10-05T01:55:09.094Z Compiling semver v0.1.20
26922023-10-05T01:55:09.130Z 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`
26932023-10-05T01:55:09.196Z Compiling flagset v0.4.3
26942023-10-05T01:55:09.642Z 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`
26952023-10-05T01:55:09.719Z Compiling humantime v2.1.0
26962023-10-05T01:55:09.766Z 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`
26972023-10-05T01:55:09.805Z Compiling rustc_version v0.1.7
26982023-10-05T01:55:09.828Z 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`
26992023-10-05T01:55:09.925Z Compiling der v0.7.8
27002023-10-05T01:55:10.033Z 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=4963f2eca223ba89 -C extra-filename=-4963f2eca223ba89 --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-51d59824f1b04c5a.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-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
27012023-10-05T01:55:10.058Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c9d918e305aedec7/build-script-build`
27022023-10-05T01:55:10.086Z 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`
27032023-10-05T01:55:10.559Z Compiling libsqlite3-sys v0.26.0
27042023-10-05T01:55:10.573Z 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`
27052023-10-05T01:55:10.589Z Compiling newtype_derive v0.1.6
27062023-10-05T01:55:10.605Z 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`
27072023-10-05T01:55:10.624Z 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`
27082023-10-05T01:55:10.641Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-c723b1409432947a/build-script-build`
27092023-10-05T01:55:10.659Z 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=5cc22d60ff6dc65d -C extra-filename=-5cc22d60ff6dc65d --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-1a83c1181d65cce5.rmeta --cap-lints allow -D warnings`
27102023-10-05T01:55:11.673Z Compiling vergen v8.2.4
27112023-10-05T01:55:11.698Z 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`
27122023-10-05T01:55:11.806Z Compiling spki v0.7.2
27132023-10-05T01:55:11.829Z 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=05c24915bd5c08ce -C extra-filename=-05c24915bd5c08ce --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-4963f2eca223ba89.rmeta --cap-lints allow -D warnings`
27142023-10-05T01:55:12.084Z Compiling glob v0.3.1
27152023-10-05T01:55:12.524Z 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`
27162023-10-05T01:55:12.534Z Compiling utf-8 v0.7.6
27172023-10-05T01:55:12.542Z 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`
27182023-10-05T01:55:12.766Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-54d05458c93ea298/build-script-build`
27192023-10-05T01:55:12.800Z 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=d4a06386490296c0 -C extra-filename=-d4a06386490296c0 --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-5cc22d60ff6dc65d.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`
27202023-10-05T01:55:13.280Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-d48068054ac0ebfe/build-script-build`
27212023-10-05T01:55:13.305Z 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`
27222023-10-05T01:55:13.835Z Compiling num-complex v0.4.4
27232023-10-05T01:55:13.850Z 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`
27242023-10-05T01:55:13.897Z Compiling crc-catalog v2.2.0
27252023-10-05T01:55:13.908Z 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`
27262023-10-05T01:55:14.125Z Compiling crc v3.0.1
27272023-10-05T01:55:14.213Z 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`
27282023-10-05T01:55:14.496Z Compiling pkcs8 v0.10.2
27292023-10-05T01:55:14.516Z 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=99563ce1e0af6d1d -C extra-filename=-99563ce1e0af6d1d --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-4963f2eca223ba89.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05c24915bd5c08ce.rmeta --cap-lints allow -D warnings`
27302023-10-05T01:55:15.071Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
27312023-10-05T01:55:15.105Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=9685caf21b756199 -C extra-filename=-9685caf21b756199 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-9685caf21b756199 -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-cde91e492b625990.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbaaba9f618e7f20.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-95e992f7efdc9e39.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
27322023-10-05T01:55:15.424Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
27332023-10-05T01:55:15.446Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=807ce097cb21e2fb -C extra-filename=-807ce097cb21e2fb --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-807ce097cb21e2fb -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-cde91e492b625990.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbaaba9f618e7f20.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-95e992f7efdc9e39.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
27342023-10-05T01:55:15.659Z Compiling num v0.4.1
27352023-10-05T01:55:15.668Z 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`
27362023-10-05T01:55:16.267Z 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`
27372023-10-05T01:55:16.284Z Compiling nodrop v0.1.14
27382023-10-05T01:55:16.300Z 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`
27392023-10-05T01:55:16.317Z Compiling buf-list v1.0.3
27402023-10-05T01:55:16.350Z 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`
27412023-10-05T01:55:16.358Z Compiling array-init v0.0.4
27422023-10-05T01:55:16.367Z 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`
27432023-10-05T01:55:16.375Z Compiling smallvec v0.6.14
27442023-10-05T01:55:16.386Z 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`
27452023-10-05T01:55:16.924Z Compiling pkcs1 v0.7.5
27462023-10-05T01:55:16.931Z 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=0bd7e70ef3fb6deb -C extra-filename=-0bd7e70ef3fb6deb --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-4963f2eca223ba89.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-99563ce1e0af6d1d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05c24915bd5c08ce.rmeta --cap-lints allow -D warnings`
27472023-10-05T01:55:16.985Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dfc526e4e73cd794/build-script-build`
27482023-10-05T01:55:17.522Z 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=55f6fc0148cf2c1f -C extra-filename=-55f6fc0148cf2c1f --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
27492023-10-05T01:55:18.071Z 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`
27502023-10-05T01:55:18.161Z 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=55371b651da07373 -C extra-filename=-55371b651da07373 --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-7e32255bd2f9fe1c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings --cfg has_i128`
27512023-10-05T01:55:18.614Z 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`
27522023-10-05T01:55:18.768Z Compiling linear-map v1.2.0
27532023-10-05T01:55:18.772Z 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`
27542023-10-05T01:55:19.741Z Compiling bitfield v0.14.0
27552023-10-05T01:55:20.159Z 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`
27562023-10-05T01:55:20.168Z Compiling serde-hex v0.1.0
27572023-10-05T01:55:20.179Z 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=b6f3993ec4da594b -C extra-filename=-b6f3993ec4da594b --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-7e32255bd2f9fe1c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-bea6718cfa7ebd7c.rmeta --cap-lints allow -D warnings`
27582023-10-05T01:55:20.608Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27592023-10-05T01:55:20.675Z 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=f9f000e800ed9375 -C extra-filename=-f9f000e800ed9375 --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-68a28362bf7d911a.rmeta --cap-lints allow -D warnings`
27602023-10-05T01:55:21.099Z Compiling x509-cert v0.2.4
27612023-10-05T01:55:21.104Z 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=c9b9ca3deaffd0e2 -C extra-filename=-c9b9ca3deaffd0e2 --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-4963f2eca223ba89.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05c24915bd5c08ce.rmeta --cap-lints allow -D warnings`
27622023-10-05T01:55:24.177Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27632023-10-05T01:55:24.226Z 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=321e6b7a776df5b0 -C extra-filename=-321e6b7a776df5b0 --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-e37cf93b35aba6e7.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-55f6fc0148cf2c1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
27642023-10-05T01:55:28.124Z Compiling rsa v0.9.2
27652023-10-05T01:55:28.551Z 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=51e44598de2cf91e -C extra-filename=-51e44598de2cf91e --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-70154b3d289edcfa.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-55371b651da07373.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-0bd7e70ef3fb6deb.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-99563ce1e0af6d1d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-d33782132d845a51.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05c24915bd5c08ce.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
27662023-10-05T01:55:28.826Z Compiling env_logger v0.10.0
27672023-10-05T01:55:28.967Z 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=99c534ebe87f93b0 -C extra-filename=-99c534ebe87f93b0 --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-5e1d4629bb607b27.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`
27682023-10-05T01:55:31.102Z 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=6899e873887b2400 -C extra-filename=-6899e873887b2400 --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-776920e351a90a65.rmeta --cap-lints allow -D warnings`
27692023-10-05T01:55:31.287Z Compiling num_enum_derive v0.7.0
27702023-10-05T01:55:31.704Z 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=43f422f187974005 -C extra-filename=-43f422f187974005 --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-b801e3af2762fe21.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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
27712023-10-05T01:55:35.952Z Compiling ron v0.8.1
27722023-10-05T01:55:35.964Z 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=1210acd4f167bbed -C extra-filename=-1210acd4f167bbed --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-ed0c05cf7ea9471a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --cap-lints allow -D warnings`
27732023-10-05T01:55:38.657Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
27742023-10-05T01:55:38.678Z 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=14f1c90760cba3c2 -C extra-filename=-14f1c90760cba3c2 --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
27752023-10-05T01:55:39.608Z Compiling crc-any v2.4.3
27762023-10-05T01:55:39.622Z 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`
27772023-10-05T01:55:40.095Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-9685caf21b756199/build-script-build`
27782023-10-05T01:55:40.111Z Compiling platforms v3.0.2
27792023-10-05T01:55:40.537Z 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`
27802023-10-05T01:55:40.573Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27812023-10-05T01:55:40.590Z 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=09d2d036fd0af8c4 -C extra-filename=-09d2d036fd0af8c4 --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-1210acd4f167bbed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f9f000e800ed9375.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-68a28362bf7d911a.rmeta --cap-lints allow -D warnings`
27822023-10-05T01:55:40.600Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-807ce097cb21e2fb/build-script-build`
27832023-10-05T01:55:40.610Z Compiling object v0.30.4
27842023-10-05T01:55:40.622Z 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=aecbee9f1189271f -C extra-filename=-aecbee9f1189271f --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-9a329d5b38cd248e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
27852023-10-05T01:55:40.631Z Compiling unicase v2.7.0
27862023-10-05T01:55:40.643Z 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`
27872023-10-05T01:55:40.662Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-243a3ebd6f4bb29d/build-script-build`
27882023-10-05T01:55:40.687Z Compiling path-slash v0.1.5
27892023-10-05T01:55:40.754Z 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`
27902023-10-05T01:55:40.883Z 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`
27912023-10-05T01:55:41.005Z 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`
27922023-10-05T01:55:41.270Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-5660e863eee03aea/build-script-build`
27932023-10-05T01:55:41.497Z Compiling tungstenite v0.18.0
27942023-10-05T01:55:41.506Z 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=1d189ff08782c9d9 -C extra-filename=-1d189ff08782c9d9 --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-cd943cd2dfeb8306.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.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-e42838553797ff05.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.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`
27952023-10-05T01:55:41.525Z Compiling rand v0.4.6
27962023-10-05T01:55:41.553Z 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`
27972023-10-05T01:55:41.607Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
27982023-10-05T01:55:41.623Z 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=42434e510d81ec75 -C extra-filename=-42434e510d81ec75 --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-5f8bbd5b600635f1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --cap-lints allow -D warnings`
27992023-10-05T01:55:41.683Z 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`
28002023-10-05T01:55:41.954Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
28012023-10-05T01:55:41.959Z 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`
28022023-10-05T01:55:41.994Z Compiling erased-serde v0.3.30
28032023-10-05T01:55:42.009Z 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`
28042023-10-05T01:55:42.113Z Compiling curve25519-dalek v4.1.0
28052023-10-05T01:55:42.118Z 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=cb92fb4720588fb0 -C extra-filename=-cb92fb4720588fb0 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-cb92fb4720588fb0 -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-42eba902e1114e10.rlib --cap-lints allow -D warnings`
28062023-10-05T01:55:42.517Z 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`
28072023-10-05T01:55:42.654Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-390e42f4f52efca6/build-script-build`
28082023-10-05T01:55:42.765Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-756664f0c03d3cdf/build-script-build`
28092023-10-05T01:55:42.842Z 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`
28102023-10-05T01:55:42.867Z Compiling thiserror-impl-no-std v2.0.2
28112023-10-05T01:55:42.877Z 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`
28122023-10-05T01:55:43.442Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-cb92fb4720588fb0/build-script-build`
28132023-10-05T01:55:43.456Z Compiling tokio-tungstenite v0.18.0
28142023-10-05T01:55:43.474Z 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=cbbf29705a607aae -C extra-filename=-cbbf29705a607aae --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-6fb58dbcfff7d4e4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-1d189ff08782c9d9.rmeta --cap-lints allow -D warnings`
28152023-10-05T01:55:43.491Z Compiling bitstruct_derive v0.1.0
28162023-10-05T01:55:43.512Z 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`
28172023-10-05T01:55:44.021Z Compiling curve25519-dalek-derive v0.1.0
28182023-10-05T01:55:44.048Z 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=36c3da63a58c53cf -C extra-filename=-36c3da63a58c53cf --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
28192023-10-05T01:55:44.686Z Compiling async-recursion v1.0.5
28202023-10-05T01:55:44.694Z 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=b7cc34501b2e76f6 -C extra-filename=-b7cc34501b2e76f6 --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
28212023-10-05T01:55:45.146Z Compiling diff v0.1.13
28222023-10-05T01:55:45.172Z 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`
28232023-10-05T01:55:46.112Z Compiling rayon-core v1.11.0
28242023-10-05T01:55:46.167Z 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`
28252023-10-05T01:55:46.289Z Compiling mime_guess v2.0.4
28262023-10-05T01:55:46.301Z 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`
28272023-10-05T01:55:46.336Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-fcb4eda107d72842/build-script-build`
28282023-10-05T01:55:46.362Z Compiling snafu v0.7.5
28292023-10-05T01:55:46.379Z 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`
28302023-10-05T01:55:46.474Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28312023-10-05T01:55:46.477Z 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=577864e87cb13c29 -C extra-filename=-577864e87cb13c29 --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-4963f2eca223ba89.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-99c534ebe87f93b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-321e6b7a776df5b0.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-55f6fc0148cf2c1f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-1c510a5ccd5dd270.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-51e44598de2cf91e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-b6f3993ec4da594b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c9b9ca3deaffd0e2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-68a28362bf7d911a.rmeta --cap-lints allow -D warnings`
28322023-10-05T01:55:46.549Z Compiling nibble_vec v0.1.0
28332023-10-05T01:55:46.586Z 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`
28342023-10-05T01:55:46.660Z Compiling endian-type v0.1.2
28352023-10-05T01:55:46.668Z 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`
28362023-10-05T01:55:46.870Z 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`
28372023-10-05T01:55:47.077Z Compiling radix_trie v0.2.1
28382023-10-05T01:55:47.088Z 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`
28392023-10-05T01:55:47.499Z 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`
28402023-10-05T01:55:48.053Z Compiling universal-hash v0.5.1
28412023-10-05T01:55:48.132Z 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=7632257802670d1e -C extra-filename=-7632257802670d1e --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-57474a7c5ff9fdd8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
28422023-10-05T01:55:48.236Z Compiling opaque-debug v0.3.0
28432023-10-05T01:55:48.313Z 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`
28442023-10-05T01:55:48.372Z Compiling trust-dns-client v0.22.0
28452023-10-05T01:55:48.389Z 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=38d1922184b1520d -C extra-filename=-38d1922184b1520d --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-41eaecfbceab1fe7.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-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4b8e5ff007558c78.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a5fd5a0200ded0e7.rmeta --cap-lints allow -D warnings`
28462023-10-05T01:55:48.839Z 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=b71b24d1ae7d7ecb -C extra-filename=-b71b24d1ae7d7ecb --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-6fb58dbcfff7d4e4.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-8053178730bb7d03.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-62b3b0ef2d376a90.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rmeta --cap-lints allow -D warnings`
28472023-10-05T01:55:48.846Z Compiling parking_lot v0.11.2
28482023-10-05T01:55:48.851Z 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`
28492023-10-05T01:55:48.856Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-53198ae6adcf68cc/build-script-build`
28502023-10-05T01:55:48.863Z 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=6149a8053583d99d -C extra-filename=-6149a8053583d99d --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-cd943cd2dfeb8306.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
28512023-10-05T01:55:48.868Z Compiling sled v0.34.7
28522023-10-05T01:55:49.304Z 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`
28532023-10-05T01:55:49.337Z Compiling aead v0.5.2
28542023-10-05T01:55:49.366Z 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=adbe61e273f25bac -C extra-filename=-adbe61e273f25bac --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-57474a7c5ff9fdd8.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-89a40200f0eec813.rmeta --cap-lints allow -D warnings`
28552023-10-05T01:55:49.786Z 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`
28562023-10-05T01:55:49.915Z Compiling crunchy v0.2.2
28572023-10-05T01:55:49.954Z 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`
28582023-10-05T01:55:50.696Z Compiling trust-dns-server v0.22.1
28592023-10-05T01:55:50.717Z 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=862d27d361cef9b8 -C extra-filename=-862d27d361cef9b8 --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-60cc23ed68c4a18e.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.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-91b977681d3b9ffa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-348f94f777853487.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-62b3b0ef2d376a90.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b71b24d1ae7d7ecb.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rmeta --cap-lints allow -D warnings`
28602023-10-05T01:55:50.800Z Compiling pretty-hex v0.3.0
28612023-10-05T01:55:51.283Z 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`
28622023-10-05T01:55:51.302Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-81793beb4edef3bf/build-script-build`
28632023-10-05T01:55:51.327Z 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=7d442419257be2bb -C extra-filename=-7d442419257be2bb --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-389c900f15cd9ab5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rmeta --cap-lints allow -D warnings`
28642023-10-05T01:55:52.100Z Compiling crossbeam-deque v0.8.3
28652023-10-05T01:55:52.110Z 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`
28662023-10-05T01:55:52.668Z Compiling path-dedot v3.1.0
28672023-10-05T01:55:53.092Z 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`
28682023-10-05T01:55:53.142Z Compiling tiny-keccak v2.0.2
28692023-10-05T01:55:53.185Z 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`
28702023-10-05T01:55:53.621Z Compiling path-absolutize v3.1.0
28712023-10-05T01:55:53.627Z 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`
28722023-10-05T01:55:54.057Z 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`
28732023-10-05T01:55:54.061Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e6ceac7b0a8950e7/build-script-build`
28742023-10-05T01:55:54.064Z Compiling clang-sys v1.6.1
28752023-10-05T01:55:54.069Z 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`
28762023-10-05T01:55:54.077Z 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/42c878b/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=01eab79a72d432c0 -C extra-filename=-01eab79a72d432c0 --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-c60d09f5d36f63fa.rmeta --cap-lints allow -D warnings`
28772023-10-05T01:55:54.462Z 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=778445806453acaf -C extra-filename=-778445806453acaf --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-748b4c7e13a6002f.so --cap-lints allow -D warnings`
28782023-10-05T01:55:54.692Z Compiling olpc-cjson v0.1.3
28792023-10-05T01:55:54.697Z 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=578991673d494bfd -C extra-filename=-578991673d494bfd --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-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
28802023-10-05T01:55:54.779Z Compiling darling_core v0.14.4
28812023-10-05T01:55:54.783Z 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`
28822023-10-05T01:55:55.017Z Compiling globset v0.4.13
28832023-10-05T01:55:55.061Z 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`
28842023-10-05T01:55:55.245Z Compiling toml_edit v0.20.0
28852023-10-05T01:55:55.249Z 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=33f78f22681076d3 -C extra-filename=-33f78f22681076d3 --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-5f8bbd5b600635f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-c86fe537d8513395.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings`
28862023-10-05T01:55:56.936Z Compiling serde_plain v1.0.2
28872023-10-05T01:55:56.975Z 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=8fbdcf5ad51af4c5 -C extra-filename=-8fbdcf5ad51af4c5 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
28882023-10-05T01:55:57.178Z Compiling const_format_proc_macros v0.2.31
28892023-10-05T01:55:57.185Z 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`
28902023-10-05T01:55:57.191Z Compiling display-error-chain v0.1.1
28912023-10-05T01:55:57.212Z 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`
28922023-10-05T01:55:57.409Z 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`
28932023-10-05T01:55:57.862Z Compiling prettyplease v0.2.12
28942023-10-05T01:55:57.882Z 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`
28952023-10-05T01:55:58.282Z 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`
28962023-10-05T01:55:58.837Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-edd62c5b61d7a904/build-script-build`
28972023-10-05T01:55:58.860Z 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=2f555049027eafbe -C extra-filename=-2f555049027eafbe --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
28982023-10-05T01:55:59.274Z Compiling tough v0.12.5
28992023-10-05T01:55:59.307Z 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=68cbe668f35937d4 -C extra-filename=-68cbe668f35937d4 --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-5bb86fda6cf178b2.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-dba419b1193e8428.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-578991673d494bfd.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-3fc7201a4fe9e626.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-8fbdcf5ad51af4c5.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-b0f602d340a23de7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.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`
29002023-10-05T01:55:59.742Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-480d13ab3875bfb4/build-script-build`
29012023-10-05T01:55:59.829Z 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/42c878b/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=ebaaf7fae48251eb -C extra-filename=-ebaaf7fae48251eb --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-01eab79a72d432c0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c60d09f5d36f63fa.rmeta --cap-lints allow -D warnings`
29022023-10-05T01:56:00.433Z Compiling toml v0.8.0
29032023-10-05T01:56:00.443Z 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=fac8d90f8d00e559 -C extra-filename=-fac8d90f8d00e559 --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-7e32255bd2f9fe1c.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-c86fe537d8513395.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-33f78f22681076d3.rmeta --cap-lints allow -D warnings`
29042023-10-05T01:56:00.593Z 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`
29052023-10-05T01:56:01.692Z 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`
29062023-10-05T01:56:03.304Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
29072023-10-05T01:56:03.310Z 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=4d7878570b149935 -C extra-filename=-4d7878570b149935 --out-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-0d3f9e2bdca2d1a6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-37ac2aac2eca9858.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
29082023-10-05T01:56:03.398Z 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`
29092023-10-05T01:56:03.724Z Compiling darling_macro v0.14.4
29102023-10-05T01:56:03.737Z 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`
29112023-10-05T01:56:05.581Z Compiling ascii-canvas v3.0.0
29122023-10-05T01:56:05.592Z 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`
29132023-10-05T01:56:06.424Z Compiling ena v0.14.2
29142023-10-05T01:56:06.433Z 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`
29152023-10-05T01:56:06.766Z 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/98d3312/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=c891fe64fcf93140 -C extra-filename=-c891fe64fcf93140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29162023-10-05T01:56:07.063Z Compiling ref-cast v1.0.20
29172023-10-05T01:56:07.087Z 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`
29182023-10-05T01:56:07.109Z 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`
29192023-10-05T01:56:07.268Z Compiling minimal-lexical v0.2.1
29202023-10-05T01:56:07.282Z 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`
29212023-10-05T01:56:07.884Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-1314aa3041c7f6f0/build-script-build`
29222023-10-05T01:56:08.410Z Compiling nom v7.1.3
29232023-10-05T01:56:11.317Z 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`
29242023-10-05T01:56:11.404Z 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=54381686b633f312 -C extra-filename=-54381686b633f312 --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-05d320df53624b0b.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-2145d7c9e38b93d9.rmeta --cap-lints allow -D warnings`
29252023-10-05T01:56:11.882Z Compiling lalrpop v0.19.12
29262023-10-05T01:56:11.937Z 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=464809f23450f04a -C extra-filename=-464809f23450f04a --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-5e1d4629bb607b27.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-e2f09aadf8a30342.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-acf8c08408696fe8.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`
29272023-10-05T01:56:11.991Z 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/98d3312/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=35dafbf3f0916b84 -C extra-filename=-35dafbf3f0916b84 --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-c891fe64fcf93140.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-2f555049027eafbe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1b315857fc530fc1.rmeta --cap-lints allow -D warnings`
29282023-10-05T01:56:12.062Z Compiling darling v0.14.4
29292023-10-05T01:56:12.116Z 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`
29302023-10-05T01:56:12.131Z Compiling rayon v1.7.0
29312023-10-05T01:56:12.147Z 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`
29322023-10-05T01:56:13.406Z 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`
29332023-10-05T01:56:13.598Z 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`
29342023-10-05T01:56:13.735Z 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=9de066ab3ec3e669 -C extra-filename=-9de066ab3ec3e669 --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-88e511ee3f992aac.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.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-bd9dbf322bbfb956.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1a83c1181d65cce5.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-4213c048727ec740.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-41eaecfbceab1fe7.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-48dbb664544ec132.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85da16062b8e6831.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-4822218c7ad4d18b.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-e1c1db6f9b9649bd.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5325d6d9b9946615.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ad8b4bd4f1c704d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.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-d6ad6800d818f635.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ffde37830e3f0dff.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-16ed33f7c82a7bef.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a28f1364d7988b09.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4b8e5ff007558c78.rmeta --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-78bb54cee6a3ea10.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
29352023-10-05T01:56:13.865Z 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`
29362023-10-05T01:56:14.079Z 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`
29372023-10-05T01:56:14.283Z 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`
29382023-10-05T01:56:14.370Z Compiling ref-cast-impl v1.0.20
29392023-10-05T01:56:14.476Z 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=53c3fe18762a1c87 -C extra-filename=-53c3fe18762a1c87 --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
29402023-10-05T01:56:14.482Z Compiling ff v0.13.0
29412023-10-05T01:56:14.523Z 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`
29422023-10-05T01:56:14.535Z Compiling hashlink v0.8.3
29432023-10-05T01:56:14.969Z 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`
29442023-10-05T01:56:14.983Z Compiling libloading v0.7.4
29452023-10-05T01:56:14.993Z 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`
29462023-10-05T01:56:15.004Z Compiling bindgen v0.65.1
29472023-10-05T01:56:15.017Z 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`
29482023-10-05T01:56:15.787Z Compiling fallible-streaming-iterator v0.1.9
29492023-10-05T01:56:15.815Z 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`
29502023-10-05T01:56:15.841Z 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`
29512023-10-05T01:56:15.864Z Compiling rusqlite v0.29.0
29522023-10-05T01:56:16.299Z 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=62b7869e01a569d5 -C extra-filename=-62b7869e01a569d5 --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-ed0c05cf7ea9471a.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`
29532023-10-05T01:56:16.348Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8e9a9d91025a79f6/build-script-build`
29542023-10-05T01:56:16.362Z 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=afbc3136e157e8fa -C extra-filename=-afbc3136e157e8fa --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-778445806453acaf.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-15b79a90ebc63eb0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --cap-lints allow -D warnings`
29552023-10-05T01:56:16.374Z 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`
29562023-10-05T01:56:16.636Z Compiling group v0.13.0
29572023-10-05T01:56:16.677Z 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`
29582023-10-05T01:56:16.903Z Compiling cexpr v0.6.0
29592023-10-05T01:56:16.936Z 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`
29602023-10-05T01:56:17.887Z 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=2de1d7cdb78e1a42 -C extra-filename=-2de1d7cdb78e1a42 --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-54381686b633f312.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-28b77d6c5659903f.rmeta --cap-lints allow -D warnings`
29612023-10-05T01:56:18.718Z Compiling steno v0.4.0
29622023-10-05T01:56:18.732Z 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=a8ce2686fe8a5c1d -C extra-filename=-a8ce2686fe8a5c1d --out-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-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.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-e2f09aadf8a30342.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings`
29632023-10-05T01:56:19.465Z 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/98d3312/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=535fdf7164a6334f -C extra-filename=-535fdf7164a6334f --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-c891fe64fcf93140.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-d21ace4f70b631f3.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-35dafbf3f0916b84.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-2f555049027eafbe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1b315857fc530fc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5551b80a776d612d.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
29642023-10-05T01:56:19.779Z Compiling derive_builder_core v0.12.0
29652023-10-05T01:56:19.787Z 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`
29662023-10-05T01:56:20.526Z 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=54a58a934cdf2674 -C extra-filename=-54a58a934cdf2674 --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-2dd1c8bfc186ca77.rmeta --cap-lints allow -D warnings`
29672023-10-05T01:56:20.810Z Compiling twox-hash v1.6.3
29682023-10-05T01:56:20.835Z 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=dbb1080e68a10fbb -C extra-filename=-dbb1080e68a10fbb --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 rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2d243952c153e37c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings`
29692023-10-05T01:56:22.039Z 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=a9a7ad8f01e29c7f -C extra-filename=-a9a7ad8f01e29c7f --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-6899e873887b2400.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --cap-lints allow -D warnings`
29702023-10-05T01:56:22.627Z Compiling nix v0.26.2
29712023-10-05T01:56:22.645Z 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`
29722023-10-05T01:56:23.068Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
29732023-10-05T01:56:23.086Z 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=9985cdaafa896bb4 -C extra-filename=-9985cdaafa896bb4 --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-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-6c4d2c59769bb4c9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
29742023-10-05T01:56:23.506Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
29752023-10-05T01:56:23.522Z 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=eacf2cea14ceab13 -C extra-filename=-eacf2cea14ceab13 --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-777463ddbff93db5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --cap-lints allow -D warnings`
29762023-10-05T01:56:23.589Z 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`
29772023-10-05T01:56:24.132Z 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`
29782023-10-05T01:56:24.389Z Compiling which v4.4.0
29792023-10-05T01:56:24.394Z 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`
29802023-10-05T01:56:24.414Z Compiling crypto-bigint v0.5.2
29812023-10-05T01:56:24.418Z 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=5e01b7e95a375dfd -C extra-filename=-5e01b7e95a375dfd --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-89a40200f0eec813.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-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
29822023-10-05T01:56:24.707Z Compiling libxml v0.3.3
29832023-10-05T01:56:24.724Z 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`
29842023-10-05T01:56:25.687Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
29852023-10-05T01:56:25.712Z 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`
29862023-10-05T01:56:26.172Z Compiling shlex v1.1.0
29872023-10-05T01:56:26.601Z 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`
29882023-10-05T01:56:26.606Z 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`
29892023-10-05T01:56:26.620Z 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`
29902023-10-05T01:56:26.636Z Compiling base16ct v0.2.0
29912023-10-05T01:56:27.079Z 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`
29922023-10-05T01:56:27.097Z Compiling rustc-hash v1.1.0
29932023-10-05T01:56:27.112Z 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`
29942023-10-05T01:56:27.127Z Compiling lazycell v1.3.0
29952023-10-05T01:56:27.151Z 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`
29962023-10-05T01:56:27.214Z Compiling peeking_take_while v0.1.2
29972023-10-05T01:56:27.218Z 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`
29982023-10-05T01:56:27.226Z 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`
29992023-10-05T01:56:27.237Z 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=9e765c2edb3b5902 -C extra-filename=-9e765c2edb3b5902 --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-54a58a934cdf2674.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-2dd1c8bfc186ca77.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-afd509466d6c80b4.rmeta --cap-lints allow -D warnings`
30002023-10-05T01:56:27.816Z Compiling elliptic-curve v0.13.5
30012023-10-05T01:56:27.857Z 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=3736436e332252bd -C extra-filename=-3736436e332252bd --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-5e01b7e95a375dfd.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-70154b3d289edcfa.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-7dd73a36fa981251.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-89a40200f0eec813.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-109323510c86a658.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cb9c2f70e79b84a5.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-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
30022023-10-05T01:56:28.511Z 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`
30032023-10-05T01:56:28.743Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-382ff681ccf14424/build-script-build`
30042023-10-05T01:56:28.854Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-c8f1cad937b0fb79/build-script-build`
30052023-10-05T01:56:28.944Z 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=9a6bda2616e2fc1b -C extra-filename=-9a6bda2616e2fc1b --out-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-a9a7ad8f01e29c7f.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-afbc3136e157e8fa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-778445806453acaf.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-2de1d7cdb78e1a42.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-260eeb8cfcbdf125.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4b8e5ff007558c78.rmeta --cap-lints allow -D warnings -l kstat`
30062023-10-05T01:56:29.334Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30072023-10-05T01:56:29.346Z 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=a45975d9f4f4114a -C extra-filename=-a45975d9f4f4114a --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-5bb86fda6cf178b2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4d7878570b149935.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eacf2cea14ceab13.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
30082023-10-05T01:56:34.583Z Compiling derive_builder_macro v0.12.0
30092023-10-05T01:56:34.607Z 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`
30102023-10-05T01:56:34.657Z 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/98d3312/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=5cb9a5343109db16 -C extra-filename=-5cb9a5343109db16 --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-c891fe64fcf93140.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-535fdf7164a6334f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1b315857fc530fc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5551b80a776d612d.rmeta --cap-lints allow -D warnings`
30112023-10-05T01:56:34.807Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30122023-10-05T01:56:34.855Z 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=2f04f4c8f22ad4e0 -C extra-filename=-2f04f4c8f22ad4e0 --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-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.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-4d7878570b149935.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-14f1c90760cba3c2.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
30132023-10-05T01:56:35.009Z Compiling poly1305 v0.8.0
30142023-10-05T01:56:35.447Z 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=78f419a0a9b17c77 -C extra-filename=-78f419a0a9b17c77 --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-7632257802670d1e.rmeta --cap-lints allow -D warnings`
30152023-10-05T01:56:35.951Z Compiling polyval v0.6.1
30162023-10-05T01:56:36.421Z 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=566de8c50981b56a -C extra-filename=-566de8c50981b56a --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-7632257802670d1e.rmeta --cap-lints allow -D warnings`
30172023-10-05T01:56:36.463Z Compiling thiserror-no-std v2.0.2
30182023-10-05T01:56:36.495Z 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`
30192023-10-05T01:56:36.519Z 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=64ee8a9d6b366b0d -C extra-filename=-64ee8a9d6b366b0d --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-36c3da63a58c53cf.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-70154b3d289edcfa.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-302d0b30a73469bd.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
30202023-10-05T01:56:36.538Z Compiling num_enum v0.7.0
30212023-10-05T01:56:36.547Z 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=01854e3f2efd7f23 -C extra-filename=-01854e3f2efd7f23 --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-43f422f187974005.so --cap-lints allow -D warnings`
30222023-10-05T01:56:36.558Z 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`
30232023-10-05T01:56:36.565Z 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=74918497660b38cd -C extra-filename=-74918497660b38cd --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-41eaecfbceab1fe7.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-8e9a407ddeab20cc.rmeta --cap-lints allow -D warnings`
30242023-10-05T01:56:36.574Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
30252023-10-05T01:56:36.583Z 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/42c878b/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=c99efba919bc2ec8 -C extra-filename=-c99efba919bc2ec8 --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-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
30262023-10-05T01:56:36.616Z Compiling strum_macros v0.24.3
30272023-10-05T01:56:36.638Z 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`
30282023-10-05T01:56:36.651Z Compiling aes v0.8.3
30292023-10-05T01:56:36.656Z 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=817c12e5ecf99fbd -C extra-filename=-817c12e5ecf99fbd --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-9b83f3b76cc224ff.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --cap-lints allow -D warnings`
30302023-10-05T01:56:46.374Z Compiling ctr v0.9.2
30312023-10-05T01:56:46.769Z 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=fc6ec9d019a46802 -C extra-filename=-fc6ec9d019a46802 --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-9b83f3b76cc224ff.rmeta --cap-lints allow -D warnings`
30322023-10-05T01:56:47.706Z Compiling chacha20 v0.9.1
30332023-10-05T01:56:48.148Z 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=4588a022f6238adf -C extra-filename=-4588a022f6238adf --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-9b83f3b76cc224ff.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --cap-lints allow -D warnings`
30342023-10-05T01:56:48.343Z Compiling bincode v1.3.3
30352023-10-05T01:56:48.556Z 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=c14cf3ec894491a9 -C extra-filename=-c14cf3ec894491a9 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
30362023-10-05T01:56:48.798Z Compiling num-derive v0.4.0
30372023-10-05T01:56:48.882Z 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=1816d446c3633179 -C extra-filename=-1816d446c3633179 --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
30382023-10-05T01:56:49.640Z Compiling portable-atomic v1.4.3
30392023-10-05T01:56:49.939Z 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`
30402023-10-05T01:56:50.221Z 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`
30412023-10-05T01:56:50.443Z Compiling indoc v1.0.9
30422023-10-05T01:56:50.613Z 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`
30432023-10-05T01:56:51.062Z 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`
30442023-10-05T01:56:51.082Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-5a049cd3c83a0f96/build-script-build`
30452023-10-05T01:56:51.105Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30462023-10-05T01:56:51.187Z 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=90a4cf32aa619052 -C extra-filename=-90a4cf32aa619052 --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-5bb86fda6cf178b2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a45975d9f4f4114a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4d7878570b149935.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f04f4c8f22ad4e0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-05T01:56:51.267Z 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`
30482023-10-05T01:56:51.315Z Compiling chacha20poly1305 v0.10.1
30492023-10-05T01:56:51.359Z 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=3cf9e82dd45b176b -C extra-filename=-3cf9e82dd45b176b --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-adbe61e273f25bac.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-4588a022f6238adf.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9b83f3b76cc224ff.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-78f419a0a9b17c77.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
30502023-10-05T01:56:51.404Z Compiling aes-gcm-siv v0.11.1
30512023-10-05T01:56:51.539Z 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=5f806185f3e66b03 -C extra-filename=-5f806185f3e66b03 --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-adbe61e273f25bac.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-817c12e5ecf99fbd.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9b83f3b76cc224ff.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-fc6ec9d019a46802.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-566de8c50981b56a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
30522023-10-05T01:56:51.724Z Compiling vsss-rs v3.3.1
30532023-10-05T01:56:51.863Z 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=3b9405a20262c5b8 -C extra-filename=-3b9405a20262c5b8 --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-64ee8a9d6b366b0d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3736436e332252bd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.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-7e32255bd2f9fe1c.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-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
30542023-10-05T01:56:51.939Z 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/98d3312/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=0bd46ccd5586be76 -C extra-filename=-0bd46ccd5586be76 --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-9a6bda2616e2fc1b.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-535fdf7164a6334f.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-5cb9a5343109db16.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-2f555049027eafbe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --cap-lints allow -D warnings`
30552023-10-05T01:56:52.064Z 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`
30562023-10-05T01:56:52.089Z Compiling env_logger v0.9.3
30572023-10-05T01:56:52.336Z 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`
30582023-10-05T01:56:52.494Z 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=458af12ac1f04b66 -C extra-filename=-458af12ac1f04b66 --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-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9044b66d6cfffe3a.so --cap-lints allow -D warnings`
30592023-10-05T01:56:52.543Z 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=77d943ec6a34823c -C extra-filename=-77d943ec6a34823c --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-260eeb8cfcbdf125.rmeta --cap-lints allow -D warnings`
30602023-10-05T01:56:52.582Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
30612023-10-05T01:56:52.621Z 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/42c878b/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=255aff3709f09285 -C extra-filename=-255aff3709f09285 --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`
30622023-10-05T01:56:52.660Z Compiling cookie v0.16.2
30632023-10-05T01:56:52.687Z 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`
30642023-10-05T01:56:52.706Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
30652023-10-05T01:56:52.714Z 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`
30662023-10-05T01:56:52.724Z Compiling ascii v1.1.0
30672023-10-05T01:56:52.734Z 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`
30682023-10-05T01:56:52.750Z Compiling assert_matches v1.5.0
30692023-10-05T01:56:53.173Z 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`
30702023-10-05T01:56:53.187Z Compiling ringbuffer v0.15.0
30712023-10-05T01:56:53.208Z 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`
30722023-10-05T01:56:53.230Z Compiling signature v1.6.4
30732023-10-05T01:56:53.255Z 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`
30742023-10-05T01:56:53.265Z Compiling salty v0.2.0
30752023-10-05T01:56:53.280Z 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`
30762023-10-05T01:56:53.293Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30772023-10-05T01:56:53.303Z 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=83f61ad2ca78a70c -C extra-filename=-83f61ad2ca78a70c --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-60cc23ed68c4a18e.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-780ebb2cc66219b4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --cap-lints allow -D warnings`
30782023-10-05T01:56:53.314Z Compiling ed25519 v1.5.3
30792023-10-05T01:56:53.329Z 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`
30802023-10-05T01:56:53.352Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-469ce7f48e43fe8f/build-script-build`
30812023-10-05T01:56:53.372Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d273d01d10104002/build-script-build`
30822023-10-05T01:56:53.400Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
30832023-10-05T01:56:53.427Z 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/42c878b/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=653f00ab75637eae -C extra-filename=-653f00ab75637eae --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-255aff3709f09285.rmeta --cap-lints allow -D warnings`
30842023-10-05T01:56:53.440Z 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`
30852023-10-05T01:56:53.454Z Compiling bitstruct v0.1.1
30862023-10-05T01:56:53.471Z 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`
30872023-10-05T01:56:53.484Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9ae382556f3636d3/build-script-build`
30882023-10-05T01:56:53.505Z 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=d471a2c1c3c1f571 -C extra-filename=-d471a2c1c3c1f571 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
30892023-10-05T01:56:53.522Z Compiling signal-hook-tokio v0.3.1
30902023-10-05T01:56:53.547Z 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=1ca31e9abd2d34ba -C extra-filename=-1ca31e9abd2d34ba --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-7dae54b2334bcd34.rmeta --cap-lints allow -D warnings`
30912023-10-05T01:56:53.574Z Compiling tungstenite v0.20.1
30922023-10-05T01:56:53.585Z 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=d1764ba27f58b3aa -C extra-filename=-d1764ba27f58b3aa --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-cd943cd2dfeb8306.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.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-e42838553797ff05.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.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`
30932023-10-05T01:56:53.606Z 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`
30942023-10-05T01:56:53.619Z 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`
30952023-10-05T01:56:53.632Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
30962023-10-05T01:56:53.644Z 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/42c878b/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=49ec2d3417f7d919 -C extra-filename=-49ec2d3417f7d919 --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-36343ff9b281ab4a.rmeta --cap-lints allow -D warnings`
30972023-10-05T01:56:53.660Z Compiling serde_arrays v0.1.0
30982023-10-05T01:56:53.680Z 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=eff8a6e0230c2c52 -C extra-filename=-eff8a6e0230c2c52 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
30992023-10-05T01:56:54.100Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31002023-10-05T01:56:54.114Z 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`
31012023-10-05T01:56:54.120Z Compiling impl-trait-for-tuples v0.2.2
31022023-10-05T01:56:54.131Z 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`
31032023-10-05T01:56:54.560Z Compiling oso-derive v0.26.4
31042023-10-05T01:56:54.597Z 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`
31052023-10-05T01:56:54.607Z 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`
31062023-10-05T01:56:55.053Z 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`
31072023-10-05T01:56:55.092Z Compiling tokio-tungstenite v0.20.1
31082023-10-05T01:56:55.097Z 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=6d3863e06400cfc0 -C extra-filename=-6d3863e06400cfc0 --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-6fb58dbcfff7d4e4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-d1764ba27f58b3aa.rmeta --cap-lints allow -D warnings`
31092023-10-05T01:56:55.206Z 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=845f28cb4a4e5d2c -C extra-filename=-845f28cb4a4e5d2c --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-302d0b30a73469bd.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
31102023-10-05T01:56:55.367Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31112023-10-05T01:56:55.509Z 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=49c957a0ae08865d -C extra-filename=-49c957a0ae08865d --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-68a28362bf7d911a.rmeta --cap-lints allow -D warnings`
31122023-10-05T01:56:55.667Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31132023-10-05T01:56:56.566Z 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=88420a5b3aa2dc9d -C extra-filename=-88420a5b3aa2dc9d --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
31142023-10-05T01:56:56.924Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31152023-10-05T01:56:57.005Z 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`
31162023-10-05T01:56:57.108Z Compiling serde-big-array v0.5.1
31172023-10-05T01:56:57.169Z 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=d4ec6eef4dddad9f -C extra-filename=-d4ec6eef4dddad9f --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
31182023-10-05T01:56:57.204Z Compiling serde-big-array v0.4.1
31192023-10-05T01:56:57.674Z 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=ba15d3bd28990364 -C extra-filename=-ba15d3bd28990364 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
31202023-10-05T01:56:57.689Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
31212023-10-05T01:56:57.713Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
31222023-10-05T01:56:57.821Z 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/42c878b/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=eb713aa767a3011a -C extra-filename=-eb713aa767a3011a --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-60cc23ed68c4a18e.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-9985cdaafa896bb4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-c99efba919bc2ec8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-6d3863e06400cfc0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31232023-10-05T01:56:57.941Z 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=cb0e35524abde6ef -C extra-filename=-cb0e35524abde6ef --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-1816d446c3633179.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-6c4d2c59769bb4c9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31242023-10-05T01:56:58.179Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31252023-10-05T01:56:58.290Z 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=5b9e1c9eb45cc129 -C extra-filename=-5b9e1c9eb45cc129 --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-88420a5b3aa2dc9d.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-845f28cb4a4e5d2c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-ba15d3bd28990364.rmeta --cap-lints allow -D warnings`
31262023-10-05T01:56:58.347Z 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`
31272023-10-05T01:56:58.425Z 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`
31282023-10-05T01:56:58.483Z 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`
31292023-10-05T01:56:58.511Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
31302023-10-05T01:56:58.540Z 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=c7d441c1cacffe21 -C extra-filename=-c7d441c1cacffe21 --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-5bb86fda6cf178b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31312023-10-05T01:56:58.565Z 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`
31322023-10-05T01:56:58.791Z 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`
31332023-10-05T01:56:58.965Z Compiling corncobs v0.1.3
31342023-10-05T01:56:58.981Z 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`
31352023-10-05T01:56:59.302Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31362023-10-05T01:56:59.307Z 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=f8b14e7a9fffa974 -C extra-filename=-f8b14e7a9fffa974 --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-88420a5b3aa2dc9d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-845f28cb4a4e5d2c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-5b9e1c9eb45cc129.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-85963be74ba39079.rmeta --cap-lints allow -D warnings`
31372023-10-05T01:56:59.439Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
31382023-10-05T01:56:59.443Z 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=b0fad3963322a743 -C extra-filename=-b0fad3963322a743 --out-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-5bb86fda6cf178b2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c7d441c1cacffe21.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4d7878570b149935.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31392023-10-05T01:57:00.060Z 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`
31402023-10-05T01:57:00.131Z Compiling const_format v0.2.31
31412023-10-05T01:57:00.152Z 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`
31422023-10-05T01:57:01.217Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
31432023-10-05T01:57:01.254Z 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=73995f0c470537c7 -C extra-filename=-73995f0c470537c7 --out-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-5bb86fda6cf178b2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-6c4d2c59769bb4c9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31442023-10-05T01:57:01.283Z 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`
31452023-10-05T01:57:02.461Z Compiling ron v0.7.1
31462023-10-05T01:57:02.506Z 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=173490d1263ba0c1 -C extra-filename=-173490d1263ba0c1 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
31472023-10-05T01:57:03.742Z Compiling bit_field v0.10.2
31482023-10-05T01:57:03.758Z 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`
31492023-10-05T01:57:03.896Z Compiling http-range v0.1.5
31502023-10-05T01:57:03.954Z 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`
31512023-10-05T01:57:04.179Z 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`
31522023-10-05T01:57:04.467Z 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=ced1cf224f2d1a07 -C extra-filename=-ced1cf224f2d1a07 --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-51d59824f1b04c5a.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-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
31532023-10-05T01:57:04.515Z Compiling hyper-staticfile v0.9.5
31542023-10-05T01:57:04.529Z 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=8eeaf1b752799481 -C extra-filename=-8eeaf1b752799481 --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-6fb58dbcfff7d4e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.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-82603eeaec0a8304.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-7dae54b2334bcd34.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings`
31552023-10-05T01:57:04.686Z 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`
31562023-10-05T01:57:06.199Z 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`
31572023-10-05T01:57:06.923Z 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`
31582023-10-05T01:57:06.985Z Compiling number_prefix v0.4.0
31592023-10-05T01:57:08.341Z 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`
31602023-10-05T01:57:08.457Z 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`
31612023-10-05T01:57:08.652Z Compiling indicatif v0.17.6
31622023-10-05T01:57:08.688Z 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`
31632023-10-05T01:57:08.925Z 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=7c20dc4670a916b8 -C extra-filename=-7c20dc4670a916b8 --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-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-9de066ab3ec3e669.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31642023-10-05T01:57:09.698Z 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`
31652023-10-05T01:57:10.355Z 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=7f55cf74eba94404 -C extra-filename=-7f55cf74eba94404 --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-ced1cf224f2d1a07.rmeta --cap-lints allow -D warnings`
31662023-10-05T01:57:18.320Z 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`
31672023-10-05T01:57:20.086Z 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=d5d6f40e13ac6c4e -C extra-filename=-d5d6f40e13ac6c4e --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-0dca557da9bb0226.rmeta --cap-lints allow -D warnings`
31682023-10-05T01:57:20.999Z 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`
31692023-10-05T01:57:21.208Z 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=861cd8251f8032d9 -C extra-filename=-861cd8251f8032d9 --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-bd9dbf322bbfb956.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
31702023-10-05T01:57:21.362Z Compiling bytesize v1.3.0
31712023-10-05T01:57:22.412Z 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=10a1f789afeed1e8 -C extra-filename=-10a1f789afeed1e8 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
31722023-10-05T01:57:22.950Z 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`
31732023-10-05T01:57:23.900Z 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`
31742023-10-05T01:57:24.382Z 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`
31752023-10-05T01:57:28.709Z 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`
31762023-10-05T01:57:29.040Z 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`
31772023-10-05T01:57:29.210Z Compiling fs-err v2.9.0
31782023-10-05T01:57:29.425Z 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`
31792023-10-05T01:57:29.642Z 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`
31802023-10-05T01:57:29.998Z 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`
31812023-10-05T01:57:30.292Z 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`
31822023-10-05T01:57:30.489Z 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=b5b6634360f37f1e -C extra-filename=-b5b6634360f37f1e --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-41eaecfbceab1fe7.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-260eeb8cfcbdf125.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4b8e5ff007558c78.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a5fd5a0200ded0e7.rmeta --cap-lints allow -D warnings`
31832023-10-05T01:57:30.549Z 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`
31842023-10-05T01:57:30.603Z 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=ea5fedba9be4e455 -C extra-filename=-ea5fedba9be4e455 --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-53c3fe18762a1c87.so --cap-lints allow -D warnings`
31852023-10-05T01:57:30.622Z 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`
31862023-10-05T01:57:31.863Z 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=612fd6585027cafc -C extra-filename=-612fd6585027cafc --out-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-0d3f9e2bdca2d1a6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d0b48a622992abed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9cea5704743a276f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ad8b4bd4f1c704d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65d3224c9103788a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c60d09f5d36f63fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-84c5bf9983923920.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31872023-10-05T01:57:31.933Z 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/42c878b/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=72a01318089f0110 -C extra-filename=-72a01318089f0110 --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-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
31882023-10-05T01:57:32.107Z 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=dfffbb6607f6d35d -C extra-filename=-dfffbb6607f6d35d --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
31892023-10-05T01:57:32.424Z 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`
31902023-10-05T01:57:32.530Z 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`
31912023-10-05T01:57:32.783Z 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`
31922023-10-05T01:57:32.939Z 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`
31932023-10-05T01:57:33.054Z 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=5712aa5e49181c3a -C extra-filename=-5712aa5e49181c3a --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-1a83c1181d65cce5.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-860207ec66e217de.rmeta --cap-lints allow -D warnings`
31942023-10-05T01:57:33.202Z 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=7cd94fa5c0bad6bd -C extra-filename=-7cd94fa5c0bad6bd --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-60cc23ed68c4a18e.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.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-4213c048727ec740.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41eaecfbceab1fe7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dfffbb6607f6d35d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4b8e5ff007558c78.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b5b6634360f37f1e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a5fd5a0200ded0e7.rmeta --cap-lints allow -D warnings`
31952023-10-05T01:57:33.443Z 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`
31962023-10-05T01:57:33.637Z 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`
31972023-10-05T01:57:33.931Z 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=6ec024395922ccdb -C extra-filename=-6ec024395922ccdb --out-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-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.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-e228abc8625a6e77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings`
31982023-10-05T01:57:34.321Z 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`
31992023-10-05T01:57:34.506Z 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=adb8857e287d7cd8 -C extra-filename=-adb8857e287d7cd8 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
32002023-10-05T01:57:34.722Z 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`
32012023-10-05T01:57:34.936Z 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=71acb0de2f0aa542 -C extra-filename=-71acb0de2f0aa542 --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-ced1cf224f2d1a07.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-7f55cf74eba94404.rmeta --cap-lints allow -D warnings`
32022023-10-05T01:57:35.176Z 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=35eaac25b628b38f -C extra-filename=-35eaac25b628b38f --out-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-778445806453acaf.rmeta --cap-lints allow -D warnings`
32032023-10-05T01:57:35.228Z 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`
32042023-10-05T01:57:35.275Z 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`
32052023-10-05T01:57:35.310Z 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`
32062023-10-05T01:57:35.340Z 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=1256ad9a9b5f132c -C extra-filename=-1256ad9a9b5f132c --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-cb608edbae315470.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6379bdcf533b698.rmeta --cap-lints allow -D warnings`
32072023-10-05T01:57:35.381Z 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=c84d8ae624d1829f -C extra-filename=-c84d8ae624d1829f --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-dc75d12fa32d97bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d972dc865a1e3943.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-16ed33f7c82a7bef.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings`
32082023-10-05T01:57:35.406Z 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`
32092023-10-05T01:57:35.444Z 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=7f9d281719aa570c -C extra-filename=-7f9d281719aa570c --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-bd9dbf322bbfb956.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-fac37f678c3db605.rmeta --cap-lints allow -D warnings`
32102023-10-05T01:57:35.493Z 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=ccdf0591216ecc66 -C extra-filename=-ccdf0591216ecc66 --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-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
32112023-10-05T01:57:35.530Z 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`
32122023-10-05T01:57:35.562Z 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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=efe3b4de7142e4c2 -C extra-filename=-efe3b4de7142e4c2 --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`
32132023-10-05T01:57:35.588Z 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`
32142023-10-05T01:57:35.611Z Compiling indoc v2.0.3
32152023-10-05T01:57:36.040Z 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`
32162023-10-05T01:57:36.466Z 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`
32172023-10-05T01:57:36.504Z 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`
32182023-10-05T01:57:36.520Z 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`
32192023-10-05T01:57:36.532Z 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`
32202023-10-05T01:57:36.543Z 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`
32212023-10-05T01:57:36.556Z 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=be8a4aa9678f060c -C extra-filename=-be8a4aa9678f060c --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-88e511ee3f992aac.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`
32222023-10-05T01:57:36.574Z 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=4c39a4218974f4a8 -C extra-filename=-4c39a4218974f4a8 --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-fc95c778b5981b46.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d972dc865a1e3943.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-16ed33f7c82a7bef.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c84d8ae624d1829f.rmeta --cap-lints allow -D warnings`
32232023-10-05T01:57:36.590Z 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=f9468356e7b66ee9 -C extra-filename=-f9468356e7b66ee9 --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 rand=/work/oxidecomputer/omicron/target/debug/deps/librand-efe3b4de7142e4c2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings`
32242023-10-05T01:57:36.604Z 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`
32252023-10-05T01:57:37.037Z 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=3e29270f344330ed -C extra-filename=-3e29270f344330ed --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-260eeb8cfcbdf125.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings`
32262023-10-05T01:57:37.066Z 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`
32272023-10-05T01:57:37.140Z 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=400c79085a8c7cb2 -C extra-filename=-400c79085a8c7cb2 --out-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-389c900f15cd9ab5.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-35eaac25b628b38f.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`
32282023-10-05T01:57:37.587Z 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=4bd131edd5c9d076 -C extra-filename=-4bd131edd5c9d076 --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-ced1cf224f2d1a07.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-71acb0de2f0aa542.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-7f55cf74eba94404.rmeta --cap-lints allow -D warnings`
32292023-10-05T01:57:37.602Z 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=07ad8fa0ba999fc8 -C extra-filename=-07ad8fa0ba999fc8 --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-c2cb76b03f094493.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.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-c0d3d587d00dc647.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.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`
32302023-10-05T01:57:37.616Z 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`
32312023-10-05T01:57:37.649Z Compiling derive_builder v0.12.0
32322023-10-05T01:57:37.676Z 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`
32332023-10-05T01:57:37.711Z 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`
32342023-10-05T01:57:37.729Z Compiling signal-hook-mio v0.2.3
32352023-10-05T01:57:37.780Z 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`
32362023-10-05T01:57:37.797Z 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=0d296476c704b57c -C extra-filename=-0d296476c704b57c --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-d4a06386490296c0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --cap-lints allow -D warnings`
32372023-10-05T01:57:37.823Z 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=a59031c5d6e72062 -C extra-filename=-a59031c5d6e72062 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
32382023-10-05T01:57:37.848Z 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=7d87b04b22f28ccc -C extra-filename=-7d87b04b22f28ccc --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-fc95c778b5981b46.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --cap-lints allow -D warnings --cfg has_i128`
32392023-10-05T01:57:37.891Z 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`
32402023-10-05T01:57:37.922Z 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=b70f5c4476b3cab5 -C extra-filename=-b70f5c4476b3cab5 --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-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
32412023-10-05T01:57:38.025Z 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=5462f4433edcd3c6 -C extra-filename=-5462f4433edcd3c6 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
32422023-10-05T01:57:38.703Z Compiling bb8 v0.8.1
32432023-10-05T01:57:38.708Z 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=047605652d1bf888 -C extra-filename=-047605652d1bf888 --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-60cc23ed68c4a18e.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-6fb58dbcfff7d4e4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --cap-lints allow -D warnings`
32442023-10-05T01:57:39.535Z Compiling quick-xml v0.23.1
32452023-10-05T01:57:39.564Z 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=0ffbdb239b30887c -C extra-filename=-0ffbdb239b30887c --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
32462023-10-05T01:57:39.941Z 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`
32472023-10-05T01:57:40.352Z Compiling maplit v1.0.2
32482023-10-05T01:57:40.378Z 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`
32492023-10-05T01:57:40.865Z 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`
32502023-10-05T01:57:40.878Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087)
32512023-10-05T01:57:40.893Z 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=b942cad78e6b6f31 -C extra-filename=-b942cad78e6b6f31 --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-60cc23ed68c4a18e.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-047605652d1bf888.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4acbd9ac28bac588.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
32522023-10-05T01:57:40.909Z 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=ef4e03d0f079f426 -C extra-filename=-ef4e03d0f079f426 --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-389c900f15cd9ab5.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-48dbb664544ec132.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-b70f5c4476b3cab5.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-e1c1db6f9b9649bd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-5462f4433edcd3c6.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-319a7492cef02518.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6379bdcf533b698.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`
32532023-10-05T01:57:41.473Z 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=0f2cd0f195e6d523 -C extra-filename=-0f2cd0f195e6d523 --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-1a83c1181d65cce5.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7d87b04b22f28ccc.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-4bd131edd5c9d076.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-71acb0de2f0aa542.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3ba638bdde482c18.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a0447712c62a9f04.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-7f55cf74eba94404.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
32542023-10-05T01:57:42.872Z 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=cc23acdbe3df79da -C extra-filename=-cc23acdbe3df79da --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-2a2d4c86d8c8b48c.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-a59031c5d6e72062.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
32552023-10-05T01:57:42.980Z 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=4476a7527b1ec4fe -C extra-filename=-4476a7527b1ec4fe --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-389c900f15cd9ab5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-612fd6585027cafc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0d296476c704b57c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32562023-10-05T01:57:43.207Z 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=8f386fd55fe18425 -C extra-filename=-8f386fd55fe18425 --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-41eaecfbceab1fe7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-07ad8fa0ba999fc8.rmeta --cap-lints allow -D warnings`
32572023-10-05T01:57:44.029Z 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=83ea8c3ccc1c2a23 -C extra-filename=-83ea8c3ccc1c2a23 --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-fc95c778b5981b46.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7f026e4154934830.rmeta --cap-lints allow -D warnings`
32582023-10-05T01:57:52.210Z 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=29b34b5e778caf9f -C extra-filename=-29b34b5e778caf9f --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-c2cb76b03f094493.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.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-612fd6585027cafc.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-14f1c90760cba3c2.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32592023-10-05T01:57:52.388Z 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=59828c9eec72676d -C extra-filename=-59828c9eec72676d --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-5551b80a776d612d.rmeta --cap-lints allow -D warnings`
32602023-10-05T01:57:52.903Z 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=f2ba078360b972be -C extra-filename=-f2ba078360b972be --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-861cd8251f8032d9.rmeta --cap-lints allow -D warnings`
32612023-10-05T01:57:53.559Z 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=4a58c66ad5205941 -C extra-filename=-4a58c66ad5205941 --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-ced1cf224f2d1a07.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-7f55cf74eba94404.rmeta --cap-lints allow -D warnings`
32622023-10-05T01:57:58.560Z 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`
32632023-10-05T01:57:58.728Z 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=9099e3a82a53c0c5 -C extra-filename=-9099e3a82a53c0c5 --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-4acbd9ac28bac588.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
32642023-10-05T01:57:59.197Z 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=61d644db0137a803 -C extra-filename=-61d644db0137a803 --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-6899e873887b2400.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`
32652023-10-05T01:57:59.374Z 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`
32662023-10-05T01:57:59.921Z 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=7b5323df248c5b74 -C extra-filename=-7b5323df248c5b74 --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-43f422f187974005.so --cap-lints allow -D warnings`
32672023-10-05T01:58:00.037Z 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=91524ed3dd9c9eb4 -C extra-filename=-91524ed3dd9c9eb4 --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-93b88fd0e12d22e5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --cap-lints allow -D warnings`
32682023-10-05T01:58:00.091Z 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=02eed144c5601bdb -C extra-filename=-02eed144c5601bdb --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-93b88fd0e12d22e5.rmeta --cap-lints allow -D warnings`
32692023-10-05T01:58:00.220Z 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=2adcefbfd5e3182a -C extra-filename=-2adcefbfd5e3182a --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-88e511ee3f992aac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --cap-lints allow -D warnings`
32702023-10-05T01:58:05.310Z 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=66ad4b72a8f87f9c -C extra-filename=-66ad4b72a8f87f9c --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
32712023-10-05T01:58:06.068Z 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`
32722023-10-05T01:58:06.357Z 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=dc6a8ce8be824120 -C extra-filename=-dc6a8ce8be824120 --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-7f9d281719aa570c.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-91524ed3dd9c9eb4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-93b88fd0e12d22e5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-02eed144c5601bdb.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-f2ba078360b972be.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
32732023-10-05T01:58:06.459Z 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`
32742023-10-05T01:58:06.564Z 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=688a68096dedcd82 -C extra-filename=-688a68096dedcd82 --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-389c900f15cd9ab5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4476a7527b1ec4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-612fd6585027cafc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-29b34b5e778caf9f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7d442419257be2bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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-05T01:58:06.573Z 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/42c878b/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=2fbbe8fb7cf57dff -C extra-filename=-2fbbe8fb7cf57dff --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-60cc23ed68c4a18e.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-7c20dc4670a916b8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-72a01318089f0110.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8f386fd55fe18425.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32762023-10-05T01:58:06.815Z 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=a3ce87d38851248e -C extra-filename=-a3ce87d38851248e --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-2adcefbfd5e3182a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-59828c9eec72676d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5551b80a776d612d.rmeta --cap-lints allow -D warnings`
32772023-10-05T01:58:06.991Z 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`
32782023-10-05T01:58:07.859Z 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=8e5a8b40c394ccf3 -C extra-filename=-8e5a8b40c394ccf3 --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-ced1cf224f2d1a07.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-61d644db0137a803.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cc23acdbe3df79da.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-a59031c5d6e72062.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5865b6cb774c6986.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0f2cd0f195e6d523.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-83ea8c3ccc1c2a23.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3ba638bdde482c18.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4a58c66ad5205941.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5551b80a776d612d.rmeta --cap-lints allow -D warnings`
32792023-10-05T01:58:07.998Z 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`
32802023-10-05T01:58:08.074Z 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=2c4bbfd2b6b33a4d -C extra-filename=-2c4bbfd2b6b33a4d --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-85da16062b8e6831.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
32812023-10-05T01:58:08.107Z 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/42c878b/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=6191b8035844f2a1 -C extra-filename=-6191b8035844f2a1 --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`
32822023-10-05T01:58:08.137Z 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`
32832023-10-05T01:58:08.167Z 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`
32842023-10-05T01:58:08.210Z 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`
32852023-10-05T01:58:08.643Z Compiling owo-colors v3.5.0
32862023-10-05T01:58:08.660Z 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`
32872023-10-05T01:58:08.696Z 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`
32882023-10-05T01:58:08.718Z 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=a746585bdfbdb449 -C extra-filename=-a746585bdfbdb449 --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-60cc23ed68c4a18e.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-0d17190b08cb2f08.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --cap-lints allow -D warnings`
32892023-10-05T01:58:11.261Z 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/42c878b/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=73f7183ca87ed615 -C extra-filename=-73f7183ca87ed615 --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-6191b8035844f2a1.rmeta --cap-lints allow -D warnings`
32902023-10-05T01:58:12.699Z Compiling crossterm v0.27.0
32912023-10-05T01:58:12.706Z 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=a4794aa7317b0350 -C extra-filename=-a4794aa7317b0350 --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-ed0c05cf7ea9471a.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`
32922023-10-05T01:58:12.716Z 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=de30713c78a8e16c -C extra-filename=-de30713c78a8e16c --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-c2cb76b03f094493.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.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-c0d3d587d00dc647.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.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`
32932023-10-05T01:58:12.724Z 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=ddc7be22968ffe79 -C extra-filename=-ddc7be22968ffe79 --out-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-389c900f15cd9ab5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-9de066ab3ec3e669.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32942023-10-05T01:58:14.134Z 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`
32952023-10-05T01:58:14.354Z 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=c0361ed05f62c303 -C extra-filename=-c0361ed05f62c303 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
32962023-10-05T01:58:14.865Z 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/42c878b/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=c9c81396ad19414e -C extra-filename=-c9c81396ad19414e --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-c60d09f5d36f63fa.rmeta --cap-lints allow -D warnings`
32972023-10-05T01:58:15.984Z 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=fb77887fe75dae2b -C extra-filename=-fb77887fe75dae2b --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-587e107ed5d6e0f1.rmeta --cap-lints allow -D warnings`
32982023-10-05T01:58:16.662Z 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`
32992023-10-05T01:58:16.683Z 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=810b5660bd0d298d -C extra-filename=-810b5660bd0d298d --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
33002023-10-05T01:58:16.782Z Compiling yansi v0.5.1
33012023-10-05T01:58:16.803Z 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`
33022023-10-05T01:58:16.854Z Compiling cassowary v0.3.0
33032023-10-05T01:58:16.907Z 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`
33042023-10-05T01:58:17.288Z 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`
33052023-10-05T01:58:17.400Z Compiling pretty_assertions v1.4.0
33062023-10-05T01:58:17.410Z 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`
33072023-10-05T01:58:17.469Z 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=14e77caab7b83ac5 -C extra-filename=-14e77caab7b83ac5 --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-c2cb76b03f094493.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-fb77887fe75dae2b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.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-c0d3d587d00dc647.rmeta --cap-lints allow -D warnings`
33082023-10-05T01:58:18.003Z Compiling ratatui v0.23.0
33092023-10-05T01:58:23.042Z 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=31f615c724773688 -C extra-filename=-31f615c724773688 --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-ed0c05cf7ea9471a.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-0a0002b5d6cfe6d9.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a4794aa7317b0350.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-36343ff9b281ab4a.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`
33102023-10-05T01:58:23.325Z 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=be840f023772036f -C extra-filename=-be840f023772036f --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-41eaecfbceab1fe7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-de30713c78a8e16c.rmeta --cap-lints allow -D warnings`
33112023-10-05T01:58:23.549Z 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`
33122023-10-05T01:58:28.993Z 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`
33132023-10-05T01:58:29.388Z 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=1d45bf268c01d3e5 -C extra-filename=-1d45bf268c01d3e5 --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-53c3fe18762a1c87.so --cap-lints allow -D warnings`
33142023-10-05T01:58:29.951Z 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=e63304dd5ed6e427 -C extra-filename=-e63304dd5ed6e427 --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-c2cb76b03f094493.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
33152023-10-05T01:58:30.254Z 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=80f761219d2b3092 -C extra-filename=-80f761219d2b3092 --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-60cc23ed68c4a18e.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-41eaecfbceab1fe7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1592a242d91bde1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --cap-lints allow -D warnings`
33162023-10-05T01:58:30.597Z 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=c9f3683b17f2e494 -C extra-filename=-c9f3683b17f2e494 --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-fac37f678c3db605.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-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
33172023-10-05T01:58:30.887Z 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=26600454477ae6b8 -C extra-filename=-26600454477ae6b8 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
33182023-10-05T01:58:31.620Z Compiling rtoolbox v0.0.1
33192023-10-05T01:58:31.712Z 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`
33202023-10-05T01:58:32.133Z 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`
33212023-10-05T01:58:32.714Z 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`
33222023-10-05T01:58:33.136Z Compiling tui-tree-widget v0.13.0
33232023-10-05T01:58:33.155Z 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=d8ec2bf26020bc8b -C extra-filename=-d8ec2bf26020bc8b --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-31f615c724773688.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
33242023-10-05T01:58:33.580Z Compiling rpassword v7.2.0
33252023-10-05T01:58:33.594Z 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`
33262023-10-05T01:58:33.653Z 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=07a0ce432e271ff8 -C extra-filename=-07a0ce432e271ff8 --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-c9f3683b17f2e494.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1a83c1181d65cce5.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-8f23cb80e2820a30.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-fac37f678c3db605.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-3d2374dfb5393fce.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d5d6f40e13ac6c4e.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-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
33272023-10-05T01:58:34.084Z 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=b3d3488b9387d819 -C extra-filename=-b3d3488b9387d819 --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-60cc23ed68c4a18e.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-80f761219d2b3092.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4f47be20b590a18c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33282023-10-05T01:58:35.739Z 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=22c8e0034f79b6d0 -C extra-filename=-22c8e0034f79b6d0 --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-861cd8251f8032d9.rmeta --cap-lints allow -D warnings`
33292023-10-05T01:58:35.758Z 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`
33302023-10-05T01:58:35.768Z 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=e9c50df9d4181f93 -C extra-filename=-e9c50df9d4181f93 --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-4f47be20b590a18c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33312023-10-05T01:58:35.775Z 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`
33322023-10-05T01:58:35.784Z 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=878dc231d05e6478 -C extra-filename=-878dc231d05e6478 --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-36c3da63a58c53cf.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1a83c1181d65cce5.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-4533caa2ab54e991.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
33332023-10-05T01:58:35.799Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
33342023-10-05T01:58:35.817Z 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=1bee98a1fd8f3b35 -C extra-filename=-1bee98a1fd8f3b35 --out-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-5bb86fda6cf178b2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-6c4d2c59769bb4c9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
33352023-10-05T01:58:35.830Z 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=7aa97969baa06669 -C extra-filename=-7aa97969baa06669 --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-389c900f15cd9ab5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
33362023-10-05T01:58:35.841Z 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=1cfb43a4fcf5adc9 -C extra-filename=-1cfb43a4fcf5adc9 --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-93b88fd0e12d22e5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --cap-lints allow -D warnings`
33372023-10-05T01:58:35.855Z Compiling fatfs v0.3.6
33382023-10-05T01:58:35.877Z 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=2fa6c488bdcff554 -C extra-filename=-2fa6c488bdcff554 --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-5bb86fda6cf178b2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings`
33392023-10-05T01:58:35.893Z Compiling shell-words v1.1.0
33402023-10-05T01:58:35.916Z 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`
33412023-10-05T01:58:35.937Z Compiling remove_dir_all v0.5.3
33422023-10-05T01:58:35.953Z 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`
33432023-10-05T01:58:35.968Z Compiling plotters-backend v0.3.5
33442023-10-05T01:58:35.979Z 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`
33452023-10-05T01:58:35.986Z Compiling tempdir v0.3.7
33462023-10-05T01:58:35.997Z 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`
33472023-10-05T01:58:36.015Z Compiling plotters-svg v0.3.5
33482023-10-05T01:58:36.030Z 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`
33492023-10-05T01:58:36.453Z 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=ff1727aca2ed186f -C extra-filename=-ff1727aca2ed186f --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-878dc231d05e6478.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-07a0ce432e271ff8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.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-fc95c778b5981b46.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-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
33502023-10-05T01:58:36.457Z 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=e9e9925acb9b9a37 -C extra-filename=-e9e9925acb9b9a37 --out-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-389c900f15cd9ab5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7aa97969baa06669.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-612fd6585027cafc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a5fd5a0200ded0e7.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-38d1922184b1520d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
33512023-10-05T01:58:36.468Z 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=778e93dba61b5928 -C extra-filename=-778e93dba61b5928 --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-7f9d281719aa570c.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1cfb43a4fcf5adc9.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-93b88fd0e12d22e5.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-22c8e0034f79b6d0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
33522023-10-05T01:58:36.477Z 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`
33532023-10-05T01:58:36.489Z 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=105efb0330398b6e -C extra-filename=-105efb0330398b6e --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
33542023-10-05T01:58:36.907Z Compiling assert_cmd v2.0.12
33552023-10-05T01:58:36.933Z 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`
33562023-10-05T01:58:36.952Z Compiling serial_test_derive v0.10.0
33572023-10-05T01:58:37.004Z 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`
33582023-10-05T01:58:37.029Z Compiling dashmap v5.5.1
33592023-10-05T01:58:37.061Z 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`
33602023-10-05T01:58:37.094Z Compiling cast v0.3.0
33612023-10-05T01:58:37.105Z 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`
33622023-10-05T01:58:37.127Z Compiling os_str_bytes v6.5.1
33632023-10-05T01:58:37.138Z 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`
33642023-10-05T01:58:37.147Z 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`
33652023-10-05T01:58:37.158Z 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`
33662023-10-05T01:58:37.172Z 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=480553062b0fc507 -C extra-filename=-480553062b0fc507 --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-41eaecfbceab1fe7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.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-73c3404a648d16f4.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-8e9a407ddeab20cc.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --cap-lints allow -D warnings`
33672023-10-05T01:58:37.270Z Compiling serial_test v0.10.0
33682023-10-05T01:58:37.288Z 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=dee2d8d8b54cc573 -C extra-filename=-dee2d8d8b54cc573 --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-780ebb2cc66219b4.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`
33692023-10-05T01:58:37.350Z Compiling clap_lex v0.2.4
33702023-10-05T01:58:37.376Z 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`
33712023-10-05T01:58:37.751Z Compiling criterion-plot v0.5.0
33722023-10-05T01:58:37.761Z 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`
33732023-10-05T01:58:38.701Z Compiling plotters v0.3.5
33742023-10-05T01:58:38.726Z 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`
33752023-10-05T01:58:39.176Z Compiling clap_derive v3.2.25
33762023-10-05T01:58:39.193Z 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`
33772023-10-05T01:58:39.207Z 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=d27933e6eaf178c2 -C extra-filename=-d27933e6eaf178c2 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
33782023-10-05T01:58:39.232Z Compiling tinytemplate v1.2.1
33792023-10-05T01:58:39.254Z 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=c68d3e5fb76f495a -C extra-filename=-c68d3e5fb76f495a --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-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --cap-lints allow -D warnings`
33802023-10-05T01:58:39.287Z Compiling vte_generate_state_changes v0.1.1
33812023-10-05T01:58:39.298Z 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`
33822023-10-05T01:58:39.588Z Compiling anes v0.1.6
33832023-10-05T01:58:39.661Z 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`
33842023-10-05T01:58:40.263Z 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`
33852023-10-05T01:58:40.711Z 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`
33862023-10-05T01:58:40.721Z Compiling oorandom v11.1.3
33872023-10-05T01:58:40.734Z 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`
33882023-10-05T01:58:40.743Z Compiling vte v0.11.1
33892023-10-05T01:58:40.751Z 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`
33902023-10-05T01:58:40.760Z Compiling threadpool v1.8.1
33912023-10-05T01:58:40.778Z 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`
33922023-10-05T01:58:41.177Z 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`
33932023-10-05T01:58:41.431Z Compiling crossterm v0.26.1
33942023-10-05T01:58:41.447Z 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=2d91b53d69cdaa60 -C extra-filename=-2d91b53d69cdaa60 --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-7e32255bd2f9fe1c.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`
33952023-10-05T01:58:42.334Z Compiling criterion v0.5.1
33962023-10-05T01:58:42.356Z 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=718d72db859ec786 -C extra-filename=-718d72db859ec786 --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-bebe03e21160a1ee.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-c25d7400b23901a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-5e1d4629bb607b27.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-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-c68d3e5fb76f495a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
33972023-10-05T01:58:42.370Z 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=ce8eac76c88007ff -C extra-filename=-ce8eac76c88007ff --out-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-389c900f15cd9ab5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-9de066ab3ec3e669.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
33982023-10-05T01:58:43.219Z 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`
33992023-10-05T01:58:43.225Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
34002023-10-05T01:58:43.231Z 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=7ef2b9a19bf3d5ac -C extra-filename=-7ef2b9a19bf3d5ac --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-7ef2b9a19bf3d5ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-9e765c2edb3b5902.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
34012023-10-05T01:58:43.654Z Compiling strip-ansi-escapes v0.2.0
34022023-10-05T01:58:43.665Z 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`
34032023-10-05T01:58:43.678Z 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=fbe25c89d73d79e9 -C extra-filename=-fbe25c89d73d79e9 --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-389c900f15cd9ab5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --cap-lints allow -D warnings`
34042023-10-05T01:58:43.723Z Compiling fd-lock v3.0.13
34052023-10-05T01:58:43.738Z 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=e984862db4f959c0 -C extra-filename=-e984862db4f959c0 --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-67e4ef261745c3dd.rmeta --cap-lints allow -D warnings`
34062023-10-05T01:58:44.050Z Compiling rstest_macros v0.18.2
34072023-10-05T01:58:44.057Z 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=7559d66880d61a26 -C extra-filename=-7559d66880d61a26 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-7559d66880d61a26 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-42eba902e1114e10.rlib --cap-lints allow -D warnings`
34082023-10-05T01:58:44.836Z Compiling nanorand v0.7.0
34092023-10-05T01:58:44.839Z 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`
34102023-10-05T01:58:45.615Z 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`
34112023-10-05T01:58:45.732Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-7ef2b9a19bf3d5ac/build-script-bindings`
34122023-10-05T01:58:45.782Z Compiling nu-ansi-term v0.49.0
34132023-10-05T01:58:46.213Z 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`
34142023-10-05T01:58:46.231Z Compiling flume v0.11.0
34152023-10-05T01:58:46.236Z 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`
34162023-10-05T01:58:46.293Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-7559d66880d61a26/build-script-build`
34172023-10-05T01:58:46.385Z Compiling clap v3.2.25
34182023-10-05T01:58:46.408Z 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=8d3b0fdd51132a90 -C extra-filename=-8d3b0fdd51132a90 --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-9a329d5b38cd248e.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`
34192023-10-05T01:58:46.444Z 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`
34202023-10-05T01:58:46.476Z 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=e3d16a2163fedb4c -C extra-filename=-e3d16a2163fedb4c --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-88e511ee3f992aac.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`
34212023-10-05T01:58:46.981Z Compiling reedline v0.23.0
34222023-10-05T01:58:46.991Z 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=7d642b8f80a35472 -C extra-filename=-7d642b8f80a35472 --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-5bb86fda6cf178b2.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2d91b53d69cdaa60.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-e984862db4f959c0.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-7e32255bd2f9fe1c.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-36343ff9b281ab4a.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-9ed955b5fe726587.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.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`
34232023-10-05T01:58:47.084Z 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=149cbf2bcb8c9d85 -C extra-filename=-149cbf2bcb8c9d85 --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-8e9a407ddeab20cc.rmeta --cap-lints allow -D warnings`
34242023-10-05T01:58:47.344Z 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=b2cd370d160a0d12 -C extra-filename=-b2cd370d160a0d12 --out-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-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.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-6fb58dbcfff7d4e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.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`
34252023-10-05T01:58:49.385Z 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=a8de9a1943206fd9 -C extra-filename=-a8de9a1943206fd9 --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-5bb86fda6cf178b2.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-5555fe38eefbe002.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-0ffbdb239b30887c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.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-dc2ac240cbe2519e.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`
34262023-10-05T01:58:50.874Z 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=56e3ff5f134b63c5 -C extra-filename=-56e3ff5f134b63c5 --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-389c900f15cd9ab5.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-d897181a24d00bd2.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-26600454477ae6b8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.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-d16491bfbae9b4be.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`
34272023-10-05T01:58:56.421Z Compiling tabled_derive v0.6.0
34282023-10-05T01:58:57.140Z 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`
34292023-10-05T01:58:57.926Z Compiling libtest-mimic v0.5.2
34302023-10-05T01:58:58.019Z 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=0d221704acde33f3 -C extra-filename=-0d221704acde33f3 --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-8d3b0fdd51132a90.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`
34312023-10-05T01:58:58.044Z Compiling datatest-stable v0.1.3
34322023-10-05T01:58:58.067Z 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=a020566b797a0250 -C extra-filename=-a020566b797a0250 --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-0d221704acde33f3.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`
34332023-10-05T01:58:58.092Z Compiling httptest v0.15.4
34342023-10-05T01:58:58.115Z 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=629f2f007444c1b2 -C extra-filename=-629f2f007444c1b2 --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-cd943cd2dfeb8306.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-780ebb2cc66219b4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.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-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --cap-lints allow -D warnings`
34352023-10-05T01:58:58.141Z Compiling similar-asserts v1.5.0
34362023-10-05T01:58:58.174Z 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`
34372023-10-05T01:58:58.212Z Compiling pin-project-internal v1.1.3
34382023-10-05T01:58:58.245Z 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=cbd0d5576fc1837d -C extra-filename=-cbd0d5576fc1837d --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-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
34392023-10-05T01:58:59.197Z Compiling relative-path v1.9.0
34402023-10-05T01:58:59.213Z 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`
34412023-10-05T01:59:00.272Z Compiling trybuild v1.0.85
34422023-10-05T01:59:00.699Z 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`
34432023-10-05T01:59:01.195Z 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`
34442023-10-05T01:59:02.450Z Compiling topological-sort v0.2.2
34452023-10-05T01:59:02.460Z 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`
34462023-10-05T01:59:02.795Z Compiling pin-project v1.1.3
34472023-10-05T01:59:02.802Z 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=055295819f5343c9 -C extra-filename=-055295819f5343c9 --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-cbd0d5576fc1837d.so --cap-lints allow -D warnings`
34482023-10-05T01:59:03.022Z 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=a4dc91bd36e0eb29 -C extra-filename=-a4dc91bd36e0eb29 --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-88e511ee3f992aac.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-5e7949f6123a5cbe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e3d16a2163fedb4c.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-c60d09f5d36f63fa.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`
34492023-10-05T01:59:03.056Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-e77aeb76380e11ca/build-script-build`
34502023-10-05T01:59:03.093Z 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=205a3d07feef1f48 -C extra-filename=-205a3d07feef1f48 --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-2dd1c8bfc186ca77.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rlib --extern proc_macro --cap-lints allow -D warnings`
34512023-10-05T01:59:05.162Z 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`
34522023-10-05T01:59:06.093Z 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=53aacc98cff75d1f -C extra-filename=-53aacc98cff75d1f --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-5551b80a776d612d.rmeta --cap-lints allow -D warnings`
34532023-10-05T01:59:14.326Z 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`
34542023-10-05T01:59:19.915Z 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`
34552023-10-05T01:59:20.991Z 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`
34562023-10-05T01:59:21.304Z 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`
34572023-10-05T01:59:21.807Z 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=50453fe1c6423cbd -C extra-filename=-50453fe1c6423cbd --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
34582023-10-05T01:59:21.864Z 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`
34592023-10-05T01:59:21.991Z 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`
34602023-10-05T01:59:22.081Z Compiling basic-toml v0.1.4
34612023-10-05T01:59:22.368Z 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=bb19d792601e92e1 -C extra-filename=-bb19d792601e92e1 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
34622023-10-05T01:59:22.497Z Compiling bytecount v0.6.3
34632023-10-05T01:59:22.576Z 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`
34642023-10-05T01:59:22.859Z Compiling arrayref v0.3.7
34652023-10-05T01:59:23.354Z 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`
34662023-10-05T01:59:23.596Z 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`
34672023-10-05T01:59:23.799Z Compiling crossbeam-queue v0.3.8
34682023-10-05T01:59:26.821Z 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`
34692023-10-05T01:59:27.622Z Compiling constant_time_eq v0.2.6
34702023-10-05T01:59:27.789Z 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`
34712023-10-05T01:59:28.110Z Compiling futures-timer v3.0.2
34722023-10-05T01:59:28.275Z 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`
34732023-10-05T01:59:28.408Z 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`
34742023-10-05T01:59:28.682Z Compiling arrayvec v0.7.4
34752023-10-05T01:59:28.936Z 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`
34762023-10-05T01:59:29.087Z 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`
34772023-10-05T01:59:29.166Z Compiling blake2b_simd v1.0.1
34782023-10-05T01:59:29.267Z 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`
34792023-10-05T01:59:29.470Z 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=dc562561767de729 -C extra-filename=-dc562561767de729 --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-bb19d792601e92e1.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-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings`
34802023-10-05T01:59:29.642Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-70887a1b9fd3893e/build-script-build`
34812023-10-05T01:59:29.735Z Compiling papergrid v0.10.0
34822023-10-05T01:59:29.801Z 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`
34832023-10-05T01:59:29.890Z 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`
34842023-10-05T01:59:29.932Z Compiling rstest v0.18.2
34852023-10-05T01:59:29.966Z 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=13db3a04b075fb72 -C extra-filename=-13db3a04b075fb72 --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-780ebb2cc66219b4.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-205a3d07feef1f48.so --cap-lints allow -D warnings`
34862023-10-05T01:59:29.986Z 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`
34872023-10-05T01:59:30.040Z 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`
34882023-10-05T01:59:30.061Z 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=7c389ea01ef299cf -C extra-filename=-7c389ea01ef299cf --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-a4dc91bd36e0eb29.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
34892023-10-05T01:59:30.082Z Compiling partial-io v0.5.4
34902023-10-05T01:59:30.132Z 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=856e56524770dbf5 -C extra-filename=-856e56524770dbf5 --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-780ebb2cc66219b4.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-055295819f5343c9.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b501a6b93b8c46c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --cap-lints allow -D warnings`
34912023-10-05T01:59:30.551Z 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=df534f8da4c118e3 -C extra-filename=-df534f8da4c118e3 --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-1816d446c3633179.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-9de066ab3ec3e669.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
34922023-10-05T01:59:30.556Z Compiling approx v0.5.1
34932023-10-05T01:59:30.573Z 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`
34942023-10-05T01:59:30.590Z Compiling hex-literal v0.4.1
34952023-10-05T01:59:30.602Z 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`
34962023-10-05T01:59:30.656Z 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`
34972023-10-05T01:59:30.668Z 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`
34982023-10-05T01:59:30.679Z Compiling constant_time_eq v0.3.0
34992023-10-05T01:59:30.698Z 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`
35002023-10-05T01:59:30.711Z Compiling rust-argon2 v1.0.1
35012023-10-05T01:59:30.730Z 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`
35022023-10-05T01:59:30.740Z Compiling tabled v0.14.0
35032023-10-05T01:59:30.767Z 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`
35042023-10-05T01:59:30.793Z 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`
35052023-10-05T01:59:30.822Z 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`
35062023-10-05T01:59:30.844Z Compiling cargo-platform v0.1.3
35072023-10-05T01:59:30.873Z 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=28416249e9f7bb4f -C extra-filename=-28416249e9f7bb4f --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
35082023-10-05T01:59:30.902Z Compiling crossbeam v0.8.2
35092023-10-05T01:59:31.377Z 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`
35102023-10-05T01:59:31.800Z Compiling cargo_toml v0.16.3
35112023-10-05T01:59:31.813Z 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=c098b0f167ea2e5b -C extra-filename=-c098b0f167ea2e5b --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-7e32255bd2f9fe1c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-fac8d90f8d00e559.rmeta --cap-lints allow -D warnings`
35122023-10-05T01:59:31.824Z Compiling cargo_metadata v0.18.0
35132023-10-05T01:59:31.832Z 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=ae0a2767b5fbe4d7 -C extra-filename=-ae0a2767b5fbe4d7 --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-808e28d3d3156bbe.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-28416249e9f7bb4f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --cap-lints allow -D warnings`
35142023-10-05T01:59:31.845Z Compiling termios v0.3.3
35152023-10-05T01:59:31.869Z 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`
35162023-10-05T01:59:32.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 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`
35172023-10-05T01:59:32.669Z 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`
35182023-10-05T01:59:32.807Z Compiling bzip2 v0.4.4
35192023-10-05T01:59:32.815Z 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`
35202023-10-05T01:59:32.837Z 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`
35212023-10-05T01:59:33.445Z Compiling zip v0.6.6
35222023-10-05T01:59:33.887Z 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`
35232023-10-05T01:59:33.906Z 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`
35242023-10-05T01:59:34.648Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
35252023-10-05T01:59:34.652Z 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=e84c1f803fc59fb5 -C extra-filename=-e84c1f803fc59fb5 --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-321e6b7a776df5b0.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-577864e87cb13c29.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-aecbee9f1189271f.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-79dea6c74fb7cd7e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-51e44598de2cf91e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f9f000e800ed9375.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-09d2d036fd0af8c4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c9b9ca3deaffd0e2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-68a28362bf7d911a.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`
35262023-10-05T01:59:34.799Z 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=c2dc1799aafbc87d -C extra-filename=-c2dc1799aafbc87d --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-cc23acdbe3df79da.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-8e5a8b40c394ccf3.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-2c4bbfd2b6b33a4d.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-2e817dd5db488c99.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0f2cd0f195e6d523.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-59828c9eec72676d.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-a3ce87d38851248e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4a58c66ad5205941.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5551b80a776d612d.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`
35272023-10-05T01:59:35.273Z Compiling polar-core v0.26.4
35282023-10-05T01:59:35.278Z 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=1ec00a3cf9d7b865 -C extra-filename=-1ec00a3cf9d7b865 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-1ec00a3cf9d7b865 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-464809f23450f04a.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --cap-lints allow -D warnings`
35292023-10-05T01:59:35.530Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35302023-10-05T01:59:35.534Z 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=7f453ee2aef7d0e4 -C extra-filename=-7f453ee2aef7d0e4 --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-808e28d3d3156bbe.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-ae0a2767b5fbe4d7.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-c098b0f167ea2e5b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib -D warnings`
35312023-10-05T01:59:35.568Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35322023-10-05T01:59:35.575Z 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=af10102da07c1be3 -C extra-filename=-af10102da07c1be3 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-af10102da07c1be3 -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-ed0c05cf7ea9471a.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-cd943cd2dfeb8306.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9b83f3b76cc224ff.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-e163cfbd4bab9576.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-57474a7c5ff9fdd8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-baf8ebdad0def852.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-70154b3d289edcfa.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-780ebb2cc66219b4.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-91b977681d3b9ffa.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-6fb58dbcfff7d4e4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-89a40200f0eec813.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-dba419b1193e8428.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a4d6b162222fdc26.rlib --extern indexmap_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9a329d5b38cd248e.rlib --extern indexmap_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f8bbd5b600635f1.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-da848d99c4efd7a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26414f813d2dfd0d.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-3d3738522af11d45.rlib --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e2f09aadf8a30342.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-34684c7ad9eeb916.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-707d2ef46faf219d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-67e4ef261745c3dd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e709a65f3debe7d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.rlib --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-d33782132d845a51.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-acf8c08408696fe8.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-2dd1c8bfc186ca77.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-7dae54b2334bcd34.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3826a1d136fc06c7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8f1cb6ebfa9e6c0d.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-62b3b0ef2d376a90.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-79b65b7157891c1c.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-067220fa4711c9a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9881d698e72ac5a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.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`
35332023-10-05T01:59:35.801Z 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=7143ac3259c4b8ad -C extra-filename=-7143ac3259c4b8ad --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-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-37ac2aac2eca9858.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-04c51646d090d228.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6c412e14bb17b204.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e84c1f803fc59fb5.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-7e32255bd2f9fe1c.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d4ec6eef4dddad9f.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-acf8c08408696fe8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-49c957a0ae08865d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
35342023-10-05T01:59:36.914Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-af10102da07c1be3/build-script-build`
35352023-10-05T01:59:36.926Z 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=dcfdf276d677de7c -C extra-filename=-dcfdf276d677de7c --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-ed0c05cf7ea9471a.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-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9b83f3b76cc224ff.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-e163cfbd4bab9576.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-57474a7c5ff9fdd8.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-baf8ebdad0def852.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-70154b3d289edcfa.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-780ebb2cc66219b4.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-91b977681d3b9ffa.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-6fb58dbcfff7d4e4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-89a40200f0eec813.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-dba419b1193e8428.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a4d6b162222fdc26.rmeta --extern indexmap_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9a329d5b38cd248e.rmeta --extern indexmap_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f8bbd5b600635f1.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-da848d99c4efd7a9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26414f813d2dfd0d.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-3d3738522af11d45.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e2f09aadf8a30342.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-34684c7ad9eeb916.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-707d2ef46faf219d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-67e4ef261745c3dd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e709a65f3debe7d0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-d33782132d845a51.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-acf8c08408696fe8.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-2dd1c8bfc186ca77.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-7dae54b2334bcd34.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3826a1d136fc06c7.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8f1cb6ebfa9e6c0d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-62b3b0ef2d376a90.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-79b65b7157891c1c.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-067220fa4711c9a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9881d698e72ac5a3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.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`
35362023-10-05T01:59:36.939Z 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=1b508edfaa9bf43b -C extra-filename=-1b508edfaa9bf43b --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-ed0c05cf7ea9471a.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-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9b83f3b76cc224ff.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-e163cfbd4bab9576.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-57474a7c5ff9fdd8.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4acbd9ac28bac588.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-70154b3d289edcfa.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-780ebb2cc66219b4.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-91b977681d3b9ffa.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-6fb58dbcfff7d4e4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-89a40200f0eec813.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-dba419b1193e8428.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a4d6b162222fdc26.rmeta --extern indexmap_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9a329d5b38cd248e.rmeta --extern indexmap_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f8bbd5b600635f1.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-da848d99c4efd7a9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.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-526eac5213e4eff0.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e2f09aadf8a30342.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-cc2f8ca214a6023d.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-3fc7201a4fe9e626.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-67e4ef261745c3dd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-d33782132d845a51.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-acf8c08408696fe8.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-2dd1c8bfc186ca77.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-7dae54b2334bcd34.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8f1cb6ebfa9e6c0d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-62b3b0ef2d376a90.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-79b65b7157891c1c.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-c945bcfc7d76b77e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9881d698e72ac5a3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.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`
35372023-10-05T01:59:36.958Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35382023-10-05T01:59:36.977Z 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=12e8d7d45799ae9d -C extra-filename=-12e8d7d45799ae9d --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-dcfdf276d677de7c.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-2dd1c8bfc186ca77.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`
35392023-10-05T01:59:37.002Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35402023-10-05T01:59:37.017Z 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=0f5486e7a87d7657 -C extra-filename=-0f5486e7a87d7657 --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-777463ddbff93db5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.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`
35412023-10-05T01:59:37.026Z 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=db0a3143a931b4fa -C extra-filename=-db0a3143a931b4fa --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-88e511ee3f992aac.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-c2cb76b03f094493.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-93b88fd0e12d22e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-afb910b4871c316b.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-bd9dbf322bbfb956.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4f47be20b590a18c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1a83c1181d65cce5.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-0d17190b08cb2f08.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-4213c048727ec740.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-41eaecfbceab1fe7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7edb61ee7566b1af.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-fac37f678c3db605.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-48dbb664544ec132.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3712109d748466ac.rmeta --extern indexmap_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85da16062b8e6831.rmeta --extern indexmap_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-dc75d12fa32d97bc.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dcaccef6c9c9b802.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.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-4822218c7ad4d18b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1592a242d91bde1a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e228abc8625a6e77.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-7c099f09b4a7ff5e.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-e1c1db6f9b9649bd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-776920e351a90a65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ad8b4bd4f1c704d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3ba638bdde482c18.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a0447712c62a9f04.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-a918ed95568ae071.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-d6ad6800d818f635.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-8e9a407ddeab20cc.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-84c5bf9983923920.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-056be3e7403fae3a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-16ed33f7c82a7bef.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a28f1364d7988b09.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4b8e5ff007558c78.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-a5fd5a0200ded0e7.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-ab909b3ec60a1f78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-ff82edcf10cdcd62.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.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`
35422023-10-05T01:59:37.041Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35432023-10-05T01:59:37.050Z 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=6a8339d9161a53c4 -C extra-filename=-6a8339d9161a53c4 --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-dcfdf276d677de7c.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-2dd1c8bfc186ca77.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`
35442023-10-05T01:59:37.071Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35452023-10-05T01:59:37.099Z 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=d67d086473c8fb53 -C extra-filename=-d67d086473c8fb53 --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-dcfdf276d677de7c.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`
35462023-10-05T01:59:37.104Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
35472023-10-05T01:59:37.108Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 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=4f1ee575138b4737 -C extra-filename=-4f1ee575138b4737 --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-5bb86fda6cf178b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
35482023-10-05T01:59:37.355Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
35492023-10-05T01:59:37.432Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 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=078e92d20d2ead39 -C extra-filename=-078e92d20d2ead39 --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-5bb86fda6cf178b2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
35502023-10-05T01:59:37.444Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35512023-10-05T01:59:37.503Z 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=6d391e1cd196827f -C extra-filename=-6d391e1cd196827f --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-fc062046e876f8ba.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-718c444102156aa7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f8bbd5b600635f1.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-1b508edfaa9bf43b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e2f09aadf8a30342.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
35522023-10-05T01:59:37.871Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35532023-10-05T01:59:37.942Z 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=6727581a8f7c745c -C extra-filename=-6727581a8f7c745c --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-12e8d7d45799ae9d.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-37ac2aac2eca9858.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b501a6b93b8c46c9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
35542023-10-05T01:59:39.323Z 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=a7bd50cde280acf0 -C extra-filename=-a7bd50cde280acf0 --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-12e8d7d45799ae9d.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d0b48a622992abed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9cea5704743a276f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ed3dfad80d11713d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ad8b4bd4f1c704d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65d3224c9103788a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c60d09f5d36f63fa.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-84c5bf9983923920.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
35552023-10-05T01:59:39.978Z 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=51be5f2bff6c7e2f -C extra-filename=-51be5f2bff6c7e2f --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-d4a06386490296c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.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`
35562023-10-05T01:59:39.995Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35572023-10-05T01:59:40.443Z 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=2f83fa8947af6702 -C extra-filename=-2f83fa8947af6702 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-2f83fa8947af6702 -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-d67d086473c8fb53.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`
35582023-10-05T01:59:40.464Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 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=6329131200ec7507 -C extra-filename=-6329131200ec7507 --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-389c900f15cd9ab5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
35592023-10-05T01:59:40.487Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-2f83fa8947af6702/build-script-build`
35602023-10-05T01:59:40.929Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35612023-10-05T01:59:40.944Z 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=58f669327ce5dc92 -C extra-filename=-58f669327ce5dc92 --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-808e28d3d3156bbe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-9133e2d5bbb660ec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b71b24d1ae7d7ecb.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-862d27d361cef9b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
35622023-10-05T01:59:40.955Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35632023-10-05T01:59:40.969Z 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=fc81816fd5e6eca6 -C extra-filename=-fc81816fd5e6eca6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-fc81816fd5e6eca6 -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-d67d086473c8fb53.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`
35642023-10-05T01:59:41.415Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 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=ba4900269822c16f -C extra-filename=-ba4900269822c16f --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-5bb86fda6cf178b2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-440be1cad2d43f10.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-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
35652023-10-05T01:59:42.602Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35662023-10-05T01:59:42.634Z 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=0c9700f9ccfa5796 -C extra-filename=-0c9700f9ccfa5796 --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-dcfdf276d677de7c.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-7e32255bd2f9fe1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d1e663d68f1702f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.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`
35672023-10-05T01:59:45.542Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-fc81816fd5e6eca6/build-script-build`
35682023-10-05T01:59:45.701Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-1ec00a3cf9d7b865/build-script-build`
35692023-10-05T01:59:46.388Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35702023-10-05T01:59:46.393Z 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=b0d1ade9ebc754e2 -C extra-filename=-b0d1ade9ebc754e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-b0d1ade9ebc754e2 -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-d67d086473c8fb53.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`
35712023-10-05T01:59:47.022Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35722023-10-05T01:59:47.058Z 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=24213b0e33e14486 -C extra-filename=-24213b0e33e14486 --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-dcfdf276d677de7c.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-7e32255bd2f9fe1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d1e663d68f1702f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.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`
35732023-10-05T01:59:49.921Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-b0d1ade9ebc754e2/build-script-build`
35742023-10-05T01:59:49.944Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 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=2781c22b288a5b02 -C extra-filename=-2781c22b288a5b02 --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-389c900f15cd9ab5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
35752023-10-05T01:59:50.012Z 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=080f5d069661eb5b -C extra-filename=-080f5d069661eb5b --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-7e32255bd2f9fe1c.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5775b5705311e23d.so --cap-lints allow -D warnings`
35762023-10-05T01:59:50.454Z 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=11d98238c93eaaed -C extra-filename=-11d98238c93eaaed --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-cb608edbae315470.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6329131200ec7507.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.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-b6379bdcf533b698.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b5b6634360f37f1e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a5fd5a0200ded0e7.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-38d1922184b1520d.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-7cd94fa5c0bad6bd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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-05T01:59:50.465Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35782023-10-05T01:59:50.483Z 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=0c920df3a8e94058 -C extra-filename=-0c920df3a8e94058 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-0c920df3a8e94058 -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-d67d086473c8fb53.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`
35792023-10-05T01:59:50.494Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 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=51e55e5612e75a1a -C extra-filename=-51e55e5612e75a1a --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-389c900f15cd9ab5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-95b25dc8d21dce82.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-e1c1db6f9b9649bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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-05T01:59:53.674Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-0c920df3a8e94058/build-script-build`
35812023-10-05T01:59:53.710Z 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=4d16eea57f48646e -C extra-filename=-4d16eea57f48646e --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-74918497660b38cd.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-718c444102156aa7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-dc75d12fa32d97bc.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-db0a3143a931b4fa.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e228abc8625a6e77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
35822023-10-05T01:59:58.559Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35832023-10-05T01:59:58.686Z 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 -C metadata=12314d006bbec42a -C extra-filename=-12314d006bbec42a --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-808e28d3d3156bbe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-75b78e0135a3f041.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-3fc7201a4fe9e626.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 tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.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`
35842023-10-05T02:00:00.053Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35852023-10-05T02:00:00.065Z 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=5f19bbbeaed665aa -C extra-filename=-5f19bbbeaed665aa --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-60cc23ed68c4a18e.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-f4ab784a77ca0241.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-76900858d9cbc63e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8f74cd684365217.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-74961fc0c3573086.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb0f2e95c1d559c3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-1eba0a3acc5be119.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`
35862023-10-05T02:00:00.082Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
35872023-10-05T02:00:00.098Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 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=3ab618cb52f2223c -C extra-filename=-3ab618cb52f2223c --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-5bb86fda6cf178b2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
35882023-10-05T02:00:01.178Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35892023-10-05T02:00:01.290Z 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=220034c57440dab0 -C extra-filename=-220034c57440dab0 --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-60cc23ed68c4a18e.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cb9c2f70e79b84a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c5067f78a51f690.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-965894a33fc880ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.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`
35902023-10-05T02:00:02.415Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
35912023-10-05T02:00:02.443Z 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=e462cc7700798bea -C extra-filename=-e462cc7700798bea --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-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6a8339d9161a53c4.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
35922023-10-05T02:00:02.693Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
35932023-10-05T02:00:02.719Z 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=9f8b817a64041a33 -C extra-filename=-9f8b817a64041a33 --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-5bb86fda6cf178b2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
35942023-10-05T02:00:02.948Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
35952023-10-05T02:00:02.973Z 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=200f469a5ca81070 -C extra-filename=-200f469a5ca81070 --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-bebe03e21160a1ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
35962023-10-05T02:00:05.580Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 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=b7b251ccfd00ef01 -C extra-filename=-b7b251ccfd00ef01 --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-389c900f15cd9ab5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-51be5f2bff6c7e2f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
35972023-10-05T02:00:08.959Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
35982023-10-05T02:00:08.986Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 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=fe18d8dfe25ea7e0 -C extra-filename=-fe18d8dfe25ea7e0 --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-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
35992023-10-05T02:00:16.124Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36002023-10-05T02:00:16.159Z 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=9c8d00963f872677 -C extra-filename=-9c8d00963f872677 --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-12e8d7d45799ae9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.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-6727581a8f7c745c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.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-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a8ce2686fe8a5c1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
36012023-10-05T02:00:20.555Z 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=c67466c1bb029217 -C extra-filename=-c67466c1bb029217 --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-60cc23ed68c4a18e.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-ebaaf7fae48251eb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-3cf7bd7430f52bf7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0bd46ccd5586be76.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-5cb9a5343109db16.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-77d943ec6a34823c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-458af12ac1f04b66.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`
36022023-10-05T02:00:22.103Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36032023-10-05T02:00:22.147Z 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=ba7d24af1da2b267 -C extra-filename=-ba7d24af1da2b267 --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-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.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`
36042023-10-05T02:00:23.623Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36052023-10-05T02:00:23.662Z 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=e9500191fa9bbbe5 -C extra-filename=-e9500191fa9bbbe5 --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-808e28d3d3156bbe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-9f6bbcb1b169b9c0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-220034c57440dab0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-213ec371ede6b90d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-3aa5a21c3b1d15d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
36062023-10-05T02:00:25.174Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36072023-10-05T02:00:25.285Z 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=ec4e59099a676222 -C extra-filename=-ec4e59099a676222 --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-808e28d3d3156bbe.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.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`
36082023-10-05T02:00:29.639Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 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=179f05ca57535039 -C extra-filename=-179f05ca57535039 --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-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-440be1cad2d43f10.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.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`
36092023-10-05T02:00:31.387Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
36102023-10-05T02:00:31.482Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 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=49f8b7d64edcfe71 -C extra-filename=-49f8b7d64edcfe71 --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-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
36112023-10-05T02:00:31.650Z 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=cfbaf57771df4718 -C extra-filename=-cfbaf57771df4718 --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-cd943cd2dfeb8306.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-3cf9e82dd45b176b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cb9c2f70e79b84a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-7c5067f78a51f690.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-965894a33fc880ca.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3b9405a20262c5b8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.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`
36122023-10-05T02:00:32.834Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36132023-10-05T02:00:32.875Z 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=4a1817d285c12c74 -C extra-filename=-4a1817d285c12c74 --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-5bb86fda6cf178b2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-05T02:00:34.258Z 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=8d3ef5b7e461a114 -C extra-filename=-8d3ef5b7e461a114 --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-c2cb76b03f094493.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-da6f485cf295e7f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6a8339d9161a53c4.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
36152023-10-05T02:00:38.408Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36162023-10-05T02:00:38.422Z 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=8ba4f1f92f252a22 -C extra-filename=-8ba4f1f92f252a22 --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-60cc23ed68c4a18e.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
36172023-10-05T02:00:44.957Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36182023-10-05T02:00:44.974Z 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=7fbc04b611b6e9b3 -C extra-filename=-7fbc04b611b6e9b3 --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-60cc23ed68c4a18e.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cb0e35524abde6ef.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-7143ac3259c4b8ad.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-200f469a5ca81070.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.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-1ca31e9abd2d34ba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cbbf29705a607aae.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
36192023-10-05T02:00:46.359Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client)
36202023-10-05T02:00:46.369Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 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=a37df8bcbc153a30 -C extra-filename=-a37df8bcbc153a30 --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-5bb86fda6cf178b2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-05T02:00:47.352Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36222023-10-05T02:00:47.812Z 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=e9ca75d6579e261d -C extra-filename=-e9ca75d6579e261d --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-078e92d20d2ead39.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.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`
36232023-10-05T02:00:50.618Z 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=79282f9e9b5197de -C extra-filename=-79282f9e9b5197de --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-389c900f15cd9ab5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6329131200ec7507.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a5fd5a0200ded0e7.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-38d1922184b1520d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
36242023-10-05T02:00:52.174Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36252023-10-05T02:00:52.195Z 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=6db77212ef555a06 -C extra-filename=-6db77212ef555a06 --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-b4d858812cfa9ed7.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-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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`
36262023-10-05T02:00:52.657Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 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=3e818a763c031ed2 -C extra-filename=-3e818a763c031ed2 --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-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
36272023-10-05T02:00:54.621Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
36282023-10-05T02:00:54.640Z 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=c3785c2bcafd7df0 -C extra-filename=-c3785c2bcafd7df0 --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-6149a8053583d99d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-10a1f789afeed1e8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.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-dba419b1193e8428.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e84c1f803fc59fb5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4c46b1e7baba2f2f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.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-ab42d16512bc3fff.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-68cbe668f35937d4.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`
36292023-10-05T02:00:56.467Z 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=72a7f07142ae41b9 -C extra-filename=-72a7f07142ae41b9 --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-5bb86fda6cf178b2.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0c9700f9ccfa5796.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4acbd9ac28bac588.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.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-6db77212ef555a06.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ba7d24af1da2b267.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-ea5fedba9be4e455.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a8ce2686fe8a5c1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
36302023-10-05T02:01:01.423Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36312023-10-05T02:01:01.457Z 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=6238070eab804700 -C extra-filename=-6238070eab804700 --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-60cc23ed68c4a18e.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7fbc04b611b6e9b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-f8b14e7a9fffa974.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.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-05T02:01:03.778Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36332023-10-05T02:01:03.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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62bef55dd5e9c665 -C extra-filename=-62bef55dd5e9c665 --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-e37cf93b35aba6e7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a37df8bcbc153a30.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8ba4f1f92f252a22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.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-1dd0072d7d44a525.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
36342023-10-05T02:01:05.897Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client)
36352023-10-05T02:01:05.905Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 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=6ed73fd871219d11 -C extra-filename=-6ed73fd871219d11 --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-5bb86fda6cf178b2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e9ca75d6579e261d.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-05T02:01:08.116Z 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=294c37c99fb2b009 -C extra-filename=-294c37c99fb2b009 --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-12e8d7d45799ae9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6329131200ec7507.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.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-a7bd50cde280acf0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-51be5f2bff6c7e2f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d897181a24d00bd2.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-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6ec024395922ccdb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c60d09f5d36f63fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
36372023-10-05T02:01:13.254Z 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=6adfdfa93111925e -C extra-filename=-6adfdfa93111925e --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-60cc23ed68c4a18e.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d5d6f40e13ac6c4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ccdf0591216ecc66.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5712aa5e49181c3a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.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-05T02:01:13.874Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36392023-10-05T02:01:13.895Z 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=30d7a54441030c7f -C extra-filename=-30d7a54441030c7f --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-808e28d3d3156bbe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7fbc04b611b6e9b3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6238070eab804700.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
36402023-10-05T02:01:14.411Z 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=cb2046cba434bb9b -C extra-filename=-cb2046cba434bb9b --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-cb608edbae315470.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-35eaac25b628b38f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c67466c1bb029217.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6adfdfa93111925e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-3e29270f344330ed.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b7b251ccfd00ef01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-400c79085a8c7cb2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
36412023-10-05T02:01:21.440Z Compiling oso v0.26.4
36422023-10-05T02:01:21.518Z 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=2010ece6a0c659c2 -C extra-filename=-2010ece6a0c659c2 --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-080f5d069661eb5b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-62b3b0ef2d376a90.rmeta --cap-lints allow -D warnings`
36432023-10-05T02:01:22.538Z 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=42719c7b0a1055b6 -C extra-filename=-42719c7b0a1055b6 --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-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d897181a24d00bd2.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.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`
36442023-10-05T02:01:24.071Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36452023-10-05T02:01:24.172Z 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=7087015b4fa1e0c5 -C extra-filename=-7087015b4fa1e0c5 --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-60cc23ed68c4a18e.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
36462023-10-05T02:01:24.702Z 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=441200c146858cff -C extra-filename=-441200c146858cff --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-389c900f15cd9ab5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b7b251ccfd00ef01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8d3ef5b7e461a114.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7d442419257be2bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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-05T02:01:32.621Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 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=adab80d3dbaaa1d1 -C extra-filename=-adab80d3dbaaa1d1 --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-389c900f15cd9ab5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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-05T02:01:32.849Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 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=4b396df6dbfb7e74 -C extra-filename=-4b396df6dbfb7e74 --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-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-95b25dc8d21dce82.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb2046cba434bb9b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.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`
36492023-10-05T02:01:35.823Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 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=e0b8395582713d00 -C extra-filename=-e0b8395582713d00 --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-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb2046cba434bb9b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
36502023-10-05T02:01:36.546Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36512023-10-05T02:01:36.553Z 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=86c6656d1e00ddb0 -C extra-filename=-86c6656d1e00ddb0 --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-5bb86fda6cf178b2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
36522023-10-05T02:01:37.253Z 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=851ff02c7a23b272 -C extra-filename=-851ff02c7a23b272 --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-daf3dc5583200dcb.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-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.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-05T02:01:38.878Z 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=31e9e979e0889d5f -C extra-filename=-31e9e979e0889d5f --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-fc95c778b5981b46.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5775b5705311e23d.so --cap-lints allow -D warnings`
36542023-10-05T02:01:39.892Z 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=471df4cc3faa64dc -C extra-filename=-471df4cc3faa64dc --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-389c900f15cd9ab5.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0c9700f9ccfa5796.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4f47be20b590a18c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.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-851ff02c7a23b272.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-294c37c99fb2b009.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-42719c7b0a1055b6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-51be5f2bff6c7e2f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.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-1d45bf268c01d3e5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ad8b4bd4f1c704d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3e818a763c031ed2.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6ec024395922ccdb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c60d09f5d36f63fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
36552023-10-05T02:01:40.375Z 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=54434672734a48f2 -C extra-filename=-54434672734a48f2 --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-cb608edbae315470.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c67466c1bb029217.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4d16eea57f48646e.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`
36562023-10-05T02:01:40.396Z 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=37dae12b56b5d554 -C extra-filename=-37dae12b56b5d554 --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-60cc23ed68c4a18e.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8d3ef5b7e461a114.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.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-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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-05T02:01:42.150Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client)
36582023-10-05T02:01:42.166Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 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=2597725d84d2f39d -C extra-filename=-2597725d84d2f39d --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-ec4e59099a676222.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
36592023-10-05T02:01:44.193Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36602023-10-05T02:01:44.204Z 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=3f9943971ad9d63a -C extra-filename=-3f9943971ad9d63a --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-6149a8053583d99d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a4794aa7317b0350.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f8bbd5b600635f1.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-6727581a8f7c745c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-31f615c724773688.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-7dae54b2334bcd34.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8f1cb6ebfa9e6c0d.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d8ec2bf26020bc8b.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-6d391e1cd196827f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e9ca75d6579e261d.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6ed73fd871219d11.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.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-05T02:01:47.050Z 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=c98aec59e44c7387 -C extra-filename=-c98aec59e44c7387 --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-c2cb76b03f094493.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-778e93dba61b5928.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-adb8857e287d7cd8.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d5d6f40e13ac6c4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.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-ccdf0591216ecc66.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5712aa5e49181c3a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb2046cba434bb9b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ff1727aca2ed186f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.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`
36622023-10-05T02:01:54.474Z 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=9a639c324a7b1f0f -C extra-filename=-9a639c324a7b1f0f --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-31e9e979e0889d5f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4b8e5ff007558c78.rmeta --cap-lints allow -D warnings`
36632023-10-05T02:01:59.732Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36642023-10-05T02:01:59.815Z 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=cf96fb7031b8a413 -C extra-filename=-cf96fb7031b8a413 --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-808e28d3d3156bbe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.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-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-c3785c2bcafd7df0.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-05T02:02:03.807Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
36662023-10-05T02:02:04.504Z 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=9744b857786e7849 -C extra-filename=-9744b857786e7849 --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-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
36672023-10-05T02:02:04.614Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client)
36682023-10-05T02:02:04.625Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 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=8c9da7f06d549b92 -C extra-filename=-8c9da7f06d549b92 --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-5bb86fda6cf178b2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.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-3fc7201a4fe9e626.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
36692023-10-05T02:02:23.015Z 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=2582ce399c7af206 -C extra-filename=-2582ce399c7af206 --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-60cc23ed68c4a18e.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-79282f9e9b5197de.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-294c37c99fb2b009.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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-05T02:02:23.864Z 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=24af56d40bc00d51 -C extra-filename=-24af56d40bc00d51 --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-2781c22b288a5b02.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4d16eea57f48646e.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`
36712023-10-05T02:02:27.150Z 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=550cba1e478a04d7 -C extra-filename=-550cba1e478a04d7 --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-e63304dd5ed6e427.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-d27933e6eaf178c2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1256ad9a9b5f132c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.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-48dbb664544ec132.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c2dc1799aafbc87d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.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-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1e09a597587667c6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3ba638bdde482c18.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-82e9944f7b4180ae.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ef4e03d0f079f426.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`
36722023-10-05T02:02:42.206Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
36732023-10-05T02:02:42.222Z 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=75642b8a0bda2999 -C extra-filename=-75642b8a0bda2999 --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-dcfdf276d677de7c.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-2dd1c8bfc186ca77.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`
36742023-10-05T02:02:42.419Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36752023-10-05T02:02:42.432Z 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=1407246cf80363f9 -C extra-filename=-1407246cf80363f9 --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-60cc23ed68c4a18e.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6149a8053583d99d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-179f05ca57535039.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-780ebb2cc66219b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-2597725d84d2f39d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-200f469a5ca81070.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-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-440be1cad2d43f10.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-fb0f2e95c1d559c3.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c3785c2bcafd7df0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
36762023-10-05T02:02:45.372Z 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=a4926e44954e09cf -C extra-filename=-a4926e44954e09cf --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-389c900f15cd9ab5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8d3ef5b7e461a114.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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-05T02:02:51.042Z 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=b9137ce95c74d436 -C extra-filename=-b9137ce95c74d436 --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-b942cad78e6b6f31.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-24213b0e33e14486.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-047605652d1bf888.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0c9700f9ccfa5796.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4acbd9ac28bac588.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9099e3a82a53c0c5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-75b78e0135a3f041.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.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-72a7f07142ae41b9.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6db77212ef555a06.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.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-2010ece6a0c659c2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.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-ea5fedba9be4e455.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a8de9a1943206fd9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a8ce2686fe8a5c1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
36782023-10-05T02:02:51.316Z 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=11e32b6c61be6f46 -C extra-filename=-11e32b6c61be6f46 --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-2a2d4c86d8c8b48c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-79282f9e9b5197de.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b7b251ccfd00ef01.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-294c37c99fb2b009.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8d3ef5b7e461a114.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-adab80d3dbaaa1d1.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-37dae12b56b5d554.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.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-7d442419257be2bb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
36792023-10-05T02:02:55.538Z 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=4627ddd5eb9d2fcf -C extra-filename=-4627ddd5eb9d2fcf --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-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54434672734a48f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
36802023-10-05T02:02:57.366Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36812023-10-05T02:02:57.865Z 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=aded66a64db5097f -C extra-filename=-aded66a64db5097f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-aded66a64db5097f -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-d67d086473c8fb53.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`
36822023-10-05T02:02:58.297Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36832023-10-05T02:02:58.322Z 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=e6908232e20dc4a1 -C extra-filename=-e6908232e20dc4a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-e6908232e20dc4a1 -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-d67d086473c8fb53.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`
36842023-10-05T02:02:58.362Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-e6908232e20dc4a1/build-script-build`
36852023-10-05T02:02:58.401Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-aded66a64db5097f/build-script-build`
36862023-10-05T02:02:58.448Z 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=e77cd7104db79e0f -C extra-filename=-e77cd7104db79e0f --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-cb608edbae315470.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.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-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.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-550cba1e478a04d7.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-05T02:03:02.193Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 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=ebd56e190e366089 -C extra-filename=-ebd56e190e366089 --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-389c900f15cd9ab5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54434672734a48f2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4d16eea57f48646e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-24af56d40bc00d51.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`
36882023-10-05T02:03:16.593Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36892023-10-05T02:03:16.672Z 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=ffd9660a4fd50dca -C extra-filename=-ffd9660a4fd50dca --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-60cc23ed68c4a18e.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-49f8b7d64edcfe71.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-179f05ca57535039.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-ba4900269822c16f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.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-780ebb2cc66219b4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e84c1f803fc59fb5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9744b857786e7849.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ba7d24af1da2b267.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-b0f602d340a23de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-68cbe668f35937d4.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c3785c2bcafd7df0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e9ca75d6579e261d.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`
36902023-10-05T02:03:20.527Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36912023-10-05T02:03:21.780Z 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=a4869f2a06c0bd33 -C extra-filename=-a4869f2a06c0bd33 --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-cd943cd2dfeb8306.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a4794aa7317b0350.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-31f615c724773688.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7d642b8f80a35472.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.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-7dae54b2334bcd34.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3f9943971ad9d63a.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`
36922023-10-05T02:03:21.843Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36932023-10-05T02:03:21.868Z 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=350cf6e1c52fe1c0 -C extra-filename=-350cf6e1c52fe1c0 --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-e37cf93b35aba6e7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-b2cd370d160a0d12.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e2f09aadf8a30342.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-5fdeba5095a92741.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-fb0f2e95c1d559c3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.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`
36942023-10-05T02:03:22.731Z 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=5d44ab838f80eed3 -C extra-filename=-5d44ab838f80eed3 --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-b3d3488b9387d819.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-24213b0e33e14486.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-80f761219d2b3092.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-3ef8cf9b839d8aed.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0c9700f9ccfa5796.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4f47be20b590a18c.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-e9c50df9d4181f93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-14e77caab7b83ac5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.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-471df4cc3faa64dc.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-851ff02c7a23b272.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-294c37c99fb2b009.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-51be5f2bff6c7e2f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d897181a24d00bd2.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-9a639c324a7b1f0f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8d3ef5b7e461a114.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-1d45bf268c01d3e5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-56e3ff5f134b63c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7471840fd9df783e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3e818a763c031ed2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6ec024395922ccdb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-84c5bf9983923920.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
36952023-10-05T02:03:28.777Z 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=cfb56322e20a4fe9 -C extra-filename=-cfb56322e20a4fe9 --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-adb8857e287d7cd8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
36962023-10-05T02:03:29.864Z 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 -C metadata=847080c29c9c9553 -C extra-filename=-847080c29c9c9553 --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-cb608edbae315470.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-14e77caab7b83ac5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.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-e1c1db6f9b9649bd.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 tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6379bdcf533b698.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-84c5bf9983923920.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.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`
36972023-10-05T02:03:33.809Z 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=9b9d27287d4dbd2f -C extra-filename=-9b9d27287d4dbd2f --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-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d0b48a622992abed.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c38534593b8ad92a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7edb61ee7566b1af.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4ce1727943867d1a.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c2dc1799aafbc87d.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-fc95c778b5981b46.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-50453fe1c6423cbd.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-a918ed95568ae071.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-53aacc98cff75d1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
36982023-10-05T02:03:43.009Z 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=23bc4b73dc12df7e -C extra-filename=-23bc4b73dc12df7e --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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-047605652d1bf888.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.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-73995f0c470537c7.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1bee98a1fd8f3b35.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba4900269822c16f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2fa6c488bdcff554.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-75b78e0135a3f041.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.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-72a7f07142ae41b9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b9137ce95c74d436.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6db77212ef555a06.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7087015b4fa1e0c5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.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-6727581a8f7c745c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.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-2010ece6a0c659c2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a37df8bcbc153a30.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8ba4f1f92f252a22.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86c6656d1e00ddb0.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4a1817d285c12c74.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-440be1cad2d43f10.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eb713aa767a3011a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ea5fedba9be4e455.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.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-a8de9a1943206fd9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.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-1dd0072d7d44a525.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a8ce2686fe8a5c1d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-68cbe668f35937d4.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
36992023-10-05T02:03:44.195Z 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=3ec763457541dfe7 -C extra-filename=-3ec763457541dfe7 --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-60cc23ed68c4a18e.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-adb8857e287d7cd8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-df534f8da4c118e3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7edb61ee7566b1af.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9b9d27287d4dbd2f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-cfb56322e20a4fe9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65d3224c9103788a.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-149cbf2bcb8c9d85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7d442419257be2bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-056be3e7403fae3a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be840f023772036f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ffde37830e3f0dff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
37002023-10-05T02:03:44.543Z 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=db59e1aa099db757 -C extra-filename=-db59e1aa099db757 --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-e63304dd5ed6e427.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-adb8857e287d7cd8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e3d16a2163fedb4c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-dc75d12fa32d97bc.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-a7bd50cde280acf0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-51be5f2bff6c7e2f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.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-a4dc91bd36e0eb29.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85e576e0803245f8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ad8b4bd4f1c704d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.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-8e9a407ddeab20cc.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ffde37830e3f0dff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a28f1364d7988b09.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7c389ea01ef299cf.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-4d16eea57f48646e.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-24af56d40bc00d51.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ebd56e190e366089.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.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-05T02:03:46.121Z 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=8a853bdc56013ae5 -C extra-filename=-8a853bdc56013ae5 --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-60cc23ed68c4a18e.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e0b8395582713d00.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1256ad9a9b5f132c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-4b396df6dbfb7e74.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-51e55e5612e75a1a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.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-0d17190b08cb2f08.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2781c22b288a5b02.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7edb61ee7566b1af.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c2dc1799aafbc87d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c67466c1bb029217.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4627ddd5eb9d2fcf.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54434672734a48f2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-42719c7b0a1055b6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-51be5f2bff6c7e2f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3ba638bdde482c18.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb2046cba434bb9b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7d442419257be2bb.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-319a7492cef02518.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-056be3e7403fae3a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ffde37830e3f0dff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ef4e03d0f079f426.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-38d1922184b1520d.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-550cba1e478a04d7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4d16eea57f48646e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-24af56d40bc00d51.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`
37022023-10-05T02:04:09.122Z 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=29495235f1f2bddd -C extra-filename=-29495235f1f2bddd --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-1b508edfaa9bf43b.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`
37032023-10-05T02:04:15.131Z 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=3ba6774d5c039fd0 -C extra-filename=-3ba6774d5c039fd0 --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-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a4794aa7317b0350.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-31f615c724773688.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7d642b8f80a35472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.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-7dae54b2334bcd34.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3f9943971ad9d63a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a4869f2a06c0bd33.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`
37042023-10-05T02:04:15.560Z 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=2befdaec30b5a2a3 -C extra-filename=-2befdaec30b5a2a3 --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-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a4794aa7317b0350.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-31f615c724773688.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7d642b8f80a35472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.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-7dae54b2334bcd34.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3f9943971ad9d63a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a4869f2a06c0bd33.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-05T02:04:16.377Z 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=50102f825506f0ba -C extra-filename=-50102f825506f0ba --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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-80f761219d2b3092.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-74918497660b38cd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.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-ddc7be22968ffe79.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ce8eac76c88007ff.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6329131200ec7507.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51e55e5612e75a1a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-fbe25c89d73d79e9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2781c22b288a5b02.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-14e77caab7b83ac5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-79282f9e9b5197de.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.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-471df4cc3faa64dc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5d44ab838f80eed3.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-851ff02c7a23b272.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2582ce399c7af206.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-294c37c99fb2b009.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-a7bd50cde280acf0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-51be5f2bff6c7e2f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d897181a24d00bd2.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-9a639c324a7b1f0f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8d3ef5b7e461a114.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-adab80d3dbaaa1d1.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-37dae12b56b5d554.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a4926e44954e09cf.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-441200c146858cff.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-95b25dc8d21dce82.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2fbbe8fb7cf57dff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-1d45bf268c01d3e5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.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-56e3ff5f134b63c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ad8b4bd4f1c704d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7471840fd9df783e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3e818a763c031ed2.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-7d442419257be2bb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6ec024395922ccdb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6379bdcf533b698.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-84c5bf9983923920.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ef4e03d0f079f426.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-38d1922184b1520d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
37062023-10-05T02:04:22.203Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy)
37072023-10-05T02:04:22.471Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 deploy/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=dfe172fc7a1cde8e -C extra-filename=-dfe172fc7a1cde8e --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-e37cf93b35aba6e7.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-ef760d58fdfdcb12.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-350cf6e1c52fe1c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.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`
37082023-10-05T02:04:23.779Z 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=5c405b4e56cf4f66 -C extra-filename=-5c405b4e56cf4f66 --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-e37cf93b35aba6e7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-350cf6e1c52fe1c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-b2cd370d160a0d12.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e2f09aadf8a30342.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-5fdeba5095a92741.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-fb0f2e95c1d559c3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.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`
37092023-10-05T02:04:26.941Z 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=90bf75a6f789f538 -C extra-filename=-90bf75a6f789f538 --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-60cc23ed68c4a18e.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cb0e35524abde6ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-7143ac3259c4b8ad.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-30d7a54441030c7f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-200f469a5ca81070.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7fbc04b611b6e9b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-1ca31e9abd2d34ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6238070eab804700.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cbbf29705a607aae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37102023-10-05T02:04:28.261Z 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=233f15905530d0f1 -C extra-filename=-233f15905530d0f1 --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-60cc23ed68c4a18e.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-adb8857e287d7cd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-df534f8da4c118e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7edb61ee7566b1af.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9b9d27287d4dbd2f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-cfb56322e20a4fe9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-3ec763457541dfe7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65d3224c9103788a.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-149cbf2bcb8c9d85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7d442419257be2bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-056be3e7403fae3a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be840f023772036f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ffde37830e3f0dff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
37112023-10-05T02:04:31.972Z 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=96fed71c1c744ae4 -C extra-filename=-96fed71c1c744ae4 --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-6149a8053583d99d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a4794aa7317b0350.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f8bbd5b600635f1.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-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-b501a6b93b8c46c9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-31f615c724773688.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-9133e2d5bbb660ec.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8f1cb6ebfa9e6c0d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d8ec2bf26020bc8b.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-6d391e1cd196827f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3f9943971ad9d63a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e9ca75d6579e261d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6ed73fd871219d11.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.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`
37122023-10-05T02:04:34.077Z 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=58ff3ae154118c03 -C extra-filename=-58ff3ae154118c03 --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-e63304dd5ed6e427.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-adb8857e287d7cd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e3d16a2163fedb4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-dc75d12fa32d97bc.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-a7bd50cde280acf0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-51be5f2bff6c7e2f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.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-a4dc91bd36e0eb29.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85e576e0803245f8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ad8b4bd4f1c704d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.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-8e9a407ddeab20cc.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ffde37830e3f0dff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a28f1364d7988b09.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7c389ea01ef299cf.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-4d16eea57f48646e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-db59e1aa099db757.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-24af56d40bc00d51.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ebd56e190e366089.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.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`
37132023-10-05T02:04:35.721Z 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=7b3d3b005ca64055 -C extra-filename=-7b3d3b005ca64055 --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-b3d3488b9387d819.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4f47be20b590a18c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-79282f9e9b5197de.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b7b251ccfd00ef01.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-471df4cc3faa64dc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5d44ab838f80eed3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-294c37c99fb2b009.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-adab80d3dbaaa1d1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3e818a763c031ed2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c60d09f5d36f63fa.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-8e9a407ddeab20cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
37142023-10-05T02:04:41.037Z 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=2192ebbffade68c5 -C extra-filename=-2192ebbffade68c5 --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-60cc23ed68c4a18e.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-49f8b7d64edcfe71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-179f05ca57535039.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-ba4900269822c16f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.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-780ebb2cc66219b4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-30d7a54441030c7f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e84c1f803fc59fb5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1407246cf80363f9.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-2597725d84d2f39d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9744b857786e7849.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ba7d24af1da2b267.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.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-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-68cbe668f35937d4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf96fb7031b8a413.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c3785c2bcafd7df0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e9ca75d6579e261d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ffd9660a4fd50dca.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6ed73fd871219d11.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`
37152023-10-05T02:04:44.541Z 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=2c981a042454e411 -C extra-filename=-2c981a042454e411 --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-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4627ddd5eb9d2fcf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54434672734a48f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
37162023-10-05T02:04:46.519Z 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=0ba98645c70b9cc1 -C extra-filename=-0ba98645c70b9cc1 --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-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9744b857786e7849.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37172023-10-05T02:04:57.203Z 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=a2b378aa328765c4 -C extra-filename=-a2b378aa328765c4 --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-2a2d4c86d8c8b48c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-79282f9e9b5197de.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b7b251ccfd00ef01.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-294c37c99fb2b009.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8d3ef5b7e461a114.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-adab80d3dbaaa1d1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-11e32b6c61be6f46.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-37dae12b56b5d554.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.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-7d442419257be2bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
37182023-10-05T02:04:57.673Z 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=8c380710b5e85f2b -C extra-filename=-8c380710b5e85f2b --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-60cc23ed68c4a18e.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-49f8b7d64edcfe71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-179f05ca57535039.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-ba4900269822c16f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.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-780ebb2cc66219b4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-30d7a54441030c7f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e84c1f803fc59fb5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1407246cf80363f9.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-2597725d84d2f39d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9744b857786e7849.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ba7d24af1da2b267.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.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-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-68cbe668f35937d4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf96fb7031b8a413.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c3785c2bcafd7df0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e9ca75d6579e261d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ffd9660a4fd50dca.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6ed73fd871219d11.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`
37192023-10-05T02:04:57.734Z 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=fb6b59accd06dd41 -C extra-filename=-fb6b59accd06dd41 --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-60cc23ed68c4a18e.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e0b8395582713d00.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1256ad9a9b5f132c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-4b396df6dbfb7e74.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-51e55e5612e75a1a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.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-0d17190b08cb2f08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2781c22b288a5b02.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7edb61ee7566b1af.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c2dc1799aafbc87d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c67466c1bb029217.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4627ddd5eb9d2fcf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54434672734a48f2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-42719c7b0a1055b6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-51be5f2bff6c7e2f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3ba638bdde482c18.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb2046cba434bb9b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7d442419257be2bb.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-319a7492cef02518.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-056be3e7403fae3a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ffde37830e3f0dff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ef4e03d0f079f426.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-38d1922184b1520d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-550cba1e478a04d7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4d16eea57f48646e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-24af56d40bc00d51.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-8a853bdc56013ae5.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`
37202023-10-05T02:05:19.340Z 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=95f2c7917a862050 -C extra-filename=-95f2c7917a862050 --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-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a37df8bcbc153a30.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-62bef55dd5e9c665.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8ba4f1f92f252a22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-1dd0072d7d44a525.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-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37212023-10-05T02:05:21.885Z 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=bedc14a1d2c914d6 -C extra-filename=-bedc14a1d2c914d6 --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-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a020566b797a0250.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-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-9133e2d5bbb660ec.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf96fb7031b8a413.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c3785c2bcafd7df0.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`
37222023-10-05T02:05:24.738Z 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=307103e0745a4e2a -C extra-filename=-307103e0745a4e2a --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-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a020566b797a0250.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-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-9133e2d5bbb660ec.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf96fb7031b8a413.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c3785c2bcafd7df0.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`
37232023-10-05T02:05:25.733Z 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=33418d84036ebc8a -C extra-filename=-33418d84036ebc8a --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-cb608edbae315470.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.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-a7bd50cde280acf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.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-e77cd7104db79e0f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-550cba1e478a04d7.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`
37242023-10-05T02:05:38.642Z 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=7d63b63ee2c20f84 -C extra-filename=-7d63b63ee2c20f84 --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-60cc23ed68c4a18e.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-49f8b7d64edcfe71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-179f05ca57535039.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-ba4900269822c16f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.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-780ebb2cc66219b4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-30d7a54441030c7f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e84c1f803fc59fb5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1407246cf80363f9.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-2597725d84d2f39d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9744b857786e7849.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ba7d24af1da2b267.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.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-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-68cbe668f35937d4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf96fb7031b8a413.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c3785c2bcafd7df0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e9ca75d6579e261d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6ed73fd871219d11.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-05T02:05:38.998Z 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=38a0ff29b963f320 -C extra-filename=-38a0ff29b963f320 --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-60cc23ed68c4a18e.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6149a8053583d99d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-179f05ca57535039.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-780ebb2cc66219b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1407246cf80363f9.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-2597725d84d2f39d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-200f469a5ca81070.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-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-856e56524770dbf5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-440be1cad2d43f10.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b501a6b93b8c46c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-fb0f2e95c1d559c3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c3785c2bcafd7df0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37262023-10-05T02:05:45.044Z 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=df9e19bdc02b61d5 -C extra-filename=-df9e19bdc02b61d5 --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-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a4794aa7317b0350.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-31f615c724773688.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7d642b8f80a35472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.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-7dae54b2334bcd34.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3f9943971ad9d63a.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`
37272023-10-05T02:05:45.392Z 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=89b21b0e3ec927fd -C extra-filename=-89b21b0e3ec927fd --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-6149a8053583d99d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a4794aa7317b0350.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f8bbd5b600635f1.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-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-b501a6b93b8c46c9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-31f615c724773688.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-9133e2d5bbb660ec.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8f1cb6ebfa9e6c0d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d8ec2bf26020bc8b.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-6d391e1cd196827f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3f9943971ad9d63a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e9ca75d6579e261d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6ed73fd871219d11.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.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-05T02:05:45.646Z 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=686127e174972b27 -C extra-filename=-686127e174972b27 --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-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9744b857786e7849.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-05T02:05:46.490Z 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=a8be42e1526cc8e4 -C extra-filename=-a8be42e1526cc8e4 --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-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a020566b797a0250.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-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-9133e2d5bbb660ec.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf96fb7031b8a413.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c3785c2bcafd7df0.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-05T02:05:47.189Z 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=7c2c3a5971ef41c8 -C extra-filename=-7c2c3a5971ef41c8 --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-60cc23ed68c4a18e.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6149a8053583d99d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-179f05ca57535039.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-780ebb2cc66219b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-2597725d84d2f39d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-200f469a5ca81070.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-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-856e56524770dbf5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-440be1cad2d43f10.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b501a6b93b8c46c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-fb0f2e95c1d559c3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c3785c2bcafd7df0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37312023-10-05T02:05:48.110Z 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=a250e8e8f4297584 -C extra-filename=-a250e8e8f4297584 --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-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a37df8bcbc153a30.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-62bef55dd5e9c665.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8ba4f1f92f252a22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-1dd0072d7d44a525.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-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-05T02:05:49.069Z 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=ffc776b0ee4445d6 -C extra-filename=-ffc776b0ee4445d6 --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-60cc23ed68c4a18e.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cb0e35524abde6ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-7143ac3259c4b8ad.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-30d7a54441030c7f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-200f469a5ca81070.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7fbc04b611b6e9b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-1ca31e9abd2d34ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6238070eab804700.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cbbf29705a607aae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37332023-10-05T02:05:51.199Z 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=83ba64e30ec8afda -C extra-filename=-83ba64e30ec8afda --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-60cc23ed68c4a18e.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cb0e35524abde6ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-7143ac3259c4b8ad.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-30d7a54441030c7f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-200f469a5ca81070.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-1ca31e9abd2d34ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6238070eab804700.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cbbf29705a607aae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37342023-10-05T02:05:51.439Z 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=4e19b2de82d4bcbf -C extra-filename=-4e19b2de82d4bcbf --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-60cc23ed68c4a18e.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7fbc04b611b6e9b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-f8b14e7a9fffa974.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.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`
37352023-10-05T02:05:52.836Z 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=00a8f4794bd703e5 -C extra-filename=-00a8f4794bd703e5 --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-60cc23ed68c4a18e.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7fbc04b611b6e9b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6238070eab804700.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-f8b14e7a9fffa974.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.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-05T02:05:55.798Z 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=ac1162c45dc2d585 -C extra-filename=-ac1162c45dc2d585 --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-808e28d3d3156bbe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7fbc04b611b6e9b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6238070eab804700.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37372023-10-05T02:05:57.946Z 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=ec2353a0cf7d868b -C extra-filename=-ec2353a0cf7d868b --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-6149a8053583d99d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a4794aa7317b0350.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f8bbd5b600635f1.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-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-b501a6b93b8c46c9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-31f615c724773688.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-9133e2d5bbb660ec.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8f1cb6ebfa9e6c0d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d8ec2bf26020bc8b.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-6d391e1cd196827f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e9ca75d6579e261d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6ed73fd871219d11.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.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-05T02:05:59.257Z 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=356fe82bf13db689 -C extra-filename=-356fe82bf13db689 --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-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a020566b797a0250.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-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-9133e2d5bbb660ec.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c3785c2bcafd7df0.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-05T02:06:02.860Z 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=199802ceb3fc2922 -C extra-filename=-199802ceb3fc2922 --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-cfbaf57771df4718.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-3cf9e82dd45b176b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cb9c2f70e79b84a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b501a6b93b8c46c9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c5067f78a51f690.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-965894a33fc880ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3b9405a20262c5b8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.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`
37402023-10-05T02:06:19.032Z 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=597efed5976e8c66 -C extra-filename=-597efed5976e8c66 --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-cfbaf57771df4718.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-3cf9e82dd45b176b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cb9c2f70e79b84a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b501a6b93b8c46c9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c5067f78a51f690.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-965894a33fc880ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3b9405a20262c5b8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.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`
37412023-10-05T02:06:26.583Z 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=fb3e067b2724f54e -C extra-filename=-fb3e067b2724f54e --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-60cc23ed68c4a18e.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.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-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8ba4f1f92f252a22.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-1dd0072d7d44a525.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37422023-10-05T02:06:33.168Z 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=f277ab5b60c1c3e4 -C extra-filename=-f277ab5b60c1c3e4 --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-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a37df8bcbc153a30.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8ba4f1f92f252a22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-1dd0072d7d44a525.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-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37432023-10-05T02:06:35.769Z 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=50a33e0943bb88f3 -C extra-filename=-50a33e0943bb88f3 --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-5bb86fda6cf178b2.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0c9700f9ccfa5796.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4acbd9ac28bac588.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.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-6db77212ef555a06.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ba7d24af1da2b267.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-ea5fedba9be4e455.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a8ce2686fe8a5c1d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37442023-10-05T02:06:36.556Z 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=a263bcf3f39ba180 -C extra-filename=-a263bcf3f39ba180 --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-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4a1817d285c12c74.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37452023-10-05T02:06:49.114Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 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=0aa95983400f76c6 -C extra-filename=-0aa95983400f76c6 --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-5bb86fda6cf178b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e9ca75d6579e261d.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-05T02:06:51.022Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 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=d68a2ea14c3412ea -C extra-filename=-d68a2ea14c3412ea --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-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37472023-10-05T02:07:03.331Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 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=e9e7960702cb6a07 -C extra-filename=-e9e7960702cb6a07 --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-ec4e59099a676222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37482023-10-05T02:07:04.670Z 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=dc6a7410a7066f86 -C extra-filename=-dc6a7410a7066f86 --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-e37cf93b35aba6e7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-b2cd370d160a0d12.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e2f09aadf8a30342.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-5fdeba5095a92741.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-fb0f2e95c1d559c3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.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`
37492023-10-05T02:07:04.845Z 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=f3d1769558037e87 -C extra-filename=-f3d1769558037e87 --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-808e28d3d3156bbe.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-9f6bbcb1b169b9c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-220034c57440dab0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-213ec371ede6b90d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-dee2d8d8b54cc573.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-3aa5a21c3b1d15d7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-05T02:07:05.794Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 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=cbeb81df3301db4c -C extra-filename=-cbeb81df3301db4c --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-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-440be1cad2d43f10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.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`
37512023-10-05T02:07:05.878Z 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=d155c20bfef39f6c -C extra-filename=-d155c20bfef39f6c --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-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-3cf9e82dd45b176b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cb9c2f70e79b84a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b501a6b93b8c46c9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c5067f78a51f690.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-965894a33fc880ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3b9405a20262c5b8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.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`
37522023-10-05T02:07:09.699Z 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=f34cb7bad2b47c77 -C extra-filename=-f34cb7bad2b47c77 --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-808e28d3d3156bbe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.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-05T02:07:10.087Z 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=390b3afb787ce4ae -C extra-filename=-390b3afb787ce4ae --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-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37542023-10-05T02:07:10.373Z 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=54adb367a4bdd3e0 -C extra-filename=-54adb367a4bdd3e0 --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-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37552023-10-05T02:07:12.598Z 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=c0e44c4e8f394b4f -C extra-filename=-c0e44c4e8f394b4f --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-cd943cd2dfeb8306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6a8339d9161a53c4.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-13db3a04b075fb72.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-dc562561767de729.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-05T02:07:12.733Z 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=39c144d3d728c92a -C extra-filename=-39c144d3d728c92a --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-5bb86fda6cf178b2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-05T02:07:12.971Z 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=26bf4edfe53bafac -C extra-filename=-26bf4edfe53bafac --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-60cc23ed68c4a18e.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.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-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-1dd0072d7d44a525.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37582023-10-05T02:07:14.072Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
37592023-10-05T02:07:14.084Z 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=93584f53917c5542 -C extra-filename=-93584f53917c5542 --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-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.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-05T02:07:17.236Z 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=f6f58fbbce83e603 -C extra-filename=-f6f58fbbce83e603 --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-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b71b24d1ae7d7ecb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-862d27d361cef9b8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37612023-10-05T02:07:21.294Z 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=770de4a48d1e81a6 -C extra-filename=-770de4a48d1e81a6 --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-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b71b24d1ae7d7ecb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-862d27d361cef9b8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37622023-10-05T02:07:27.866Z 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=e073ea92506dc72a -C extra-filename=-e073ea92506dc72a --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-5bb86fda6cf178b2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37632023-10-05T02:07:43.954Z 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=89899bb5c909a66b -C extra-filename=-89899bb5c909a66b --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-6149a8053583d99d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.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-718c444102156aa7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f8bbd5b600635f1.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-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e2f09aadf8a30342.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-05T02:07:59.583Z 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=c557028731c7f7b6 -C extra-filename=-c557028731c7f7b6 --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-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.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-8053178730bb7d03.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-05T02:08:03.094Z 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=29a79fe90bd84d76 -C extra-filename=-29a79fe90bd84d76 --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-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b71b24d1ae7d7ecb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-862d27d361cef9b8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37662023-10-05T02:08:04.244Z 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=02740065a762e783 -C extra-filename=-02740065a762e783 --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-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b71b24d1ae7d7ecb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-862d27d361cef9b8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37672023-10-05T02:08:09.372Z 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=5ce57a14835eb9b8 -C extra-filename=-5ce57a14835eb9b8 --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-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b71b24d1ae7d7ecb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-862d27d361cef9b8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37682023-10-05T02:08:11.768Z 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=f77c53f6575aa7e7 -C extra-filename=-f77c53f6575aa7e7 --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-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b71b24d1ae7d7ecb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-862d27d361cef9b8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37692023-10-05T02:08:14.424Z 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=c0e48982dc2df763 -C extra-filename=-c0e48982dc2df763 --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-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b71b24d1ae7d7ecb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-862d27d361cef9b8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37702023-10-05T02:08:15.967Z 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=819cf09873ea05a7 -C extra-filename=-819cf09873ea05a7 --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-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b71b24d1ae7d7ecb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-862d27d361cef9b8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37712023-10-05T02:08:21.619Z 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=3eeb9d01c66cff69 -C extra-filename=-3eeb9d01c66cff69 --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-6149a8053583d99d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.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-718c444102156aa7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f8bbd5b600635f1.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-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e2f09aadf8a30342.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37722023-10-05T02:08:21.756Z 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=7bf1e4899b2f2d94 -C extra-filename=-7bf1e4899b2f2d94 --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-6149a8053583d99d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-10a1f789afeed1e8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.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-dba419b1193e8428.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e84c1f803fc59fb5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4c46b1e7baba2f2f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.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-ab42d16512bc3fff.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-68cbe668f35937d4.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`
37732023-10-05T02:08:28.582Z 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=4acb035ce6c9ee0a -C extra-filename=-4acb035ce6c9ee0a --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-b4d858812cfa9ed7.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-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-05T02:08:43.299Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 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=84ea48d839ab16de -C extra-filename=-84ea48d839ab16de --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-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-05T02:08:45.659Z 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=95c5d075a8d2fa63 -C extra-filename=-95c5d075a8d2fa63 --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-60cc23ed68c4a18e.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-f4ab784a77ca0241.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-76900858d9cbc63e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8f74cd684365217.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-74961fc0c3573086.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb0f2e95c1d559c3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-1eba0a3acc5be119.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-05T02:08:47.631Z 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=eaa6f1973f9fd939 -C extra-filename=-eaa6f1973f9fd939 --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-cd943cd2dfeb8306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6a8339d9161a53c4.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-13db3a04b075fb72.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-dc562561767de729.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-05T02:08:47.777Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 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=f8f32e50ce828f22 -C extra-filename=-f8f32e50ce828f22 --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-5bb86fda6cf178b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37782023-10-05T02:08:51.743Z 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=c346f34df1d428e3 -C extra-filename=-c346f34df1d428e3 --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-60cc23ed68c4a18e.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cb9c2f70e79b84a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c5067f78a51f690.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-965894a33fc880ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.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-05T02:08:55.553Z 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=c7ea644f917dbea4 -C extra-filename=-c7ea644f917dbea4 --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-12e8d7d45799ae9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.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-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.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-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a8ce2686fe8a5c1d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37802023-10-05T02:08:59.959Z 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=1cd74d35b79eb35b -C extra-filename=-1cd74d35b79eb35b --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-12e8d7d45799ae9d.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-37ac2aac2eca9858.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.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-bf28e9e8844d3f92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b501a6b93b8c46c9.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-3fc7201a4fe9e626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-05T02:09:05.007Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 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=9b345b2b372ba4e8 -C extra-filename=-9b345b2b372ba4e8 --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-5bb86fda6cf178b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-05T02:09:10.610Z 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=ef90c70144c566f7 -C extra-filename=-ef90c70144c566f7 --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-078e92d20d2ead39.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.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-05T02:09:13.525Z 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 -C metadata=db11c0840cb91e92 -C extra-filename=-db11c0840cb91e92 --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-808e28d3d3156bbe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-75b78e0135a3f041.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-3fc7201a4fe9e626.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 tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.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`
37842023-10-05T02:09:14.529Z 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=2a83bdc0517c1392 -C extra-filename=-2a83bdc0517c1392 --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-bebe03e21160a1ee.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b501a6b93b8c46c9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37852023-10-05T02:09:23.664Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37862023-10-05T02:09:23.676Z 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=1d210cd5f5438ea5 -C extra-filename=-1d210cd5f5438ea5 --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-e37cf93b35aba6e7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-7dae54b2334bcd34.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cbbf29705a607aae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-05T02:09:25.301Z 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=a193cdae4cba3387 -C extra-filename=-a193cdae4cba3387 --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-cb608edbae315470.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-11d98238c93eaaed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6329131200ec7507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.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-b6379bdcf533b698.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b5b6634360f37f1e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a5fd5a0200ded0e7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-38d1922184b1520d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-7cd94fa5c0bad6bd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
37882023-10-05T02:09:32.142Z 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=ee02f68c046a9187 -C extra-filename=-ee02f68c046a9187 --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-cb608edbae315470.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-11d98238c93eaaed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6329131200ec7507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.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-b6379bdcf533b698.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b5b6634360f37f1e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a5fd5a0200ded0e7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-38d1922184b1520d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-7cd94fa5c0bad6bd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
37892023-10-05T02:09:33.072Z 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=ce7b38473a324db7 -C extra-filename=-ce7b38473a324db7 --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-cb608edbae315470.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-11d98238c93eaaed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6329131200ec7507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.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-b6379bdcf533b698.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b5b6634360f37f1e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a5fd5a0200ded0e7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-38d1922184b1520d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-7cd94fa5c0bad6bd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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-05T02:09:34.646Z 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=db4fe9ca5b0b47b6 -C extra-filename=-db4fe9ca5b0b47b6 --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-cb608edbae315470.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-11d98238c93eaaed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6329131200ec7507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.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-b6379bdcf533b698.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b5b6634360f37f1e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a5fd5a0200ded0e7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-38d1922184b1520d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-7cd94fa5c0bad6bd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
37912023-10-05T02:09:35.848Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
37922023-10-05T02:09:35.855Z 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=deabff1d6416f70c -C extra-filename=-deabff1d6416f70c --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-e84c1f803fc59fb5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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`
37932023-10-05T02:09:37.102Z 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=086303f72f2cd2c0 -C extra-filename=-086303f72f2cd2c0 --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-12e8d7d45799ae9d.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-37ac2aac2eca9858.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.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-bf28e9e8844d3f92.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b501a6b93b8c46c9.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-3fc7201a4fe9e626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37942023-10-05T02:09:43.795Z 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=64ea2b6799a6cf9d -C extra-filename=-64ea2b6799a6cf9d --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-1b508edfaa9bf43b.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`
37952023-10-05T02:09:45.157Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 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=caa3c5f553d422a8 -C extra-filename=-caa3c5f553d422a8 --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-5bb86fda6cf178b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.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-3fc7201a4fe9e626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37962023-10-05T02:09:47.263Z 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=c1f30f101a4955dc -C extra-filename=-c1f30f101a4955dc --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-777463ddbff93db5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-718d72db859ec786.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.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`
37972023-10-05T02:09:48.534Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 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=a3d4819cd66f6787 -C extra-filename=-a3d4819cd66f6787 --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-5bb86fda6cf178b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-05T02:09:49.833Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 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=f4bdf13caf93d47e -C extra-filename=-f4bdf13caf93d47e --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-5bb86fda6cf178b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-440be1cad2d43f10.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-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
37992023-10-05T02:09:51.172Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 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=d80bbe5594cb9beb -C extra-filename=-d80bbe5594cb9beb --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-5bb86fda6cf178b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-05T02:09:52.904Z 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=ee3f1555b90b438a -C extra-filename=-ee3f1555b90b438a --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-dcfdf276d677de7c.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-7e32255bd2f9fe1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d1e663d68f1702f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.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`
38012023-10-05T02:09:55.430Z 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=b0d17e5adfa8fcec -C extra-filename=-b0d17e5adfa8fcec --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-dcfdf276d677de7c.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-2dd1c8bfc186ca77.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`
38022023-10-05T02:09:57.846Z 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=9435be1e3a96fc7b -C extra-filename=-9435be1e3a96fc7b --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-dcfdf276d677de7c.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-95e992f7efdc9e39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d1e663d68f1702f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.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`
38032023-10-05T02:10:31.164Z 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`
38042023-10-05T02:10:31.795Z Compiling git2 v0.17.2
38052023-10-05T02:10:31.813Z 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`
38062023-10-05T02:10:37.353Z 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=3063bb21380a7a3f -C extra-filename=-3063bb21380a7a3f --out-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-42eba902e1114e10.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`
38072023-10-05T02:10:41.564Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
38082023-10-05T02:10:41.996Z 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=8ed79281510b6c02 -C extra-filename=-8ed79281510b6c02 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-8ed79281510b6c02 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-3063bb21380a7a3f.rlib --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/usr/lib/amd64`
38092023-10-05T02:10:43.209Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-8ed79281510b6c02/build-script-build`
38102023-10-05T02:10:43.359Z 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=5363c49624d1ae0f -C extra-filename=-5363c49624d1ae0f --out-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-62b7869e01a569d5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-7ff394bd3093006e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b18cb3cbef813689.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-fac8d90f8d00e559.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-dbb1080e68a10fbb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-6c4d2c59769bb4c9.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`
38112023-10-05T02:10:48.365Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
38122023-10-05T02:10:48.376Z 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=88fca0552d0680e3 -C extra-filename=-88fca0552d0680e3 --out-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-c14cf3ec894491a9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5363c49624d1ae0f.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-01854e3f2efd7f23.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-6c4d2c59769bb4c9.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`
38132023-10-05T02:10:51.263Z 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=9ca39370c23bab3b -C extra-filename=-9ca39370c23bab3b --out-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-be8a4aa9678f060c.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-59c97ed400ba404a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.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-19201027930f2d96.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7d442419257be2bb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6379bdcf533b698.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-964022291442e2cf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4c39a4218974f4a8.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-f9468356e7b66ee9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-9de066ab3ec3e669.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`
38142023-10-05T02:10:52.297Z 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=5f29d32a70ab72dc -C extra-filename=-5f29d32a70ab72dc --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-5f806185f3e66b03.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b7cc34501b2e76f6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9985cdaafa896bb4.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5363c49624d1ae0f.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-88fca0552d0680e3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.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-4d7878570b149935.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f04f4c8f22ad4e0.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-90a4cf32aa619052.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-3fc7201a4fe9e626.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-12adbac498b5722e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-1dd0072d7d44a525.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b18cb3cbef813689.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-fac8d90f8d00e559.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-62b3b0ef2d376a90.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-6c4d2c59769bb4c9.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`
38152023-10-05T02:10:53.142Z 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=9eff69e7e103060a -C extra-filename=-9eff69e7e103060a --out-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-66ad4b72a8f87f9c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9ca39370c23bab3b.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7b5323df248c5b74.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ffde37830e3f0dff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-9de066ab3ec3e669.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`
38162023-10-05T02:10:57.747Z 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=b57f186d4647ca9e -C extra-filename=-b57f186d4647ca9e --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-dc6a8ce8be824120.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b7cc34501b2e76f6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-7c20dc4670a916b8.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9ca39370c23bab3b.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-9eff69e7e103060a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.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-612fd6585027cafc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-29b34b5e778caf9f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-688a68096dedcd82.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-e1c1db6f9b9649bd.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-506308780fdbe2f1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.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-7d442419257be2bb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-964022291442e2cf.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ffde37830e3f0dff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4c39a4218974f4a8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4b8e5ff007558c78.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-9de066ab3ec3e669.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`
38172023-10-05T02:11:06.955Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
38182023-10-05T02:11:06.987Z 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/42c878b/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=d2e5702955b5e7ac -C extra-filename=-d2e5702955b5e7ac --out-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-f4ab784a77ca0241.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ed0c05cf7ea9471a.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-5f29d32a70ab72dc.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9985cdaafa896bb4.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-49ec2d3417f7d919.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-d471a2c1c3c1f571.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.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-a45975d9f4f4114a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f04f4c8f22ad4e0.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-c99efba919bc2ec8.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-83f61ad2ca78a70c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-eff8a6e0230c2c52.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-653f00ab75637eae.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`
38192023-10-05T02:11:11.428Z 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/42c878b/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=8e9bf33cccd180d0 -C extra-filename=-8e9bf33cccd180d0 --out-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-ebaaf7fae48251eb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-88e511ee3f992aac.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-b57f186d4647ca9e.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-7c20dc4670a916b8.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-c9c81396ad19414e.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-c0361ed05f62c303.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.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-4476a7527b1ec4fe.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-29b34b5e778caf9f.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-72a01318089f0110.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-a746585bdfbdb449.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-810b5660bd0d298d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c60d09f5d36f63fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-73f7183ca87ed615.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`
38202023-10-05T02:11:27.896Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
38212023-10-05T02:11:27.910Z 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/42c878b/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=a31efc062f50c0a8 -C extra-filename=-a31efc062f50c0a8 --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-d2e5702955b5e7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.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`
38222023-10-05T02:11:28.610Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
38232023-10-05T02:11:28.622Z 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/42c878b/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=2c17b9afec28026c -C extra-filename=-2c17b9afec28026c --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-a31efc062f50c0a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.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`
38242023-10-05T02:11:30.001Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
38252023-10-05T02:11:30.006Z 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/42c878b/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=20f3402a6b855b0d -C extra-filename=-20f3402a6b855b0d --out-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-60cc23ed68c4a18e.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-cd943cd2dfeb8306.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.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-9985cdaafa896bb4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-d471a2c1c3c1f571.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b0fad3963322a743.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-a45975d9f4f4114a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4d7878570b149935.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f04f4c8f22ad4e0.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-90a4cf32aa619052.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-d2e5702955b5e7ac.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eb713aa767a3011a.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-2c17b9afec28026c.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-83f61ad2ca78a70c.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-173490d1263ba0c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-7ff394bd3093006e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-6d3863e06400cfc0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
38262023-10-05T02:11:32.761Z 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/42c878b/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=6ecada8ade938b38 -C extra-filename=-6ecada8ade938b38 --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-8e9bf33cccd180d0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.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`
38272023-10-05T02:11:33.488Z 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/42c878b/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=b6b051c3f27e26a6 -C extra-filename=-b6b051c3f27e26a6 --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-6ecada8ade938b38.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.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`
38282023-10-05T02:11:34.765Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38292023-10-05T02:11:34.780Z 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=42bb43e3347e60dd -C extra-filename=-42bb43e3347e60dd --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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-c14cf3ec894491a9.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cfbaf57771df4718.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-49f8b7d64edcfe71.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-73995f0c470537c7.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9985cdaafa896bb4.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-179f05ca57535039.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-58f669327ce5dc92.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba4900269822c16f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8eeaf1b752799481.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-220034c57440dab0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-a8f74cd684365217.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-74961fc0c3573086.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4a1817d285c12c74.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eb713aa767a3011a.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-20f3402a6b855b0d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-965894a33fc880ca.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-1dd0072d7d44a525.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb0f2e95c1d559c3.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-8053178730bb7d03.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-3aa5a21c3b1d15d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cbbf29705a607aae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-1eba0a3acc5be119.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`
38302023-10-05T02:11:35.411Z 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/42c878b/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=6d4e10da2ef882c2 -C extra-filename=-6d4e10da2ef882c2 --out-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-60cc23ed68c4a18e.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-c2cb76b03f094493.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.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-7c20dc4670a916b8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-c0361ed05f62c303.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9e9925acb9b9a37.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-4476a7527b1ec4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-612fd6585027cafc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-29b34b5e778caf9f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-688a68096dedcd82.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-8e9bf33cccd180d0.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2fbbe8fb7cf57dff.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-b6b051c3f27e26a6.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-a746585bdfbdb449.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-105efb0330398b6e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.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-19201027930f2d96.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7d442419257be2bb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c60d09f5d36f63fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8f386fd55fe18425.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ffde37830e3f0dff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
38312023-10-05T02:11:47.149Z 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=719ba6e4157b8263 -C extra-filename=-719ba6e4157b8263 --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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-66ad4b72a8f87f9c.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c98aec59e44c7387.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e0b8395582713d00.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1256ad9a9b5f132c.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-74918497660b38cd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ddc7be22968ffe79.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-7c20dc4670a916b8.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-4b396df6dbfb7e74.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-11d98238c93eaaed.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6329131200ec7507.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51e55e5612e75a1a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2781c22b288a5b02.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-480553062b0fc507.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c67466c1bb029217.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-79282f9e9b5197de.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6adfdfa93111925e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b7b251ccfd00ef01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.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-0bd46ccd5586be76.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-5cb9a5343109db16.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8d3ef5b7e461a114.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-441200c146858cff.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2fbbe8fb7cf57dff.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-6d4e10da2ef882c2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ad8b4bd4f1c704d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5712aa5e49181c3a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3e818a763c031ed2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb2046cba434bb9b.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-7d442419257be2bb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-77d943ec6a34823c.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-260eeb8cfcbdf125.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-400c79085a8c7cb2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be840f023772036f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-458af12ac1f04b66.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`
38322023-10-05T02:12:06.881Z 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=bfde26d6dca223e6 -C extra-filename=-bfde26d6dca223e6 --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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-c14cf3ec894491a9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cfbaf57771df4718.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-49f8b7d64edcfe71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-73995f0c470537c7.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9985cdaafa896bb4.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-179f05ca57535039.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-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba4900269822c16f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.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-780ebb2cc66219b4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8eeaf1b752799481.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-220034c57440dab0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8f74cd684365217.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-74961fc0c3573086.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4a1817d285c12c74.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-78e0a1c5a2de0c3d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eb713aa767a3011a.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-20f3402a6b855b0d.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-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-dee2d8d8b54cc573.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-965894a33fc880ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-1dd0072d7d44a525.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb0f2e95c1d559c3.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-3aa5a21c3b1d15d7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cbbf29705a607aae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-1eba0a3acc5be119.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`
38332023-10-05T02:12:21.875Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38342023-10-05T02:12:21.882Z 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 -C metadata=b0380c89e9bbfc6f -C extra-filename=-b0380c89e9bbfc6f --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-cd943cd2dfeb8306.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-73995f0c470537c7.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-58f669327ce5dc92.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-75b78e0135a3f041.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b9137ce95c74d436.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7087015b4fa1e0c5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-42bb43e3347e60dd.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a37df8bcbc153a30.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-62bef55dd5e9c665.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4a1817d285c12c74.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
38352023-10-05T02:12:36.306Z 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 -C metadata=efdc0bcf8a15b3d1 -C extra-filename=-efdc0bcf8a15b3d1 --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-c2cb76b03f094493.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1256ad9a9b5f132c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ddc7be22968ffe79.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-11d98238c93eaaed.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6329131200ec7507.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-14e77caab7b83ac5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-79282f9e9b5197de.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5d44ab838f80eed3.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2582ce399c7af206.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-294c37c99fb2b009.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-51be5f2bff6c7e2f.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-719ba6e4157b8263.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-847080c29c9c9553.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8d3ef5b7e461a114.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-adab80d3dbaaa1d1.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-11e32b6c61be6f46.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-441200c146858cff.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9cea5704743a276f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7471840fd9df783e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6379bdcf533b698.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a5fd5a0200ded0e7.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-38d1922184b1520d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
38362023-10-05T02:13:39.479Z 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=ad3d9f526ba0252d -C extra-filename=-ad3d9f526ba0252d --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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-c14cf3ec894491a9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cfbaf57771df4718.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-49f8b7d64edcfe71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-73995f0c470537c7.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9985cdaafa896bb4.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-179f05ca57535039.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-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba4900269822c16f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.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-780ebb2cc66219b4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8eeaf1b752799481.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-220034c57440dab0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-42bb43e3347e60dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8f74cd684365217.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-74961fc0c3573086.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4a1817d285c12c74.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-78e0a1c5a2de0c3d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eb713aa767a3011a.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-20f3402a6b855b0d.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-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-dee2d8d8b54cc573.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-965894a33fc880ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-1dd0072d7d44a525.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb0f2e95c1d559c3.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-3aa5a21c3b1d15d7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cbbf29705a607aae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-1eba0a3acc5be119.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`
38372023-10-05T02:13:39.531Z 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=4618c63fcda136a5 -C extra-filename=-4618c63fcda136a5 --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-b942cad78e6b6f31.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-24213b0e33e14486.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-047605652d1bf888.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0c9700f9ccfa5796.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4acbd9ac28bac588.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9099e3a82a53c0c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-75b78e0135a3f041.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a4d6b162222fdc26.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.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-bf28e9e8844d3f92.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-72a7f07142ae41b9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6db77212ef555a06.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b0380c89e9bbfc6f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-42bb43e3347e60dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.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-2010ece6a0c659c2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.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-e2f09aadf8a30342.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-ea5fedba9be4e455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.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-a8de9a1943206fd9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a8ce2686fe8a5c1d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
38382023-10-05T02:13:39.602Z 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=d4d3134752890675 -C extra-filename=-d4d3134752890675 --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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-c14cf3ec894491a9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cfbaf57771df4718.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-49f8b7d64edcfe71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-73995f0c470537c7.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9985cdaafa896bb4.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-179f05ca57535039.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-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba4900269822c16f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.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-780ebb2cc66219b4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8eeaf1b752799481.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-220034c57440dab0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-42bb43e3347e60dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8f74cd684365217.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-74961fc0c3573086.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4a1817d285c12c74.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-78e0a1c5a2de0c3d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eb713aa767a3011a.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-20f3402a6b855b0d.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-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-dee2d8d8b54cc573.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-965894a33fc880ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-1dd0072d7d44a525.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb0f2e95c1d559c3.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-3aa5a21c3b1d15d7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cbbf29705a607aae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-1eba0a3acc5be119.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`
38392023-10-05T02:13:40.243Z 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=b3886514ad1fa1b9 -C extra-filename=-b3886514ad1fa1b9 --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-b942cad78e6b6f31.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-047605652d1bf888.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-718d72db859ec786.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-73995f0c470537c7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1bee98a1fd8f3b35.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4acbd9ac28bac588.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba4900269822c16f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2fa6c488bdcff554.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-30d7a54441030c7f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-75b78e0135a3f041.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-629f2f007444c1b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a4d6b162222fdc26.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.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-bf28e9e8844d3f92.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-72a7f07142ae41b9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b9137ce95c74d436.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6db77212ef555a06.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7087015b4fa1e0c5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b0380c89e9bbfc6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-75642b8a0bda2999.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.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-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-42bb43e3347e60dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.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-2010ece6a0c659c2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8c9da7f06d549b92.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a37df8bcbc153a30.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8ba4f1f92f252a22.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86c6656d1e00ddb0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4a1817d285c12c74.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-e2f09aadf8a30342.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-440be1cad2d43f10.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eb713aa767a3011a.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-ea5fedba9be4e455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.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-a8de9a1943206fd9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.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-fe18d8dfe25ea7e0.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-1dd0072d7d44a525.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a8ce2686fe8a5c1d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-68cbe668f35937d4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
38402023-10-05T02:13:44.224Z 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=5b4dd126836755e7 -C extra-filename=-5b4dd126836755e7 --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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-c14cf3ec894491a9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cfbaf57771df4718.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-49f8b7d64edcfe71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-73995f0c470537c7.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9985cdaafa896bb4.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-179f05ca57535039.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-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba4900269822c16f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.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-780ebb2cc66219b4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8eeaf1b752799481.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-220034c57440dab0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-42bb43e3347e60dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8f74cd684365217.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-74961fc0c3573086.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4a1817d285c12c74.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-78e0a1c5a2de0c3d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eb713aa767a3011a.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-20f3402a6b855b0d.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-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-dee2d8d8b54cc573.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-965894a33fc880ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-1dd0072d7d44a525.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb0f2e95c1d559c3.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-3aa5a21c3b1d15d7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cbbf29705a607aae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-1eba0a3acc5be119.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`
38412023-10-05T02:13:47.501Z 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=b53de17d8b169dfc -C extra-filename=-b53de17d8b169dfc --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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-80f761219d2b3092.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-74918497660b38cd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.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-ddc7be22968ffe79.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ce8eac76c88007ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6329131200ec7507.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51e55e5612e75a1a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-fbe25c89d73d79e9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2781c22b288a5b02.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-14e77caab7b83ac5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-79282f9e9b5197de.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.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-471df4cc3faa64dc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5d44ab838f80eed3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-851ff02c7a23b272.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2582ce399c7af206.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-294c37c99fb2b009.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-a7bd50cde280acf0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-50102f825506f0ba.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-51be5f2bff6c7e2f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d897181a24d00bd2.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-9a639c324a7b1f0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8d3ef5b7e461a114.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-adab80d3dbaaa1d1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-37dae12b56b5d554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a4926e44954e09cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-441200c146858cff.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-95b25dc8d21dce82.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2fbbe8fb7cf57dff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-1d45bf268c01d3e5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.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-56e3ff5f134b63c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ad8b4bd4f1c704d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7471840fd9df783e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3e818a763c031ed2.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-7d442419257be2bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6ec024395922ccdb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6379bdcf533b698.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-84c5bf9983923920.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ef4e03d0f079f426.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-38d1922184b1520d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
38422023-10-05T02:13:47.512Z 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=c095a8e2de7481a0 -C extra-filename=-c095a8e2de7481a0 --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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-80f761219d2b3092.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-74918497660b38cd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.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-ddc7be22968ffe79.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ce8eac76c88007ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6329131200ec7507.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51e55e5612e75a1a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-fbe25c89d73d79e9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2781c22b288a5b02.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-14e77caab7b83ac5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-73c3404a648d16f4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-79282f9e9b5197de.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.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-471df4cc3faa64dc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5d44ab838f80eed3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-851ff02c7a23b272.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2582ce399c7af206.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-294c37c99fb2b009.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-a7bd50cde280acf0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-50102f825506f0ba.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-51be5f2bff6c7e2f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d897181a24d00bd2.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-9a639c324a7b1f0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8d3ef5b7e461a114.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-adab80d3dbaaa1d1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-37dae12b56b5d554.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a4926e44954e09cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-441200c146858cff.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-95b25dc8d21dce82.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2fbbe8fb7cf57dff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-1d45bf268c01d3e5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.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-56e3ff5f134b63c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ad8b4bd4f1c704d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7471840fd9df783e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3e818a763c031ed2.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-7d442419257be2bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6ec024395922ccdb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6379bdcf533b698.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-84c5bf9983923920.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ef4e03d0f079f426.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-38d1922184b1520d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
38432023-10-05T02:13:48.855Z 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=6f0fc6919fbed601 -C extra-filename=-6f0fc6919fbed601 --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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-c14cf3ec894491a9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cfbaf57771df4718.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-49f8b7d64edcfe71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-73995f0c470537c7.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9985cdaafa896bb4.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-179f05ca57535039.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-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba4900269822c16f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.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-780ebb2cc66219b4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8eeaf1b752799481.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-220034c57440dab0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-42bb43e3347e60dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8f74cd684365217.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-74961fc0c3573086.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4a1817d285c12c74.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-78e0a1c5a2de0c3d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eb713aa767a3011a.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-20f3402a6b855b0d.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-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-dee2d8d8b54cc573.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-965894a33fc880ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-1dd0072d7d44a525.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb0f2e95c1d559c3.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-3aa5a21c3b1d15d7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cbbf29705a607aae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-1eba0a3acc5be119.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`
38442023-10-05T02:13:49.125Z 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=0f68410dd59fac36 -C extra-filename=-0f68410dd59fac36 --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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-66ad4b72a8f87f9c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c98aec59e44c7387.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e0b8395582713d00.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1256ad9a9b5f132c.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-74918497660b38cd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ddc7be22968ffe79.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-7c20dc4670a916b8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-4b396df6dbfb7e74.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-11d98238c93eaaed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6329131200ec7507.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51e55e5612e75a1a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2781c22b288a5b02.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-480553062b0fc507.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c67466c1bb029217.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-79282f9e9b5197de.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6adfdfa93111925e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b7b251ccfd00ef01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-719ba6e4157b8263.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.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-0bd46ccd5586be76.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-5cb9a5343109db16.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8d3ef5b7e461a114.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-441200c146858cff.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2fbbe8fb7cf57dff.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-6d4e10da2ef882c2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ad8b4bd4f1c704d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5712aa5e49181c3a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3e818a763c031ed2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb2046cba434bb9b.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-7d442419257be2bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-77d943ec6a34823c.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-260eeb8cfcbdf125.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-400c79085a8c7cb2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be840f023772036f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-458af12ac1f04b66.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`
38452023-10-05T02:13:49.906Z 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=21c28ce4f010d25c -C extra-filename=-21c28ce4f010d25c --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-b942cad78e6b6f31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4acbd9ac28bac588.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-72a7f07142ae41b9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b9137ce95c74d436.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b0380c89e9bbfc6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-75642b8a0bda2999.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-23bc4b73dc12df7e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a37df8bcbc153a30.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-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.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-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
38462023-10-05T02:13:58.355Z 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=86d9450329d4d5ae -C extra-filename=-86d9450329d4d5ae --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-b942cad78e6b6f31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4acbd9ac28bac588.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-72a7f07142ae41b9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b9137ce95c74d436.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b0380c89e9bbfc6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-75642b8a0bda2999.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-23bc4b73dc12df7e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a37df8bcbc153a30.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-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.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-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
38472023-10-05T02:14:13.992Z 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=d68a73eef56874b5 -C extra-filename=-d68a73eef56874b5 --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-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.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-7087015b4fa1e0c5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b0380c89e9bbfc6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-23bc4b73dc12df7e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-42bb43e3347e60dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8c9da7f06d549b92.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-1ca31e9abd2d34ba.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.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=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38482023-10-05T02:14:20.286Z 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=3281bc77c5d5a510 -C extra-filename=-3281bc77c5d5a510 --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-b942cad78e6b6f31.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-047605652d1bf888.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-718d72db859ec786.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-73995f0c470537c7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1bee98a1fd8f3b35.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4acbd9ac28bac588.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba4900269822c16f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2fa6c488bdcff554.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-30d7a54441030c7f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-75b78e0135a3f041.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-629f2f007444c1b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a4d6b162222fdc26.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.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-bf28e9e8844d3f92.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-72a7f07142ae41b9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b9137ce95c74d436.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6db77212ef555a06.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7087015b4fa1e0c5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b0380c89e9bbfc6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-75642b8a0bda2999.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.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-6727581a8f7c745c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-23bc4b73dc12df7e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-42bb43e3347e60dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.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-2010ece6a0c659c2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8c9da7f06d549b92.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a37df8bcbc153a30.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8ba4f1f92f252a22.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86c6656d1e00ddb0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4a1817d285c12c74.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-e2f09aadf8a30342.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-440be1cad2d43f10.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eb713aa767a3011a.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-ea5fedba9be4e455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.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-a8de9a1943206fd9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.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-fe18d8dfe25ea7e0.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-1dd0072d7d44a525.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a8ce2686fe8a5c1d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-68cbe668f35937d4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
38492023-10-05T02:14:31.337Z 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=21e62fe3aa177cd6 -C extra-filename=-21e62fe3aa177cd6 --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-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.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-7087015b4fa1e0c5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b0380c89e9bbfc6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-23bc4b73dc12df7e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-42bb43e3347e60dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8c9da7f06d549b92.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-1ca31e9abd2d34ba.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.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=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38502023-10-05T02:14:38.513Z 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=1796a5c688e15526 -C extra-filename=-1796a5c688e15526 --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-b942cad78e6b6f31.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-047605652d1bf888.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-718d72db859ec786.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-73995f0c470537c7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1bee98a1fd8f3b35.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4acbd9ac28bac588.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba4900269822c16f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2fa6c488bdcff554.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-30d7a54441030c7f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-75b78e0135a3f041.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-629f2f007444c1b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a4d6b162222fdc26.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.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-bf28e9e8844d3f92.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-72a7f07142ae41b9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b9137ce95c74d436.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6db77212ef555a06.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7087015b4fa1e0c5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b0380c89e9bbfc6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-75642b8a0bda2999.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.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-6727581a8f7c745c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-23bc4b73dc12df7e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-42bb43e3347e60dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.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-2010ece6a0c659c2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8c9da7f06d549b92.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a37df8bcbc153a30.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8ba4f1f92f252a22.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86c6656d1e00ddb0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4a1817d285c12c74.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-e2f09aadf8a30342.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-440be1cad2d43f10.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eb713aa767a3011a.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-ea5fedba9be4e455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.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-a8de9a1943206fd9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.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-fe18d8dfe25ea7e0.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-1dd0072d7d44a525.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a8ce2686fe8a5c1d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-68cbe668f35937d4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
38512023-10-05T02:14:39.150Z 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=fab6a8cb69892aae -C extra-filename=-fab6a8cb69892aae --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-b942cad78e6b6f31.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-047605652d1bf888.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-718d72db859ec786.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-73995f0c470537c7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1bee98a1fd8f3b35.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4acbd9ac28bac588.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba4900269822c16f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2fa6c488bdcff554.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-30d7a54441030c7f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-75b78e0135a3f041.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-629f2f007444c1b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a4d6b162222fdc26.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.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-bf28e9e8844d3f92.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-72a7f07142ae41b9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b9137ce95c74d436.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6db77212ef555a06.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7087015b4fa1e0c5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b0380c89e9bbfc6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-75642b8a0bda2999.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.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-6727581a8f7c745c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-23bc4b73dc12df7e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-42bb43e3347e60dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.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-2010ece6a0c659c2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8c9da7f06d549b92.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a37df8bcbc153a30.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8ba4f1f92f252a22.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86c6656d1e00ddb0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4a1817d285c12c74.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-e2f09aadf8a30342.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-440be1cad2d43f10.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eb713aa767a3011a.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-ea5fedba9be4e455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.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-a8de9a1943206fd9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.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-fe18d8dfe25ea7e0.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-1dd0072d7d44a525.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a8ce2686fe8a5c1d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-68cbe668f35937d4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
38522023-10-05T02:14:39.836Z 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=b2da9567b9166b8d -C extra-filename=-b2da9567b9166b8d --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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-66ad4b72a8f87f9c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c98aec59e44c7387.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e0b8395582713d00.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1256ad9a9b5f132c.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-74918497660b38cd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ddc7be22968ffe79.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-7c20dc4670a916b8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-4b396df6dbfb7e74.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-11d98238c93eaaed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6329131200ec7507.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51e55e5612e75a1a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2781c22b288a5b02.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-480553062b0fc507.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c67466c1bb029217.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-79282f9e9b5197de.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6adfdfa93111925e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b7b251ccfd00ef01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-719ba6e4157b8263.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.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-0bd46ccd5586be76.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-5cb9a5343109db16.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8d3ef5b7e461a114.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-441200c146858cff.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2fbbe8fb7cf57dff.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-6d4e10da2ef882c2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ad8b4bd4f1c704d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5712aa5e49181c3a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3e818a763c031ed2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb2046cba434bb9b.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-7d442419257be2bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-77d943ec6a34823c.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-260eeb8cfcbdf125.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-400c79085a8c7cb2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be840f023772036f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-458af12ac1f04b66.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`
38532023-10-05T02:14:40.016Z 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=c47f1c293f301cb0 -C extra-filename=-c47f1c293f301cb0 --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-cb608edbae315470.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.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-2582ce399c7af206.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-efdc0bcf8a15b3d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-50102f825506f0ba.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-719ba6e4157b8263.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-847080c29c9c9553.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.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-149cbf2bcb8c9d85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-84c5bf9983923920.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.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=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38542023-10-05T02:14:42.457Z 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=cb64a27dee1339d6 -C extra-filename=-cb64a27dee1339d6 --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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-66ad4b72a8f87f9c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c98aec59e44c7387.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e0b8395582713d00.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1256ad9a9b5f132c.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-74918497660b38cd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2a2d4c86d8c8b48c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ddc7be22968ffe79.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-7c20dc4670a916b8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-4b396df6dbfb7e74.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-11d98238c93eaaed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6329131200ec7507.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51e55e5612e75a1a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ddebd433f7aa3246.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0d17190b08cb2f08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2781c22b288a5b02.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-480553062b0fc507.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c67466c1bb029217.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-79282f9e9b5197de.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-daf3dc5583200dcb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6adfdfa93111925e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b7b251ccfd00ef01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a7bd50cde280acf0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-719ba6e4157b8263.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-db0a3143a931b4fa.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-0bd46ccd5586be76.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-5cb9a5343109db16.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8d3ef5b7e461a114.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-441200c146858cff.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-dae2d9e3b7e7bd50.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2fbbe8fb7cf57dff.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-6d4e10da2ef882c2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e1c1db6f9b9649bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ffeb954038f831c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ad8b4bd4f1c704d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5712aa5e49181c3a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3e818a763c031ed2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb2046cba434bb9b.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-7d442419257be2bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-77d943ec6a34823c.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-260eeb8cfcbdf125.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-400c79085a8c7cb2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e9a407ddeab20cc.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-be840f023772036f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-82e9944f7b4180ae.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ab909b3ec60a1f78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-458af12ac1f04b66.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`
38552023-10-05T02:25:34.033Z Finished test [unoptimized + debuginfo] target(s) in 36m 32s
38562023-10-05T02:25:34.833Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-ee3f1555b90b438a`
38572023-10-05T02:25:34.837Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-d155c20bfef39f6c`
38582023-10-05T02:25:34.840Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-597efed5976e8c66`
38592023-10-05T02:25:34.855Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-199802ceb3fc2922`
38602023-10-05T02:25:34.858Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-d68a2ea14c3412ea`
38612023-10-05T02:25:34.861Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-deabff1d6416f70c`
38622023-10-05T02:25:34.864Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-9435be1e3a96fc7b`
38632023-10-05T02:25:34.869Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-cbeb81df3301db4c`
38642023-10-05T02:25:34.873Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-f6f58fbbce83e603`
38652023-10-05T02:25:34.876Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-f77c53f6575aa7e7`
38662023-10-05T02:25:34.880Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-29a79fe90bd84d76`
38672023-10-05T02:25:34.883Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-819cf09873ea05a7`
38682023-10-05T02:25:34.886Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-5ce57a14835eb9b8`
38692023-10-05T02:25:34.889Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-02740065a762e783`
38702023-10-05T02:25:34.893Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-770de4a48d1e81a6`
38712023-10-05T02:25:34.896Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-c0e48982dc2df763`
38722023-10-05T02:25:34.899Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-a3d4819cd66f6787`
38732023-10-05T02:25:34.902Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-f4bdf13caf93d47e`
38742023-10-05T02:25:34.906Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-1d210cd5f5438ea5`
38752023-10-05T02:25:34.909Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-d80bbe5594cb9beb`
38762023-10-05T02:25:34.911Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-ac1162c45dc2d585`
38772023-10-05T02:25:34.915Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-95c5d075a8d2fa63`
38782023-10-05T02:25:34.918Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-7c2c3a5971ef41c8`
38792023-10-05T02:25:34.921Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-38a0ff29b963f320`
38802023-10-05T02:25:34.926Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-e9e7960702cb6a07`
38812023-10-05T02:25:34.930Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-390b3afb787ce4ae`
38822023-10-05T02:25:34.933Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-686127e174972b27`
38832023-10-05T02:25:34.937Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-0ba98645c70b9cc1`
38842023-10-05T02:25:34.940Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-f34cb7bad2b47c77`
38852023-10-05T02:25:34.944Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-e073ea92506dc72a`
38862023-10-05T02:25:34.947Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-93584f53917c5542`
38872023-10-05T02:25:34.950Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-2a83bdc0517c1392`
38882023-10-05T02:25:34.955Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-c346f34df1d428e3`
38892023-10-05T02:25:34.959Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-9b345b2b372ba4e8`
38902023-10-05T02:25:34.971Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-50a33e0943bb88f3`
38912023-10-05T02:25:34.976Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-4618c63fcda136a5`
38922023-10-05T02:25:34.979Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-4acb035ce6c9ee0a`
38932023-10-05T02:25:34.985Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-c7ea644f917dbea4`
38942023-10-05T02:25:34.990Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-c557028731c7f7b6`
38952023-10-05T02:25:34.993Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-086303f72f2cd2c0`
38962023-10-05T02:25:34.999Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-dfe172fc7a1cde8e`
38972023-10-05T02:25:35.003Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-21e62fe3aa177cd6`
38982023-10-05T02:25:35.009Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-d68a73eef56874b5`
38992023-10-05T02:25:35.014Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-83ba64e30ec8afda`
39002023-10-05T02:25:35.018Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-ffc776b0ee4445d6`
39012023-10-05T02:25:35.022Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-90bf75a6f789f538`
39022023-10-05T02:25:35.028Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-b3886514ad1fa1b9`
39032023-10-05T02:25:35.031Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-fab6a8cb69892aae`
39042023-10-05T02:25:35.035Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-1796a5c688e15526`
39052023-10-05T02:25:35.041Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-3281bc77c5d5a510`
39062023-10-05T02:25:35.046Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-21c28ce4f010d25c`
39072023-10-05T02:25:35.050Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-86d9450329d4d5ae`
39082023-10-05T02:25:35.054Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-dc6a7410a7066f86`
39092023-10-05T02:25:35.060Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-5c405b4e56cf4f66`
39102023-10-05T02:25:35.064Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-c1f30f101a4955dc`
39112023-10-05T02:25:35.069Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-64ea2b6799a6cf9d`
39122023-10-05T02:25:35.078Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-bfde26d6dca223e6`
39132023-10-05T02:25:35.088Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-d4d3134752890675`
39142023-10-05T02:25:35.103Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-5b4dd126836755e7`
39152023-10-05T02:25:35.116Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-ad3d9f526ba0252d`
39162023-10-05T02:25:35.135Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-6f0fc6919fbed601`
39172023-10-05T02:25:35.149Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-db11c0840cb91e92`
39182023-10-05T02:25:35.578Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-caa3c5f553d422a8`
39192023-10-05T02:25:35.607Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-eaa6f1973f9fd939`
39202023-10-05T02:25:35.628Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-c0e44c4e8f394b4f`
39212023-10-05T02:25:35.662Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-f8f32e50ce828f22`
39222023-10-05T02:25:35.687Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-f277ab5b60c1c3e4`
39232023-10-05T02:25:35.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-a250e8e8f4297584`
39242023-10-05T02:25:35.714Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-95f2c7917a862050`
39252023-10-05T02:25:35.726Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-26bf4edfe53bafac`
39262023-10-05T02:25:35.733Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-fb3e067b2724f54e`
39272023-10-05T02:25:35.766Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-39c144d3d728c92a`
39282023-10-05T02:25:35.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-b0d17e5adfa8fcec`
39292023-10-05T02:25:35.833Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-54adb367a4bdd3e0`
39302023-10-05T02:25:35.841Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-84ea48d839ab16de`
39312023-10-05T02:25:35.845Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-f3d1769558037e87`
39322023-10-05T02:25:35.853Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-4e19b2de82d4bcbf`
39332023-10-05T02:25:35.856Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-00a8f4794bd703e5`
39342023-10-05T02:25:35.860Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-356fe82bf13db689`
39352023-10-05T02:25:35.863Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-a8be42e1526cc8e4`
39362023-10-05T02:25:35.869Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-bedc14a1d2c914d6`
39372023-10-05T02:25:35.873Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-307103e0745a4e2a`
39382023-10-05T02:25:35.877Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-7bf1e4899b2f2d94`
39392023-10-05T02:25:35.882Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-3eeb9d01c66cff69`
39402023-10-05T02:25:35.888Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-ec2353a0cf7d868b`
39412023-10-05T02:25:35.902Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-89b21b0e3ec927fd`
39422023-10-05T02:25:35.919Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-96fed71c1c744ae4`
39432023-10-05T02:25:35.941Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-ef90c70144c566f7`
39442023-10-05T02:25:35.956Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-df9e19bdc02b61d5`
39452023-10-05T02:25:35.960Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-2befdaec30b5a2a3`
39462023-10-05T02:25:35.966Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-3ba6774d5c039fd0`
39472023-10-05T02:25:35.972Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-7d63b63ee2c20f84`
39482023-10-05T02:25:35.993Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-2192ebbffade68c5`
39492023-10-05T02:25:36.001Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-8c380710b5e85f2b`
39502023-10-05T02:25:36.010Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-0aa95983400f76c6`
39512023-10-05T02:25:36.017Z Executable `/work/oxidecomputer/omicron/target/debug/deps/xtask-7f453ee2aef7d0e4`
39522023-10-05T02:25:36.026Z
39532023-10-05T02:25:36.036Zreal 36:33.922600433
39542023-10-05T02:25:36.044Zuser 3:27:36.670860577
39552023-10-05T02:25:36.059Zsys 24:27.903275068
39562023-10-05T02:25:36.078Ztrap 11.912220200
39572023-10-05T02:25:36.085Ztflt 5.143750105
39582023-10-05T02:25:36.099Zdflt 58.587766036
39592023-10-05T02:25:36.111Zkflt 0.024660770
39602023-10-05T02:25:37.310Zlock 6:46:41.775302542
39612023-10-05T02:25:37.421Zslp 12:26:48.371811124
39622023-10-05T02:25:37.451Zlat 6:56.262399683
39632023-10-05T02:25:37.471Zstop 9:20.494979873
39642023-10-05T02:25:37.494Z
39652023-10-05T02:25:37.509Z ##### ###### #### #####
39662023-10-05T02:25:37.523Z # # # #
39672023-10-05T02:25:37.559Z # ##### #### #
39682023-10-05T02:25:37.587Z # # # #
39692023-10-05T02:25:37.604Z # # # # #
39702023-10-05T02:25:37.619Z # ###### #### #
39712023-10-05T02:25:37.633Z
39722023-10-05T02:25:37.958Z Downloading crates ...
39732023-10-05T02:25:38.878Z Downloaded android_system_properties v0.1.5
39742023-10-05T02:25:39.331Z Downloaded ed25519 v2.2.2
39752023-10-05T02:25:39.344Z Downloaded dirs v5.0.1
39762023-10-05T02:25:39.354Z Downloaded bumpalo v3.13.0
39772023-10-05T02:25:39.371Z Downloaded wasm-bindgen-shared v0.2.87
39782023-10-05T02:25:39.377Z Downloaded fs2 v0.4.3
39792023-10-05T02:25:39.382Z Downloaded redox_users v0.4.3
39802023-10-05T02:25:39.424Z Downloaded atomic-polyfill v0.1.11
39812023-10-05T02:25:39.427Z Downloaded option-ext v0.2.0
39822023-10-05T02:25:39.430Z Downloaded ghash v0.5.0
39832023-10-05T02:25:39.436Z Downloaded anstyle-wincon v2.1.0
39842023-10-05T02:25:39.440Z Downloaded schannel v0.1.22
39852023-10-05T02:25:39.443Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
39862023-10-05T02:25:39.447Z Downloaded rand_core v0.3.1
39872023-10-05T02:25:39.450Z Downloaded pbkdf2 v0.12.2
39882023-10-05T02:25:39.457Z Downloaded password-hash v0.4.2
39892023-10-05T02:25:39.461Z Downloaded iana-time-zone-haiku v0.1.2
39902023-10-05T02:25:39.464Z Downloaded critical-section v1.1.2
39912023-10-05T02:25:39.467Z Downloaded core-foundation-sys v0.8.4
39922023-10-05T02:25:39.471Z Downloaded rand_chacha v0.2.2
39932023-10-05T02:25:39.474Z Downloaded fuchsia-cprng v0.1.1
39942023-10-05T02:25:39.477Z Downloaded errno-dragonfly v0.1.2
39952023-10-05T02:25:39.481Z Downloaded android-tzdata v0.1.1
39962023-10-05T02:25:39.484Z Downloaded hermit-abi v0.1.19
39972023-10-05T02:25:39.573Z Downloaded winapi-util v0.1.5
39982023-10-05T02:25:39.591Z Downloaded getrandom v0.1.16
39992023-10-05T02:25:39.599Z Downloaded md5 v0.7.0
40002023-10-05T02:25:39.604Z Downloaded windows-targets v0.48.5
40012023-10-05T02:25:39.610Z Downloaded blowfish v0.9.1
40022023-10-05T02:25:39.613Z Downloaded wasm-bindgen-futures v0.4.37
40032023-10-05T02:25:39.619Z Downloaded windows-targets v0.42.2
40042023-10-05T02:25:39.624Z Downloaded dirs-sys v0.4.1
40052023-10-05T02:25:39.632Z Downloaded russh-cryptovec v0.7.0
40062023-10-05T02:25:39.641Z Downloaded wasm-bindgen-macro v0.2.87
40072023-10-05T02:25:39.646Z Downloaded bcrypt-pbkdf v0.10.0
40082023-10-05T02:25:39.662Z Downloaded rdrand v0.4.0
40092023-10-05T02:25:39.666Z Downloaded core-foundation v0.9.3
40102023-10-05T02:25:39.675Z Downloaded rand_hc v0.2.0
40112023-10-05T02:25:39.679Z Downloaded rand_core v0.4.2
40122023-10-05T02:25:39.686Z Downloaded pbkdf2 v0.11.0
40132023-10-05T02:25:39.695Z Downloaded hermit-abi v0.3.2
40142023-10-05T02:25:39.704Z Downloaded cbc v0.1.2
40152023-10-05T02:25:39.712Z Downloaded crossterm_winapi v0.9.1
40162023-10-05T02:25:39.720Z Downloaded ipconfig v0.3.2
40172023-10-05T02:25:39.729Z Downloaded wasm-bindgen-backend v0.2.87
40182023-10-05T02:25:39.742Z Downloaded wasm-bindgen-macro-support v0.2.87
40192023-10-05T02:25:39.755Z Downloaded valuable v0.1.0
40202023-10-05T02:25:39.778Z Downloaded russh-keys v0.38.0
40212023-10-05T02:25:39.791Z Downloaded redox_syscall v0.2.16
40222023-10-05T02:25:39.795Z Downloaded rand_core v0.5.1
40232023-10-05T02:25:39.798Z Downloaded redox_syscall v0.3.5
40242023-10-05T02:25:39.802Z Downloaded encode_unicode v0.3.6
40252023-10-05T02:25:39.808Z Downloaded security-framework-sys v2.9.1
40262023-10-05T02:25:39.814Z Downloaded winreg v0.50.0
40272023-10-05T02:25:39.817Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
40282023-10-05T02:25:39.824Z Downloaded wasm-streams v0.3.0
40292023-10-05T02:25:39.829Z Downloaded js-sys v0.3.64
40302023-10-05T02:25:39.834Z Downloaded security-framework v2.9.2
40312023-10-05T02:25:39.842Z Downloaded widestring v1.0.2
40322023-10-05T02:25:39.846Z Downloaded russh v0.38.0
40332023-10-05T02:25:39.852Z Downloaded rand v0.7.3
40342023-10-05T02:25:39.863Z Downloaded ed25519-dalek v2.0.0
40352023-10-05T02:25:39.909Z Downloaded aes-gcm v0.10.2
40362023-10-05T02:25:40.002Z Downloaded wasm-bindgen v0.2.87
40372023-10-05T02:25:40.084Z Downloaded fiat-crypto v0.2.1
40382023-10-05T02:25:40.211Z Downloaded windows_x86_64_gnullvm v0.42.2
40392023-10-05T02:25:40.282Z Downloaded windows_aarch64_gnullvm v0.48.5
40402023-10-05T02:25:40.383Z Downloaded windows_aarch64_gnullvm v0.42.2
40412023-10-05T02:25:40.589Z Downloaded windows_x86_64_gnullvm v0.48.5
40422023-10-05T02:25:40.707Z Downloaded windows_aarch64_msvc v0.42.2
40432023-10-05T02:25:40.758Z Downloaded web-sys v0.3.64
40442023-10-05T02:25:40.822Z Downloaded windows_x86_64_msvc v0.42.2
40452023-10-05T02:25:41.264Z Downloaded windows_i686_gnu v0.42.2
40462023-10-05T02:25:41.269Z Downloaded windows_x86_64_gnu v0.42.2
40472023-10-05T02:25:41.274Z Downloaded windows_i686_msvc v0.42.2
40482023-10-05T02:25:41.277Z Downloaded linux-raw-sys v0.4.5
40492023-10-05T02:25:41.284Z Downloaded windows_x86_64_gnu v0.48.5
40502023-10-05T02:25:41.333Z Downloaded windows_x86_64_msvc v0.48.5
40512023-10-05T02:25:41.372Z Downloaded windows_aarch64_msvc v0.48.5
40522023-10-05T02:25:41.383Z Downloaded windows_i686_gnu v0.48.5
40532023-10-05T02:25:41.392Z Downloaded windows_i686_msvc v0.48.5
40542023-10-05T02:25:41.398Z Downloaded linux-raw-sys v0.3.8
40552023-10-05T02:25:41.404Z Downloaded winapi v0.3.9
40562023-10-05T02:25:41.409Z Downloaded windows-sys v0.45.0
40572023-10-05T02:25:41.414Z Downloaded windows-sys v0.48.0
40582023-10-05T02:25:41.418Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
40592023-10-05T02:25:41.621Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
40602023-10-05T02:25:42.461Z Downloaded windows v0.48.0
40612023-10-05T02:25:43.612Zinfo: experimental features enabled: setup-scripts
40622023-10-05T02:25:45.306Z Finished test [unoptimized + debuginfo] target(s) in 1.67s
40632023-10-05T02:25:46.769Z Starting 908 tests across 96 binaries (4 skipped)
40642023-10-05T02:25:46.809Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed
40652023-10-05T02:25:47.871Z Compiling unicode-ident v1.0.12
40662023-10-05T02:25:47.883Z Compiling cfg-if v1.0.0
40672023-10-05T02:25:47.898Z Compiling once_cell v1.18.0
40682023-10-05T02:25:47.908Z Compiling libc v0.2.148
40692023-10-05T02:25:47.915Z Compiling serde_json v1.0.107
40702023-10-05T02:25:47.923Z Compiling getrandom v0.2.10
40712023-10-05T02:25:47.927Z Compiling memchr v2.6.3
40722023-10-05T02:25:47.930Z Compiling generic-array v0.14.7
40732023-10-05T02:25:47.949Z Compiling itoa v1.0.9
40742023-10-05T02:25:48.923Z Compiling log v0.4.20
40752023-10-05T02:25:48.932Z Compiling proc-macro2 v1.0.67
40762023-10-05T02:25:48.940Z Compiling ryu v1.0.15
40772023-10-05T02:25:49.364Z Compiling scopeguard v1.2.0
40782023-10-05T02:25:49.372Z Compiling libm v0.2.7
40792023-10-05T02:25:49.381Z Compiling byteorder v1.4.3
40802023-10-05T02:25:49.403Z Compiling lock_api v0.4.10
40812023-10-05T02:25:49.838Z Compiling smallvec v1.11.0
40822023-10-05T02:25:50.292Z Compiling ahash v0.8.3
40832023-10-05T02:25:50.305Z Compiling pin-project-lite v0.2.13
40842023-10-05T02:25:50.321Z Compiling quote v1.0.33
40852023-10-05T02:25:50.393Z Compiling rand_core v0.6.4
40862023-10-05T02:25:50.417Z Compiling heck v0.4.1
40872023-10-05T02:25:50.437Z Compiling fnv v1.0.7
40882023-10-05T02:25:51.269Z Compiling jobserver v0.1.26
40892023-10-05T02:25:51.272Z Compiling syn v2.0.37
40902023-10-05T02:25:51.275Z Compiling syn v1.0.109
40912023-10-05T02:25:51.279Z Compiling cc v1.0.83
40922023-10-05T02:25:51.288Z Compiling num-traits v0.2.16
40932023-10-05T02:25:51.294Z Compiling parking_lot_core v0.9.8
40942023-10-05T02:25:51.301Z Compiling typenum v1.16.0
40952023-10-05T02:25:51.514Z Compiling iana-time-zone v0.1.57
40962023-10-05T02:25:52.019Z Compiling parking_lot v0.12.1
40972023-10-05T02:25:52.056Z Compiling futures-core v0.3.28
40982023-10-05T02:25:52.112Z Compiling ucd-trie v0.1.6
40992023-10-05T02:25:52.454Z Compiling socket2 v0.5.3
41002023-10-05T02:25:52.954Z Compiling mio v0.8.8
41012023-10-05T02:25:53.541Z Compiling num_cpus v1.16.0
41022023-10-05T02:25:53.713Z Compiling signal-hook-registry v1.4.1
41032023-10-05T02:25:53.738Z Compiling futures-sink v0.3.28
41042023-10-05T02:25:53.927Z Compiling spin v0.5.2
41052023-10-05T02:25:53.974Z Compiling tinyvec_macros v0.1.1
41062023-10-05T02:25:54.124Z Compiling dyn-clone v1.0.13
41072023-10-05T02:25:54.305Z Compiling tinyvec v1.6.0
41082023-10-05T02:25:54.438Z Compiling futures-channel v0.3.28
41092023-10-05T02:25:54.606Z Compiling slab v0.4.9
41102023-10-05T02:25:54.789Z Compiling futures-task v0.3.28
41112023-10-05T02:25:54.851Z Compiling pin-utils v0.1.0
41122023-10-05T02:25:55.073Z Compiling futures-io v0.3.28
41132023-10-05T02:25:55.096Z Compiling allocator-api2 v0.2.16
41142023-10-05T02:25:55.119Z Compiling time-core v0.1.1
41152023-10-05T02:25:55.281Z Compiling aho-corasick v1.0.4
41162023-10-05T02:25:55.939Z Compiling time-macros v0.2.13
41172023-10-05T02:25:55.970Z Compiling hashbrown v0.13.2
41182023-10-05T02:25:55.982Z Compiling ring v0.16.20
41192023-10-05T02:25:56.336Z Compiling openssl-sys v0.9.93
41202023-10-05T02:25:57.031Z Compiling unicode-normalization v0.1.22
41212023-10-05T02:25:57.341Z Compiling hashbrown v0.14.0
41222023-10-05T02:25:57.936Z Compiling openssl v0.10.57
41232023-10-05T02:25:57.969Z Compiling native-tls v0.2.11
41242023-10-05T02:25:58.022Z Compiling tracing-core v0.1.31
41252023-10-05T02:25:58.861Z Compiling equivalent v1.0.1
41262023-10-05T02:25:59.026Z Compiling regex-syntax v0.7.5
41272023-10-05T02:25:59.822Z Compiling unicode-bidi v0.3.13
41282023-10-05T02:26:00.221Z Compiling subtle v2.5.0
41292023-10-05T02:26:00.668Z Compiling const-oid v0.9.5
41302023-10-05T02:26:00.696Z Compiling ppv-lite86 v0.2.17
41312023-10-05T02:26:00.827Z Compiling rustls v0.21.7
41322023-10-05T02:26:00.858Z Compiling bzip2-sys v0.1.11+1.0.8
41332023-10-05T02:26:02.021Z Compiling ahash v0.7.6
41342023-10-05T02:26:02.044Z Compiling strsim v0.10.0
41352023-10-05T02:26:02.071Z Compiling rand_chacha v0.3.1
41362023-10-05T02:26:02.099Z Compiling base64 v0.21.4
41372023-10-05T02:26:02.791Z Compiling untrusted v0.7.1
41382023-10-05T02:26:03.218Z Compiling rand v0.8.5
41392023-10-05T02:26:03.659Z Compiling serde_derive_internals v0.26.0
41402023-10-05T02:26:03.672Z Compiling synstructure v0.12.6
41412023-10-05T02:26:05.507Z Compiling regex-automata v0.3.8
41422023-10-05T02:26:06.293Z Compiling hashbrown v0.12.3
41432023-10-05T02:26:08.164Z Compiling thread-id v4.2.0
41442023-10-05T02:26:08.344Z Compiling num-bigint v0.4.4
41452023-10-05T02:26:08.840Z Compiling foreign-types-shared v0.1.1
41462023-10-05T02:26:08.936Z Compiling percent-encoding v2.3.0
41472023-10-05T02:26:08.969Z Compiling bitflags v1.3.2
41482023-10-05T02:26:09.136Z Compiling unicode-width v0.1.10
41492023-10-05T02:26:09.156Z Compiling openssl-probe v0.1.5
41502023-10-05T02:26:09.379Z Compiling foreign-types v0.3.2
41512023-10-05T02:26:09.736Z Compiling backtrace v0.3.69
41522023-10-05T02:26:09.755Z Compiling errno v0.3.2
41532023-10-05T02:26:10.034Z Compiling try-lock v0.2.4
41542023-10-05T02:26:10.268Z Compiling siphasher v0.3.11
41552023-10-05T02:26:10.487Z Compiling adler v1.0.2
41562023-10-05T02:26:10.829Z Compiling miniz_oxide v0.7.1
41572023-10-05T02:26:10.939Z Compiling want v0.3.1
41582023-10-05T02:26:11.376Z Compiling form_urlencoded v1.2.0
41592023-10-05T02:26:11.478Z Compiling sct v0.7.0
41602023-10-05T02:26:11.880Z Compiling rustls-webpki v0.101.4
41612023-10-05T02:26:11.969Z Compiling io-lifetimes v1.0.11
41622023-10-05T02:26:12.005Z Compiling lazy_static v1.4.0
41632023-10-05T02:26:12.573Z Compiling httparse v1.8.0
41642023-10-05T02:26:12.610Z Compiling socket2 v0.4.9
41652023-10-05T02:26:12.927Z Compiling serde_derive v1.0.188
41662023-10-05T02:26:13.330Z Compiling zeroize_derive v1.4.2
41672023-10-05T02:26:13.358Z Compiling thiserror-impl v1.0.49
41682023-10-05T02:26:13.513Z Compiling tokio-macros v2.1.0
41692023-10-05T02:26:13.627Z Compiling futures-macro v0.3.28
41702023-10-05T02:26:14.515Z Compiling tracing-attributes v0.1.26
41712023-10-05T02:26:15.310Z Compiling schemars_derive v0.8.13
41722023-10-05T02:26:15.996Z Compiling zeroize v1.6.0
41732023-10-05T02:26:17.088Z Compiling openssl-macros v0.1.1
41742023-10-05T02:26:18.256Z Compiling thiserror v1.0.49
41752023-10-05T02:26:18.484Z Compiling pest v2.7.2
41762023-10-05T02:26:18.502Z Compiling zerocopy-derive v0.2.0
41772023-10-05T02:26:18.892Z Compiling crypto-common v0.1.6
41782023-10-05T02:26:19.221Z Compiling futures-util v0.3.28
41792023-10-05T02:26:20.305Z Compiling tracing v0.1.37
41802023-10-05T02:26:20.483Z Compiling block-buffer v0.10.4
41812023-10-05T02:26:20.881Z Compiling digest v0.10.7
41822023-10-05T02:26:21.542Z Compiling zerocopy v0.3.0
41832023-10-05T02:26:21.833Z Compiling regex v1.9.5
41842023-10-05T02:26:21.970Z Compiling async-trait v0.1.73
41852023-10-05T02:26:22.569Z Compiling pest_meta v2.7.2
41862023-10-05T02:26:22.832Z Compiling dof v0.1.5
41872023-10-05T02:26:23.394Z Compiling hubpack_derive v0.1.1
41882023-10-05T02:26:23.642Z Compiling zerocopy-derive v0.6.3
41892023-10-05T02:26:24.327Z Compiling utf8parse v0.2.1
41902023-10-05T02:26:24.609Z Compiling cpufeatures v0.2.9
41912023-10-05T02:26:24.767Z Compiling tower-service v0.3.2
41922023-10-05T02:26:24.905Z Compiling pest_generator v2.7.2
41932023-10-05T02:26:24.962Z Compiling httpdate v1.0.3
41942023-10-05T02:26:25.653Z Compiling anstyle v1.0.2
41952023-10-05T02:26:26.286Z Compiling sha2 v0.10.7
41962023-10-05T02:26:26.338Z Compiling anstyle-parse v0.2.1
41972023-10-05T02:26:26.372Z Compiling serde v1.0.188
41982023-10-05T02:26:27.048Z Compiling md-5 v0.10.5
41992023-10-05T02:26:27.450Z Compiling hmac v0.12.1
42002023-10-05T02:26:27.784Z Compiling rustix v0.37.23
42012023-10-05T02:26:29.730Z Compiling diesel_table_macro_syntax v0.1.0
42022023-10-05T02:26:29.839Z Compiling rustls-pemfile v1.0.3
42032023-10-05T02:26:30.157Z Compiling pest_derive v2.7.2
42042023-10-05T02:26:30.687Z Compiling stringprep v0.1.3
42052023-10-05T02:26:30.701Z Compiling idna v0.4.0
42062023-10-05T02:26:31.231Z Compiling regress v0.7.1
42072023-10-05T02:26:31.569Z Compiling dtrace-parser v0.1.14
42082023-10-05T02:26:31.683Z Compiling num-integer v0.1.45
42092023-10-05T02:26:32.796Z Compiling spin v0.9.8
42102023-10-05T02:26:32.851Z Compiling hash32 v0.2.1
42112023-10-05T02:26:33.156Z Compiling fallible-iterator v0.2.0
42122023-10-05T02:26:33.460Z Compiling colorchoice v1.0.0
42132023-10-05T02:26:33.511Z Compiling gimli v0.28.0
42142023-10-05T02:26:33.704Z Compiling stable_deref_trait v1.2.0
42152023-10-05T02:26:33.871Z Compiling anstyle-query v1.0.0
42162023-10-05T02:26:34.087Z Compiling anstream v0.5.0
42172023-10-05T02:26:34.360Z Compiling time v0.3.27
42182023-10-05T02:26:34.587Z Compiling url v2.4.1
42192023-10-05T02:26:35.068Z Compiling diesel_derives v2.1.1
42202023-10-05T02:26:37.172Z Compiling bytes v1.5.0
42212023-10-05T02:26:39.201Z Compiling uuid v1.4.1
42222023-10-05T02:26:39.667Z Compiling chrono v0.4.31
42232023-10-05T02:26:40.746Z Compiling tokio v1.32.0
42242023-10-05T02:26:42.114Z Compiling http v0.2.9
42252023-10-05T02:26:43.607Z Compiling semver v1.0.18
42262023-10-05T02:26:44.171Z Compiling schemars v0.8.13
42272023-10-05T02:26:44.804Z Compiling rustc_version v0.4.0
42282023-10-05T02:26:45.857Z Compiling indexmap v2.0.0
42292023-10-05T02:26:45.882Z Compiling heapless v0.7.16
42302023-10-05T02:26:46.026Z Compiling bitflags v2.4.0
42312023-10-05T02:26:47.039Z Compiling usdt-impl v0.3.5
42322023-10-05T02:26:47.259Z Compiling serde_tokenstream v0.1.7
42332023-10-05T02:26:47.891Z Compiling indexmap v1.9.3
42342023-10-05T02:26:49.569Z Compiling http-body v0.4.5
42352023-10-05T02:26:49.643Z Compiling serde_tokenstream v0.2.0
42362023-10-05T02:26:50.206Z Compiling usdt-macro v0.3.5
42372023-10-05T02:26:50.893Z Compiling usdt-attr-macro v0.3.5
42382023-10-05T02:26:52.388Z Compiling openapiv3 v1.0.3
42392023-10-05T02:26:53.572Z Compiling tokio-util v0.7.8
42402023-10-05T02:26:55.903Z Compiling h2 v0.3.21
42412023-10-05T02:26:56.662Z Compiling tokio-rustls v0.24.1
42422023-10-05T02:26:57.329Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
42432023-10-05T02:27:00.701Z Compiling tokio-native-tls v0.3.1
42442023-10-05T02:27:02.629Z Compiling addr2line v0.21.0
42452023-10-05T02:27:02.652Z Compiling postgres-protocol v0.6.6
42462023-10-05T02:27:03.291Z Compiling serde_spanned v0.6.3
42472023-10-05T02:27:03.629Z Compiling toml_datetime v0.6.3
42482023-10-05T02:27:03.742Z Compiling rustls-native-certs v0.6.3
42492023-10-05T02:27:04.031Z Compiling terminal_size v0.2.6
42502023-10-05T02:27:04.340Z Compiling block-padding v0.3.3
42512023-10-05T02:27:04.356Z Compiling enum-as-inner v0.5.1
42522023-10-05T02:27:04.400Z Compiling serde_repr v0.1.16
42532023-10-05T02:27:04.713Z Compiling clap_derive v4.4.2
42542023-10-05T02:27:06.084Z Compiling phf_shared v0.11.2
42552023-10-05T02:27:06.365Z Compiling crc32fast v1.3.2
42562023-10-05T02:27:06.688Z Compiling scheduled-thread-pool v0.2.7
42572023-10-05T02:27:06.876Z Compiling object v0.32.1
42582023-10-05T02:27:07.487Z Compiling deranged v0.3.8
42592023-10-05T02:27:10.841Z Compiling hyper v0.14.27
42602023-10-05T02:27:13.487Z Compiling either v1.9.0
42612023-10-05T02:27:14.015Z Compiling bit-vec v0.6.3
42622023-10-05T02:27:14.708Z Compiling ipnet v2.8.0
42632023-10-05T02:27:15.410Z Compiling tap v1.0.1
42642023-10-05T02:27:15.442Z Compiling matches v0.1.10
42652023-10-05T02:27:15.599Z Compiling managed v0.8.0
42662023-10-05T02:27:15.684Z Compiling num_threads v0.1.6
42672023-10-05T02:27:15.897Z Compiling regex-automata v0.1.10
42682023-10-05T02:27:16.372Z Compiling clap_lex v0.5.1
42692023-10-05T02:27:16.469Z Compiling rustc-demangle v0.1.23
42702023-10-05T02:27:16.886Z Compiling winnow v0.5.15
42712023-10-05T02:27:17.080Z Compiling clap_builder v4.4.2
42722023-10-05T02:27:18.016Z Compiling bstr v0.2.17
42732023-10-05T02:27:19.026Z Compiling smoltcp v0.9.1
42742023-10-05T02:27:21.262Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
42752023-10-05T02:27:22.222Z Compiling wyz v0.5.1
42762023-10-05T02:27:22.932Z Compiling toml_edit v0.19.15
42772023-10-05T02:27:22.951Z Compiling hyper-rustls v0.24.1
42782023-10-05T02:27:22.980Z Compiling hyper-tls v0.5.0
42792023-10-05T02:27:23.564Z Compiling idna v0.2.3
42802023-10-05T02:27:24.108Z Compiling itertools v0.10.5
42812023-10-05T02:27:27.052Z Compiling r2d2 v0.8.10
42822023-10-05T02:27:27.662Z Compiling flate2 v1.0.27
42832023-10-05T02:27:28.097Z Compiling phf v0.11.2
42842023-10-05T02:27:28.595Z Compiling inout v0.1.3
42852023-10-05T02:27:28.614Z Compiling postgres-types v0.2.6
42862023-10-05T02:27:28.906Z Compiling ipnetwork v0.20.0
42872023-10-05T02:27:28.950Z Compiling serde_urlencoded v0.7.1
42882023-10-05T02:27:28.992Z Compiling hubpack v0.1.2
42892023-10-05T02:27:29.249Z Compiling futures-executor v0.3.28
42902023-10-05T02:27:29.706Z Compiling zerocopy v0.6.3
42912023-10-05T02:27:29.817Z Compiling memoffset v0.9.0
42922023-10-05T02:27:29.988Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
42932023-10-05T02:27:30.096Z Compiling radium v0.7.0
42942023-10-05T02:27:30.200Z Compiling phf_shared v0.10.0
42952023-10-05T02:27:30.807Z Compiling crossbeam-utils v0.8.16
42962023-10-05T02:27:30.894Z Compiling float-cmp v0.9.0
42972023-10-05T02:27:30.907Z Compiling encoding_rs v0.8.33
42982023-10-05T02:27:30.914Z Compiling data-encoding v2.4.0
42992023-10-05T02:27:31.153Z Compiling difflib v0.4.0
43002023-10-05T02:27:31.215Z Compiling normalize-line-endings v0.3.0
43012023-10-05T02:27:31.312Z Compiling unicode-segmentation v1.10.1
43022023-10-05T02:27:31.431Z Compiling funty v2.0.0
43032023-10-05T02:27:32.208Z Compiling webpki-roots v0.25.2
43042023-10-05T02:27:32.476Z Compiling precomputed-hash v0.1.1
43052023-10-05T02:27:32.659Z Compiling whoami v1.4.1
43062023-10-05T02:27:32.763Z Compiling fixedbitset v0.4.2
43072023-10-05T02:27:33.411Z Compiling predicates-core v1.0.6
43082023-10-05T02:27:33.501Z Compiling static_assertions v1.1.0
43092023-10-05T02:27:33.614Z Compiling unicode-linebreak v0.1.5
43102023-10-05T02:27:34.078Z Compiling mime v0.3.17
43112023-10-05T02:27:34.096Z Compiling smawk v0.3.1
43122023-10-05T02:27:34.261Z Compiling new_debug_unreachable v1.0.4
43132023-10-05T02:27:34.276Z Compiling textwrap v0.16.0
43142023-10-05T02:27:34.412Z Compiling string_cache v0.8.7
43152023-10-05T02:27:34.415Z Compiling predicates v3.0.3
43162023-10-05T02:27:34.483Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
43172023-10-05T02:27:34.572Z Compiling yasna v0.5.2
43182023-10-05T02:27:34.846Z Compiling bitvec v1.0.1
43192023-10-05T02:27:35.106Z Compiling reqwest v0.11.20
43202023-10-05T02:27:35.550Z Compiling petgraph v0.6.4
43212023-10-05T02:27:36.057Z Compiling tokio-postgres v0.7.10
43222023-10-05T02:27:36.943Z Compiling similar v2.2.1
43232023-10-05T02:27:37.477Z Compiling trust-dns-proto v0.22.0
43242023-10-05T02:27:38.263Z Compiling crossbeam-epoch v0.9.15
43252023-10-05T02:27:41.221Z Compiling diesel v2.1.1
43262023-10-05T02:27:41.879Z Compiling futures v0.3.28
43272023-10-05T02:27:42.075Z Compiling cipher v0.4.4
43282023-10-05T02:27:42.446Z Compiling toml v0.7.8
43292023-10-05T02:27:43.279Z Compiling clap v4.4.3
43302023-10-05T02:27:43.348Z Compiling anyhow v1.0.75
43312023-10-05T02:27:43.888Z Compiling bit-set v0.5.3
43322023-10-05T02:27:43.937Z Compiling tokio-stream v0.1.14
43332023-10-05T02:27:44.617Z Compiling usdt v0.3.5
43342023-10-05T02:27:44.643Z Compiling rustix v0.38.9
43352023-10-05T02:27:44.833Z Compiling hex v0.4.3
43362023-10-05T02:27:44.968Z Compiling num-iter v0.1.43
43372023-10-05T02:27:45.486Z Compiling signature v2.1.0
43382023-10-05T02:27:45.574Z Compiling bstr v1.6.0
43392023-10-05T02:27:46.003Z Compiling console v0.15.7
43402023-10-05T02:27:46.433Z Compiling slog v2.7.0
43412023-10-05T02:27:46.594Z Compiling lalrpop-util v0.19.12
43422023-10-05T02:27:47.181Z Compiling darling_core v0.20.3
43432023-10-05T02:27:56.157Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
43442023-10-05T02:27:56.486Z Compiling darling_macro v0.20.3
43452023-10-05T02:27:58.267Z Compiling structmeta-derive v0.1.6
43462023-10-05T02:27:58.582Z Compiling getopts v0.2.21
43472023-10-05T02:28:00.030Z Compiling serde_yaml v0.9.25
43482023-10-05T02:28:02.933Z Compiling structmeta v0.1.6
43492023-10-05T02:28:04.010Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
43502023-10-05T02:28:04.923Z Compiling darling v0.20.3
43512023-10-05T02:28:06.117Z Compiling camino v1.1.6
43522023-10-05T02:28:07.903Z Compiling slog-json v2.6.1
43532023-10-05T02:28:08.867Z Compiling sha1 v0.10.5
43542023-10-05T02:28:09.420Z Compiling async-stream-impl v0.3.5
43552023-10-05T02:28:09.560Z Compiling regex-syntax v0.6.29
43562023-10-05T02:28:11.642Z Compiling async-stream v0.3.5
43572023-10-05T02:28:14.709Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
43582023-10-05T02:28:16.409Z Compiling slog-term v2.9.0
43592023-10-05T02:28:19.284Z Compiling slog-bunyan v2.4.0
43602023-10-05T02:28:19.308Z Compiling parse-display-derive v0.7.0
43612023-10-05T02:28:19.866Z Compiling strum_macros v0.25.2
43622023-10-05T02:28:20.333Z Compiling serde_with_macros v2.3.3
43632023-10-05T02:28:24.890Z Compiling multer v2.1.0
43642023-10-05T02:28:26.132Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
43652023-10-05T02:28:26.393Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
43662023-10-05T02:28:26.554Z Compiling serde_path_to_error v0.1.14
43672023-10-05T02:28:27.994Z Compiling tempfile v3.8.0
43682023-10-05T02:28:28.141Z Compiling backoff v0.4.0
43692023-10-05T02:28:28.235Z Compiling strum v0.25.0
43702023-10-05T02:28:28.523Z Compiling parse-display v0.7.0
43712023-10-05T02:28:28.709Z Compiling serde_with v2.3.3
43722023-10-05T02:28:28.858Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
43732023-10-05T02:28:29.106Z Compiling headers-core v0.2.0
43742023-10-05T02:28:29.705Z Compiling macaddr v1.0.1
43752023-10-05T02:28:29.804Z Compiling headers v0.3.9
43762023-10-05T02:28:30.012Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
43772023-10-05T02:28:31.638Z Compiling rcgen v0.10.0
43782023-10-05T02:28:31.724Z Compiling camino-tempfile v1.0.2
43792023-10-05T02:28:33.969Z Compiling bzip2 v0.4.4
43802023-10-05T02:28:34.604Z Compiling zip v0.6.6
43812023-10-05T02:28:39.194Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
43822023-10-05T02:28:43.818Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
43832023-10-05T02:28:44.350Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
43842023-10-05T02:29:04.717Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
43852023-10-05T02:29:14.737Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43862023-10-05T02:29:17.210Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/crdb-seed)
43872023-10-05T02:29:25.602Z Finished dev [unoptimized + debuginfo] target(s) in 3m 38s
43882023-10-05T02:29:25.643Z Running `target/debug/crdb-seed`
43892023-10-05T02:29:25.678ZOct 05 02:29:25.679 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpFG1OVk
43902023-10-05T02:29:25.681ZOct 05 02:29:25.679 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base/.tmpmzwL3C,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpFG1OVk/listen-url
43912023-10-05T02:29:25.685ZOct 05 02:29:25.680 INFO cockroach environment: BUILDOMAT_JOB_ID=01HBYPJ2PZZM4TQ3GX3JJMRB6S 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/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= 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=dependabot/cargo/syn-2.0.37 GITHUB_REF=refs/heads/dependabot/cargo/syn-2.0.37 GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=9498059e6408e2349c925ffad8b8a734727a3e87 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-envKOGZcU 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=aca64f47-7e55-421c-b3c3-37f886424f0f 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
43922023-10-05T02:29:26.983ZOct 05 02:29:26.984 INFO cockroach pid: 5686
43932023-10-05T02:29:26.987ZOct 05 02:29:26.985 INFO cockroach listen URL: postgresql://root@[::1]:48318/omicron?sslmode=disable
43942023-10-05T02:29:26.990ZOct 05 02:29:26.985 INFO cockroach: populating
43952023-10-05T02:29:28.811ZOct 05 02:29:28.812 INFO cockroach: populated
43962023-10-05T02:29:31.677ZOct 05 02:29:31.660 INFO Created seed directory: `/var/tmp/omicron_tmp/crdb-base/c57f4ced1447ac7b5e0722b644563fcf94b4998591ad01a8c2cabf9ec1af380e`
43972023-10-05T02:29:31.683Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed
43982023-10-05T02:29:31.778Z PASS [ 0.043s] authz-macros::proc-macro/authz-macros test_authz_dump
43992023-10-05T02:29:31.782Z PASS [ 0.037s] bootstore schemes::tests::hello_roundtrip
44002023-10-05T02:29:31.786Z PASS [ 0.031s] bootstore trust_quorum::rack_secret::tests::create_and_verify
44012023-10-05T02:29:31.789Z PASS [ 0.037s] bootstore schemes::v0::share_pkg::tests::create_packages
44022023-10-05T02:29:31.793Z PASS [ 0.040s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
44032023-10-05T02:29:31.796Z PASS [ 0.035s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_for_enums
44042023-10-05T02:29:31.800Z PASS [ 0.028s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
44052023-10-05T02:29:31.839Z PASS [ 0.035s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
44062023-10-05T02:29:31.855Z PASS [ 0.034s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_table_name
44072023-10-05T02:29:31.863Z PASS [ 0.028s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_minimal_example_compiles
44082023-10-05T02:29:32.033Z PASS [ 0.253s] dns-server storage::test::test_update_interrupted
44092023-10-05T02:29:32.048Z PASS [ 0.275s] dns-server storage::test::test_update_basic
44102023-10-05T02:29:32.053Z PASS [ 0.268s] dns-server storage::test::test_update_in_progress
44112023-10-05T02:29:32.293Z PASS [ 0.506s] dns-server::basic_test a_crud
44122023-10-05T02:29:32.427Z PASS [ 0.378s] dns-server::basic_test multi_record_crud
44132023-10-05T02:29:32.444Z PASS [ 0.413s] dns-server::basic_test aaaa_crud
44142023-10-05T02:29:32.492Z PASS [ 0.446s] dns-server::basic_test empty_record
44152023-10-05T02:29:32.667Z PASS [ 0.373s] dns-server::basic_test name_contains_zone
44162023-10-05T02:29:32.797Z PASS [ 0.350s] dns-server::basic_test servfail
44172023-10-05T02:29:32.826Z PASS [ 1.136s] bootstore schemes::v0::peer::tests::network_config
44182023-10-05T02:29:32.895Z PASS [ 0.429s] dns-server::basic_test nxdomain
44192023-10-05T02:29:32.910Z PASS [ 0.042s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
44202023-10-05T02:29:32.915Z PASS [ 0.028s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
44212023-10-05T02:29:32.934Z PASS [ 0.059s] illumos-utils destructor::test::test_delayed_delete
44222023-10-05T02:29:32.974Z PASS [ 0.049s] illumos-utils destructor::test::test_destructor_bad_close
44232023-10-05T02:29:32.981Z PASS [ 0.494s] dns-server::basic_test srv_crud
44242023-10-05T02:29:32.989Z PASS [ 1.306s] bootstore schemes::v0::peer::tests::basic_3_nodes
44252023-10-05T02:29:33.006Z PASS [ 0.211s] dns-server::openapi_test test_dns_server_openapi
44262023-10-05T02:29:33.010Z PASS [ 0.032s] illumos-utils link::test::test_allocate_within_scopes
44272023-10-05T02:29:33.015Z PASS [ 0.041s] illumos-utils link::test::test_allocate
44282023-10-05T02:29:33.027Z PASS [ 0.039s] illumos-utils running_zone::camino_starts_with_behaviour
44292023-10-05T02:29:33.037Z PASS [ 0.033s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file
44302023-10-05T02:29:33.044Z PASS [ 0.032s] illumos-utils running_zone::tests::test_is_oxide_smf_service
44312023-10-05T02:29:33.052Z PASS [ 0.032s] illumos-utils zone::tests::test_parse_ip_network
44322023-10-05T02:29:33.058Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_bad_zpool_names
44332023-10-05T02:29:33.067Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_external_zpool_name
44342023-10-05T02:29:33.074Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_internal_zpool_name
44352023-10-05T02:29:33.081Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool
44362023-10-05T02:29:33.089Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_missing_column
44372023-10-05T02:29:33.096Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool_name_json
44382023-10-05T02:29:33.115Z PASS [ 0.037s] illumos-utils zpool::test::test_zpool_name_regex
44392023-10-05T02:29:33.283Z PASS [ 0.196s] installinator block_size_writer::tests::proptest_block_writer
44402023-10-05T02:29:33.314Z PASS [ 0.036s] internal-dns config::test::display_hosts
44412023-10-05T02:29:33.751Z PASS [ 0.029s] internal-dns config::test::display_srv_service
44422023-10-05T02:29:33.755Z PASS [ 0.043s] internal-dns config::test::test_builder_errors
44432023-10-05T02:29:33.758Z PASS [ 0.046s] internal-dns config::test::test_builder_output
44442023-10-05T02:29:33.762Z PASS [ 0.328s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
44452023-10-05T02:29:33.766Z PASS [ 0.764s] illumos-utils destructor::test::test_delayed_delete_with_error
44462023-10-05T02:29:33.991Z PASS [ 0.547s] internal-dns resolver::test::insert_and_lookup_one_record
44472023-10-05T02:29:34.039Z PASS [ 0.391s] internal-dns resolver::test::lookup_nonexistent_record_fails
44482023-10-05T02:29:34.103Z PASS [ 0.666s] internal-dns resolver::test::insert_and_lookup_multiple_records
44492023-10-05T02:29:34.632Z PASS [ 0.585s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
44502023-10-05T02:29:35.080Z PASS [ 0.776s] internal-dns resolver::test::resolver_can_access_backup_dns_server
44512023-10-05T02:29:35.090Z PASS [ 0.675s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
44522023-10-05T02:29:35.504Z PASS [ 0.036s] ipcc-key-value tests::deserialize_fixed_value
44532023-10-05T02:29:35.512Z PASS [ 0.044s] ipcc-key-value tests::installinator_image_id_round_trip
44542023-10-05T02:29:35.516Z PASS [ 0.056s] ipcc-key-value tests::serialized_size
44552023-10-05T02:29:35.523Z PASS [ 0.053s] key-manager tests::different_disks_produce_different_keys
44562023-10-05T02:29:35.534Z PASS [ 0.032s] key-manager tests::different_ikm_produces_different_keys
44572023-10-05T02:29:35.543Z PASS [ 0.031s] key-manager tests::disk_encryption_key_epoch_0
44582023-10-05T02:29:35.553Z PASS [ 0.031s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
44592023-10-05T02:29:35.558Z PASS [ 0.036s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
44602023-10-05T02:29:35.566Z PASS [ 0.038s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
44612023-10-05T02:29:35.572Z PASS [ 0.037s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
44622023-10-05T02:29:35.575Z PASS [ 0.084s] nexus-db-model device_auth::test::test_generate_user_code
44632023-10-05T02:29:35.581Z PASS [ 0.035s] nexus-db-model semver_version::test::test_to_from_sortable_string
44642023-10-05T02:29:35.584Z PASS [ 0.033s] nexus-db-model tests::test_ip_subnet_check_requestable_address
44652023-10-05T02:29:35.587Z PASS [ 0.031s] nexus-db-model tests::test_ipv6_net_random_subnet
44662023-10-05T02:29:35.590Z PASS [ 0.030s] nexus-db-model tests::test_roles_database_strings
44672023-10-05T02:29:35.594Z PASS [ 0.039s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
44682023-10-05T02:29:35.598Z PASS [ 0.047s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
44692023-10-05T02:29:35.601Z PASS [ 0.047s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
44702023-10-05T02:29:35.604Z PASS [ 0.532s] internal-dns resolver::test::update_record
44712023-10-05T02:29:35.608Z PASS [ 0.048s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
44722023-10-05T02:29:35.611Z PASS [ 0.043s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
44732023-10-05T02:29:35.617Z PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
44742023-10-05T02:29:35.629Z PASS [ 0.044s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
44752023-10-05T02:29:35.632Z PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
44762023-10-05T02:29:35.635Z PASS [ 0.075s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
44772023-10-05T02:29:35.638Z PASS [ 0.083s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
44782023-10-05T02:29:35.642Z PASS [ 0.043s] nexus-db-queries authn::external::session_cookie::test::test_get_token
44792023-10-05T02:29:35.646Z PASS [ 0.038s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
44802023-10-05T02:29:35.649Z PASS [ 0.056s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
44812023-10-05T02:29:35.652Z PASS [ 0.047s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
44822023-10-05T02:29:35.657Z PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
44832023-10-05T02:29:35.660Z PASS [ 0.047s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
44842023-10-05T02:29:35.668Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
44852023-10-05T02:29:35.671Z PASS [ 0.056s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
44862023-10-05T02:29:35.676Z PASS [ 0.052s] nexus-db-queries authn::external::spoof::test::test_make_header_value
44872023-10-05T02:29:35.681Z PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
44882023-10-05T02:29:35.685Z PASS [ 0.051s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
44892023-10-05T02:29:35.688Z PASS [ 0.050s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
44902023-10-05T02:29:35.693Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
44912023-10-05T02:29:35.699Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
44922023-10-05T02:29:35.702Z PASS [ 0.055s] nexus-db-queries authn::external::test::test_authn_sequence
44932023-10-05T02:29:35.705Z PASS [ 0.049s] nexus-db-queries authn::external::token::test::test_make_header_value
44942023-10-05T02:29:35.714Z PASS [ 0.037s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
44952023-10-05T02:29:35.718Z PASS [ 0.044s] nexus-db-queries authn::external::token::test::test_token_header_missing
44962023-10-05T02:29:35.721Z PASS [ 0.047s] nexus-db-queries authn::external::token::test::test_token_header_valid
44972023-10-05T02:29:35.728Z PASS [ 0.047s] nexus-db-queries authn::test::test_internal_users
44982023-10-05T02:29:35.731Z PASS [ 0.062s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
44992023-10-05T02:29:36.949Z PASS [ 4.282s] dns-server::commands_test test_dnsadm
45002023-10-05T02:29:42.925Z PASS [ 7.341s] nexus-db-queries authz::context::test::test_unregistered_resource
45012023-10-05T02:29:43.460Z PASS [ 10.361s] installinator write::tests::proptest_write_artifact
45022023-10-05T02:29:43.914Z PASS [ 6.968s] nexus-db-queries context::test::test_background_context
45032023-10-05T02:29:46.409Z PASS [ 13.321s] installinator mock_peers::tests::proptest_fetch_artifact
45042023-10-05T02:29:51.219Z PASS [ 7.306s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
45052023-10-05T02:29:52.403Z PASS [ 9.484s] nexus-db-queries context::test::test_child_context
45062023-10-05T02:29:52.923Z PASS [ 9.463s] nexus-db-queries context::test::test_test_context
45072023-10-05T02:29:53.065Z PASS [ 17.449s] nexus-db-queries authz::policy_test::test_conferred_roles
45082023-10-05T02:29:54.085Z PASS [ 7.680s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
45092023-10-05T02:30:01.184Z PASS [ 7.289s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
45102023-10-05T02:30:01.466Z PASS [ 7.350s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
45112023-10-05T02:30:01.852Z PASS [ 8.068s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
45122023-10-05T02:30:01.980Z PASS [ 7.934s] nexus-db-queries db::collection_attach::test::test_attach_once
45132023-10-05T02:30:02.092Z PASS [ 0.054s] nexus-db-queries db::collection_attach::test::test_verify_query
45142023-10-05T02:30:02.157Z PASS [ 8.009s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
45152023-10-05T02:30:06.306Z PASS [ 7.750s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
45162023-10-05T02:30:07.660Z PASS [ 7.884s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
45172023-10-05T02:30:08.711Z PASS [ 7.662s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
45182023-10-05T02:30:08.933Z PASS [ 7.952s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
45192023-10-05T02:30:09.217Z PASS [ 7.127s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
45202023-10-05T02:30:09.286Z PASS [ 0.070s] nexus-db-queries db::collection_detach::test::test_verify_query
45212023-10-05T02:30:13.726Z PASS [ 7.476s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
45222023-10-05T02:30:15.876Z PASS [ 8.020s] nexus-db-queries db::collection_detach::test::test_detach_once
45232023-10-05T02:30:16.758Z PASS [ 7.823s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
45242023-10-05T02:30:16.995Z PASS [ 8.293s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
45252023-10-05T02:30:17.271Z PASS [ 7.983s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
45262023-10-05T02:30:21.010Z PASS [ 7.286s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
45272023-10-05T02:30:23.332Z PASS [ 7.682s] nexus-db-queries db::collection_detach_many::test::test_detach_many
45282023-10-05T02:30:23.841Z PASS [ 7.092s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
45292023-10-05T02:30:23.895Z PASS [ 0.051s] nexus-db-queries db::collection_detach_many::test::test_verify_query
45302023-10-05T02:30:24.284Z PASS [ 7.289s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
45312023-10-05T02:30:24.960Z PASS [ 7.665s] nexus-db-queries db::collection_detach_many::test::test_detach_once
45322023-10-05T02:30:24.988Z PASS [ 0.059s] nexus-db-queries db::collection_insert::test::test_verify_query
45332023-10-05T02:30:25.385Z PASS [ 49.745s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
45342023-10-05T02:30:26.826Z PASS [ 5.818s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
45352023-10-05T02:30:26.879Z PASS [ 0.053s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
45362023-10-05T02:30:29.065Z PASS [ 5.144s] nexus-db-queries db::collection_insert::test::test_collection_not_present
45372023-10-05T02:30:29.132Z PASS [ 5.803s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
45382023-10-05T02:30:29.450Z PASS [ 5.170s] nexus-db-queries db::collection_insert::test::test_collection_present
45392023-10-05T02:30:30.542Z PASS [ 5.544s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
45402023-10-05T02:30:30.591Z PASS [ 5.207s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
45412023-10-05T02:30:31.690Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
45422023-10-05T02:30:31.697Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
45432023-10-05T02:30:33.807Z PASS [ 6.927s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
45442023-10-05T02:30:35.912Z PASS [ 63.804s] bootstore::v0-fsm-proptest-learner run
45452023-10-05T02:30:36.934Z PASS [ 7.803s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
45462023-10-05T02:30:37.607Z PASS [ 8.157s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
45472023-10-05T02:30:38.079Z PASS [ 7.486s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
45482023-10-05T02:30:38.196Z PASS [ 7.664s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
45492023-10-05T02:30:38.484Z PASS [ 9.453s] nexus-db-queries db::datastore::dns::test::test_dns_update
45502023-10-05T02:30:41.181Z PASS [ 7.336s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
45512023-10-05T02:30:42.748Z PASS [ 7.254s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
45522023-10-05T02:30:44.548Z PASS [ 7.617s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
45532023-10-05T02:30:45.129Z PASS [ 7.528s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
45542023-10-05T02:30:45.594Z PASS [ 7.524s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
45552023-10-05T02:30:45.643Z PASS [ 0.049s] nexus-db-queries db::datastore::region::test::test_extent_count
45562023-10-05T02:30:45.670Z PASS [ 7.480s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
45572023-10-05T02:30:46.667Z PASS [ 8.180s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
45582023-10-05T02:30:46.923Z PASS [ 75.221s] bootstore::v0-fsm-proptest-rack-coordinator run
45592023-10-05T02:30:48.404Z PASS [ 7.269s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
45602023-10-05T02:30:50.237Z PASS [ 7.495s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
45612023-10-05T02:30:52.936Z PASS [ 7.283s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
45622023-10-05T02:30:53.105Z PASS [ 8.537s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
45632023-10-05T02:30:53.202Z PASS [ 7.536s] nexus-db-queries db::datastore::test::test_component_update_conflict
45642023-10-05T02:30:53.546Z PASS [ 8.407s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
45652023-10-05T02:30:53.831Z PASS [ 7.171s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
45662023-10-05T02:30:54.080Z PASS [ 7.168s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
45672023-10-05T02:30:55.251Z PASS [ 6.844s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
45682023-10-05T02:30:56.837Z PASS [ 6.600s] nexus-db-queries db::datastore::test::test_project_creation
45692023-10-05T02:30:58.064Z PASS [ 5.141s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
45702023-10-05T02:31:00.825Z PASS [ 7.747s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
45712023-10-05T02:31:01.123Z PASS [ 7.589s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
45722023-10-05T02:31:02.736Z PASS [ 9.532s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
45732023-10-05T02:31:03.588Z PASS [ 9.749s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
45742023-10-05T02:31:04.168Z PASS [ 10.038s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
45752023-10-05T02:31:05.101Z PASS [ 7.037s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
45762023-10-05T02:31:05.363Z PASS [ 10.119s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
45772023-10-05T02:31:06.090Z PASS [ 8.852s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
45782023-10-05T02:31:06.097Z PASS [ 0.050s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
45792023-10-05T02:31:06.106Z PASS [ 0.047s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
45802023-10-05T02:31:06.117Z PASS [ 0.051s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
45812023-10-05T02:31:06.146Z PASS [ 0.049s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
45822023-10-05T02:31:06.151Z PASS [ 5.011s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
45832023-10-05T02:31:07.587Z PASS [ 6.761s] nexus-db-queries db::datastore::test::test_session_methods
45842023-10-05T02:31:13.089Z PASS [ 6.701s] nexus-db-queries db::datastore::test::test_ssh_keys
45852023-10-05T02:31:13.221Z PASS [ 5.122s] nexus-db-queries db::explain::test::test_explain_async
45862023-10-05T02:31:13.481Z PASS [ 6.688s] nexus-db-queries db::datastore::test::test_system_update_conflict
45872023-10-05T02:31:13.504Z PASS [ 5.082s] nexus-db-queries db::explain::test::test_explain_full_table_scan
45882023-10-05T02:31:13.530Z PASS [ 6.456s] nexus-db-queries db::datastore::test::test_table_scan
45892023-10-05T02:31:13.551Z PASS [ 5.403s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
45902023-10-05T02:31:13.590Z PASS [ 6.590s] nexus-db-queries db::lookup::test::test_lookup
45912023-10-05T02:31:13.622Z PASS [ 5.212s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
45922023-10-05T02:31:14.625Z PASS [ 5.169s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
45932023-10-05T02:31:15.795Z PASS [ 5.577s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
45942023-10-05T02:31:17.693Z PASS [ 7.249s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
45952023-10-05T02:31:17.708Z PASS [ 7.448s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
45962023-10-05T02:31:18.941Z PASS [ 7.964s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
45972023-10-05T02:31:18.954Z PASS [ 7.349s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
45982023-10-05T02:31:19.720Z PASS [ 7.248s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
45992023-10-05T02:31:20.015Z PASS [ 7.223s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
46002023-10-05T02:31:20.065Z PASS [ 0.049s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
46012023-10-05T02:31:21.397Z PASS [ 6.799s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
46022023-10-05T02:31:22.720Z PASS [ 6.929s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
46032023-10-05T02:31:25.067Z PASS [ 7.352s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
46042023-10-05T02:31:25.431Z PASS [ 7.743s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
46052023-10-05T02:31:25.953Z PASS [ 7.421s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
46062023-10-05T02:31:26.058Z PASS [ 7.183s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
46072023-10-05T02:31:27.311Z PASS [ 7.193s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
46082023-10-05T02:31:28.133Z PASS [ 8.417s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
46092023-10-05T02:31:28.983Z PASS [ 7.493s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
46102023-10-05T02:31:29.574Z PASS [ 6.854s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
46112023-10-05T02:31:32.371Z PASS [ 7.313s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
46122023-10-05T02:31:32.866Z PASS [ 7.030s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
46132023-10-05T02:31:32.871Z PASS [ 0.048s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
46142023-10-05T02:31:33.178Z PASS [ 7.122s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
46152023-10-05T02:31:33.445Z PASS [ 7.495s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
46162023-10-05T02:31:34.392Z PASS [ 7.136s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
46172023-10-05T02:31:35.371Z PASS [ 7.241s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
46182023-10-05T02:31:35.936Z PASS [ 7.018s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
46192023-10-05T02:31:35.948Z PASS [ 0.038s] nexus-defaults tests::test_random_vpc_ipv6_prefix
46202023-10-05T02:31:36.687Z PASS [ 0.044s] nexus-types external_api::shared::test::test_policy_parsing
46212023-10-05T02:31:36.716Z PASS [ 0.158s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
46222023-10-05T02:31:36.726Z PASS [ 0.059s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
46232023-10-05T02:31:36.731Z PASS [ 0.119s] omicron-certificates tests::test_cert_extended_key_usage
46242023-10-05T02:31:36.737Z PASS [ 0.078s] omicron-certificates tests::test_common_name_is_validated
46252023-10-05T02:31:36.744Z PASS [ 0.081s] omicron-certificates tests::test_subject_alternate_names_are_validated
46262023-10-05T02:31:36.756Z PASS [ 0.037s] omicron-common address::test::test_dns_subnets
46272023-10-05T02:31:36.767Z PASS [ 0.028s] omicron-common address::test::test_ip_range_checks_non_decreasing
46282023-10-05T02:31:36.775Z PASS [ 0.033s] omicron-common address::test::test_ip_range_enum_deserialization
46292023-10-05T02:31:36.829Z PASS [ 7.018s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
46302023-10-05T02:31:36.849Z PASS [ 0.027s] omicron-common address::test::test_ip_range_iter
46312023-10-05T02:31:37.723Z PASS [ 0.026s] omicron-common address::test::test_ip_range_try_from
46322023-10-05T02:31:37.734Z PASS [ 0.028s] omicron-common address::test::test_ipv6_subnet_deserialize
46332023-10-05T02:31:37.749Z PASS [ 0.026s] omicron-common address::test::test_sled_address
46342023-10-05T02:31:37.765Z PASS [ 0.027s] omicron-common api::external::error::test::test_bail_unless
46352023-10-05T02:31:37.771Z PASS [ 0.026s] omicron-common api::external::error::test::test_context
46362023-10-05T02:31:37.783Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_pagination_examples
46372023-10-05T02:31:37.804Z PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_pagination_schemas
46382023-10-05T02:31:37.824Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_id
46392023-10-05T02:31:37.832Z PASS [ 0.037s] omicron-common api::external::http_pagination::test::test_scan_by_name
46402023-10-05T02:31:37.843Z PASS [ 0.023s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
46412023-10-05T02:31:37.856Z PASS [ 0.023s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
46422023-10-05T02:31:37.878Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
46432023-10-05T02:31:37.894Z PASS [ 0.024s] omicron-common api::external::test::test_bytecount
46442023-10-05T02:31:37.916Z PASS [ 0.021s] omicron-common api::external::test::test_bytecount_display
46452023-10-05T02:31:37.936Z PASS [ 0.026s] omicron-common api::external::test::test_digest
46462023-10-05T02:31:38.361Z PASS [ 0.021s] omicron-common api::external::test::test_firewall_deserialization
46472023-10-05T02:31:38.369Z PASS [ 0.039s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
46482023-10-05T02:31:38.378Z PASS [ 0.037s] omicron-common api::external::test::test_firewall_rule_target_parse
46492023-10-05T02:31:38.407Z PASS [ 0.025s] omicron-common api::external::test::test_ip_port_range_from_str
46502023-10-05T02:31:38.423Z PASS [ 0.027s] omicron-common api::external::test::test_ip_port_range_into_str
46512023-10-05T02:31:38.846Z PASS [ 0.025s] omicron-common api::external::test::test_ipnet_first_last_address
46522023-10-05T02:31:38.860Z PASS [ 0.023s] omicron-common api::external::test::test_ipnet_serde
46532023-10-05T02:31:38.874Z PASS [ 0.023s] omicron-common api::external::test::test_ipv4_net_operations
46542023-10-05T02:31:38.882Z PASS [ 0.022s] omicron-common api::external::test::test_ipv6_net_operations
46552023-10-05T02:31:38.890Z PASS [ 0.029s] omicron-common api::external::test::test_mac_system_iterator
46562023-10-05T02:31:38.897Z PASS [ 0.030s] omicron-common api::external::test::test_mac_to_int_conversions
46572023-10-05T02:31:38.906Z PASS [ 0.024s] omicron-common api::external::test::test_macaddr
46582023-10-05T02:31:38.913Z PASS [ 0.023s] omicron-common api::external::test::test_name_parse
46592023-10-05T02:31:38.919Z PASS [ 0.025s] omicron-common api::external::test::test_name_parse_from_param
46602023-10-05T02:31:38.924Z PASS [ 0.028s] omicron-common api::external::test::test_resource_name_parse
46612023-10-05T02:31:38.928Z PASS [ 0.037s] omicron-common api::external::test::test_role_name_parse
46622023-10-05T02:31:38.934Z PASS [ 0.038s] omicron-common api::external::test::test_route_destination_parse
46632023-10-05T02:31:38.938Z PASS [ 0.026s] omicron-common api::external::test::test_semver_serialize
46642023-10-05T02:31:38.944Z PASS [ 0.050s] omicron-common api::external::test::test_route_target_parse
46652023-10-05T02:31:38.948Z PASS [ 0.034s] omicron-common api::external::test::test_semver_validation
46662023-10-05T02:31:38.951Z PASS [ 0.026s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
46672023-10-05T02:31:38.956Z PASS [ 0.038s] omicron-common ledger::test::test_commit_handles_write_failures
46682023-10-05T02:31:38.960Z PASS [ 0.039s] omicron-common ledger::test::test_create_default_ledger
46692023-10-05T02:31:38.964Z PASS [ 0.033s] omicron-common ledger::test::test_create_ledger_reads_from_storage
46702023-10-05T02:31:38.967Z PASS [ 0.035s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
46712023-10-05T02:31:38.972Z PASS [ 0.037s] omicron-common nexus_config::test::test_bad_authn_schemes
46722023-10-05T02:31:38.977Z PASS [ 0.034s] omicron-common nexus_config::test::test_config_bad_toml
46732023-10-05T02:31:38.981Z PASS [ 0.030s] omicron-common nexus_config::test::test_config_empty
46742023-10-05T02:31:38.984Z PASS [ 0.030s] omicron-common nexus_config::test::test_config_nonexistent
46752023-10-05T02:31:38.988Z PASS [ 0.029s] omicron-common nexus_config::test::test_deployment_config_schema
46762023-10-05T02:31:38.992Z PASS [ 0.032s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
46772023-10-05T02:31:38.996Z PASS [ 0.035s] omicron-common nexus_config::test::test_repo_configs_are_valid
46782023-10-05T02:31:39.000Z PASS [ 0.031s] omicron-common nexus_config::test::test_valid
46792023-10-05T02:31:39.006Z PASS [ 0.025s] omicron-common postgres_config::test::test_bad_url
46802023-10-05T02:31:39.011Z PASS [ 0.027s] omicron-common postgres_config::test::test_example_url
46812023-10-05T02:31:39.015Z PASS [ 0.026s] omicron-common update::tests::serde_artifact_kind
46822023-10-05T02:31:39.019Z PASS [ 0.326s] omicron-dev::test_omicron_dev test_cert_create
46832023-10-05T02:31:39.023Z PASS [ 5.284s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
46842023-10-05T02:31:39.027Z PASS [ 0.101s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
46852023-10-05T02:31:39.042Z PASS [ 0.102s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
46862023-10-05T02:31:39.048Z PASS [ 5.306s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
46872023-10-05T02:31:39.061Z PASS [ 0.170s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
46882023-10-05T02:31:39.069Z PASS [ 0.107s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
46892023-10-05T02:31:39.073Z PASS [ 0.049s] omicron-gateway management_switch::location_map::tests::test_config_validation
46902023-10-05T02:31:39.077Z PASS [ 0.055s] omicron-gateway management_switch::location_map::tests::test_resolve_location
46912023-10-05T02:31:39.332Z PASS [ 0.367s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
46922023-10-05T02:31:39.628Z PASS [ 0.299s] omicron-gateway::test_all integration_tests::component_list::component_list
46932023-10-05T02:31:40.085Z PASS [ 5.281s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
46942023-10-05T02:31:40.114Z PASS [ 7.412s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
46952023-10-05T02:31:40.125Z PASS [ 7.423s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
46962023-10-05T02:31:40.149Z PASS [ 0.284s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
46972023-10-05T02:31:40.170Z PASS [ 0.281s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
46982023-10-05T02:31:40.175Z PASS [ 0.490s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
46992023-10-05T02:31:40.464Z PASS [ 5.071s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
47002023-10-05T02:31:41.300Z PASS [ 3.945s] omicron-dev::test_omicron_dev test_db_killed
47012023-10-05T02:31:54.971Z PASS [ 17.305s] omicron-dev::test_omicron_dev test_db_run
47022023-10-05T02:32:01.886Z PASS [ 21.923s] omicron-nexus app::background::common::test::test_driver_basic
47032023-10-05T02:32:02.174Z PASS [ 23.332s] omicron-dev::test_omicron_dev test_run_all
47042023-10-05T02:32:02.237Z PASS [ 21.752s] omicron-nexus app::background::dns_servers::test::test_basic
47052023-10-05T02:32:02.335Z PASS [ 0.152s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
47062023-10-05T02:32:02.429Z PASS [ 21.136s] omicron-nexus app::background::external_endpoints::test::test_basic
47072023-10-05T02:32:02.439Z PASS [ 0.125s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
47082023-10-05T02:32:02.506Z PASS [ 0.073s] omicron-nexus app::external_endpoints::test::test_no_endpoint
47092023-10-05T02:32:02.518Z PASS [ 0.072s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
47102023-10-05T02:32:03.084Z PASS [ 22.971s] omicron-nexus app::background::dns_propagation::test::test_basic
47112023-10-05T02:32:03.106Z PASS [ 23.023s] omicron-nexus app::background::dns_config::test::test_basic
47122023-10-05T02:32:03.140Z PASS [ 1.263s] omicron-nexus app::external_endpoints::test::test_authority
47132023-10-05T02:32:03.598Z PASS [ 23.678s] omicron-nexus app::background::common::test::test_activation_in_progress
47142023-10-05T02:32:11.635Z PASS [ 9.445s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
47152023-10-05T02:32:16.477Z PASS [ 21.307s] omicron-nexus app::background::init::test::test_dns_propagation_basic
47162023-10-05T02:32:26.019Z PASS [ 22.924s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
47172023-10-05T02:32:27.760Z PASS [ 24.172s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
47182023-10-05T02:32:27.905Z PASS [ 24.756s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
47192023-10-05T02:32:27.993Z PASS [ 24.913s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
47202023-10-05T02:32:32.590Z PASS [ 30.059s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
47212023-10-05T02:32:32.953Z PASS [ 30.437s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
47222023-10-05T02:32:55.535Z PASS [ 27.784s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
47232023-10-05T02:32:56.026Z PASS [ 28.015s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
47242023-10-05T02:32:57.190Z PASS [ 31.197s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
47252023-10-05T02:32:57.662Z PASS [ 29.789s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
47262023-10-05T02:33:00.185Z PASS [ 27.251s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
47272023-10-05T02:33:11.727Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47282023-10-05T02:33:16.653Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47292023-10-05T02:33:35.992Z PASS [ 20.212s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
47302023-10-05T02:33:36.966Z PASS [ 27.157s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
47312023-10-05T02:33:37.286Z PASS [ 28.442s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
47322023-10-05T02:33:38.409Z PASS [ 26.797s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
47332023-10-05T02:33:38.573Z PASS [ 0.062s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
47342023-10-05T02:33:38.633Z PASS [ 30.382s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
47352023-10-05T02:33:39.082Z PASS [ 59.314s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
47362023-10-05T02:33:49.877Z PASS [ 18.032s] omicron-nexus app::sagas::test_saga::test_saga_stuck
47372023-10-05T02:33:50.349Z PASS [ 26.378s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
47382023-10-05T02:33:52.779Z PASS [ 28.749s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
47392023-10-05T02:34:02.441Z PASS [ 34.027s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
47402023-10-05T02:34:11.306Z PASS [ 18.479s] omicron-nexus app::update::tests::test_populate_mock_system_updates
47412023-10-05T02:34:11.595Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47422023-10-05T02:34:12.396Z PASS [ 22.032s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
47432023-10-05T02:34:19.830Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47442023-10-05T02:34:20.162Z PASS [ 26.493s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
47452023-10-05T02:34:20.264Z PASS [ 18.002s] omicron-nexus app::update::tests::test_semver_max
47462023-10-05T02:34:20.479Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47472023-10-05T02:34:23.537Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
47482023-10-05T02:34:29.233Z PASS [ 137.638s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47492023-10-05T02:34:29.301Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
47502023-10-05T02:34:29.346Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
47512023-10-05T02:34:29.682Z PASS [ 0.093s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
47522023-10-05T02:34:29.714Z PASS [ 0.068s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
47532023-10-05T02:34:30.186Z PASS [ 0.065s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
47542023-10-05T02:34:30.190Z PASS [ 0.071s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
47552023-10-05T02:34:30.193Z PASS [ 0.079s] omicron-nexus external_api::console_api::test::test_relative_uri
47562023-10-05T02:34:30.200Z PASS [ 9.716s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
47572023-10-05T02:34:30.205Z PASS [ 0.228s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
47582023-10-05T02:34:31.243Z PASS [ 19.824s] omicron-nexus app::update::tests::test_system_updates
47592023-10-05T02:34:32.433Z PASS [ 19.950s] omicron-nexus app::update::tests::test_update_deployments
47602023-10-05T02:34:36.240Z PASS [ 19.885s] omicron-nexus app::update::tests::test_updateable_components
47612023-10-05T02:34:38.438Z PASS [ 142.213s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47622023-10-05T02:34:38.568Z PASS [ 0.134s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
47632023-10-05T02:34:41.154Z PASS [ 8.835s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
47642023-10-05T02:34:45.669Z PASS [ 9.016s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
47652023-10-05T02:34:48.573Z PASS [ 17.505s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
47662023-10-05T02:34:48.749Z PASS [ 18.802s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
47672023-10-05T02:34:58.709Z PASS [ 20.140s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
47682023-10-05T02:35:00.500Z PASS [ 19.352s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
47692023-10-05T02:35:05.802Z PASS [ 20.534s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
47702023-10-05T02:35:08.347Z PASS [ 19.789s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
47712023-10-05T02:35:09.310Z PASS [ 20.557s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
47722023-10-05T02:35:19.170Z PASS [ 19.079s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
47732023-10-05T02:35:20.543Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47742023-10-05T02:35:20.975Z PASS [ 117.849s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
47752023-10-05T02:35:28.389Z PASS [ 19.337s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
47762023-10-05T02:35:28.548Z PASS [ 19.099s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
47772023-10-05T02:35:28.791Z PASS [ 28.223s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
47782023-10-05T02:35:30.061Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
47792023-10-05T02:35:37.506Z PASS [ 19.737s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
47802023-10-05T02:35:37.839Z PASS [ 32.055s] omicron-nexus::test_all integration_tests::basic::test_projects_list
47812023-10-05T02:35:38.263Z PASS [ 0.429s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
47822023-10-05T02:35:38.404Z PASS [ 0.119s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
47832023-10-05T02:35:38.579Z PASS [ 0.163s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
47842023-10-05T02:35:39.084Z PASS [ 69.104s] omicron-nexus populate::test::test_populators
47852023-10-05T02:35:39.256Z PASS [ 0.396s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
47862023-10-05T02:35:39.576Z PASS [ 0.993s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
47872023-10-05T02:35:40.033Z PASS [ 19.013s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
47882023-10-05T02:35:47.325Z PASS [ 19.651s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
47892023-10-05T02:35:48.809Z PASS [ 20.103s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
47902023-10-05T02:35:50.178Z PASS [ 21.784s] omicron-nexus::test_all integration_tests::certificates::test_crud
47912023-10-05T02:35:59.164Z PASS [ 19.931s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
47922023-10-05T02:35:59.521Z PASS [ 19.573s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
47932023-10-05T02:36:00.028Z PASS [ 20.502s] omicron-nexus::test_all integration_tests::console_api::test_assets
47942023-10-05T02:36:08.898Z PASS [ 30.575s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
47952023-10-05T02:36:09.950Z PASS [ 19.798s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
47962023-10-05T02:36:10.394Z PASS [ 23.079s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
47972023-10-05T02:36:14.778Z PASS [ 25.984s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
47982023-10-05T02:36:20.079Z PASS [ 20.506s] omicron-nexus::test_all integration_tests::console_api::test_session_me
47992023-10-05T02:36:20.112Z PASS [ 20.432s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
48002023-10-05T02:36:20.789Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48012023-10-05T02:36:25.604Z PASS [ 25.584s] omicron-nexus::test_all integration_tests::console_api::test_sessions
48022023-10-05T02:36:28.395Z PASS [ 20.332s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
48032023-10-05T02:36:31.557Z PASS [ 21.603s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
48042023-10-05T02:36:35.458Z PASS [ 25.063s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
48052023-10-05T02:36:44.887Z PASS [ 24.944s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
48062023-10-05T02:36:45.720Z PASS [ 25.648s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
48072023-10-05T02:36:50.665Z PASS [ 25.067s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
48082023-10-05T02:36:50.752Z PASS [ 35.977s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
48092023-10-05T02:36:52.280Z PASS [ 23.465s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
48102023-10-05T02:37:08.144Z PASS [ 35.665s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
48112023-10-05T02:37:25.234Z PASS [ 23.608s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
48122023-10-05T02:37:26.842Z PASS [ 21.870s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
48132023-10-05T02:37:26.931Z PASS [ 21.196s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
48142023-10-05T02:37:27.436Z PASS [ 25.910s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
48152023-10-05T02:37:27.670Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48162023-10-05T02:37:27.920Z PASS [ 48.673s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
48172023-10-05T02:37:28.553Z PASS [ 43.173s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
48182023-10-05T02:37:30.324Z PASS [ 22.964s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
48192023-10-05T02:37:31.143Z PASS [ 22.081s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
48202023-10-05T02:37:40.221Z PASS [ 23.657s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
48212023-10-05T02:37:41.814Z PASS [ 28.802s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
48222023-10-05T02:37:52.896Z PASS [ 28.792s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
48232023-10-05T02:37:53.671Z PASS [ 40.629s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
48242023-10-05T02:37:53.844Z PASS [ 23.684s] omicron-nexus::test_all integration_tests::images::test_image_create
48252023-10-05T02:37:53.957Z PASS [ 22.984s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_content_length
48262023-10-05T02:37:55.173Z PASS [ 26.993s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
48272023-10-05T02:38:03.818Z PASS [ 23.601s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_image_size
48282023-10-05T02:38:05.697Z PASS [ 23.879s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_url
48292023-10-05T02:38:18.566Z PASS [ 24.058s] omicron-nexus::test_all integration_tests::images::test_image_create_url_404
48302023-10-05T02:38:19.532Z PASS [ 299.232s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48312023-10-05T02:38:20.120Z PASS [ 25.095s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
48322023-10-05T02:38:20.908Z PASS [ 26.737s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
48332023-10-05T02:38:21.160Z PASS [ 27.325s] omicron-nexus::test_all integration_tests::images::test_image_promotion
48342023-10-05T02:38:26.339Z PASS [ 8.644s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
48352023-10-05T02:38:26.364Z PASS [ 32.465s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
48362023-10-05T02:38:27.485Z PASS [ 22.213s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
48372023-10-05T02:38:27.632Z PASS [ 8.112s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
48382023-10-05T02:38:28.828Z PASS [ 25.032s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
48392023-10-05T02:38:29.144Z PASS [ 9.014s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
48402023-10-05T02:38:30.514Z PASS [ 9.829s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
48412023-10-05T02:38:45.998Z PASS [ 24.843s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
48422023-10-05T02:38:48.971Z PASS [ 19.851s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
48432023-10-05T02:38:54.607Z PASS [ 28.474s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
48442023-10-05T02:38:57.031Z PASS [ 27.778s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
48452023-10-05T02:38:57.952Z PASS [ 27.420s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
48462023-10-05T02:39:01.444Z PASS [ 32.115s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
48472023-10-05T02:39:10.590Z PASS [ 43.116s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
48482023-10-05T02:39:13.738Z PASS [ 47.450s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
48492023-10-05T02:39:15.060Z PASS [ 25.987s] omicron-nexus::test_all integration_tests::instances::test_instance_access
48502023-10-05T02:39:26.770Z PASS [ 31.736s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
48512023-10-05T02:39:27.308Z PASS [ 27.558s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
48522023-10-05T02:39:31.834Z PASS [ 33.851s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
48532023-10-05T02:39:32.643Z PASS [ 36.014s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
48542023-10-05T02:39:42.249Z PASS [ 31.668s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
48552023-10-05T02:39:45.991Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
48562023-10-05T02:39:50.682Z PASS [ 37.469s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
48572023-10-05T02:39:57.738Z PASS [ 31.394s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
48582023-10-05T02:40:01.176Z PASS [ 46.233s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
48592023-10-05T02:40:01.215Z PASS [ 33.938s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
48602023-10-05T02:40:02.799Z PASS [ 31.033s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
48612023-10-05T02:40:07.646Z PASS [ 35.049s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
48622023-10-05T02:40:09.148Z PASS [ 83.183s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
48632023-10-05T02:40:14.611Z PASS [ 24.144s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
48642023-10-05T02:40:21.738Z PASS [ 39.100s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
48652023-10-05T02:40:25.702Z PASS [ 24.535s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
48662023-10-05T02:40:27.978Z PASS [ 26.768s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
48672023-10-05T02:40:29.031Z PASS [ 20.991s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
48682023-10-05T02:40:29.040Z PASS [ 26.192s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
48692023-10-05T02:40:32.117Z PASS [ 34.428s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
48702023-10-05T02:40:42.026Z PASS [ 27.152s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
48712023-10-05T02:40:44.764Z PASS [ 19.067s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
48722023-10-05T02:40:48.275Z PASS [ 39.106s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
48732023-10-05T02:40:48.546Z PASS [ 20.572s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
48742023-10-05T02:40:49.579Z PASS [ 20.954s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
48752023-10-05T02:40:49.868Z PASS [ 20.879s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
48762023-10-05T02:40:51.708Z PASS [ 30.313s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
48772023-10-05T02:40:52.725Z PASS [ 20.626s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
48782023-10-05T02:41:05.785Z PASS [ 21.033s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
48792023-10-05T02:41:07.941Z PASS [ 19.711s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
48802023-10-05T02:41:08.830Z PASS [ 19.262s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo
48812023-10-05T02:41:09.268Z PASS [ 20.315s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
48822023-10-05T02:41:10.977Z PASS [ 29.225s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project
48832023-10-05T02:41:13.801Z PASS [ 22.179s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
48842023-10-05T02:41:14.800Z PASS [ 22.085s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
48852023-10-05T02:41:18.917Z PASS [ 29.054s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
48862023-10-05T02:41:27.017Z PASS [ 19.072s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
48872023-10-05T02:41:35.948Z PASS [ 27.131s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
48882023-10-05T02:41:37.105Z PASS [ 23.310s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
48892023-10-05T02:41:37.956Z PASS [ 23.144s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
48902023-10-05T02:41:41.670Z PASS [ 22.779s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
48912023-10-05T02:41:43.076Z PASS [ 34.240s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
48922023-10-05T02:42:07.447Z PASS [ 49.477s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
48932023-10-05T02:42:07.946Z PASS [ 23.659s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
48942023-10-05T02:42:07.981Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
48952023-10-05T02:42:08.248Z PASS [ 62.463s] omicron-nexus::test_all integration_tests::metrics::test_metrics
48962023-10-05T02:42:15.583Z PASS [ 29.590s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
48972023-10-05T02:42:16.165Z PASS [ 48.458s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
48982023-10-05T02:42:22.161Z PASS [ 40.091s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
48992023-10-05T02:42:24.037Z PASS [ 23.284s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
49002023-10-05T02:42:25.061Z PASS [ 48.712s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
49012023-10-05T02:42:26.909Z PASS [ 48.980s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
49022023-10-05T02:42:32.859Z PASS [ 32.006s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
49032023-10-05T02:42:40.694Z PASS [ 32.473s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_from_url
49042023-10-05T02:42:45.027Z PASS [ 20.992s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
49052023-10-05T02:42:48.389Z PASS [ 21.460s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
49062023-10-05T02:42:49.604Z PASS [ 24.961s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
49072023-10-05T02:42:58.009Z PASS [ 24.980s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
49082023-10-05T02:43:03.123Z PASS [ 48.817s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
49092023-10-05T02:43:07.546Z PASS [ 52.096s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
49102023-10-05T02:43:07.802Z PASS [ 18.176s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
49112023-10-05T02:43:08.304Z PASS [ 23.119s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
49122023-10-05T02:43:10.243Z PASS [ 21.870s] omicron-nexus::test_all integration_tests::projects::test_projects
49132023-10-05T02:43:12.553Z PASS [ 31.866s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
49142023-10-05T02:43:16.276Z PASS [ 18.885s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
49152023-10-05T02:43:21.723Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
49162023-10-05T02:43:22.740Z PASS [ 21.285s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
49172023-10-05T02:43:22.905Z PASS [ 0.162s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
49182023-10-05T02:43:23.032Z PASS [ 0.132s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
49192023-10-05T02:43:23.167Z PASS [ 0.130s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
49202023-10-05T02:43:23.300Z PASS [ 0.132s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
49212023-10-05T02:43:23.452Z PASS [ 0.152s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
49222023-10-05T02:43:27.997Z PASS [ 19.872s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
49232023-10-05T02:43:28.184Z PASS [ 20.656s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
49242023-10-05T02:43:29.586Z PASS [ 67.871s] omicron-nexus::test_all integration_tests::password_login::test_local_users
49252023-10-05T02:43:30.129Z PASS [ 19.894s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
49262023-10-05T02:43:30.621Z PASS [ 22.834s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
49272023-10-05T02:43:34.295Z PASS [ 21.741s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
49282023-10-05T02:43:41.281Z PASS [ 25.014s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
49292023-10-05T02:43:45.374Z PASS [ 21.138s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
49302023-10-05T02:43:45.806Z PASS [ 0.117s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
49312023-10-05T02:43:45.821Z PASS [ 0.071s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
49322023-10-05T02:43:45.831Z PASS [ 0.107s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
49332023-10-05T02:43:48.833Z PASS [ 20.654s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
49342023-10-05T02:43:49.198Z PASS [ 21.196s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
49352023-10-05T02:43:50.122Z PASS [ 20.540s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
49362023-10-05T02:43:50.673Z PASS [ 20.564s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
49372023-10-05T02:43:51.152Z PASS [ 20.237s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
49382023-10-05T02:43:56.220Z PASS [ 21.922s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
49392023-10-05T02:44:01.296Z PASS [ 20.010s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
49402023-10-05T02:44:02.309Z PASS [ 11.065s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
49412023-10-05T02:44:02.782Z PASS [ 11.601s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
49422023-10-05T02:44:04.399Z PASS [ 19.523s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
49432023-10-05T02:44:06.606Z PASS [ 10.349s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
49442023-10-05T02:44:07.432Z PASS [ 18.247s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
49452023-10-05T02:44:07.962Z PASS [ 19.114s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
49462023-10-05T02:44:09.001Z PASS [ 18.844s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
49472023-10-05T02:44:09.634Z PASS [ 5.239s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
49482023-10-05T02:44:11.766Z PASS [ 10.433s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
49492023-10-05T02:44:12.902Z PASS [ 10.586s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
49502023-10-05T02:44:19.883Z PASS [ 11.942s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
49512023-10-05T02:44:27.735Z PASS [ 16.332s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
49522023-10-05T02:44:27.925Z PASS [ 24.282s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
49532023-10-05T02:44:29.290Z PASS [ 19.143s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
49542023-10-05T02:44:29.450Z PASS [ 19.355s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
49552023-10-05T02:44:29.759Z PASS [ 22.190s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
49562023-10-05T02:44:29.853Z PASS [ 17.981s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
49572023-10-05T02:44:32.351Z PASS [ 19.873s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
49582023-10-05T02:44:41.578Z PASS [ 20.307s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
49592023-10-05T02:44:46.470Z PASS [ 21.171s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
49602023-10-05T02:44:48.498Z PASS [ 21.736s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
49612023-10-05T02:44:49.605Z PASS [ 21.343s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
49622023-10-05T02:44:49.747Z PASS [ 19.952s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
49632023-10-05T02:44:50.028Z PASS [ 20.252s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
49642023-10-05T02:44:51.976Z PASS [ 22.997s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
49652023-10-05T02:44:53.593Z PASS [ 21.219s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
49662023-10-05T02:45:02.989Z PASS [ 22.808s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
49672023-10-05T02:45:09.660Z PASS [ 20.207s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
49682023-10-05T02:45:09.768Z PASS [ 21.491s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
49692023-10-05T02:45:10.372Z PASS [ 20.581s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
49702023-10-05T02:45:10.637Z PASS [ 20.700s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
49712023-10-05T02:45:13.427Z PASS [ 21.463s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
49722023-10-05T02:45:14.014Z PASS [ 20.063s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
49732023-10-05T02:45:14.018Z PASS [ 29.767s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
49742023-10-05T02:45:36.457Z PASS [ 25.227s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
49752023-10-05T02:45:37.152Z PASS [ 19.196s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
49762023-10-05T02:45:37.632Z PASS [ 22.152s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
49772023-10-05T02:45:41.229Z PASS [ 21.282s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
49782023-10-05T02:46:02.592Z PASS [ 27.983s] omicron-nexus::test_all integration_tests::silos::test_silos
49792023-10-05T02:46:02.905Z PASS [ 24.447s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
49802023-10-05T02:46:03.130Z PASS [ 29.000s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
49812023-10-05T02:46:03.205Z PASS [ 26.651s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
49822023-10-05T02:46:05.163Z PASS [ 22.771s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
49832023-10-05T02:46:05.343Z PASS [ 19.053s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
49842023-10-05T02:46:05.533Z PASS [ 21.107s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
49852023-10-05T02:46:10.566Z PASS [ 21.128s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
49862023-10-05T02:46:11.660Z PASS [ 22.091s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
49872023-10-05T02:46:12.308Z PASS [ 34.334s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
49882023-10-05T02:46:12.454Z PASS [ 36.308s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
49892023-10-05T02:46:13.957Z PASS [ 33.876s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
49902023-10-05T02:46:19.563Z PASS [ 20.357s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
49912023-10-05T02:46:21.329Z PASS [ 21.007s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
49922023-10-05T02:46:21.967Z PASS [ 27.627s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
49932023-10-05T02:46:23.076Z PASS [ 18.932s] omicron-nexus::test_all integration_tests::system_updates::test_get_update
49942023-10-05T02:46:26.807Z PASS [ 18.601s] omicron-nexus::test_all integration_tests::system_updates::test_list_components
49952023-10-05T02:46:29.019Z PASS [ 0.983s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
49962023-10-05T02:46:31.518Z PASS [ 31.773s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
49972023-10-05T02:46:31.772Z PASS [ 40.818s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
49982023-10-05T02:46:32.927Z PASS [ 18.994s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components
49992023-10-05T02:46:38.789Z PASS [ 19.228s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates
50002023-10-05T02:46:40.373Z PASS [ 18.824s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments
50012023-10-05T02:46:41.262Z PASS [ 19.948s] omicron-nexus::test_all integration_tests::system_updates::test_system_version
50022023-10-05T02:46:47.939Z PASS [ 20.172s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
50032023-10-05T02:46:51.325Z PASS [ 19.549s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
50042023-10-05T02:46:52.306Z PASS [ 20.801s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
50052023-10-05T02:47:01.430Z PASS [ 28.511s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
50062023-10-05T02:47:09.070Z PASS [ 30.295s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
50072023-10-05T02:47:11.323Z PASS [ 30.950s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
50082023-10-05T02:47:13.667Z PASS [ 32.411s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
50092023-10-05T02:47:23.073Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
50102023-10-05T02:47:25.566Z PASS [ 37.548s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
50112023-10-05T02:47:30.492Z PASS [ 39.194s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
50122023-10-05T02:47:40.047Z PASS [ 47.756s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
50132023-10-05T02:47:49.970Z PASS [ 46.835s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
50142023-10-05T02:47:50.031Z PASS [ 34.851s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
50152023-10-05T02:47:56.939Z PASS [ 93.476s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
50162023-10-05T02:47:57.427Z PASS [ 48.374s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
50172023-10-05T02:47:57.711Z PASS [ 17.672s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
50182023-10-05T02:47:59.275Z PASS [ 33.795s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
50192023-10-05T02:47:59.499Z PASS [ 48.184s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
50202023-10-05T02:48:00.707Z PASS [ 30.220s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
50212023-10-05T02:48:07.371Z PASS [ 19.100s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
50222023-10-05T02:48:07.844Z PASS [ 19.343s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
50232023-10-05T02:48:16.601Z PASS [ 20.088s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
50242023-10-05T02:48:16.902Z PASS [ 19.471s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
50252023-10-05T02:48:17.170Z PASS [ 19.458s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
50262023-10-05T02:48:18.486Z PASS [ 19.212s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
50272023-10-05T02:48:18.503Z PASS [ 18.995s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
50282023-10-05T02:48:20.300Z PASS [ 19.188s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
50292023-10-05T02:48:27.451Z PASS [ 20.051s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
50302023-10-05T02:48:27.895Z PASS [ 19.551s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
50312023-10-05T02:48:37.253Z PASS [ 19.847s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
50322023-10-05T02:48:37.393Z PASS [ 20.506s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
50332023-10-05T02:48:37.414Z PASS [ 20.229s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
50342023-10-05T02:48:38.458Z PASS [ 19.993s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
50352023-10-05T02:48:38.960Z PASS [ 20.064s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
50362023-10-05T02:48:45.244Z PASS [ 24.958s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
50372023-10-05T02:48:54.556Z PASS [ 27.179s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
50382023-10-05T02:48:56.249Z PASS [ 19.141s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
50392023-10-05T02:48:57.132Z PASS [ 29.746s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
50402023-10-05T02:48:57.253Z PASS [ 0.100s] omicron-package dot::test::test_bad_dependency
50412023-10-05T02:48:57.272Z PASS [ 0.038s] omicron-package dot::test::test_dot_output
50422023-10-05T02:48:57.741Z PASS [ 18.764s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
50432023-10-05T02:48:57.759Z PASS [ 0.027s] omicron-passwords test::test_password_constraints
50442023-10-05T02:48:57.770Z PASS [ 19.155s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
50452023-10-05T02:48:59.784Z PASS [ 3.543s] omicron-omdb::test_all_output test_omdb_usage_errors
50462023-10-05T02:48:59.861Z PASS [ 0.060s] omicron-passwords test::test_stable
50472023-10-05T02:48:59.882Z PASS [ 0.030s] omicron-passwords test::test_weak_hashes
50482023-10-05T02:48:59.908Z PASS [ 0.030s] omicron-rpaths internal::tests::test_configure_from_path
50492023-10-05T02:49:00.022Z PASS [ 0.105s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
50502023-10-05T02:49:00.466Z PASS [ 0.028s] omicron-rpaths internal::tests::test_emit_rpath
50512023-10-05T02:49:00.498Z PASS [ 0.086s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
50522023-10-05T02:49:00.517Z PASS [ 0.079s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
50532023-10-05T02:49:00.537Z PASS [ 0.050s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
50542023-10-05T02:49:00.554Z PASS [ 0.064s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
50552023-10-05T02:49:00.566Z PASS [ 0.082s] omicron-sled-agent bootstrap::server::tests::persistent_sled_agent_request_serialization
50562023-10-05T02:49:00.575Z PASS [ 0.056s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
50572023-10-05T02:49:00.578Z PASS [ 0.047s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
50582023-10-05T02:49:00.582Z PASS [ 0.047s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
50592023-10-05T02:49:00.605Z PASS [ 0.048s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
50602023-10-05T02:49:00.645Z PASS [ 0.048s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
50612023-10-05T02:49:00.712Z PASS [ 0.050s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
50622023-10-05T02:49:00.852Z PASS [ 0.143s] omicron-sled-agent config::test::test_smf_configs
50632023-10-05T02:49:00.904Z PASS [ 0.059s] omicron-sled-agent profile::tests::empty_profile
50642023-10-05T02:49:00.955Z PASS [ 0.051s] omicron-sled-agent profile::tests::test_instance
50652023-10-05T02:49:01.003Z PASS [ 0.048s] omicron-sled-agent profile::tests::test_multiple
50662023-10-05T02:49:01.025Z PASS [ 3.688s] omicron-passwords test::test_reproducible
50672023-10-05T02:49:01.046Z PASS [ 0.044s] omicron-sled-agent profile::tests::test_property
50682023-10-05T02:49:01.061Z PASS [ 0.045s] omicron-sled-agent profile::tests::test_property_group
50692023-10-05T02:49:01.098Z PASS [ 0.050s] omicron-sled-agent profile::tests::test_service
50702023-10-05T02:49:01.104Z PASS [ 0.051s] omicron-sled-agent profile::tests::test_service_property_group
50712023-10-05T02:49:01.153Z PASS [ 0.053s] omicron-sled-agent rack_setup::config::test::test_subnets
50722023-10-05T02:49:01.162Z PASS [ 0.074s] omicron-sled-agent rack_setup::config::test::test_extra_certs
50732023-10-05T02:49:01.211Z PASS [ 0.058s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
50742023-10-05T02:49:01.221Z PASS [ 0.058s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
50752023-10-05T02:49:01.294Z PASS [ 0.061s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_schema
50762023-10-05T02:49:01.323Z PASS [ 0.102s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
50772023-10-05T02:49:01.347Z PASS [ 0.053s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
50782023-10-05T02:49:01.372Z PASS [ 0.051s] omicron-sled-agent services::test::test_all_zone_requests_schema
50792023-10-05T02:49:01.388Z PASS [ 0.045s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
50802023-10-05T02:49:01.705Z PASS [ 0.330s] omicron-sled-agent services::test::test_ensure_service
50812023-10-05T02:49:02.148Z PASS [ 0.324s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
50822023-10-05T02:49:02.163Z PASS [ 0.280s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
50832023-10-05T02:49:02.179Z PASS [ 0.300s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
50842023-10-05T02:49:02.197Z PASS [ 0.055s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
50852023-10-05T02:49:02.643Z PASS [ 0.055s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
50862023-10-05T02:49:02.664Z PASS [ 0.054s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
50872023-10-05T02:49:02.686Z PASS [ 0.059s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
50882023-10-05T02:49:02.708Z PASS [ 0.063s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
50892023-10-05T02:49:03.150Z PASS [ 0.058s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
50902023-10-05T02:49:03.174Z PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
50912023-10-05T02:49:03.195Z PASS [ 0.052s] omicron-sled-agent storage::dataset::test::serialize_dataset_name
50922023-10-05T02:49:03.633Z PASS [ 0.047s] omicron-sled-agent updates::test::test_query_no_components
50932023-10-05T02:49:03.682Z PASS [ 0.051s] omicron-sled-agent updates::test::test_query_sled_agent_version
50942023-10-05T02:49:03.700Z PASS [ 0.061s] omicron-sled-agent updates::test::test_query_zone_version
50952023-10-05T02:49:03.722Z PASS [ 0.295s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
50962023-10-05T02:49:03.748Z PASS [ 0.579s] omicron-sled-agent zone_bundle::illumos_tests::test_context
50972023-10-05T02:49:04.617Z PASS [ 0.052s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
50982023-10-05T02:49:04.652Z PASS [ 1.066s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
50992023-10-05T02:49:04.679Z PASS [ 26.499s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
51002023-10-05T02:49:05.118Z PASS [ 26.641s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
51012023-10-05T02:49:05.555Z PASS [ 0.076s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
51022023-10-05T02:49:05.568Z PASS [ 0.076s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
51032023-10-05T02:49:05.594Z PASS [ 0.530s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
51042023-10-05T02:49:05.618Z PASS [ 0.070s] omicron-sled-agent zone_bundle::tests::test_disk_usage
51052023-10-05T02:49:05.674Z PASS [ 0.053s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
51062023-10-05T02:49:05.691Z PASS [ 0.039s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
51072023-10-05T02:49:05.712Z PASS [ 0.041s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
51082023-10-05T02:49:05.740Z PASS [ 0.722s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
51092023-10-05T02:49:06.589Z PASS [ 0.288s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
51102023-10-05T02:49:06.610Z PASS [ 0.328s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
51112023-10-05T02:49:07.123Z PASS [ 0.055s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
51122023-10-05T02:49:07.147Z PASS [ 0.221s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
51132023-10-05T02:49:07.162Z PASS [ 0.051s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
51142023-10-05T02:49:07.185Z PASS [ 0.039s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
51152023-10-05T02:49:07.204Z PASS [ 0.271s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
51162023-10-05T02:49:07.216Z PASS [ 0.038s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
51172023-10-05T02:49:07.251Z PASS [ 0.089s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
51182023-10-05T02:49:07.269Z PASS [ 1.566s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
51192023-10-05T02:49:07.294Z PASS [ 0.376s] omicron-test-utils dev::db::test::test_bad_cmd
51202023-10-05T02:49:07.308Z PASS [ 0.676s] omicron-test-utils dev::db::test::test_cmd_fails
51212023-10-05T02:49:07.323Z PASS [ 0.048s] omicron-test-utils dev::db::test::test_make_pg_config_fail
51222023-10-05T02:49:07.357Z PASS [ 0.037s] omicron-test-utils dev::db::test::test_make_pg_config_ok
51232023-10-05T02:49:07.374Z PASS [ 0.433s] omicron-test-utils dev::db::test::test_database_start_hang
51242023-10-05T02:49:07.392Z PASS [ 1.043s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
51252023-10-05T02:49:07.411Z PASS [ 0.052s] omicron-test-utils dev::db::test::test_process_exit_abnormal
51262023-10-05T02:49:07.431Z PASS [ 0.057s] omicron-test-utils dev::db::test::test_process_exit_normal
51272023-10-05T02:49:07.455Z PASS [ 9.315s] omicron-passwords test::test_compatible
51282023-10-05T02:49:07.900Z PASS [ 0.045s] omicron-test-utils dev::db::test::test_starter_tmpdir
51292023-10-05T02:49:07.919Z PASS [ 0.054s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
51302023-10-05T02:49:08.350Z PASS [ 0.042s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
51312023-10-05T02:49:08.790Z PASS [ 0.037s] oximeter histogram::tests::test_bin_range
51322023-10-05T02:49:08.812Z PASS [ 0.036s] oximeter histogram::tests::test_bin_range_from
51332023-10-05T02:49:08.832Z PASS [ 0.034s] oximeter histogram::tests::test_bin_range_to
51342023-10-05T02:49:08.847Z PASS [ 0.035s] oximeter histogram::tests::test_ensure_finite
51352023-10-05T02:49:09.276Z PASS [ 0.051s] oximeter histogram::tests::test_foo
51362023-10-05T02:49:09.297Z PASS [ 0.074s] oximeter histogram::tests::test_histogram
51372023-10-05T02:49:09.741Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_extreme_bins
51382023-10-05T02:49:09.765Z PASS [ 0.035s] oximeter histogram::tests::test_histogram_extreme_samples
51392023-10-05T02:49:09.785Z PASS [ 0.040s] oximeter histogram::tests::test_histogram_float_bins
51402023-10-05T02:49:09.809Z PASS [ 22.290s] omicron-omdb::test_all_output test_omdb_env_settings
51412023-10-05T02:49:09.850Z PASS [ 0.040s] oximeter histogram::tests::test_histogram_to_arrays
51422023-10-05T02:49:09.870Z PASS [ 0.040s] oximeter histogram::tests::test_histogram_unbounded_samples
51432023-10-05T02:49:09.892Z PASS [ 0.063s] oximeter histogram::tests::test_histogram_unsorted_bins
51442023-10-05T02:49:10.320Z PASS [ 0.049s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
51452023-10-05T02:49:10.361Z PASS [ 0.106s] oximeter histogram::tests::test_histogram_with_bins
51462023-10-05T02:49:10.792Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_with_overlapping_bins
51472023-10-05T02:49:10.811Z PASS [ 0.036s] oximeter histogram::tests::test_log_linear_bins_all_representable
51482023-10-05T02:49:10.834Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
51492023-10-05T02:49:10.866Z PASS [ 0.037s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
51502023-10-05T02:49:10.881Z PASS [ 0.041s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
51512023-10-05T02:49:10.898Z PASS [ 0.036s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
51522023-10-05T02:49:11.335Z PASS [ 0.034s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
51532023-10-05T02:49:11.350Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
51542023-10-05T02:49:11.364Z PASS [ 0.033s] oximeter histogram::tests::test_span_decades
51552023-10-05T02:49:11.381Z PASS [ 0.037s] oximeter histogram::tests::test_span_decades_other_counts_f64
51562023-10-05T02:49:11.395Z PASS [ 0.049s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
51572023-10-05T02:49:11.416Z PASS [ 0.035s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
51582023-10-05T02:49:11.434Z PASS [ 0.046s] oximeter traits::tests::test_metric_trait
51592023-10-05T02:49:11.446Z PASS [ 0.064s] oximeter traits::tests::test_producer_trait
51602023-10-05T02:49:11.458Z PASS [ 0.058s] oximeter traits::tests::test_target_trait
51612023-10-05T02:49:11.470Z PASS [ 0.039s] oximeter types::tests::test_cumulative_f64
51622023-10-05T02:49:11.489Z PASS [ 0.035s] oximeter types::tests::test_cumulative_i64
51632023-10-05T02:49:11.502Z PASS [ 0.037s] oximeter types::tests::test_datum
51642023-10-05T02:49:11.517Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
51652023-10-05T02:49:11.532Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
51662023-10-05T02:49:11.952Z PASS [ 0.043s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
51672023-10-05T02:49:11.965Z PASS [ 0.061s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
51682023-10-05T02:49:11.982Z PASS [ 0.066s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
51692023-10-05T02:49:11.990Z PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
51702023-10-05T02:49:11.994Z PASS [ 0.050s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
51712023-10-05T02:49:12.001Z PASS [ 0.053s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
51722023-10-05T02:49:12.047Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
51732023-10-05T02:49:12.064Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
51742023-10-05T02:49:12.081Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
51752023-10-05T02:49:12.097Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
51762023-10-05T02:49:12.109Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
51772023-10-05T02:49:12.124Z LEAK [ 2.533s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
51782023-10-05T02:49:12.137Z PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
51792023-10-05T02:49:12.151Z PASS [ 0.048s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
51802023-10-05T02:49:12.162Z PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
51812023-10-05T02:49:12.175Z PASS [ 0.035s] oximeter types::tests::test_measurement
51822023-10-05T02:49:12.189Z PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
51832023-10-05T02:49:12.202Z PASS [ 0.034s] oximeter types::tests::test_sample_struct
51842023-10-05T02:49:12.216Z PASS [ 0.033s] oximeter types::tests::test_verify_field_names
51852023-10-05T02:49:12.229Z PASS [ 0.189s] oximeter-collector::test_commands test_oximeter_no_args
51862023-10-05T02:49:12.245Z PASS [ 0.271s] oximeter-db client::tests::test_bad_database_connection
51872023-10-05T02:49:12.260Z PASS [ 0.312s] oximeter-collector::test_commands test_oximeter_openapi
51882023-10-05T02:49:12.698Z PASS [ 1.194s] oximeter-db client::tests::test_build_client
51892023-10-05T02:49:12.719Z PASS [ 1.621s] oximeter-db client::tests::test_client_select_timeseries_one
51902023-10-05T02:49:12.743Z PASS [ 1.793s] oximeter-db client::tests::test_client_insert
51912023-10-05T02:49:12.764Z PASS [ 5.332s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
51922023-10-05T02:49:12.829Z PASS [ 6.208s] omicron-test-utils dev::db::test::test_database_concurrent
51932023-10-05T02:49:13.255Z PASS [ 1.858s] oximeter-db client::tests::test_differentiate_by_timeseries_name
51942023-10-05T02:49:13.271Z PASS [ 1.523s] oximeter-db client::tests::test_field_record_count
51952023-10-05T02:49:13.696Z PASS [ 1.607s] oximeter-db client::tests::test_get_schema_no_new_values
51962023-10-05T02:49:13.716Z PASS [ 1.567s] oximeter-db client::tests::test_recall_field_value_bool
51972023-10-05T02:49:14.161Z PASS [ 1.787s] oximeter-db client::tests::test_list_timeseries
51982023-10-05T02:49:14.175Z PASS [ 1.396s] oximeter-db client::tests::test_recall_field_value_i16
51992023-10-05T02:49:14.186Z PASS [ 1.483s] oximeter-db client::tests::test_recall_field_value_i32
52002023-10-05T02:49:14.211Z PASS [ 1.605s] oximeter-db client::tests::test_recall_field_value_i64
52012023-10-05T02:49:14.224Z PASS [ 1.680s] oximeter-db client::tests::test_recall_field_value_i8
52022023-10-05T02:49:14.297Z PASS [ 1.702s] oximeter-db client::tests::test_recall_field_value_ipv4addr
52032023-10-05T02:49:14.315Z PASS [ 1.641s] oximeter-db client::tests::test_recall_field_value_ipv6addr
52042023-10-05T02:49:14.595Z PASS [ 1.624s] oximeter-db client::tests::test_recall_field_value_string
52052023-10-05T02:49:14.783Z PASS [ 1.456s] oximeter-db client::tests::test_recall_field_value_u16
52062023-10-05T02:49:15.719Z PASS [ 1.427s] oximeter-db client::tests::test_recall_field_value_u8
52072023-10-05T02:49:15.872Z PASS [ 1.589s] oximeter-db client::tests::test_recall_field_value_u64
52082023-10-05T02:49:16.287Z PASS [ 1.730s] oximeter-db client::tests::test_recall_field_value_u32
52092023-10-05T02:49:16.303Z PASS [ 1.535s] oximeter-db client::tests::test_recall_field_value_uuid
52102023-10-05T02:49:16.316Z PASS [ 1.530s] oximeter-db client::tests::test_recall_measurement_bool
52112023-10-05T02:49:16.823Z PASS [ 22.271s] omicron-omdb::test_all_output test_omdb_success_cases
52122023-10-05T02:49:17.439Z PASS [ 1.355s] oximeter-db client::tests::test_recall_measurement_cumulative_i64
52132023-10-05T02:49:20.872Z PASS [ 1.528s] oximeter-db client::tests::test_recall_measurement_cumulative_f64
52142023-10-05T02:49:21.358Z PASS [ 1.313s] oximeter-db client::tests::test_recall_measurement_cumulative_u64
52152023-10-05T02:49:21.814Z PASS [ 1.294s] oximeter-db client::tests::test_recall_measurement_f32
52162023-10-05T02:49:21.952Z PASS [ 12.078s] omicron-test-utils dev::db::test::test_setup_database_default_dir
52172023-10-05T02:49:22.326Z PASS [ 1.281s] oximeter-db client::tests::test_recall_measurement_f64
52182023-10-05T02:49:22.456Z PASS [ 20.478s] omicron-passwords test::test_smoke
52192023-10-05T02:49:22.516Z PASS [ 1.495s] oximeter-db client::tests::test_recall_measurement_histogram_f64
52202023-10-05T02:49:22.984Z PASS [ 1.241s] oximeter-db client::tests::test_recall_measurement_histogram_i16
52212023-10-05T02:49:23.080Z PASS [ 1.220s] oximeter-db client::tests::test_recall_measurement_histogram_i64
52222023-10-05T02:49:23.226Z PASS [ 1.259s] oximeter-db client::tests::test_recall_measurement_histogram_i32
52232023-10-05T02:49:23.306Z PASS [ 1.273s] oximeter-db client::tests::test_recall_measurement_histogram_i8
52242023-10-05T02:49:23.516Z PASS [ 1.232s] oximeter-db client::tests::test_recall_measurement_histogram_u16
52252023-10-05T02:49:23.583Z PASS [ 1.543s] oximeter-db client::tests::test_recall_measurement_histogram_u32
52262023-10-05T02:49:24.589Z PASS [ 1.383s] oximeter-db client::tests::test_recall_measurement_histogram_u64
52272023-10-05T02:49:24.909Z PASS [ 1.237s] oximeter-db client::tests::test_recall_measurement_histogram_u8
52282023-10-05T02:49:25.210Z PASS [ 1.234s] oximeter-db client::tests::test_recall_measurement_i32
52292023-10-05T02:49:25.237Z PASS [ 1.241s] oximeter-db client::tests::test_recall_measurement_i64
52302023-10-05T02:49:25.275Z PASS [ 1.309s] oximeter-db client::tests::test_recall_measurement_i8
52312023-10-05T02:49:25.311Z PASS [ 1.259s] oximeter-db client::tests::test_recall_measurement_u16
52322023-10-05T02:49:25.332Z PASS [ 1.595s] oximeter-db client::tests::test_recall_measurement_i16
52332023-10-05T02:49:25.353Z PASS [ 1.388s] oximeter-db client::tests::test_recall_measurement_u32
52342023-10-05T02:49:25.427Z PASS [ 1.272s] oximeter-db client::tests::test_recall_measurement_u8
52352023-10-05T02:49:25.442Z PASS [ 1.428s] oximeter-db client::tests::test_recall_measurement_u64
52362023-10-05T02:49:25.870Z PASS [ 1.275s] oximeter-db client::tests::test_schema_mismatch
52372023-10-05T02:49:25.884Z PASS [ 1.283s] oximeter-db client::tests::test_schema_update
52382023-10-05T02:49:25.901Z PASS [ 1.388s] oximeter-db client::tests::test_select_timeseries_with_all
52392023-10-05T02:49:25.917Z PASS [ 1.408s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
52402023-10-05T02:49:25.928Z PASS [ 0.035s] oximeter-db client::tests::test_unravel_index
52412023-10-05T02:49:25.943Z PASS [ 1.916s] oximeter-db client::tests::test_select_timeseries_with_order
52422023-10-05T02:49:25.955Z PASS [ 0.037s] oximeter-db model::tests::test_db_bool
52432023-10-05T02:49:25.970Z PASS [ 0.033s] oximeter-db model::tests::test_db_datum_type_conversion
52442023-10-05T02:49:25.989Z PASS [ 0.034s] oximeter-db model::tests::test_db_field_list_conversion
52452023-10-05T02:49:26.024Z PASS [ 0.032s] oximeter-db model::tests::test_db_field_type_conversion
52462023-10-05T02:49:26.041Z PASS [ 0.034s] oximeter-db model::tests::test_db_histogram
52472023-10-05T02:49:26.058Z PASS [ 0.035s] oximeter-db model::tests::test_histogram_to_arrays
52482023-10-05T02:49:26.070Z PASS [ 1.422s] oximeter-db client::tests::test_select_timeseries_with_select_one
52492023-10-05T02:49:26.087Z PASS [ 2.251s] oximeter-db client::tests::test_select_timeseries_with_limit
52502023-10-05T02:49:26.102Z PASS [ 0.036s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
52512023-10-05T02:49:26.113Z PASS [ 0.033s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
52522023-10-05T02:49:26.126Z PASS [ 1.421s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
52532023-10-05T02:49:26.140Z PASS [ 1.276s] oximeter-db client::tests::test_timeseries_schema_list
52542023-10-05T02:49:26.154Z PASS [ 0.041s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
52552023-10-05T02:49:26.172Z PASS [ 0.039s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
52562023-10-05T02:49:26.598Z PASS [ 0.350s] oximeter-db model::tests::test_db_bool_bad
52572023-10-05T02:49:26.609Z PASS [ 0.034s] oximeter-db model::tests::test_unroll_from_source
52582023-10-05T02:49:26.627Z PASS [ 0.033s] oximeter-db model::tests::test_unroll_measurement_row
52592023-10-05T02:49:26.642Z PASS [ 0.033s] oximeter-db query::tests::test_field_cmp
52602023-10-05T02:49:26.657Z PASS [ 0.032s] oximeter-db query::tests::test_field_selector_as_query
52612023-10-05T02:49:26.673Z PASS [ 0.031s] oximeter-db query::tests::test_field_value_as_db_str
52622023-10-05T02:49:26.688Z PASS [ 0.225s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
52632023-10-05T02:49:26.707Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_from_parts
52642023-10-05T02:49:26.723Z PASS [ 1.400s] oximeter-db client::tests::test_select_timeseries_with_start_time
52652023-10-05T02:49:27.159Z PASS [ 0.057s] oximeter-db query::tests::test_select_query_builder_field_selectors
52662023-10-05T02:49:27.176Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_limit_offset
52672023-10-05T02:49:27.188Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_no_fields
52682023-10-05T02:49:27.210Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_no_selectors
52692023-10-05T02:49:27.228Z PASS [ 0.057s] oximeter-db query::tests::test_select_query_builder_full
52702023-10-05T02:49:27.244Z PASS [ 0.082s] oximeter-db query::tests::test_select_query_builder_filter_raw
52712023-10-05T02:49:27.259Z PASS [ 0.031s] oximeter-db query::tests::test_time_range
52722023-10-05T02:49:27.276Z PASS [ 0.039s] oximeter-db tests::test_timeseries_name
52732023-10-05T02:49:27.292Z PASS [ 0.041s] oximeter-db tests::test_timeseries_name_from_str
52742023-10-05T02:49:27.714Z PASS [ 0.066s] oximeter-db query::tests::test_string_field_selector
52752023-10-05T02:49:27.819Z PASS [ 0.034s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
52762023-10-05T02:49:27.877Z PASS [ 0.027s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_field_name
52772023-10-05T02:49:27.894Z PASS [ 0.040s] oximeter-instruments http::tests::test_normalize_uri_path
52782023-10-05T02:49:27.919Z PASS [ 0.046s] oximeter-instruments http::tests::test_latency_tracker
52792023-10-05T02:49:27.936Z PASS [ 0.027s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
52802023-10-05T02:49:27.958Z PASS [ 0.033s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
52812023-10-05T02:49:27.976Z PASS [ 0.042s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
52822023-10-05T02:49:27.986Z PASS [ 0.039s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_annotated_field
52832023-10-05T02:49:28.420Z PASS [ 0.034s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_datum_field
52842023-10-05T02:49:28.441Z PASS [ 0.029s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_enum
52852023-10-05T02:49:28.868Z PASS [ 0.024s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_without_datum_field
52862023-10-05T02:49:28.880Z PASS [ 0.042s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target
52872023-10-05T02:49:28.931Z PASS [ 0.037s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_empty_struct
52882023-10-05T02:49:29.384Z PASS [ 0.030s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_enum
52892023-10-05T02:49:29.406Z PASS [ 0.035s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_with_datum_field
52902023-10-05T02:49:29.421Z PASS [ 0.041s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_unit_struct
52912023-10-05T02:49:29.429Z PASS [ 0.039s] sled-hardware disk::test::test_disk_paths
52922023-10-05T02:49:29.455Z PASS [ 0.033s] sled-hardware disk::test::test_partition_device_paths
52932023-10-05T02:49:29.477Z PASS [ 0.033s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
52942023-10-05T02:49:29.497Z PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
52952023-10-05T02:49:29.503Z PASS [ 0.051s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
52962023-10-05T02:49:29.509Z PASS [ 0.035s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
52972023-10-05T02:49:29.515Z PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
52982023-10-05T02:49:29.522Z PASS [ 0.047s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
52992023-10-05T02:49:29.528Z PASS [ 0.037s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
53002023-10-05T02:49:29.537Z PASS [ 0.043s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
53012023-10-05T02:49:29.543Z PASS [ 1.240s] oximeter-db client::tests::test_unquoted_64bit_integers
53022023-10-05T02:49:29.549Z PASS [ 0.036s] tufaceous-lib archive::tests::test_validate_path
53032023-10-05T02:49:29.555Z PASS [ 0.037s] tufaceous-lib key::tests::test_from_str
53042023-10-05T02:49:29.561Z PASS [ 0.042s] update-engine events::tests::progress_event_parse_unknown
53052023-10-05T02:49:29.570Z PASS [ 0.043s] update-engine events::tests::step_event_parse_unknown
53062023-10-05T02:49:29.577Z PASS [ 0.058s] update-engine engine::tests::error_exits_early
53072023-10-05T02:49:29.585Z PASS [ 0.121s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
53082023-10-05T02:49:29.598Z PASS [ 0.063s] wicket rack_setup::config_toml::tests::round_trip_nonempty_config
53092023-10-05T02:49:29.609Z PASS [ 0.093s] wicketd installinator_progress::tests::test_states
53102023-10-05T02:49:29.616Z PASS [ 0.142s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts
53112023-10-05T02:49:29.632Z PASS [ 0.264s] update-engine buffer::tests::test_buffer
53122023-10-05T02:49:29.640Z PASS [ 0.243s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
53132023-10-05T02:49:29.648Z PASS [ 0.584s] tufaceous::integration-tests command_tests::test_init_and_add
53142023-10-05T02:49:29.656Z PASS [ 0.369s] wicketd::mod integration_tests::commands::test_wicketd_openapi
53152023-10-05T02:49:29.668Z PASS [ 0.721s] tufaceous::manifest-tests check_manifest::fake.toml
53162023-10-05T02:49:29.686Z PASS [ 0.993s] tufaceous::integration-tests command_tests::test_assemble_fake
53172023-10-05T02:49:29.700Z PASS [ 1.004s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake
53182023-10-05T02:49:29.713Z PASS [ 1.133s] wicketd::mod integration_tests::inventory::test_inventory
53192023-10-05T02:49:29.725Z PASS [ 1.805s] wicketd::mod integration_tests::updates::test_update_races
53202023-10-05T02:49:29.736Z PASS [ 1.622s] wicketd::mod integration_tests::updates::test_updates
53212023-10-05T02:49:29.749Z PASS [ 3.769s] wicketd::mod integration_tests::updates::test_installinator_fetch
53222023-10-05T02:49:29.764Z------------
53232023-10-05T02:49:30.187Z Summary [1420.322s] 908 tests run: 908 passed (11 slow, 1 leaky), 4 skipped
53242023-10-05T02:49:30.614Z
53252023-10-05T02:49:30.627Zreal 23:51.088658919
53262023-10-05T02:49:31.196Zuser 2:19:45.857968101
53272023-10-05T02:49:31.221Z
53282023-10-05T02:49:31.244Zsys 29:17.795210624
53292023-10-05T02:49:31.259Z ##### #### #### ##### ###### #### #####
53302023-10-05T02:49:31.274Ztrap 2:22.071527826
53312023-10-05T02:49:32.506Z # # # # # # # # # #
53322023-10-05T02:49:32.510Ztflt 5.079329670
53332023-10-05T02:49:32.513Z # # # # # # ##### #### #
53342023-10-05T02:49:32.517Zdflt 16.020673841
53352023-10-05T02:49:32.520Z # # # # # # # # #
53362023-10-05T02:49:32.525Zkflt 0.092061064
53372023-10-05T02:49:32.543Z # # # # # # # # # # #
53382023-10-05T02:49:32.550Zlock 462:26:58.870009790
53392023-10-05T02:49:32.562Z ##### #### #### # ###### #### #
53402023-10-05T02:49:32.582Zslp 24:55:12.176861588
53412023-10-05T02:49:32.612Z
53422023-10-05T02:49:32.633Zlat 2:02:31.079042129
53432023-10-05T02:49:32.700Zstop 19:23.388063958
53442023-10-05T02:49:32.719Z Fresh unicode-ident v1.0.12
53452023-10-05T02:49:33.191Z Fresh cfg-if v1.0.0
53462023-10-05T02:49:33.627Z Fresh version_check v0.9.4
53472023-10-05T02:49:33.649Z Fresh autocfg v1.1.0
53482023-10-05T02:49:34.076Z Fresh once_cell v1.18.0
53492023-10-05T02:49:34.090Z Fresh proc-macro2 v1.0.67
53502023-10-05T02:49:34.104Z Fresh memchr v2.6.3
53512023-10-05T02:49:34.120Z Fresh log v0.4.20
53522023-10-05T02:49:34.966Z Fresh itoa v1.0.9
53532023-10-05T02:49:34.982Z Fresh scopeguard v1.2.0
53542023-10-05T02:49:35.012Z Fresh quote v1.0.33
53552023-10-05T02:49:35.559Z Fresh libc v0.2.148
53562023-10-05T02:49:35.569Z Fresh smallvec v1.11.0
53572023-10-05T02:49:35.582Z Fresh syn v2.0.37
53582023-10-05T02:49:35.595Z Fresh getrandom v0.2.10
53592023-10-05T02:49:35.619Z Fresh syn v1.0.109
53602023-10-05T02:49:36.056Z Fresh jobserver v0.1.26
53612023-10-05T02:49:36.062Z Fresh serde_derive v1.0.188
53622023-10-05T02:49:36.075Z Fresh lock_api v0.4.10
53632023-10-05T02:49:36.090Z Fresh libm v0.2.7
53642023-10-05T02:49:36.101Z Fresh parking_lot_core v0.9.8
53652023-10-05T02:49:36.116Z Fresh cc v1.0.83
53662023-10-05T02:49:36.139Z Fresh ryu v1.0.15
53672023-10-05T02:49:36.166Z Fresh rand_core v0.6.4
53682023-10-05T02:49:36.191Z Fresh serde v1.0.188
53692023-10-05T02:49:36.209Z Fresh num-traits v0.2.16
53702023-10-05T02:49:36.223Z Fresh parking_lot v0.12.1
53712023-10-05T02:49:36.230Z Fresh thiserror-impl v1.0.49
53722023-10-05T02:49:36.233Z Fresh spin v0.5.2
53732023-10-05T02:49:36.240Z Fresh pin-project-lite v0.2.13
53742023-10-05T02:49:36.244Z Fresh bytes v1.5.0
53752023-10-05T02:49:36.247Z Fresh thiserror v1.0.49
53762023-10-05T02:49:36.253Z Fresh zeroize_derive v1.4.2
53772023-10-05T02:49:36.257Z Fresh signal-hook-registry v1.4.1
53782023-10-05T02:49:36.261Z Fresh mio v0.8.8
53792023-10-05T02:49:36.271Z Fresh num_cpus v1.16.0
53802023-10-05T02:49:36.276Z Fresh ahash v0.8.3
53812023-10-05T02:49:36.282Z Fresh zeroize v1.6.0
53822023-10-05T02:49:36.285Z Fresh bitflags v2.4.0
53832023-10-05T02:49:36.322Z Fresh fnv v1.0.7
53842023-10-05T02:49:36.339Z Fresh pkg-config v0.3.27
53852023-10-05T02:49:36.820Z Fresh tokio-macros v2.1.0
53862023-10-05T02:49:36.830Z Fresh socket2 v0.5.3
53872023-10-05T02:49:36.844Z Fresh futures-core v0.3.28
53882023-10-05T02:49:36.852Z Fresh tokio v1.32.0
53892023-10-05T02:49:36.860Z Fresh allocator-api2 v0.2.16
53902023-10-05T02:49:36.864Z Fresh byteorder v1.4.3
53912023-10-05T02:49:36.871Z Fresh iana-time-zone v0.1.57
53922023-10-05T02:49:37.297Z Fresh futures-sink v0.3.28
53932023-10-05T02:49:37.315Z Fresh hashbrown v0.14.0
53942023-10-05T02:49:37.331Z Fresh chrono v0.4.31
53952023-10-05T02:49:37.346Z Fresh pin-utils v0.1.0
53962023-10-05T02:49:37.359Z Fresh typenum v1.16.0
53972023-10-05T02:49:37.375Z Fresh heck v0.4.1
53982023-10-05T02:49:37.389Z Fresh futures-macro v0.3.28
53992023-10-05T02:49:37.402Z Fresh equivalent v1.0.1
54002023-10-05T02:49:37.415Z Fresh generic-array v0.14.7
54012023-10-05T02:49:37.429Z Fresh slab v0.4.9
54022023-10-05T02:49:37.446Z Fresh futures-task v0.3.28
54032023-10-05T02:49:37.469Z Fresh futures-channel v0.3.28
54042023-10-05T02:49:37.493Z Fresh futures-io v0.3.28
54052023-10-05T02:49:37.514Z Fresh indexmap v2.0.0
54062023-10-05T02:49:37.535Z Fresh uuid v1.4.1
54072023-10-05T02:49:38.520Z Fresh futures-util v0.3.28
54082023-10-05T02:49:38.965Z Fresh lazy_static v1.4.0
54092023-10-05T02:49:38.982Z Fresh tinyvec_macros v0.1.1
54102023-10-05T02:49:39.150Z Fresh subtle v2.5.0
54112023-10-05T02:49:39.355Z Fresh crypto-common v0.1.6
54122023-10-05T02:49:40.027Z Fresh vcpkg v0.2.15
54132023-10-05T02:49:54.182Z Fresh unicode-bidi v0.3.13
54142023-10-05T02:49:55.253Z Fresh aho-corasick v1.0.4
54152023-10-05T02:49:55.697Z Fresh tinyvec v1.6.0
54162023-10-05T02:49:55.910Z Fresh regex-syntax v0.7.5
54172023-10-05T02:49:56.274Z Fresh percent-encoding v2.3.0
54182023-10-05T02:49:56.671Z Fresh serde_derive_internals v0.26.0
54192023-10-05T02:49:56.997Z Fresh const-oid v0.9.5
54202023-10-05T02:49:57.305Z Fresh dyn-clone v1.0.13
54212023-10-05T02:49:57.527Z Fresh unicode-normalization v0.1.22
54222023-10-05T02:49:57.860Z Fresh regex-automata v0.3.8
54232023-10-05T02:49:59.464Z Fresh schemars_derive v0.8.13
54242023-10-05T02:49:59.702Z Fresh ppv-lite86 v0.2.17
54252023-10-05T02:49:59.894Z Fresh form_urlencoded v1.2.0
54262023-10-05T02:49:59.976Z Fresh regex v1.9.5
54272023-10-05T02:50:00.198Z Fresh rand_chacha v0.3.1
54282023-10-05T02:50:00.362Z Fresh http v0.2.9
54292023-10-05T02:50:00.984Z Fresh tracing-attributes v0.1.26
54302023-10-05T02:50:01.233Z Fresh tracing-core v0.1.31
54312023-10-05T02:50:01.357Z Fresh tracing v0.1.37
54322023-10-05T02:50:01.653Z Fresh rand v0.8.5
54332023-10-05T02:50:01.787Z Fresh ahash v0.7.6
54342023-10-05T02:50:02.338Z Fresh base64 v0.21.4
54352023-10-05T02:50:02.381Z Fresh idna v0.4.0
54362023-10-05T02:50:02.816Z Fresh block-buffer v0.10.4
54372023-10-05T02:50:03.251Z Fresh bitflags v1.3.2
54382023-10-05T02:50:03.302Z Fresh hashbrown v0.12.3
54392023-10-05T02:50:03.325Z Fresh url v2.4.1
54402023-10-05T02:50:03.751Z Fresh digest v0.10.7
54412023-10-05T02:50:03.766Z Fresh unicode-width v0.1.10
54422023-10-05T02:50:04.215Z Fresh toml_datetime v0.6.3
54432023-10-05T02:50:04.249Z Fresh serde_spanned v0.6.3
54442023-10-05T02:50:04.681Z Fresh indexmap v1.9.3
54452023-10-05T02:50:04.695Z Fresh winnow v0.5.15
54462023-10-05T02:50:04.713Z Fresh errno v0.3.2
54472023-10-05T02:50:04.725Z Fresh tokio-util v0.7.8
54482023-10-05T02:50:04.742Z Fresh semver v1.0.18
54492023-10-05T02:50:04.757Z Fresh httparse v1.8.0
54502023-10-05T02:50:04.773Z Fresh ucd-trie v0.1.6
54512023-10-05T02:50:04.792Z Fresh toml_edit v0.19.15
54522023-10-05T02:50:04.833Z Fresh socket2 v0.4.9
54532023-10-05T02:50:04.855Z Fresh untrusted v0.7.1
54542023-10-05T02:50:04.880Z Fresh pest v2.7.2
54552023-10-05T02:50:04.899Z Fresh ring v0.16.20
54562023-10-05T02:50:05.340Z Fresh try-lock v0.2.4
54572023-10-05T02:50:05.370Z Fresh httpdate v1.0.3
54582023-10-05T02:50:05.423Z Fresh unicode-xid v0.2.4
54592023-10-05T02:50:05.444Z Fresh h2 v0.3.21
54602023-10-05T02:50:05.456Z Fresh http-body v0.4.5
54612023-10-05T02:50:05.463Z Fresh tower-service v0.3.2
54622023-10-05T02:50:05.473Z Fresh want v0.3.1
54632023-10-05T02:50:05.480Z Fresh foreign-types-shared v0.1.1
54642023-10-05T02:50:05.490Z Fresh cpufeatures v0.2.9
54652023-10-05T02:50:05.497Z Fresh openssl-probe v0.1.5
54662023-10-05T02:50:05.513Z Fresh openssl-sys v0.9.93
54672023-10-05T02:50:05.522Z Fresh openssl-macros v0.1.1
54682023-10-05T02:50:05.529Z Fresh hyper v0.14.27
54692023-10-05T02:50:05.539Z Fresh foreign-types v0.3.2
54702023-10-05T02:50:05.549Z Fresh mime v0.3.17
54712023-10-05T02:50:05.558Z Fresh either v1.9.0
54722023-10-05T02:50:05.567Z Fresh rustix v0.38.9
54732023-10-05T02:50:05.575Z Fresh openssl v0.10.57
54742023-10-05T02:50:05.585Z Fresh sct v0.7.0
54752023-10-05T02:50:05.595Z Fresh rustls-webpki v0.101.4
54762023-10-05T02:50:05.602Z Fresh ipnet v2.8.0
54772023-10-05T02:50:06.030Z Fresh adler v1.0.2
54782023-10-05T02:50:06.041Z Fresh serde_json v1.0.107
54792023-10-05T02:50:06.047Z Fresh rustls v0.21.7
54802023-10-05T02:50:06.053Z Fresh rustls-pemfile v1.0.3
54812023-10-05T02:50:06.059Z Fresh time-core v0.1.1
54822023-10-05T02:50:06.065Z Fresh serde_urlencoded v0.7.1
54832023-10-05T02:50:06.073Z Fresh encoding_rs v0.8.33
54842023-10-05T02:50:06.080Z Fresh miniz_oxide v0.7.1
54852023-10-05T02:50:06.089Z Fresh time-macros v0.2.13
54862023-10-05T02:50:06.097Z Fresh tokio-rustls v0.24.1
54872023-10-05T02:50:06.110Z Fresh num_threads v0.1.6
54882023-10-05T02:50:06.118Z Fresh deranged v0.3.8
54892023-10-05T02:50:06.125Z Fresh rustls-native-certs v0.6.3
54902023-10-05T02:50:06.133Z Fresh strsim v0.10.0
54912023-10-05T02:50:06.141Z Fresh native-tls v0.2.11
54922023-10-05T02:50:06.150Z Fresh time v0.3.27
54932023-10-05T02:50:06.170Z Fresh hyper-rustls v0.24.1
54942023-10-05T02:50:06.183Z Fresh hashbrown v0.13.2
54952023-10-05T02:50:06.192Z Fresh webpki-roots v0.25.2
54962023-10-05T02:50:06.203Z Fresh siphasher v0.3.11
54972023-10-05T02:50:06.221Z Fresh tokio-native-tls v0.3.1
54982023-10-05T02:50:06.235Z Fresh pest_meta v2.7.2
54992023-10-05T02:50:06.261Z Fresh synstructure v0.12.6
55002023-10-05T02:50:06.349Z Fresh gimli v0.28.0
55012023-10-05T02:50:06.390Z Fresh hyper-tls v0.5.0
55022023-10-05T02:50:06.407Z Fresh crossbeam-utils v0.8.16
55032023-10-05T02:50:06.433Z Fresh zerocopy-derive v0.2.0
55042023-10-05T02:50:06.475Z Fresh addr2line v0.21.0
55052023-10-05T02:50:06.506Z Fresh slog v2.7.0
55062023-10-05T02:50:06.533Z Fresh pest_generator v2.7.2
55072023-10-05T02:50:06.976Z Fresh object v0.32.1
55082023-10-05T02:50:06.990Z Fresh rustc-demangle v0.1.23
55092023-10-05T02:50:07.006Z Fresh async-trait v0.1.73
55102023-10-05T02:50:07.024Z Fresh pest_derive v2.7.2
55112023-10-05T02:50:07.038Z Fresh zerocopy v0.3.0
55122023-10-05T02:50:07.053Z Fresh futures-executor v0.3.28
55132023-10-05T02:50:07.069Z Fresh backtrace v0.3.69
55142023-10-05T02:50:07.092Z Fresh dof v0.1.5
55152023-10-05T02:50:07.114Z Fresh dtrace-parser v0.1.14
55162023-10-05T02:50:07.136Z Fresh thread-id v4.2.0
55172023-10-05T02:50:07.160Z Fresh serde_tokenstream v0.1.7
55182023-10-05T02:50:07.184Z Fresh rustc_version v0.4.0
55192023-10-05T02:50:07.201Z Fresh anyhow v1.0.75
55202023-10-05T02:50:07.644Z Fresh hex v0.4.3
55212023-10-05T02:50:07.674Z Fresh phf_shared v0.11.2
55222023-10-05T02:50:07.693Z Fresh futures v0.3.28
55232023-10-05T02:50:07.708Z Fresh sha2 v0.10.7
55242023-10-05T02:50:07.724Z Fresh toml v0.7.8
55252023-10-05T02:50:08.165Z Fresh hmac v0.12.1
55262023-10-05T02:50:08.199Z Fresh fallible-iterator v0.2.0
55272023-10-05T02:50:08.221Z Fresh spin v0.9.8
55282023-10-05T02:50:08.644Z Fresh console v0.15.7
55292023-10-05T02:50:08.648Z Fresh schemars v0.8.13
55302023-10-05T02:50:08.653Z Fresh md-5 v0.10.5
55312023-10-05T02:50:08.658Z Fresh stringprep v0.1.3
55322023-10-05T02:50:08.665Z Fresh usdt-attr-macro v0.3.5
55332023-10-05T02:50:08.676Z Fresh usdt-macro v0.3.5
55342023-10-05T02:50:09.098Z Fresh postgres-protocol v0.6.6
55352023-10-05T02:50:09.102Z Fresh itertools v0.10.5
55362023-10-05T02:50:09.105Z Fresh utf8parse v0.2.1
55372023-10-05T02:50:09.109Z Fresh phf v0.11.2
55382023-10-05T02:50:09.113Z Fresh crc32fast v1.3.2
55392023-10-05T02:50:09.117Z Fresh block-padding v0.3.3
55402023-10-05T02:50:09.121Z Fresh whoami v1.4.1
55412023-10-05T02:50:09.124Z Fresh static_assertions v1.1.0
55422023-10-05T02:50:09.129Z Fresh zerocopy-derive v0.6.3
55432023-10-05T02:50:09.135Z Fresh inout v0.1.3
55442023-10-05T02:50:09.140Z Fresh num-integer v0.1.45
55452023-10-05T02:50:09.143Z Fresh anstyle v1.0.2
55462023-10-05T02:50:09.147Z Fresh unicode-segmentation v1.10.1
55472023-10-05T02:50:09.152Z Fresh zerocopy v0.6.3
55482023-10-05T02:50:09.156Z Fresh flate2 v1.0.27
55492023-10-05T02:50:09.162Z Fresh io-lifetimes v1.0.11
55502023-10-05T02:50:09.166Z Fresh cipher v0.4.4
55512023-10-05T02:50:09.171Z Fresh data-encoding v2.4.0
55522023-10-05T02:50:09.178Z Fresh bit-vec v0.6.3
55532023-10-05T02:50:09.187Z Fresh anstyle-parse v0.2.1
55542023-10-05T02:50:09.198Z Fresh colorchoice v1.0.0
55552023-10-05T02:50:09.209Z Fresh rustix v0.37.23
55562023-10-05T02:50:09.235Z Fresh anstyle-query v1.0.0
55572023-10-05T02:50:09.672Z Fresh clap_lex v0.5.1
55582023-10-05T02:50:10.101Z Fresh managed v0.8.0
55592023-10-05T02:50:10.128Z Fresh anstream v0.5.0
55602023-10-05T02:50:10.134Z Fresh terminal_size v0.2.6
55612023-10-05T02:50:10.142Z Fresh tap v1.0.1
55622023-10-05T02:50:10.150Z Fresh radium v0.7.0
55632023-10-05T02:50:10.159Z Fresh memoffset v0.9.0
55642023-10-05T02:50:10.165Z Fresh bit-set v0.5.3
55652023-10-05T02:50:10.177Z Fresh clap_builder v4.4.2
55662023-10-05T02:50:10.189Z Fresh wyz v0.5.1
55672023-10-05T02:50:10.206Z Fresh phf_shared v0.10.0
55682023-10-05T02:50:10.216Z Fresh clap_derive v4.4.2
55692023-10-05T02:50:10.233Z Fresh fixedbitset v0.4.2
55702023-10-05T02:50:10.246Z Fresh matches v0.1.10
55712023-10-05T02:50:10.269Z Fresh precomputed-hash v0.1.1
55722023-10-05T02:50:10.294Z Fresh new_debug_unreachable v1.0.4
55732023-10-05T02:50:10.308Z Fresh funty v2.0.0
55742023-10-05T02:50:10.325Z Fresh clap v4.4.3
55752023-10-05T02:50:10.350Z Fresh idna v0.2.3
55762023-10-05T02:50:10.780Z Fresh petgraph v0.6.4
55772023-10-05T02:50:11.225Z Fresh num-iter v0.1.43
55782023-10-05T02:50:11.245Z Fresh crossbeam-epoch v0.9.15
55792023-10-05T02:50:11.682Z Fresh enum-as-inner v0.5.1
55802023-10-05T02:50:11.700Z Fresh bitvec v1.0.1
55812023-10-05T02:50:11.796Z Fresh string_cache v0.8.7
55822023-10-05T02:50:11.828Z Fresh serde_tokenstream v0.2.0
55832023-10-05T02:50:11.855Z Fresh trust-dns-proto v0.22.0
55842023-10-05T02:50:11.869Z Fresh scheduled-thread-pool v0.2.7
55852023-10-05T02:50:11.890Z Fresh diesel_table_macro_syntax v0.1.0
55862023-10-05T02:50:11.907Z Fresh regex-automata v0.1.10
55872023-10-05T02:50:11.921Z Fresh lalrpop-util v0.19.12
55882023-10-05T02:50:11.938Z Fresh predicates-core v1.0.6
55892023-10-05T02:50:11.969Z Fresh r2d2 v0.8.10
55902023-10-05T02:50:11.983Z Fresh bstr v0.2.17
55912023-10-05T02:50:11.994Z Fresh bzip2-sys v0.1.11+1.0.8
55922023-10-05T02:50:12.009Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
55932023-10-05T02:50:12.025Z Fresh diesel_derives v2.1.1
55942023-10-05T02:50:12.040Z Fresh signature v2.1.0
55952023-10-05T02:50:12.054Z Fresh hash32 v0.2.1
55962023-10-05T02:50:12.069Z Fresh float-cmp v0.9.0
55972023-10-05T02:50:12.077Z Fresh difflib v0.4.0
55982023-10-05T02:50:12.083Z Fresh smawk v0.3.1
55992023-10-05T02:50:12.094Z Fresh unicode-linebreak v0.1.5
56002023-10-05T02:50:12.099Z Fresh stable_deref_trait v1.2.0
56012023-10-05T02:50:12.107Z Fresh normalize-line-endings v0.3.0
56022023-10-05T02:50:12.114Z Fresh bzip2 v0.4.4
56032023-10-05T02:50:12.129Z Fresh textwrap v0.16.0
56042023-10-05T02:50:12.139Z Fresh heapless v0.7.16
56052023-10-05T02:50:12.152Z Fresh usdt-impl v0.3.5
56062023-10-05T02:50:12.163Z Fresh reqwest v0.11.20
56072023-10-05T02:50:12.179Z Fresh openapiv3 v1.0.3
56082023-10-05T02:50:12.196Z Fresh bstr v1.6.0
56092023-10-05T02:50:12.418Z Fresh hubpack_derive v0.1.1
56102023-10-05T02:50:12.804Z Fresh hubpack v0.1.2
56112023-10-05T02:50:12.923Z Fresh smoltcp v0.9.1
56122023-10-05T02:50:13.064Z Fresh zip v0.6.6
56132023-10-05T02:50:13.085Z Fresh num-bigint v0.4.4
56142023-10-05T02:50:13.108Z Fresh similar v2.2.1
56152023-10-05T02:50:13.126Z Fresh regress v0.7.1
56162023-10-05T02:50:13.143Z Fresh serde_repr v0.1.16
56172023-10-05T02:50:13.592Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
56182023-10-05T02:50:13.609Z Fresh yasna v0.5.2
56192023-10-05T02:50:13.621Z Fresh predicates v3.0.3
56202023-10-05T02:50:13.646Z Fresh usdt v0.3.5
56212023-10-05T02:50:13.707Z Fresh tokio-stream v0.1.14
56222023-10-05T02:50:14.126Z Fresh typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
56232023-10-05T02:50:14.138Z Fresh ipnetwork v0.20.0
56242023-10-05T02:50:14.151Z Fresh getopts v0.2.21
56252023-10-05T02:50:14.180Z Fresh unsafe-libyaml v0.2.9
56262023-10-05T02:50:14.217Z Fresh postgres-types v0.2.6
56272023-10-05T02:50:14.231Z Fresh serde_yaml v0.9.25
56282023-10-05T02:50:14.245Z Fresh ident_case v1.0.1
56292023-10-05T02:50:14.260Z Fresh tokio-postgres v0.7.10
56302023-10-05T02:50:14.276Z Fresh typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
56312023-10-05T02:50:14.294Z Fresh rustversion v1.0.14
56322023-10-05T02:50:14.311Z Fresh atty v0.2.14
56332023-10-05T02:50:14.332Z Fresh dirs-sys-next v0.1.2
56342023-10-05T02:50:14.753Z Fresh fastrand v2.0.0
56352023-10-05T02:50:14.759Z Fresh typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
56362023-10-05T02:50:14.775Z Fresh crossbeam-channel v0.5.8
56372023-10-05T02:50:14.786Z Fresh progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
56382023-10-05T02:50:14.797Z Fresh tempfile v3.8.0
56392023-10-05T02:50:14.812Z Fresh dirs-next v2.0.0
56402023-10-05T02:50:14.828Z Fresh progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
56412023-10-05T02:50:14.844Z Fresh match_cfg v0.1.0
56422023-10-05T02:50:14.864Z Fresh regex-syntax v0.6.29
56432023-10-05T02:50:14.887Z Fresh darling_core v0.20.3
56442023-10-05T02:50:14.904Z Fresh sha1 v0.10.5
56452023-10-05T02:50:14.926Z Fresh term v0.7.0
56462023-10-05T02:50:14.952Z Fresh hostname v0.3.1
56472023-10-05T02:50:15.380Z Fresh darling_macro v0.20.3
56482023-10-05T02:50:15.399Z Fresh strum_macros v0.25.2
56492023-10-05T02:50:15.823Z Fresh diesel v2.1.1
56502023-10-05T02:50:16.388Z Fresh thread_local v1.1.7
56512023-10-05T02:50:16.404Z Fresh darling v0.20.3
56522023-10-05T02:50:16.420Z Fresh strum v0.25.0
56532023-10-05T02:50:16.439Z Fresh instant v0.1.12
56542023-10-05T02:50:16.455Z Fresh take_mut v0.2.2
56552023-10-05T02:50:16.466Z Fresh slog-term v2.9.0
56562023-10-05T02:50:16.484Z Fresh slog-json v2.6.1
56572023-10-05T02:50:16.490Z Fresh serde_with_macros v2.3.3
56582023-10-05T02:50:16.497Z Fresh slog-bunyan v2.4.0
56592023-10-05T02:50:16.503Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
56602023-10-05T02:50:16.511Z Fresh structmeta-derive v0.1.6
56612023-10-05T02:50:16.518Z Fresh slog-async v2.8.0
56622023-10-05T02:50:16.524Z Fresh serde_with v2.3.3
56632023-10-05T02:50:16.531Z Fresh paste v1.0.14
56642023-10-05T02:50:16.536Z Fresh structmeta v0.1.6
56652023-10-05T02:50:16.544Z Fresh async-stream-impl v0.3.5
56662023-10-05T02:50:16.557Z Fresh camino v1.1.6
56672023-10-05T02:50:16.574Z Fresh atomic-waker v1.1.1
56682023-10-05T02:50:16.603Z Fresh debug-ignore v1.0.5
56692023-10-05T02:50:16.607Z Fresh async-stream v0.3.5
56702023-10-05T02:50:16.612Z Fresh multer v2.1.0
56712023-10-05T02:50:16.618Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
56722023-10-05T02:50:16.622Z Fresh serde_path_to_error v0.1.14
56732023-10-05T02:50:16.625Z Fresh waitgroup v0.1.2
56742023-10-05T02:50:16.629Z Fresh parse-display-derive v0.7.0
56752023-10-05T02:50:16.632Z Fresh backoff v0.4.0
56762023-10-05T02:50:16.635Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
56772023-10-05T02:50:16.638Z Fresh macaddr v1.0.1
56782023-10-05T02:50:16.641Z Fresh quick-error v1.2.3
56792023-10-05T02:50:16.644Z Fresh wait-timeout v0.2.0
56802023-10-05T02:50:16.648Z Fresh rand_xorshift v0.3.0
56812023-10-05T02:50:16.651Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
56822023-10-05T02:50:16.653Z Fresh parse-display v0.7.0
56832023-10-05T02:50:16.656Z Fresh rusty-fork v0.3.0
56842023-10-05T02:50:16.659Z Fresh unarray v0.1.4
56852023-10-05T02:50:16.663Z Fresh test-strategy v0.2.1
56862023-10-05T02:50:16.666Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
56872023-10-05T02:50:16.669Z Fresh base64ct v1.6.0
56882023-10-05T02:50:16.672Z Fresh is-terminal v0.4.9
56892023-10-05T02:50:16.675Z Fresh proptest v1.2.0
56902023-10-05T02:50:16.679Z Fresh proc-macro-crate v1.3.1
56912023-10-05T02:50:16.686Z Fresh password-hash v0.5.0
56922023-10-05T02:50:16.698Z Fresh blake2 v0.10.6
56932023-10-05T02:50:16.711Z Fresh cfg-if v0.1.10
56942023-10-05T02:50:16.727Z Fresh argon2 v0.5.2
56952023-10-05T02:50:16.734Z Fresh num_enum_derive v0.5.11
56962023-10-05T02:50:16.754Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
56972023-10-05T02:50:16.760Z Fresh base64 v0.13.1
56982023-10-05T02:50:16.769Z Fresh proc-macro-error-attr v1.0.4
56992023-10-05T02:50:16.782Z Fresh num_enum v0.5.11
57002023-10-05T02:50:16.838Z Fresh postcard-cobs v0.1.5-pre
57012023-10-05T02:50:17.262Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
57022023-10-05T02:50:17.294Z Fresh smoltcp v0.8.2
57032023-10-05T02:50:17.719Z Fresh foreign-types-macros v0.2.3
57042023-10-05T02:50:17.742Z Fresh proc-macro-error v1.0.4
57052023-10-05T02:50:17.765Z Fresh postcard v0.7.3
57062023-10-05T02:50:18.190Z Fresh termtree v0.4.1
57072023-10-05T02:50:18.196Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
57082023-10-05T02:50:18.202Z Fresh foreign-types-shared v0.3.1
57092023-10-05T02:50:18.208Z Fresh foreign-types v0.5.0
57102023-10-05T02:50:18.235Z Fresh predicates-tree v1.0.9
57112023-10-05T02:50:18.239Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
57122023-10-05T02:50:18.242Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57132023-10-05T02:50:18.247Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57142023-10-05T02:50:18.252Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
57152023-10-05T02:50:18.681Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
57162023-10-05T02:50:18.696Z Fresh cstr-argument v0.1.2
57172023-10-05T02:50:18.711Z Fresh pretty-hex v0.2.1
57182023-10-05T02:50:18.728Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
57192023-10-05T02:50:18.744Z Fresh colored v2.0.4
57202023-10-05T02:50:18.756Z Fresh zone_cfg_derive v0.2.0
57212023-10-05T02:50:18.776Z Fresh predicates v2.1.5
57222023-10-05T02:50:18.800Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57232023-10-05T02:50:18.822Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
57242023-10-05T02:50:18.855Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57252023-10-05T02:50:18.876Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
57262023-10-05T02:50:20.126Z Fresh mockall_derive v0.11.4
57272023-10-05T02:50:20.144Z Fresh termcolor v1.2.0
57282023-10-05T02:50:20.573Z Fresh fragile v2.0.0
57292023-10-05T02:50:20.578Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
57302023-10-05T02:50:20.585Z Fresh downcast v0.11.0
57312023-10-05T02:50:20.608Z Fresh same-file v1.0.6
57322023-10-05T02:50:20.622Z Fresh zone v0.2.0
57332023-10-05T02:50:20.642Z Fresh smf v0.2.2
57342023-10-05T02:50:20.660Z Fresh pem v1.1.1
57352023-10-05T02:50:20.677Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
57362023-10-05T02:50:20.694Z Fresh mockall v0.11.4
57372023-10-05T02:50:20.716Z Fresh walkdir v2.4.0
57382023-10-05T02:50:21.150Z Fresh linked-hash-map v0.5.6
57392023-10-05T02:50:21.165Z Fresh filetime v0.2.22
57402023-10-05T02:50:21.177Z Fresh slog-dtrace v0.2.3
57412023-10-05T02:50:21.182Z Fresh lru-cache v0.1.2
57422023-10-05T02:50:21.188Z Fresh xattr v1.0.1
57432023-10-05T02:50:21.192Z Fresh cancel-safe-futures v0.1.2
57442023-10-05T02:50:21.196Z Fresh half v1.8.2
57452023-10-05T02:50:21.200Z Fresh ciborium-io v0.2.1
57462023-10-05T02:50:21.205Z Fresh tar v0.4.40
57472023-10-05T02:50:21.210Z Fresh ciborium-ll v0.2.1
57482023-10-05T02:50:21.214Z Fresh workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
57492023-10-05T02:50:21.219Z Fresh itertools v0.11.0
57502023-10-05T02:50:21.224Z Fresh headers-core v0.2.0
57512023-10-05T02:50:21.229Z Fresh pem-rfc7468 v0.7.0
57522023-10-05T02:50:21.234Z Fresh toml v0.5.11
57532023-10-05T02:50:21.239Z Fresh headers v0.3.9
57542023-10-05T02:50:21.245Z Fresh ciborium v0.2.1
57552023-10-05T02:50:21.251Z Fresh der_derive v0.7.2
57562023-10-05T02:50:21.257Z Fresh flagset v0.4.3
57572023-10-05T02:50:21.264Z Fresh hkdf v0.12.3
57582023-10-05T02:50:21.276Z Fresh rcgen v0.10.0
57592023-10-05T02:50:21.291Z Fresh heck v0.3.3
57602023-10-05T02:50:21.306Z Fresh der v0.7.8
57612023-10-05T02:50:21.313Z Fresh semver-parser v0.10.2
57622023-10-05T02:50:21.324Z Fresh textwrap v0.11.0
57632023-10-05T02:50:21.334Z Fresh subprocess v0.2.9
57642023-10-05T02:50:21.342Z Fresh vec_map v0.8.2
57652023-10-05T02:50:21.350Z Fresh memoffset v0.7.1
57662023-10-05T02:50:21.361Z Fresh spki v0.7.2
57672023-10-05T02:50:21.368Z Fresh ansi_term v0.12.1
57682023-10-05T02:50:21.376Z Fresh strsim v0.8.0
57692023-10-05T02:50:21.385Z Fresh keccak v0.1.4
57702023-10-05T02:50:21.394Z Fresh clap v2.34.0
57712023-10-05T02:50:21.402Z Fresh sha3 v0.10.8
57722023-10-05T02:50:21.410Z Fresh semver v0.11.0
57732023-10-05T02:50:21.416Z Fresh structopt-derive v0.4.18
57742023-10-05T02:50:21.433Z Fresh secrecy v0.8.0
57752023-10-05T02:50:21.454Z Fresh home v0.5.5
57762023-10-05T02:50:21.476Z Fresh crc-catalog v2.2.0
57772023-10-05T02:50:21.496Z Fresh structopt v0.3.26
57782023-10-05T02:50:21.506Z Fresh crc v3.0.1
57792023-10-05T02:50:21.516Z Fresh toolchain_find v0.2.0
57802023-10-05T02:50:21.526Z Fresh pkcs8 v0.10.2
57812023-10-05T02:50:21.532Z Fresh libefi-sys v0.1.0
57822023-10-05T02:50:21.535Z Fresh maybe-uninit v2.0.0
57832023-10-05T02:50:21.538Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
57842023-10-05T02:50:21.541Z Fresh resolv-conf v0.7.0
57852023-10-05T02:50:21.544Z Fresh packed_struct_codegen v0.10.1
57862023-10-05T02:50:21.547Z Fresh derive-where v1.2.5
57872023-10-05T02:50:21.554Z Fresh nodrop v0.1.14
57882023-10-05T02:50:21.557Z Fresh arc-swap v1.6.0
57892023-10-05T02:50:21.560Z Fresh linear-map v1.2.0
57902023-10-05T02:50:21.568Z Fresh slog-scope v4.4.0
57912023-10-05T02:50:21.615Z Fresh array-init v0.0.4
57922023-10-05T02:50:21.633Z Fresh packed_struct v0.10.1
57932023-10-05T02:50:21.637Z Fresh trust-dns-resolver v0.22.0
57942023-10-05T02:50:21.684Z Fresh smallvec v0.6.14
57952023-10-05T02:50:21.697Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
57962023-10-05T02:50:21.703Z Fresh rustfmt-wrapper v0.2.0
57972023-10-05T02:50:21.709Z Fresh pkcs1 v0.7.5
57982023-10-05T02:50:21.720Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
57992023-10-05T02:50:21.749Z Fresh signal-hook v0.3.17
58002023-10-05T02:50:21.775Z Fresh num-bigint-dig v0.8.4
58012023-10-05T02:50:21.791Z Fresh progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
58022023-10-05T02:50:21.806Z Fresh utf-8 v0.7.6
58032023-10-05T02:50:21.825Z Fresh glob v0.3.1
58042023-10-05T02:50:21.847Z
58052023-10-05T02:50:21.864Z Fresh bitfield v0.14.0
58062023-10-05T02:50:21.883Zrunning 5 tests
58072023-10-05T02:50:21.908Z Fresh rsa v0.9.2
58082023-10-05T02:50:21.946Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
58092023-10-05T02:50:22.383Z Fresh serde-hex v0.1.0
58102023-10-05T02:50:22.812Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
58112023-10-05T02:50:22.824Z Fresh progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
58122023-10-05T02:50:22.836Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
58132023-10-05T02:50:23.265Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
58142023-10-05T02:50:23.276Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
58152023-10-05T02:50:23.288Z Fresh doc-comment v0.3.3
58162023-10-05T02:50:23.298Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
58172023-10-05T02:50:23.311Z Fresh slog-stdlog v4.1.1
58182023-10-05T02:50:23.325Z
58192023-10-05T02:50:23.340Z Fresh num-rational v0.4.1
58202023-10-05T02:50:23.354Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
58212023-10-05T02:50:23.370Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
58222023-10-05T02:50:23.387Z
58232023-10-05T02:50:23.402Z Fresh x509-cert v0.2.4
58242023-10-05T02:50:23.825Z Fresh env_logger v0.10.0
58252023-10-05T02:50:23.842Z Fresh ron v0.8.1
58262023-10-05T02:50:23.861Z Fresh num-complex v0.4.4
58272023-10-05T02:50:23.882Z Fresh humantime v2.1.0
58282023-10-05T02:50:24.307Z Fresh crc-any v2.4.3
58292023-10-05T02:50:24.317Z Fresh slog-envlogger v2.2.0
58302023-10-05T02:50:24.343Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
58312023-10-05T02:50:24.354Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
58322023-10-05T02:50:24.376Z Fresh num v0.4.1
58332023-10-05T02:50:24.392Z Fresh libz-sys v1.1.12
58342023-10-05T02:50:24.411Z Fresh object v0.30.4
58352023-10-05T02:50:24.426Z Fresh fxhash v0.2.1
58362023-10-05T02:50:24.443Z Fresh path-slash v0.1.5
58372023-10-05T02:50:24.461Z Fresh semver v0.1.20
58382023-10-05T02:50:24.471Z Fresh libgit2-sys v0.15.2+1.6.4
58392023-10-05T02:50:24.489Z Fresh camino-tempfile v1.0.2
58402023-10-05T02:50:24.499Z Fresh universal-hash v0.5.1
58412023-10-05T02:50:24.505Z Fresh snafu-derive v0.7.5
58422023-10-05T02:50:24.514Z Fresh rustc_version v0.1.7
58432023-10-05T02:50:24.523Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
58442023-10-05T02:50:24.536Z Fresh opaque-debug v0.3.0
58452023-10-05T02:50:24.560Z Fresh convert_case v0.4.0
58462023-10-05T02:50:24.578Z Fresh snafu v0.7.5
58472023-10-05T02:50:24.596Z Fresh git2 v0.17.2
58482023-10-05T02:50:24.608Z Fresh derive_more v0.99.17
58492023-10-05T02:50:25.035Z Fresh api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
58502023-10-05T02:50:25.056Z Fresh rand v0.4.6
58512023-10-05T02:50:25.075Z Fresh vergen v8.2.4
58522023-10-05T02:50:25.087Z Fresh newline-converter v0.3.0
58532023-10-05T02:50:25.109Z Fresh omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
58542023-10-05T02:50:25.121Z Fresh aead v0.5.2
58552023-10-05T02:50:25.545Z Fresh expectorate v1.1.0
58562023-10-05T02:50:25.584Z Fresh buf-list v1.0.3
58572023-10-05T02:50:25.611Z Fresh libsqlite3-sys v0.26.0
58582023-10-05T02:50:25.630Z Fresh newtype_derive v0.1.6
58592023-10-05T02:50:25.650Z Fresh tungstenite v0.18.0
58602023-10-05T02:50:25.659Z Fresh crossbeam-deque v0.8.3
58612023-10-05T02:50:25.671Z Fresh toml_edit v0.20.0
58622023-10-05T02:50:25.680Z Fresh hashlink v0.8.3
58632023-10-05T02:50:25.687Z Fresh fallible-streaming-iterator v0.1.9
58642023-10-05T02:50:25.699Z Fresh display-error-chain v0.1.1
58652023-10-05T02:50:25.729Z Fresh tokio-tungstenite v0.18.0
58662023-10-05T02:50:25.753Z Fresh rayon-core v1.11.0
58672023-10-05T02:50:25.779Z Fresh steno v0.4.0
58682023-10-05T02:50:25.795Z Fresh toml v0.8.0
58692023-10-05T02:50:25.806Z Fresh rusqlite v0.29.0
58702023-10-05T02:50:25.819Z Fresh twox-hash v1.6.3
58712023-10-05T02:50:25.834Z Fresh nix v0.26.2
58722023-10-05T02:50:25.858Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
58732023-10-05T02:50:25.893Z Fresh omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
58742023-10-05T02:50:25.908Z Fresh num_enum_derive v0.7.0
58752023-10-05T02:50:25.930Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
58762023-10-05T02:50:25.957Z Fresh path-dedot v3.1.0
58772023-10-05T02:50:26.422Z Fresh diff v0.1.13
58782023-10-05T02:50:26.437Z Fresh path-absolutize v3.1.0
58792023-10-05T02:50:26.449Z
58802023-10-05T02:50:26.458Z Fresh num_enum v0.7.0
58812023-10-05T02:50:26.468Zrunning 0 tests
58822023-10-05T02:50:26.479Z Fresh nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
58832023-10-05T02:50:26.494Z
58842023-10-05T02:50:26.504Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
58852023-10-05T02:50:26.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58862023-10-05T02:50:26.519Z Fresh platforms v3.0.2
58872023-10-05T02:50:26.536Z
58882023-10-05T02:50:26.553Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
58892023-10-05T02:50:26.974Z Fresh crunchy v0.2.2
58902023-10-05T02:50:26.980Z Fresh rayon v1.7.0
58912023-10-05T02:50:26.988Z Fresh polyval v0.6.1
58922023-10-05T02:50:26.996Z Fresh darling_core v0.14.4
58932023-10-05T02:50:27.010Z
58942023-10-05T02:50:27.018Z Fresh globset v0.4.13
58952023-10-05T02:50:27.033Zrunning 0 tests
58962023-10-05T02:50:27.046Z Fresh aes v0.8.3
58972023-10-05T02:50:27.060Z
58982023-10-05T02:50:27.072Z Fresh ctr v0.9.2
58992023-10-05T02:50:27.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59002023-10-05T02:50:27.106Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
59012023-10-05T02:50:27.119Z
59022023-10-05T02:50:27.134Z Fresh olpc-cjson v0.1.3
59032023-10-05T02:50:27.148Z Fresh bincode v1.3.3
59042023-10-05T02:50:27.164Z Fresh serde_plain v1.0.2
59052023-10-05T02:50:27.178Z Fresh nibble_vec v0.1.0
59062023-10-05T02:50:27.195Z Fresh endian-type v0.1.2
59072023-10-05T02:50:27.214Z Fresh minimal-lexical v0.2.1
59082023-10-05T02:50:27.235Z Fresh signature v1.6.4
59092023-10-05T02:50:27.252Z Fresh nom v7.1.3
59102023-10-05T02:50:27.273Z Fresh tough v0.12.5
59112023-10-05T02:50:27.289Z Fresh radix_trie v0.2.1
59122023-10-05T02:50:27.307Z Fresh crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
59132023-10-05T02:50:27.335Z Fresh ed25519 v1.5.3
59142023-10-05T02:50:27.754Z Fresh aes-gcm-siv v0.11.1
59152023-10-05T02:50:27.768Z Fresh darling_macro v0.14.4
59162023-10-05T02:50:27.784Z Fresh parking_lot_core v0.8.6
59172023-10-05T02:50:27.804Z Fresh tiny-keccak v2.0.2
59182023-10-05T02:50:28.220Z Fresh oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59192023-10-05T02:50:28.229Z Fresh unicase v2.7.0
59202023-10-05T02:50:28.238Z Fresh env_logger v0.9.3
59212023-10-05T02:50:28.246Z Fresh ascii-canvas v3.0.0
59222023-10-05T02:50:28.264Z Fresh ff v0.13.0
59232023-10-05T02:50:28.284Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
59242023-10-05T02:50:28.306Z Fresh async-recursion v1.0.5
59252023-10-05T02:50:28.730Z Fresh bitstruct_derive v0.1.0
59262023-10-05T02:50:28.739Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
59272023-10-05T02:50:28.746Z Fresh ena v0.14.2
59282023-10-05T02:50:28.758Z Fresh libloading v0.7.4
59292023-10-05T02:50:28.773Z Fresh ringbuffer v0.15.0
59302023-10-05T02:50:28.788Z Fresh ascii v1.1.0
59312023-10-05T02:50:28.807Z Fresh group v0.13.0
59322023-10-05T02:50:28.828Z Fresh lalrpop v0.19.12
59332023-10-05T02:50:28.843Z Fresh clang-sys v1.6.1
59342023-10-05T02:50:28.861Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
59352023-10-05T02:50:28.874Z Fresh crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
59362023-10-05T02:50:29.300Z Fresh bitstruct v0.1.1
59372023-10-05T02:50:29.304Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
59382023-10-05T02:50:29.307Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
59392023-10-05T02:50:29.319Z Fresh darling v0.14.4
59402023-10-05T02:50:29.323Z Fresh salty v0.2.0
59412023-10-05T02:50:29.331Z Fresh erased-serde v0.3.30
59422023-10-05T02:50:29.336Z Fresh parking_lot v0.11.2
59432023-10-05T02:50:29.341Z Fresh trust-dns-client v0.22.0
59442023-10-05T02:50:29.346Z Fresh cexpr v0.6.0
59452023-10-05T02:50:29.351Z Fresh prettyplease v0.2.12
59462023-10-05T02:50:29.359Z Fresh tungstenite v0.20.1
59472023-10-05T02:50:29.375Z Fresh signal-hook-mio v0.2.3
59482023-10-05T02:50:29.389Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
59492023-10-05T02:50:29.394Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
59502023-10-05T02:50:29.398Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
59512023-10-05T02:50:29.402Z Fresh which v4.4.0
59522023-10-05T02:50:29.406Z Fresh crypto-bigint v0.5.2
59532023-10-05T02:50:29.410Z Fresh serde-big-array v0.4.1
59542023-10-05T02:50:29.415Z Fresh serde_arrays v0.1.0
59552023-10-05T02:50:29.419Z Fresh serde-big-array v0.5.1
59562023-10-05T02:50:29.423Z Fresh thiserror-impl-no-std v2.0.2
59572023-10-05T02:50:29.427Z Fresh num-derive v0.4.0
59582023-10-05T02:50:29.431Z Fresh curve25519-dalek-derive v0.1.0
59592023-10-05T02:50:29.438Z Fresh base16ct v0.2.0
59602023-10-05T02:50:29.443Z Fresh rustc-hash v1.1.0
59612023-10-05T02:50:29.479Z Fresh peeking_take_while v0.1.2
59622023-10-05T02:50:29.483Z Fresh lazycell v1.3.0
59632023-10-05T02:50:29.487Z Fresh shlex v1.1.0
59642023-10-05T02:50:29.490Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
59652023-10-05T02:50:29.495Z Fresh curve25519-dalek v4.1.0
59662023-10-05T02:50:29.499Z Fresh bindgen v0.65.1
59672023-10-05T02:50:29.502Z Fresh elliptic-curve v0.13.5
59682023-10-05T02:50:29.505Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
59692023-10-05T02:50:29.509Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
59702023-10-05T02:50:29.524Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
59712023-10-05T02:50:29.527Z Fresh thiserror-no-std v2.0.2
59722023-10-05T02:50:29.532Z Fresh tokio-tungstenite v0.20.1
59732023-10-05T02:50:29.541Z Fresh trust-dns-server v0.22.1
59742023-10-05T02:50:29.546Z Fresh derive_builder_core v0.12.0
59752023-10-05T02:50:29.551Z Fresh sled v0.34.7
59762023-10-05T02:50:29.649Z Fresh portable-atomic v1.4.3
59772023-10-05T02:50:29.661Z Fresh poly1305 v0.8.0
59782023-10-05T02:50:29.667Z Fresh signal-hook-tokio v0.3.1
59792023-10-05T02:50:29.673Z Fresh chacha20 v0.9.1
59802023-10-05T02:50:29.685Z Fresh bytesize v1.3.0
59812023-10-05T02:50:29.696Z Fresh ref-cast-impl v1.0.20
59822023-10-05T02:50:29.709Z Fresh corncobs v0.1.3
59832023-10-05T02:50:30.156Z Fresh pretty-hex v0.3.0
59842023-10-05T02:50:30.277Z Fresh number_prefix v0.4.0
59852023-10-05T02:50:30.311Z Fresh fs-err v2.9.0
59862023-10-05T02:50:30.333Z Fresh chacha20poly1305 v0.10.1
59872023-10-05T02:50:30.367Z Fresh ref-cast v1.0.20
59882023-10-05T02:50:30.385Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
59892023-10-05T02:50:30.414Z Fresh indicatif v0.17.6
59902023-10-05T02:50:30.464Z Fresh mime_guess v2.0.4
59912023-10-05T02:50:30.506Z Fresh derive_builder_macro v0.12.0
59922023-10-05T02:50:30.572Z Fresh vsss-rs v3.3.1
59932023-10-05T02:50:30.582Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
59942023-10-05T02:50:30.604Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
59952023-10-05T02:50:31.039Z Fresh dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59962023-10-05T02:50:31.144Z Fresh strum_macros v0.24.3
59972023-10-05T02:50:31.168Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
59982023-10-05T02:50:31.236Z Fresh const_format_proc_macros v0.2.31
59992023-10-05T02:50:36.347Z Fresh indoc v1.0.9
60002023-10-05T02:50:36.986Z Fresh polar-core v0.26.4
60012023-10-05T02:50:39.427Z
60022023-10-05T02:50:39.490Z Fresh internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60032023-10-05T02:50:39.935Zrunning 3 tests
60042023-10-05T02:50:39.980Z Fresh const_format v0.2.31
60052023-10-05T02:50:40.430Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
60062023-10-05T02:50:40.471Z Fresh derive_builder v0.12.0
60072023-10-05T02:50:40.492Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
60082023-10-05T02:50:40.958Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
60092023-10-05T02:50:41.000Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
60102023-10-05T02:50:41.023Z Fresh libxml v0.3.3
60112023-10-05T02:50:41.037Z
60122023-10-05T02:50:41.049Z Fresh crossterm v0.27.0
60132023-10-05T02:50:41.061Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
60142023-10-05T02:50:41.074Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
60152023-10-05T02:50:41.092Z
60162023-10-05T02:50:41.109Z Fresh ron v0.7.1
60172023-10-05T02:50:41.549Z Fresh bb8 v0.8.1
60182023-10-05T02:50:41.558Z Fresh quick-xml v0.23.1
60192023-10-05T02:50:41.566Z Fresh impl-trait-for-tuples v0.2.2
60202023-10-05T02:50:41.582Z Fresh oso-derive v0.26.4
60212023-10-05T02:50:41.595Z Fresh indoc v2.0.3
60222023-10-05T02:50:42.023Z Fresh http-range v0.1.5
60232023-10-05T02:50:42.042Z Fresh assert_matches v1.5.0
60242023-10-05T02:50:42.538Z Fresh cassowary v0.3.0
60252023-10-05T02:50:42.714Z Fresh maplit v1.0.2
60262023-10-05T02:50:42.788Z Fresh bit_field v0.10.2
60272023-10-05T02:50:42.843Z Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
60282023-10-05T02:50:42.892Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087)
60292023-10-05T02:50:42.981Z Fresh hyper-staticfile v0.9.5
60302023-10-05T02:50:43.042Z Fresh oso v0.26.4
60312023-10-05T02:50:43.076Z Fresh ratatui v0.23.0
60322023-10-05T02:50:43.091Z Fresh propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
60332023-10-05T02:50:43.517Z Fresh cookie v0.16.2
60342023-10-05T02:50:44.335Z Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
60352023-10-05T02:50:44.350Z Fresh rtoolbox v0.0.1
60362023-10-05T02:50:44.363Z Fresh vte_generate_state_changes v0.1.1
60372023-10-05T02:50:44.379Z Fresh os_str_bytes v6.5.1
60382023-10-05T02:50:44.396Z Fresh plotters-backend v0.3.5
60392023-10-05T02:50:44.421Z Fresh owo-colors v3.5.0
60402023-10-05T02:50:44.439Z Fresh vte v0.11.1
60412023-10-05T02:50:44.452Z Fresh clap_lex v0.2.4
60422023-10-05T02:50:44.467Z Fresh rpassword v7.2.0
60432023-10-05T02:50:44.480Z Fresh tui-tree-widget v0.13.0
60442023-10-05T02:50:44.502Z Fresh plotters-svg v0.3.5
60452023-10-05T02:50:44.519Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
60462023-10-05T02:50:44.538Z Fresh clap_derive v3.2.25
60472023-10-05T02:50:44.558Z Fresh cast v0.3.0
60482023-10-05T02:50:44.982Z Fresh shell-words v1.1.0
60492023-10-05T02:50:46.365Z
60502023-10-05T02:50:46.384Z Fresh plotters v0.3.5
60512023-10-05T02:50:46.399Zrunning 0 tests
60522023-10-05T02:50:46.414Z Fresh clap v3.2.25
60532023-10-05T02:50:46.431Z
60542023-10-05T02:50:46.447Z Fresh criterion-plot v0.5.0
60552023-10-05T02:50:46.460Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60562023-10-05T02:50:46.476Z Fresh strip-ansi-escapes v0.2.0
60572023-10-05T02:50:46.497Z
60582023-10-05T02:50:46.514Z Fresh crossterm v0.26.1
60592023-10-05T02:50:46.534Z
60602023-10-05T02:50:46.551Z Fresh tinytemplate v1.2.1
60612023-10-05T02:50:46.567Zrunning 0 tests
60622023-10-05T02:50:46.592Z Fresh fd-lock v3.0.13
60632023-10-05T02:50:46.627Z
60642023-10-05T02:50:46.646Z Fresh dashmap v5.5.1
60652023-10-05T02:50:46.668Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60662023-10-05T02:50:46.675Z Fresh threadpool v1.8.1
60672023-10-05T02:50:46.683Z
60682023-10-05T02:50:46.693Z Fresh serial_test_derive v0.10.0
60692023-10-05T02:50:46.704Z Fresh pin-project-internal v1.1.3
60702023-10-05T02:50:46.719Z Fresh nanorand v0.7.0
60712023-10-05T02:50:47.144Z Fresh relative-path v1.9.0
60722023-10-05T02:50:47.151Z Fresh anes v0.1.6
60732023-10-05T02:50:47.178Z Fresh nu-ansi-term v0.49.0
60742023-10-05T02:50:47.196Z Fresh constant_time_eq v0.2.6
60752023-10-05T02:50:47.209Z Fresh yansi v0.5.1
60762023-10-05T02:50:47.217Z Fresh arrayvec v0.7.4
60772023-10-05T02:50:47.224Z Fresh arrayref v0.3.7
60782023-10-05T02:50:47.230Z Fresh oorandom v11.1.3
60792023-10-05T02:50:47.235Z Fresh pretty_assertions v1.4.0
60802023-10-05T02:50:47.664Z Fresh pin-project v1.1.3
60812023-10-05T02:50:47.683Z Fresh reedline v0.23.0
60822023-10-05T02:50:47.701Z Fresh rstest_macros v0.18.2
60832023-10-05T02:50:47.714Z Fresh flume v0.11.0
60842023-10-05T02:50:47.725Z Fresh criterion v0.5.1
60852023-10-05T02:50:47.731Z Fresh blake2b_simd v1.0.1
60862023-10-05T02:50:47.739Z Fresh libtest-mimic v0.5.2
60872023-10-05T02:50:47.744Z Fresh serial_test v0.10.0
60882023-10-05T02:50:47.749Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
60892023-10-05T02:50:47.754Z Fresh assert_cmd v2.0.12
60902023-10-05T02:50:47.767Z Fresh omicron-zone-package v0.8.3
60912023-10-05T02:50:47.773Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
60922023-10-05T02:50:47.779Z Fresh fatfs v0.3.6
60932023-10-05T02:50:47.783Z Fresh basic-toml v0.1.4
60942023-10-05T02:50:47.789Z Fresh topological-sort v0.2.2
60952023-10-05T02:50:47.794Z Fresh constant_time_eq v0.3.0
60962023-10-05T02:50:47.801Z Fresh futures-timer v3.0.2
60972023-10-05T02:50:47.806Z Fresh remove_dir_all v0.5.3
60982023-10-05T02:50:47.813Z Fresh trybuild v1.0.85
60992023-10-05T02:50:47.819Z Fresh datatest-stable v0.1.3
61002023-10-05T02:50:47.828Z Fresh tempdir v0.3.7
61012023-10-05T02:50:47.833Z Fresh rstest v0.18.2
61022023-10-05T02:50:47.840Z Fresh rust-argon2 v1.0.1
61032023-10-05T02:50:47.854Z Fresh partial-io v0.5.4
61042023-10-05T02:50:47.870Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
61052023-10-05T02:50:47.886Z Fresh httptest v0.15.4
61062023-10-05T02:50:47.925Z Fresh similar-asserts v1.5.0
61072023-10-05T02:50:47.937Z Fresh approx v0.5.1
61082023-10-05T02:50:47.952Z Fresh hex-literal v0.4.1
61092023-10-05T02:50:48.778Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
61102023-10-05T02:50:48.783Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
61112023-10-05T02:50:48.787Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
61122023-10-05T02:50:48.790Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
61132023-10-05T02:50:48.793Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
61142023-10-05T02:50:48.795Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
61152023-10-05T02:50:48.798Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
61162023-10-05T02:50:48.803Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
61172023-10-05T02:50:48.811Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
61182023-10-05T02:50:48.829Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
61192023-10-05T02:50:48.882Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client)
61202023-10-05T02:50:48.913Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
61212023-10-05T02:50:49.055Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
61222023-10-05T02:50:50.279Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
61232023-10-05T02:50:50.896Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
61242023-10-05T02:50:50.938Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
61252023-10-05T02:50:50.971Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
61262023-10-05T02:50:51.001Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
61272023-10-05T02:50:51.032Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client)
61282023-10-05T02:50:51.052Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
61292023-10-05T02:50:51.495Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
61302023-10-05T02:50:51.515Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
61312023-10-05T02:50:51.542Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
61322023-10-05T02:50:51.561Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
61332023-10-05T02:50:51.581Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
61342023-10-05T02:50:51.599Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client)
61352023-10-05T02:50:51.617Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
61362023-10-05T02:50:52.057Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
61372023-10-05T02:50:52.076Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client)
61382023-10-05T02:50:52.741Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
61392023-10-05T02:50:56.184Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
61402023-10-05T02:50:56.286Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
61412023-10-05T02:50:56.328Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
61422023-10-05T02:50:56.779Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
61432023-10-05T02:50:56.996Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
61442023-10-05T02:50:57.081Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
61452023-10-05T02:50:57.221Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
61462023-10-05T02:50:57.405Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
61472023-10-05T02:50:57.620Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
61482023-10-05T02:50:57.766Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
61492023-10-05T02:50:57.901Z Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
61502023-10-05T02:50:58.105Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
61512023-10-05T02:50:58.441Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
61522023-10-05T02:50:59.003Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
61532023-10-05T02:50:59.093Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
61542023-10-05T02:50:59.519Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
61552023-10-05T02:50:59.663Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
61562023-10-05T02:50:59.730Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
61572023-10-05T02:51:00.267Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
61582023-10-05T02:51:00.606Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
61592023-10-05T02:51:00.788Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
61602023-10-05T02:51:01.257Z Finished test [unoptimized + debuginfo] target(s) in 53.94s
61612023-10-05T02:51:01.283Z Doc-tests authz-macros
61622023-10-05T02:51:01.457Z 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-24213b0e33e14486.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-dcfdf276d677de7c.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-7e32255bd2f9fe1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d1e663d68f1702f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
61632023-10-05T02:51:01.920Z Doc-tests bootstore
61642023-10-05T02:51:01.944Z 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-cfbaf57771df4718.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-3cf9e82dd45b176b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cb9c2f70e79b84a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b501a6b93b8c46c9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c5067f78a51f690.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-965894a33fc880ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3b9405a20262c5b8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61652023-10-05T02:51:02.033Z Doc-tests bootstrap-agent-client
61662023-10-05T02:51:02.110Z 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 bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/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-60cc23ed68c4a18e.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-49f8b7d64edcfe71.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
61672023-10-05T02:51:02.132Z Doc-tests db-macros
61682023-10-05T02:51:02.563Z 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-0c9700f9ccfa5796.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-dcfdf276d677de7c.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-95e992f7efdc9e39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d1e663d68f1702f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
61692023-10-05T02:51:03.851Z Doc-tests ddm-admin-client
61702023-10-05T02:51:03.900Z 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 ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/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-179f05ca57535039.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-440be1cad2d43f10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib -C embed-bitcode=no -D warnings --error-format human`
61712023-10-05T02:51:04.432Z Doc-tests dns-server
61722023-10-05T02:51:04.453Z 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-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b71b24d1ae7d7ecb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-862d27d361cef9b8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
61732023-10-05T02:51:04.480Z Doc-tests dns-service-client
61742023-10-05T02:51:04.510Z
61752023-10-05T02:51:04.598Z 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 dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/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-5bb86fda6cf178b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
61762023-10-05T02:51:05.080Zrunning 0 tests
61772023-10-05T02:51:05.118Z Doc-tests dpd-client
61782023-10-05T02:51:05.149Z
61792023-10-05T02:51:05.223Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/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-5bb86fda6cf178b2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba4900269822c16f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-440be1cad2d43f10.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-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
61802023-10-05T02:51:05.970Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61812023-10-05T02:51:06.202Z
61822023-10-05T02:51:06.307Z
61832023-10-05T02:51:06.752Zrunning 0 tests
61842023-10-05T02:51:06.766Z
61852023-10-05T02:51:06.782Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61862023-10-05T02:51:06.796Z
61872023-10-05T02:51:06.818Z Doc-tests gateway-client
61882023-10-05T02:51:06.917Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/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-5bb86fda6cf178b2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
61892023-10-05T02:51:06.966Z
61902023-10-05T02:51:06.995Zrunning 0 tests
61912023-10-05T02:51:07.020Z
61922023-10-05T02:51:07.054Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61932023-10-05T02:51:07.081Z
61942023-10-05T02:51:07.109Z Doc-tests gateway-test-utils
61952023-10-05T02:51:07.133Z 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-808e28d3d3156bbe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-30d7a54441030c7f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7fbc04b611b6e9b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6238070eab804700.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
61962023-10-05T02:51:07.159Z
61972023-10-05T02:51:07.269Zrunning 0 tests
61982023-10-05T02:51:07.354Z
61992023-10-05T02:51:07.438Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62002023-10-05T02:51:07.867Z
62012023-10-05T02:51:07.919Z Doc-tests illumos-utils
62022023-10-05T02:51:07.936Z 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-60cc23ed68c4a18e.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-f4ab784a77ca0241.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-76900858d9cbc63e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8f74cd684365217.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-74961fc0c3573086.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb0f2e95c1d559c3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-1eba0a3acc5be119.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' -D warnings --error-format human`
62032023-10-05T02:51:07.997Z
62042023-10-05T02:51:08.011Z Doc-tests installinator
62052023-10-05T02:51:08.057Zrunning 0 tests
62062023-10-05T02:51:08.128Z 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-60cc23ed68c4a18e.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6149a8053583d99d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-179f05ca57535039.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-780ebb2cc66219b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1407246cf80363f9.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-2597725d84d2f39d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-200f469a5ca81070.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-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-856e56524770dbf5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-440be1cad2d43f10.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b501a6b93b8c46c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-fb0f2e95c1d559c3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c3785c2bcafd7df0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
62072023-10-05T02:51:08.211Z
62082023-10-05T02:51:08.240Z Doc-tests installinator-artifact-client
62092023-10-05T02:51:08.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62102023-10-05T02:51:08.408Z 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 installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/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-2597725d84d2f39d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
62112023-10-05T02:51:08.848Z
62122023-10-05T02:51:08.864Z Doc-tests installinator-artifactd
62132023-10-05T02:51:08.883Z
62142023-10-05T02:51:09.391Z 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-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9744b857786e7849.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
62152023-10-05T02:51:09.440Zrunning 0 tests
62162023-10-05T02:51:09.868Z Doc-tests installinator-common
62172023-10-05T02:51:09.873Z
62182023-10-05T02:51:09.877Z 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-808e28d3d3156bbe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rlib -C embed-bitcode=no -D warnings --error-format human`
62192023-10-05T02:51:09.881Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62202023-10-05T02:51:09.933Z Doc-tests internal-dns
62212023-10-05T02:51:09.946Z
62222023-10-05T02:51:09.955Z 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-5bb86fda6cf178b2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-79b65b7157891c1c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
62232023-10-05T02:51:10.011Z
62242023-10-05T02:51:10.435Z Doc-tests ipcc-key-value
62252023-10-05T02:51:10.464Zrunning 0 tests
62262023-10-05T02:51:10.472Z 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-bebe03e21160a1ee.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-200f469a5ca81070.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b501a6b93b8c46c9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
62272023-10-05T02:51:10.479Z
62282023-10-05T02:51:10.483Z Doc-tests key-manager
62292023-10-05T02:51:10.487Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62302023-10-05T02:51:10.490Z 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-60cc23ed68c4a18e.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cb9c2f70e79b84a5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-220034c57440dab0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c5067f78a51f690.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-965894a33fc880ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib -C embed-bitcode=no -D warnings --error-format human`
62312023-10-05T02:51:10.493Z
62322023-10-05T02:51:10.497Z Doc-tests nexus-client
62332023-10-05T02:51:10.500Z
62342023-10-05T02:51:10.504Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/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-5bb86fda6cf178b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
62352023-10-05T02:51:10.507Zrunning 0 tests
62362023-10-05T02:51:10.510Z Doc-tests nexus-db-model
62372023-10-05T02:51:10.515Z
62382023-10-05T02:51:10.518Z 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-5bb86fda6cf178b2.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0c9700f9ccfa5796.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4acbd9ac28bac588.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.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-72a7f07142ae41b9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6db77212ef555a06.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ba7d24af1da2b267.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-ea5fedba9be4e455.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a8ce2686fe8a5c1d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
62392023-10-05T02:51:10.521Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62402023-10-05T02:51:10.526Z
62412023-10-05T02:51:10.529Z
62422023-10-05T02:51:10.532Zrunning 0 tests
62432023-10-05T02:51:10.537Z
62442023-10-05T02:51:10.553Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62452023-10-05T02:51:10.981Z
62462023-10-05T02:51:11.008Z
62472023-10-05T02:51:11.033Zrunning 0 tests
62482023-10-05T02:51:11.069Z
62492023-10-05T02:51:11.079Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62502023-10-05T02:51:11.091Z
62512023-10-05T02:51:11.109Z
62522023-10-05T02:51:11.125Zrunning 0 tests
62532023-10-05T02:51:11.144Z
62542023-10-05T02:51:11.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62552023-10-05T02:51:11.189Z
62562023-10-05T02:51:11.210Z
62572023-10-05T02:51:11.680Zrunning 0 tests
62582023-10-05T02:51:11.752Z
62592023-10-05T02:51:11.955Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62602023-10-05T02:51:12.021Z
62612023-10-05T02:51:12.055Z
62622023-10-05T02:51:12.089Zrunning 0 tests
62632023-10-05T02:51:12.112Z
62642023-10-05T02:51:12.128Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62652023-10-05T02:51:12.145Z
62662023-10-05T02:51:15.012Z
62672023-10-05T02:51:15.426Zrunning 2 tests
62682023-10-05T02:51:37.354Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
62692023-10-05T02:51:37.859Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
62702023-10-05T02:51:38.090Z
62712023-10-05T02:51:38.203Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.86s
62722023-10-05T02:51:38.799Z
62732023-10-05T02:51:39.315Z Doc-tests nexus-db-queries
62742023-10-05T02:51:39.401Z 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-b942cad78e6b6f31.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-24213b0e33e14486.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-047605652d1bf888.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0c9700f9ccfa5796.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4acbd9ac28bac588.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9099e3a82a53c0c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-75b78e0135a3f041.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a4d6b162222fdc26.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.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-bf28e9e8844d3f92.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-72a7f07142ae41b9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b9137ce95c74d436.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6db77212ef555a06.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b0380c89e9bbfc6f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-42bb43e3347e60dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.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-2010ece6a0c659c2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.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-e2f09aadf8a30342.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-ea5fedba9be4e455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.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-a8de9a1943206fd9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a8ce2686fe8a5c1d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
62752023-10-05T02:51:39.605Z
62762023-10-05T02:51:39.625Zrunning 1 test
62772023-10-05T02:51:39.764Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
62782023-10-05T02:51:40.231Z
62792023-10-05T02:51:40.247Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
62802023-10-05T02:51:40.267Z
62812023-10-05T02:51:40.284Z Doc-tests nexus-defaults
62822023-10-05T02:51:40.310Z 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-b4d858812cfa9ed7.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-6db77212ef555a06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib -C embed-bitcode=no -D warnings --error-format human`
62832023-10-05T02:51:40.334Z
62842023-10-05T02:51:40.838Zrunning 0 tests
62852023-10-05T02:51:41.266Z
62862023-10-05T02:51:41.285Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62872023-10-05T02:51:41.314Z
62882023-10-05T02:51:41.742Z Doc-tests nexus-types
62892023-10-05T02:51:41.768Z 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-12e8d7d45799ae9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.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-9c8d00963f872677.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.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-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a8ce2686fe8a5c1d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
62902023-10-05T02:51:41.788Z
62912023-10-05T02:51:41.805Zrunning 0 tests
62922023-10-05T02:51:41.816Z
62932023-10-05T02:51:41.832Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62942023-10-05T02:51:41.855Z
62952023-10-05T02:51:41.872Z Doc-tests omicron-certificates
62962023-10-05T02:51:41.892Z 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-ba7d24af1da2b267.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.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-8053178730bb7d03.rlib -C embed-bitcode=no -D warnings --error-format human`
62972023-10-05T02:51:41.914Z
62982023-10-05T02:51:41.975Zrunning 0 tests
62992023-10-05T02:51:41.994Z
63002023-10-05T02:51:42.012Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63012023-10-05T02:51:42.028Z
63022023-10-05T02:51:42.048Z Doc-tests omicron-common
63032023-10-05T02:51:42.059Z 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-12e8d7d45799ae9d.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-37ac2aac2eca9858.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.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-bf28e9e8844d3f92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b501a6b93b8c46c9.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-3fc7201a4fe9e626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
63042023-10-05T02:51:42.070Z
63052023-10-05T02:51:42.080Zrunning 2 tests
63062023-10-05T02:51:42.090Ztest common/src/lib.rs - FileKv (line 57) ... ignored
63072023-10-05T02:51:42.112Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 456) ... ok
63082023-10-05T02:51:42.127Z
63092023-10-05T02:51:42.144Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 8.35s
63102023-10-05T02:51:42.154Z
63112023-10-05T02:51:42.165Z Doc-tests omicron-gateway
63122023-10-05T02:51:42.585Z 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-60cc23ed68c4a18e.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cb0e35524abde6ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-7143ac3259c4b8ad.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-30d7a54441030c7f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-200f469a5ca81070.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7fbc04b611b6e9b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-1ca31e9abd2d34ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6238070eab804700.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cbbf29705a607aae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
63132023-10-05T02:51:42.604Z
63142023-10-05T02:51:42.626Zrunning 0 tests
63152023-10-05T02:51:42.645Z
63162023-10-05T02:51:42.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63172023-10-05T02:51:42.684Z
63182023-10-05T02:51:43.100Z Doc-tests omicron-nexus
63192023-10-05T02:51:43.124Z 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-b942cad78e6b6f31.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-047605652d1bf888.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-718d72db859ec786.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-73995f0c470537c7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1bee98a1fd8f3b35.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4acbd9ac28bac588.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba4900269822c16f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2fa6c488bdcff554.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-30d7a54441030c7f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-75b78e0135a3f041.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-629f2f007444c1b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a4d6b162222fdc26.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.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-bf28e9e8844d3f92.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-72a7f07142ae41b9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b9137ce95c74d436.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6db77212ef555a06.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7087015b4fa1e0c5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b0380c89e9bbfc6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-75642b8a0bda2999.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.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-6727581a8f7c745c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-23bc4b73dc12df7e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-42bb43e3347e60dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.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-2010ece6a0c659c2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8c9da7f06d549b92.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a37df8bcbc153a30.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8ba4f1f92f252a22.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86c6656d1e00ddb0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4a1817d285c12c74.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-e2f09aadf8a30342.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-440be1cad2d43f10.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eb713aa767a3011a.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-ea5fedba9be4e455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.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-a8de9a1943206fd9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.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-fe18d8dfe25ea7e0.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-1dd0072d7d44a525.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a8ce2686fe8a5c1d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-68cbe668f35937d4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
63202023-10-05T02:51:43.550Z
63212023-10-05T02:51:43.614Zrunning 5 tests
63222023-10-05T02:51:43.646Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 226) ... ignored
63232023-10-05T02:51:45.027Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 610) ... ok
63242023-10-05T02:51:45.041Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 546) ... ok
63252023-10-05T02:51:45.055Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 568) ... ok
63262023-10-05T02:51:45.094Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 640) ... ok
63272023-10-05T02:51:45.111Z
63282023-10-05T02:51:45.198Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.46s
63292023-10-05T02:51:45.217Z
63302023-10-05T02:51:45.236Z Doc-tests omicron-package
63312023-10-05T02:51:45.256Z 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-e37cf93b35aba6e7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-350cf6e1c52fe1c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-b2cd370d160a0d12.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e2f09aadf8a30342.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-5fdeba5095a92741.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-fb0f2e95c1d559c3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.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`
63322023-10-05T02:51:45.278Z
63332023-10-05T02:51:45.299Zrunning 0 tests
63342023-10-05T02:51:45.322Z
63352023-10-05T02:51:45.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63362023-10-05T02:51:45.745Z
63372023-10-05T02:51:45.748Z Doc-tests omicron-passwords
63382023-10-05T02:51:45.752Z 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-777463ddbff93db5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-718d72db859ec786.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib -C embed-bitcode=no -D warnings --error-format human`
63392023-10-05T02:51:45.756Z
63402023-10-05T02:51:45.763Zrunning 0 tests
63412023-10-05T02:51:45.769Z
63422023-10-05T02:51:45.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63432023-10-05T02:51:45.776Z
63442023-10-05T02:51:45.780Z Doc-tests omicron-rpaths
63452023-10-05T02:51:45.786Z 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-29495235f1f2bddd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib -C embed-bitcode=no -D warnings --error-format human`
63462023-10-05T02:51:45.790Z
63472023-10-05T02:51:45.793Zrunning 0 tests
63482023-10-05T02:51:45.798Z
63492023-10-05T02:51:45.807Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63502023-10-05T02:51:45.814Z
63512023-10-05T02:51:45.818Z Doc-tests omicron-sled-agent
63522023-10-05T02:51:45.826Z 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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-c14cf3ec894491a9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cfbaf57771df4718.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-49f8b7d64edcfe71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-73995f0c470537c7.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9985cdaafa896bb4.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-179f05ca57535039.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-58f669327ce5dc92.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f1ee575138b4737.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba4900269822c16f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.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-780ebb2cc66219b4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8eeaf1b752799481.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-220034c57440dab0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-42bb43e3347e60dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a8f74cd684365217.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-74961fc0c3573086.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4a1817d285c12c74.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-78e0a1c5a2de0c3d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eb713aa767a3011a.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-20f3402a6b855b0d.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-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-dee2d8d8b54cc573.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-965894a33fc880ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.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-1dd0072d7d44a525.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb0f2e95c1d559c3.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-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-3aa5a21c3b1d15d7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-cbbf29705a607aae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-1eba0a3acc5be119.rlib -C embed-bitcode=no -D warnings --error-format human`
63532023-10-05T02:51:49.118Z
63542023-10-05T02:51:49.123Zrunning 0 tests
63552023-10-05T02:51:49.127Z
63562023-10-05T02:51:49.131Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63572023-10-05T02:51:49.139Z
63582023-10-05T02:51:49.196Z Doc-tests omicron-test-utils
63592023-10-05T02:51:49.219Z 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 camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-75b78e0135a3f041.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-3fc7201a4fe9e626.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 tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9133e2d5bbb660ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-958e2f874a8749bc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib -C embed-bitcode=no -D warnings --error-format human`
63602023-10-05T02:51:49.682Z
63612023-10-05T02:51:49.707Zrunning 0 tests
63622023-10-05T02:51:49.724Z
63632023-10-05T02:51:49.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63642023-10-05T02:51:49.752Z
63652023-10-05T02:51:49.801Z Doc-tests oxide-client
63662023-10-05T02:51:49.827Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/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-5bb86fda6cf178b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8c9da7f06d549b92.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.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-3fc7201a4fe9e626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
63672023-10-05T02:51:56.305Z
63682023-10-05T02:51:56.320Zrunning 149 tests
63692023-10-05T02:51:56.750Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
63702023-10-05T02:51:56.767Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
63712023-10-05T02:51:56.778Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
63722023-10-05T02:51:56.795Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
63732023-10-05T02:51:56.863Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
63742023-10-05T02:51:56.878Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
63752023-10-05T02:51:56.906Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_import_blocks_from_url (line 26) ... ignored
63762023-10-05T02:51:56.914Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
63772023-10-05T02:51:56.934Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
63782023-10-05T02:51:56.945Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
63792023-10-05T02:51:56.955Ztest oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
63802023-10-05T02:51:56.962Ztest oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
63812023-10-05T02:51:56.970Ztest oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
63822023-10-05T02:51:56.983Ztest oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
63832023-10-05T02:51:56.993Ztest oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
63842023-10-05T02:51:57.001Ztest oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
63852023-10-05T02:51:57.416Ztest oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
63862023-10-05T02:51:57.430Ztest oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
63872023-10-05T02:51:57.442Ztest oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
63882023-10-05T02:51:57.455Ztest oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
63892023-10-05T02:51:57.471Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
63902023-10-05T02:51:57.921Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
63912023-10-05T02:51:57.945Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
63922023-10-05T02:51:58.370Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
63932023-10-05T02:51:58.795Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
63942023-10-05T02:51:58.807Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
63952023-10-05T02:51:58.822Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
63962023-10-05T02:51:58.840Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
63972023-10-05T02:51:58.860Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
63982023-10-05T02:51:58.894Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
63992023-10-05T02:51:59.742Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
64002023-10-05T02:51:59.760Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
64012023-10-05T02:52:00.193Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
64022023-10-05T02:52:00.884Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
64032023-10-05T02:52:00.905Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
64042023-10-05T02:52:01.322Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
64052023-10-05T02:52:01.759Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
64062023-10-05T02:52:01.781Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
64072023-10-05T02:52:01.802Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
64082023-10-05T02:52:01.820Ztest oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
64092023-10-05T02:52:02.251Ztest oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
64102023-10-05T02:52:02.677Ztest oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
64112023-10-05T02:52:02.700Ztest oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
64122023-10-05T02:52:02.727Ztest oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
64132023-10-05T02:52:02.761Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
64142023-10-05T02:52:03.201Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
64152023-10-05T02:52:03.218Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
64162023-10-05T02:52:03.231Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
64172023-10-05T02:52:03.240Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
64182023-10-05T02:52:03.249Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
64192023-10-05T02:52:03.272Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
64202023-10-05T02:52:03.304Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
64212023-10-05T02:52:03.323Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
64222023-10-05T02:52:03.342Ztest oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
64232023-10-05T02:52:03.370Ztest oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
64242023-10-05T02:52:03.822Ztest oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
64252023-10-05T02:52:03.854Ztest oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
64262023-10-05T02:52:03.876Ztest oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
64272023-10-05T02:52:03.895Ztest oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
64282023-10-05T02:52:03.913Ztest oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
64292023-10-05T02:52:03.937Ztest oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
64302023-10-05T02:52:03.964Ztest oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
64312023-10-05T02:52:03.989Ztest oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
64322023-10-05T02:52:04.031Ztest oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
64332023-10-05T02:52:04.056Ztest oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
64342023-10-05T02:52:04.065Z Doc-tests oximeter
64352023-10-05T02:52:04.075Ztest oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
64362023-10-05T02:52:04.086Z 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-cd943cd2dfeb8306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6a8339d9161a53c4.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-13db3a04b075fb72.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-dc562561767de729.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
64372023-10-05T02:52:04.104Ztest oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
64382023-10-05T02:52:04.119Ztest oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
64392023-10-05T02:52:04.554Ztest oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
64402023-10-05T02:52:04.993Ztest oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
64412023-10-05T02:52:05.427Ztest oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
64422023-10-05T02:52:05.451Ztest oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
64432023-10-05T02:52:05.886Ztest oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
64442023-10-05T02:52:05.924Ztest oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
64452023-10-05T02:52:05.939Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
64462023-10-05T02:52:05.958Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
64472023-10-05T02:52:05.977Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
64482023-10-05T02:52:06.000Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
64492023-10-05T02:52:06.022Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
64502023-10-05T02:52:06.041Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
64512023-10-05T02:52:06.062Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
64522023-10-05T02:52:06.088Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
64532023-10-05T02:52:06.114Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
64542023-10-05T02:52:06.146Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
64552023-10-05T02:52:06.177Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
64562023-10-05T02:52:06.201Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
64572023-10-05T02:52:06.222Ztest oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
64582023-10-05T02:52:06.244Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
64592023-10-05T02:52:06.262Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
64602023-10-05T02:52:06.284Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
64612023-10-05T02:52:06.350Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
64622023-10-05T02:52:06.374Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
64632023-10-05T02:52:06.393Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
64642023-10-05T02:52:06.412Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
64652023-10-05T02:52:06.428Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
64662023-10-05T02:52:06.475Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
64672023-10-05T02:52:06.496Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
64682023-10-05T02:52:06.509Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
64692023-10-05T02:52:06.522Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
64702023-10-05T02:52:06.534Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
64712023-10-05T02:52:06.545Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
64722023-10-05T02:52:06.561Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
64732023-10-05T02:52:06.581Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
64742023-10-05T02:52:06.595Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
64752023-10-05T02:52:06.608Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
64762023-10-05T02:52:06.624Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
64772023-10-05T02:52:06.639Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
64782023-10-05T02:52:06.662Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
64792023-10-05T02:52:06.680Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
64802023-10-05T02:52:06.692Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
64812023-10-05T02:52:06.701Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
64822023-10-05T02:52:06.706Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
64832023-10-05T02:52:06.711Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
64842023-10-05T02:52:06.715Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
64852023-10-05T02:52:06.719Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
64862023-10-05T02:52:06.726Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
64872023-10-05T02:52:06.751Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
64882023-10-05T02:52:07.173Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
64892023-10-05T02:52:07.195Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
64902023-10-05T02:52:07.211Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
64912023-10-05T02:52:07.224Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
64922023-10-05T02:52:07.237Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
64932023-10-05T02:52:07.256Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
64942023-10-05T02:52:07.277Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
64952023-10-05T02:52:07.294Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
64962023-10-05T02:52:07.314Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
64972023-10-05T02:52:07.335Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
64982023-10-05T02:52:07.408Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
64992023-10-05T02:52:07.426Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
65002023-10-05T02:52:07.443Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
65012023-10-05T02:52:07.463Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
65022023-10-05T02:52:07.480Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
65032023-10-05T02:52:07.502Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
65042023-10-05T02:52:07.928Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
65052023-10-05T02:52:07.945Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
65062023-10-05T02:52:07.963Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
65072023-10-05T02:52:08.402Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
65082023-10-05T02:52:08.827Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
65092023-10-05T02:52:08.841Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
65102023-10-05T02:52:08.854Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
65112023-10-05T02:52:08.872Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
65122023-10-05T02:52:08.891Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
65132023-10-05T02:52:09.314Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
65142023-10-05T02:52:09.345Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
65152023-10-05T02:52:09.376Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
65162023-10-05T02:52:09.395Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
65172023-10-05T02:52:09.415Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
65182023-10-05T02:52:09.431Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
65192023-10-05T02:52:09.447Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
65202023-10-05T02:52:09.466Z
65212023-10-05T02:52:09.565Ztest result: ok. 0 passed; 0 failed; 149 ignored; 0 measured; 0 filtered out; finished in 0.37s
65222023-10-05T02:52:09.595Z
65232023-10-05T02:52:09.627Z
65242023-10-05T02:52:10.894Zrunning 8 tests
65252023-10-05T02:52:10.907Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 65) - compile fail ... ok
65262023-10-05T02:52:11.803Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 138) - compile fail ... ok
65272023-10-05T02:52:11.823Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
65282023-10-05T02:52:12.259Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
65292023-10-05T02:52:12.279Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 308) ... ok
65302023-10-05T02:52:12.303Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 117) ... ok
65312023-10-05T02:52:12.778Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
65322023-10-05T02:52:13.212Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 39) ... ok
65332023-10-05T02:52:13.231Z
65342023-10-05T02:52:13.252Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.97s
65352023-10-05T02:52:13.676Z
65362023-10-05T02:52:13.683Z Doc-tests oximeter-client
65372023-10-05T02:52:13.689Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/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-5bb86fda6cf178b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a37df8bcbc153a30.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
65382023-10-05T02:52:13.697Z
65392023-10-05T02:52:13.703Zrunning 0 tests
65402023-10-05T02:52:13.710Z
65412023-10-05T02:52:13.718Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65422023-10-05T02:52:13.729Z
65432023-10-05T02:52:14.151Z Doc-tests oximeter-collector
65442023-10-05T02:52:14.160Z 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-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9f8b817a64041a33.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9c8d00963f872677.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a37df8bcbc153a30.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-62bef55dd5e9c665.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8ba4f1f92f252a22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-1dd0072d7d44a525.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-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
65452023-10-05T02:52:14.179Z
65462023-10-05T02:52:14.183Zrunning 0 tests
65472023-10-05T02:52:14.187Z
65482023-10-05T02:52:14.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65492023-10-05T02:52:14.210Z
65502023-10-05T02:52:14.220Z Doc-tests oximeter-db
65512023-10-05T02:52:14.229Z 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-60cc23ed68c4a18e.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.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-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8ba4f1f92f252a22.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-1dd0072d7d44a525.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c945bcfc7d76b77e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
65522023-10-05T02:52:14.238Z
65532023-10-05T02:52:14.248Zrunning 0 tests
65542023-10-05T02:52:14.258Z
65552023-10-05T02:52:14.281Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65562023-10-05T02:52:14.712Z
65572023-10-05T02:52:14.729Z Doc-tests oximeter-instruments
65582023-10-05T02:52:14.738Z 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-5bb86fda6cf178b2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86c6656d1e00ddb0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -D warnings --error-format human`
65592023-10-05T02:52:14.750Z
65602023-10-05T02:52:14.782Zrunning 0 tests
65612023-10-05T02:52:15.195Z
65622023-10-05T02:52:15.207Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65632023-10-05T02:52:15.219Z
65642023-10-05T02:52:15.237Z Doc-tests oximeter-macro-impl
65652023-10-05T02:52:15.285Z 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-dcfdf276d677de7c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6a8339d9161a53c4.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-2dd1c8bfc186ca77.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
65662023-10-05T02:52:15.714Z
65672023-10-05T02:52:15.726Zrunning 0 tests
65682023-10-05T02:52:15.739Z
65692023-10-05T02:52:15.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65702023-10-05T02:52:15.779Z
65712023-10-05T02:52:15.792Z Doc-tests oximeter-producer
65722023-10-05T02:52:15.800Z 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-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e462cc7700798bea.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4a1817d285c12c74.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
65732023-10-05T02:52:15.811Z
65742023-10-05T02:52:15.822Zrunning 0 tests
65752023-10-05T02:52:15.833Z
65762023-10-05T02:52:15.856Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65772023-10-05T02:52:15.880Z
65782023-10-05T02:52:15.947Z Doc-tests sled-agent-client
65792023-10-05T02:52:15.968Z 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 sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/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-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fe18d8dfe25ea7e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
65802023-10-05T02:52:16.399Z
65812023-10-05T02:52:16.404Zrunning 0 tests
65822023-10-05T02:52:16.409Z
65832023-10-05T02:52:16.434Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65842023-10-05T02:52:16.451Z
65852023-10-05T02:52:16.462Z Doc-tests sled-hardware
65862023-10-05T02:52:16.482Z 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-808e28d3d3156bbe.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-9f6bbcb1b169b9c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-220034c57440dab0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-213ec371ede6b90d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ab618cb52f2223c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-dee2d8d8b54cc573.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-3aa5a21c3b1d15d7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
65872023-10-05T02:52:16.499Z
65882023-10-05T02:52:16.509Zrunning 0 tests
65892023-10-05T02:52:16.519Z
65902023-10-05T02:52:16.530Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65912023-10-05T02:52:16.543Z
65922023-10-05T02:52:16.559Z Doc-tests sp-sim
65932023-10-05T02:52:17.019Z 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-60cc23ed68c4a18e.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7fbc04b611b6e9b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6238070eab804700.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-f8b14e7a9fffa974.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib -C embed-bitcode=no -D warnings --error-format human`
65942023-10-05T02:52:17.034Z
65952023-10-05T02:52:17.050Zrunning 0 tests
65962023-10-05T02:52:17.071Z
65972023-10-05T02:52:17.490Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65982023-10-05T02:52:17.503Z
65992023-10-05T02:52:17.516Z Doc-tests tufaceous
66002023-10-05T02:52:17.535Z 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-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a020566b797a0250.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-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-9133e2d5bbb660ec.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf96fb7031b8a413.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c3785c2bcafd7df0.rlib -C embed-bitcode=no -D warnings --error-format human`
66012023-10-05T02:52:17.551Z
66022023-10-05T02:52:17.564Zrunning 0 tests
66032023-10-05T02:52:17.579Z
66042023-10-05T02:52:17.593Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66052023-10-05T02:52:17.608Z
66062023-10-05T02:52:17.623Z Doc-tests tufaceous-lib
66072023-10-05T02:52:17.643Z 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-6149a8053583d99d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-10a1f789afeed1e8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.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-dba419b1193e8428.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e84c1f803fc59fb5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4c46b1e7baba2f2f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.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-ab42d16512bc3fff.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-68cbe668f35937d4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c3785c2bcafd7df0.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`
66082023-10-05T02:52:17.663Z
66092023-10-05T02:52:17.681Zrunning 0 tests
66102023-10-05T02:52:17.696Z
66112023-10-05T02:52:17.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66122023-10-05T02:52:17.724Z
66132023-10-05T02:52:18.152Z Doc-tests update-engine
66142023-10-05T02:52:18.168Z 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-6149a8053583d99d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fc062046e876f8ba.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-718c444102156aa7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f8bbd5b600635f1.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-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e2f09aadf8a30342.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -C embed-bitcode=no -D warnings --error-format human`
66152023-10-05T02:52:18.184Z
66162023-10-05T02:52:18.203Zrunning 3 tests
66172023-10-05T02:52:18.220Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
66182023-10-05T02:52:18.660Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
66192023-10-05T02:52:18.674Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
66202023-10-05T02:52:18.687Z
66212023-10-05T02:52:18.699Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
66222023-10-05T02:52:18.734Z
66232023-10-05T02:52:18.751Z Doc-tests wicket
66242023-10-05T02:52:18.773Z 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-6149a8053583d99d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a4794aa7317b0350.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-780ebb2cc66219b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f8bbd5b600635f1.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-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.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-b501a6b93b8c46c9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-31f615c724773688.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-18b40a9cb49e01d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.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-9133e2d5bbb660ec.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8f1cb6ebfa9e6c0d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d8ec2bf26020bc8b.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-6d391e1cd196827f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3f9943971ad9d63a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e9ca75d6579e261d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6ed73fd871219d11.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib -C embed-bitcode=no -D warnings --error-format human`
66252023-10-05T02:52:19.218Z
66262023-10-05T02:52:19.228Zrunning 0 tests
66272023-10-05T02:52:19.236Z
66282023-10-05T02:52:19.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66292023-10-05T02:52:19.260Z
66302023-10-05T02:52:19.271Z Doc-tests wicket-common
66312023-10-05T02:52:19.287Z 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-078e92d20d2ead39.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e9ca75d6579e261d.rlib -C embed-bitcode=no -D warnings --error-format human`
66322023-10-05T02:52:19.789Z
66332023-10-05T02:52:19.799Zrunning 0 tests
66342023-10-05T02:52:19.810Z
66352023-10-05T02:52:19.820Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66362023-10-05T02:52:19.830Z
66372023-10-05T02:52:19.836Z Doc-tests wicket-dbg
66382023-10-05T02:52:19.845Z 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-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a4794aa7317b0350.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-31f615c724773688.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7d642b8f80a35472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.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-7dae54b2334bcd34.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3f9943971ad9d63a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a4869f2a06c0bd33.rlib -C embed-bitcode=no -D warnings --error-format human`
66392023-10-05T02:52:20.517Z
66402023-10-05T02:52:20.541Zrunning 0 tests
66412023-10-05T02:52:20.566Z
66422023-10-05T02:52:20.580Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66432023-10-05T02:52:20.594Z
66442023-10-05T02:52:20.614Z Doc-tests wicketd
66452023-10-05T02:52:21.079Z 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-60cc23ed68c4a18e.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-49f8b7d64edcfe71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a6ccaefde9fba533.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e37cf93b35aba6e7.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-179f05ca57535039.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-ba4900269822c16f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a1c09a7a1f1701da.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-780ebb2cc66219b4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-078e92d20d2ead39.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f62504f742375721.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-30d7a54441030c7f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e84c1f803fc59fb5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-82603eeaec0a8304.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5f19bbbeaed665aa.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1407246cf80363f9.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-2597725d84d2f39d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9744b857786e7849.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ba7d24af1da2b267.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6727581a8f7c745c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0f5486e7a87d7657.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-12314d006bbec42a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-42434e510d81ec75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-526eac5213e4eff0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e038b534e60034ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e9500191fa9bbbe5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1dd0072d7d44a525.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-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7dae54b2334bcd34.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d534177f63f633c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-333434f126a326b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ab42d16512bc3fff.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-68cbe668f35937d4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-7dde12b119df3ce5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf96fb7031b8a413.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c3785c2bcafd7df0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e9ca75d6579e261d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ffd9660a4fd50dca.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6ed73fd871219d11.rlib -C embed-bitcode=no -D warnings --error-format human`
66462023-10-05T02:52:21.743Z
66472023-10-05T02:52:21.768Zrunning 0 tests
66482023-10-05T02:52:21.783Z
66492023-10-05T02:52:21.795Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66502023-10-05T02:52:21.812Z
66512023-10-05T02:52:21.832Z Doc-tests wicketd-client
66522023-10-05T02:52:21.852Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/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-5bb86fda6cf178b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ec4e59099a676222.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b4d858812cfa9ed7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1b508edfaa9bf43b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-78e0a1c5a2de0c3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-3fc7201a4fe9e626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d9b89399f054b1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d391e1cd196827f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e9ca75d6579e261d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6ed73fd871219d11.rlib -C embed-bitcode=no -D warnings --error-format human`
66532023-10-05T02:52:24.148Z
66542023-10-05T02:52:24.186Zrunning 0 tests
66552023-10-05T02:52:24.209Z
66562023-10-05T02:52:24.229Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66572023-10-05T02:52:24.239Z
66582023-10-05T02:52:24.253Z
66592023-10-05T02:52:24.265Zreal 2:57.610734473
66602023-10-05T02:52:24.278Zuser 1:58.581644547
66612023-10-05T02:52:24.290Zsys 37.051841055
66622023-10-05T02:52:24.301Ztrap 0.022832001
66632023-10-05T02:52:24.317Ztflt 0.577729841
66642023-10-05T02:52:24.337Zdflt 5.828510369
66652023-10-05T02:52:24.356Zkflt 0.044267219
66662023-10-05T02:52:24.378Zlock 1:41.669705038
66672023-10-05T02:52:24.400Zslp 14:13.487031111
66682023-10-05T02:52:24.442Zlat 0.901452524
66692023-10-05T02:52:24.478Zstop 2.390862778
66702023-10-05T02:52:24.487Zfiles in /var/tmp/omicron_tmp (none expected on success):
66712023-10-05T02:52:24.500Z163921 11 drwxr-xr-x 2 build build 2 Oct 5 02:52 /var/tmp/omicron_tmp
66722023-10-05T02:52:25.007Zprocess exited: duration 3973307 ms, exit code 0
 
66732023-10-05T02:52:26.266Zfound 0 output files