01HBSAX3A5B1K7N3VJQB596NVW: 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: 01HBSAYEZWTEGGA8F7RW7A3Y7N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-03T00:16:20.912Zjob assigned to worker 01HBSE660B956KMJM7NGDGBAPN (queued for 58 m 15 s)
 
22023-10-03T00:16:20.929Zstarting task 0: "setup"
32023-10-03T00:16:21.106Z++ uname -s
42023-10-03T00:16:21.114Z+ kern=SunOS
52023-10-03T00:16:21.120Z+ case "$kern" in
62023-10-03T00:16:21.125Z+ groupadd -g 12345 build
72023-10-03T00:16:21.129Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-03T00:16:23.128Z+ zfs create -o mountpoint=/work rpool/work
92023-10-03T00:16:23.201Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-03T00:16:23.209Z+ home_fs=zfs
112023-10-03T00:16:23.220Z+ [[ zfs == autofs ]]
122023-10-03T00:16:23.225Z+ mkdir -p /home/build
132023-10-03T00:16:23.232Z+ chown build:build /home/build /work
142023-10-03T00:16:25.207Z+ chmod 0700 /home/build /work
152023-10-03T00:16:25.213Zprocess exited: duration 4277 ms, exit code 0
 
162023-10-03T00:16:25.221Zstarting task 1: "rust-toolchain"
172023-10-03T00:16:25.237Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-03T00:16:25.242Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-03T00:16:25.406Zinfo: downloading installer
202023-10-03T00:16:28.122Zwarning: it looks like you have an existing installation of Rust at:
212023-10-03T00:16:28.135Zwarning: /opt/ooce/bin
222023-10-03T00:16:28.143Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-03T00:16:28.149Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-03T00:16:28.156Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-03T00:16:28.163Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-03T00:16:28.171Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-03T00:16:28.181Zerror: cannot install while Rust is installed
282023-10-03T00:16:28.191Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-03T00:16:28.298Zinfo: profile set to 'default'
302023-10-03T00:16:28.331Zinfo: default host triple is x86_64-unknown-illumos
312023-10-03T00:16:28.342Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-03T00:16:28.472Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-03T00:16:28.494Zinfo: downloading component 'cargo'
342023-10-03T00:16:29.358Zinfo: downloading component 'clippy'
352023-10-03T00:16:29.548Zinfo: downloading component 'rust-docs'
362023-10-03T00:16:30.542Zinfo: downloading component 'rust-std'
372023-10-03T00:16:32.350Zinfo: downloading component 'rustc'
382023-10-03T00:16:36.707Zinfo: downloading component 'rustfmt'
392023-10-03T00:16:37.024Zinfo: installing component 'cargo'
402023-10-03T00:16:38.877Zinfo: installing component 'clippy'
412023-10-03T00:16:39.895Zinfo: installing component 'rust-docs'
422023-10-03T00:16:46.742Zinfo: installing component 'rust-std'
432023-10-03T00:16:46.909Zinfo: installing component 'rustc'
442023-10-03T00:16:54.575Zinfo: installing component 'rustfmt'
452023-10-03T00:16:54.922Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-03T00:16:54.932Z
472023-10-03T00:16:55.067Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-03T00:16:55.080Z
492023-10-03T00:16:55.130Z
502023-10-03T00:16:55.137ZRust is installed now. Great!
512023-10-03T00:16:55.144Z
522023-10-03T00:16:55.152ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-03T00:16:55.159Zenvironment variable. This has not been done automatically.
542023-10-03T00:16:55.168Z
552023-10-03T00:16:55.183ZTo configure your current shell, run:
562023-10-03T00:16:55.197Zsource "$HOME/.cargo/env"
572023-10-03T00:16:55.206Z+ rustc --version
582023-10-03T00:16:55.268Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-03T00:16:55.298Zprocess exited: duration 30038 ms, exit code 0
 
602023-10-03T00:16:55.319Zstarting task 2: "authentication"
612023-10-03T00:16:55.375ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
622023-10-03T00:17:27.780Zprocess exited: duration 32431 ms, exit code 0
 
632023-10-03T00:17:27.910Zstarting task 3: "clone repository"
642023-10-03T00:17:28.059Z+ mkdir -p /work/oxidecomputer/omicron
652023-10-03T00:17:28.163Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662023-10-03T00:17:28.200ZCloning into '/work/oxidecomputer/omicron'...
672023-10-03T00:17:33.780Z+ cd /work/oxidecomputer/omicron
682023-10-03T00:17:33.804Z+ [[ -n dependabot/cargo/lalrpop-util-0.20.0 ]]
692023-10-03T00:17:33.827Z+ git fetch origin dependabot/cargo/lalrpop-util-0.20.0
702023-10-03T00:17:34.140ZFrom https://github.com/oxidecomputer/omicron
712023-10-03T00:17:34.162Z * branch dependabot/cargo/lalrpop-util-0.20.0 -> FETCH_HEAD
722023-10-03T00:17:34.588Z+ git checkout -B dependabot/cargo/lalrpop-util-0.20.0 remotes/origin/dependabot/cargo/lalrpop-util-0.20.0
732023-10-03T00:17:34.612ZSwitched to a new branch 'dependabot/cargo/lalrpop-util-0.20.0'
742023-10-03T00:17:34.620Zbranch 'dependabot/cargo/lalrpop-util-0.20.0' set up to track 'origin/dependabot/cargo/lalrpop-util-0.20.0'.
752023-10-03T00:17:34.629Z+ git reset --hard 7ac3fa912aafab75150b51a7a762d1261d53b583
762023-10-03T00:17:34.642ZHEAD is now at 7ac3fa91 Bump lalrpop-util from 0.19.12 to 0.20.0
772023-10-03T00:17:34.653Zprocess exited: duration 6429 ms, exit code 0
 
782023-10-03T00:17:34.690Zstarting task 4: "build"
792023-10-03T00:17:34.716Z+ NEXTEST_VERSION=0.9.59
802023-10-03T00:17:34.735Z+ cargo --version
812023-10-03T00:17:34.806Zcargo 1.72.1 (103a7ff2e 2023-08-15)
822023-10-03T00:17:34.815Z+ rustc --version
832023-10-03T00:17:34.904Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
842023-10-03T00:17:34.911Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.59/illumos
852023-10-03T00:17:34.917Z+ gunzip
862023-10-03T00:17:34.923Z+ tar -xvf - -C /home/build/.cargo/bin
872023-10-03T00:17:36.006Zx cargo-nextest, 11418632 bytes, 22303 tape blocks
882023-10-03T00:17:36.024Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
892023-10-03T00:17:36.042Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
902023-10-03T00:17:36.051Ztests will store output in /var/tmp/omicron_tmp
912023-10-03T00:17:36.064Z+ mkdir /var/tmp/omicron_tmp
922023-10-03T00:17:36.070Z+ source ./env.sh
932023-10-03T00:17:36.075Z++ set -o xtrace
942023-10-03T00:17:36.086Z++++ dirname ./env.sh
952023-10-03T00:17:36.097Z+++ cd .
962023-10-03T00:17:36.102Z+++ echo /work/oxidecomputer/omicron
972023-10-03T00:17:36.106Z++ OMICRON_WS=/work/oxidecomputer/omicron
982023-10-03T00:17:36.109Z++ 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-03T00:17:36.112Z++ 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-03T00:17:36.116Z++ 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-03T00:17:36.135Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022023-10-03T00:17:36.145Z++ 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-03T00:17:36.156Z++ 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-03T00:17:36.160Z++ unset OMICRON_WS
1052023-10-03T00:17:36.165Z++ set +o xtrace
1062023-10-03T00:17:36.168Z
1072023-10-03T00:17:36.177Z ##### ##### ###### ##### ###### #### # # # #### #
1082023-10-03T00:17:36.185Z # # # # # # # # # # # # # # #
1092023-10-03T00:17:36.193Z # # # # ##### # # ##### # # # # # #### #
1102023-10-03T00:17:36.196Z ##### ##### # ##### # # # # # # # # #
1112023-10-03T00:17:36.199Z # # # # # # # # # # # # # # #
1122023-10-03T00:17:36.203Z # # # ###### # # ###### ### # #### # #### #
1132023-10-03T00:17:36.206Z
1142023-10-03T00:17:44.061Z Startup: Refreshing catalog 'helios-dev' ... Done
1152023-10-03T00:17:44.617Z Startup: Caching catalogs ... Done
1162023-10-03T00:17:47.243ZPlanning: Solver setup ... Done (2.425s)
1172023-10-03T00:17:47.320ZPlanning: Running solver ... Done (0.077s)
1182023-10-03T00:17:47.354ZPlanning: Finding local manifests ... Done (0.003s)
1192023-10-03T00:17:47.388ZPlanning: Fetching manifests: 0/4 0% complete
1202023-10-03T00:17:47.646ZPlanning: Fetching manifests: 4/4 100% complete
1212023-10-03T00:17:47.728ZPlanning: Package planning ... Done (0.085s)
1222023-10-03T00:17:47.811ZPlanning: Merging actions ... Done (0.086s)
1232023-10-03T00:17:48.591ZPlanning: Checking for conflicting actions ... Done (0.769s)
1242023-10-03T00:17:48.600ZPlanning: Consolidating action changes ... Done (0.017s)
1252023-10-03T00:17:53.081ZPlanning: Evaluating mediators ... Done (4.482s)
1262023-10-03T00:17:53.097ZPlanning: Planning completed in 8.43 seconds
1272023-10-03T00:17:54.539Z Packages to install: 4
1282023-10-03T00:17:54.560Z Mediators to change: 2
1292023-10-03T00:17:54.580Z Services to change: 1
1302023-10-03T00:17:54.600Z Estimated space available: 149.39 GB
1312023-10-03T00:17:54.621ZEstimated space to be consumed: 1.35 GB
1322023-10-03T00:17:54.645Z Create boot environment: No
1332023-10-03T00:17:54.663ZCreate backup boot environment: No
1342023-10-03T00:17:54.669Z Rebuild boot archive: No
1352023-10-03T00:17:54.673Z
1362023-10-03T00:17:54.678ZChanged mediators:
1372023-10-03T00:17:54.682Z mediator clang:
1382023-10-03T00:17:54.687Z version: None -> 15 (system default)
1392023-10-03T00:17:54.691Z
1402023-10-03T00:17:54.695Z mediator llvm:
1412023-10-03T00:17:54.699Z version: 14 (system default) -> 15 (system default)
1422023-10-03T00:17:54.702Z
1432023-10-03T00:17:54.706ZChanged packages:
1442023-10-03T00:17:54.709Zhelios-dev
1452023-10-03T00:17:54.712Z developer/build-essential
1462023-10-03T00:17:54.715Z None -> 11-2.0
1472023-10-03T00:17:54.719Z library/libxmlsec1
1482023-10-03T00:17:54.722Z None -> 1.2.35-2.0
1492023-10-03T00:17:54.725Z ooce/developer/clang-15
1502023-10-03T00:17:54.728Z None -> 15.0.7-2.0
1512023-10-03T00:17:54.732Z ooce/developer/llvm-15
1522023-10-03T00:17:54.736Z None -> 15.0.7-2.0
1532023-10-03T00:17:54.739Z
1542023-10-03T00:17:54.743ZServices:
1552023-10-03T00:17:54.747Z restart_fmri:
1562023-10-03T00:17:54.756Z svc:/system/update-man-index:default
1572023-10-03T00:17:55.170Z
1582023-10-03T00:17:55.179ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592023-10-03T00:17:59.702ZDownload: 341/3290 items 16.1/212.6MB 7% complete (3.3M/s)
1602023-10-03T00:18:04.781ZDownload: 1196/3290 items 83.3/212.6MB 39% complete (8.3M/s)
1612023-10-03T00:18:09.886ZDownload: 1257/3290 items 96.8/212.6MB 45% complete (8.0M/s)
1622023-10-03T00:18:14.784ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (3.9M/s)
1632023-10-03T00:18:19.795ZDownload: 2998/3290 items 121.3/212.6MB 57% complete (2.9M/s)
1642023-10-03T00:18:28.420ZDownload: 3244/3290 items 202.2/212.6MB 95% complete (8.6M/s)
1652023-10-03T00:18:30.766ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (9.1M/s)
1662023-10-03T00:18:31.016ZDownload: Completed 212.60 MB in 36.10 seconds (5.9M/s)
1672023-10-03T00:18:31.414Z Actions: 1/3687 actions (Installing new actions)
1682023-10-03T00:18:36.371Z Actions: 2947/3687 actions (Installing new actions)
1692023-10-03T00:18:39.420Z Actions: Completed 3687 actions in 8.18 seconds.
1702023-10-03T00:18:39.456Z Done (0.048s)
1712023-10-03T00:18:39.469Z Done (0.000s)
1722023-10-03T00:18:39.582Z Done (0.129s)
1732023-10-03T00:18:47.465Z Done (7.747s)
1742023-10-03T00:18:47.687Z Done (0.151s)
1752023-10-03T00:18:48.100Z Done (0.000s)
1762023-10-03T00:18:48.119Z Done (0.000s)
1772023-10-03T00:18:48.582ZPlanning: Evaluating mediator changes ... Done
1782023-10-03T00:18:48.840ZPlanning: Checking for conflicting actions ... Done
1792023-10-03T00:18:48.870ZPlanning: Consolidating action changes ... Done
1802023-10-03T00:18:49.282ZPlanning: Evaluating mediators ... Done
1812023-10-03T00:18:49.287ZPlanning: Planning completed in 0.72 seconds
1822023-10-03T00:18:49.337Z Mediators to change: 2
1832023-10-03T00:18:49.345Z Create boot environment: No
1842023-10-03T00:18:49.351ZCreate backup boot environment: No
1852023-10-03T00:18:49.432Z Done
1862023-10-03T00:18:49.440Z Done
1872023-10-03T00:18:49.504Z Done
1882023-10-03T00:18:58.083Z Done
1892023-10-03T00:18:58.588Z Done
1902023-10-03T00:18:59.152Z Done
1912023-10-03T00:18:59.492Z Done
1922023-10-03T00:19:00.197ZPlanning: Evaluating mediator changes ... Done
1932023-10-03T00:19:00.450ZPlanning: Merging actions ... Done
1942023-10-03T00:19:00.542ZPlanning: Checking for conflicting actions ... Done
1952023-10-03T00:19:00.645ZPlanning: Consolidating action changes ... Done
1962023-10-03T00:19:00.756ZPlanning: Evaluating mediators ... Done
1972023-10-03T00:19:00.794ZPlanning: Planning completed in 1.30 seconds
1982023-10-03T00:19:00.829Z Packages to change: 1
1992023-10-03T00:19:00.846Z Mediators to change: 1
2002023-10-03T00:19:00.890Z Services to change: 1
2012023-10-03T00:19:00.897Z Create boot environment: No
2022023-10-03T00:19:00.910ZCreate backup boot environment: Yes
2032023-10-03T00:19:00.925Z Actions: 1/6 actions (Updating modified actions)
2042023-10-03T00:19:00.960Z Actions: Completed 6 actions in 0.00 seconds.
2052023-10-03T00:19:00.977Z Done
2062023-10-03T00:19:00.986Z Done
2072023-10-03T00:19:00.992Z Done
2082023-10-03T00:19:05.676Z Done
2092023-10-03T00:19:05.796Z Done
2102023-10-03T00:19:05.823Z Done
2112023-10-03T00:19:05.897Z Done
2122023-10-03T00:19:06.594ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2132023-10-03T00:19:06.623Zclang system 15 system
2142023-10-03T00:19:06.633Zcsh system system illumos
2152023-10-03T00:19:06.646Zctags system system illumos
2162023-10-03T00:19:06.660Zgcc vendor 12 vendor
2172023-10-03T00:19:06.672Zgcc system 10 system
2182023-10-03T00:19:06.681Zgcc system 7 system
2192023-10-03T00:19:06.692Zgo system 1.20 system
2202023-10-03T00:19:06.698Zgo system 1.19 system
2212023-10-03T00:19:06.707Zllvm system 15 system
2222023-10-03T00:19:06.719Zllvm system 14 system
2232023-10-03T00:19:06.731Zmariadb system 10.6 system
2242023-10-03T00:19:07.154Zmta vendor vendor dma
2252023-10-03T00:19:07.162Zopenjdk system 17 system
2262023-10-03T00:19:07.171Zopenjdk system 11 system
2272023-10-03T00:19:07.186Zopenjdk system 1.8 system
2282023-10-03T00:19:07.196Zopenssl vendor 3 vendor
2292023-10-03T00:19:07.210Zperl system 5.36 system
2302023-10-03T00:19:07.235Zpostgresql system 15 system
2312023-10-03T00:19:07.257Zpostgresql system 13 system
2322023-10-03T00:19:07.364Zpython vendor 3 vendor
2332023-10-03T00:19:07.409Zpython system 2 system
2342023-10-03T00:19:07.427Zpython3 system 3.11 system
2352023-10-03T00:19:07.460Zruby system 3.0 system
2362023-10-03T00:19:07.506Zwords vendor vendor american-english
2372023-10-03T00:19:07.528Zwords system system australian-english
2382023-10-03T00:19:07.550Zwords system system british-english
2392023-10-03T00:19:07.578Zwords system system canadian-english
2402023-10-03T00:19:07.636Zwords system system french
2412023-10-03T00:19:07.683Zwords system system italian
2422023-10-03T00:19:07.698Zwords system system ngerman
2432023-10-03T00:19:07.731Zwords system system ogerman
2442023-10-03T00:19:07.748Zwords system system spanish
2452023-10-03T00:19:07.769ZFMRI IFO
2462023-10-03T00:19:07.785Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472023-10-03T00:19:08.258Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482023-10-03T00:19:08.278Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492023-10-03T00:19:08.288Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2502023-10-03T00:19:08.300Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2512023-10-03T00:19:08.330Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2522023-10-03T00:19:08.348Z+ set -o errexit
2532023-10-03T00:19:08.364Z+++ dirname ./tools/ci_download_cockroachdb
2542023-10-03T00:19:08.374Z++ cd ./tools
2552023-10-03T00:19:08.384Z++ pwd
2562023-10-03T00:19:08.390Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2572023-10-03T00:19:08.404Z++ basename ./tools/ci_download_cockroachdb
2582023-10-03T00:19:08.415Z+ ARG0=ci_download_cockroachdb
2592023-10-03T00:19:08.421Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2602023-10-03T00:19:08.426Z+ CIDL_VERSION=v22.1.9
2612023-10-03T00:19:08.432Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2622023-10-03T00:19:08.438Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2632023-10-03T00:19:08.445Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2642023-10-03T00:19:08.450Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2652023-10-03T00:19:08.456Z+ TARGET_DIR=out
2662023-10-03T00:19:08.461Z+ DOWNLOAD_DIR=out/downloads
2672023-10-03T00:19:08.467Z+ DEST_DIR=./out/cockroachdb
2682023-10-03T00:19:08.472Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2692023-10-03T00:19:08.479Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2702023-10-03T00:19:08.486Z+ main
2712023-10-03T00:19:08.493Z+ [[ 0 != 0 ]]
2722023-10-03T00:19:08.512Z+ CIDL_OS=solaris2.11
2732023-10-03T00:19:08.518Z+ [[ 0 != 0 ]]
2742023-10-03T00:19:08.527Z+ configure_os solaris2.11
2752023-10-03T00:19:08.539Z+ echo 'current directory: /work/oxidecomputer/omicron'
2762023-10-03T00:19:08.557Zcurrent directory: /work/oxidecomputer/omicron
2772023-10-03T00:19:08.572Z+ echo 'configuring based on OS: "solaris2.11"'
2782023-10-03T00:19:08.990Z+ case "$1" in
2792023-10-03T00:19:08.995Zconfiguring based on OS: "solaris2.11"
2802023-10-03T00:19:09.004Z+ CIDL_BUILD=illumos
2812023-10-03T00:19:09.019Z+ CIDL_SUFFIX=tar.gz
2822023-10-03T00:19:09.022Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2832023-10-03T00:19:09.025Z+ CIDL_MD5FUNC=do_md5sum
2842023-10-03T00:19:09.028Z+ CIDL_URL_BASE=https://illumos.org/downloads
2852023-10-03T00:19:09.031Z+ CIDL_ASSEMBLE=do_assemble_illumos
2862023-10-03T00:19:09.035Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2872023-10-03T00:19:09.038Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2882023-10-03T00:19:09.042Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892023-10-03T00:19:09.046Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2902023-10-03T00:19:09.049Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2912023-10-03T00:19:09.052Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2922023-10-03T00:19:09.056ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2932023-10-03T00:19:09.059Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2942023-10-03T00:19:09.062ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952023-10-03T00:19:09.066Z+ mkdir -p out/downloads
2962023-10-03T00:19:09.070ZDownloading...
2972023-10-03T00:19:09.076Z+ mkdir -p ./out/cockroachdb
2982023-10-03T00:19:09.081Z+ local DO_DOWNLOAD=true
2992023-10-03T00:19:09.091Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3002023-10-03T00:19:09.110Z+ '[' true == true ']'
3012023-10-03T00:19:09.119Z+ echo Downloading...
3022023-10-03T00:19:09.129Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032023-10-03T00:19:09.155Z+ 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
3042023-10-03T00:19:17.171Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052023-10-03T00:19:17.181Z++ md5sum
3062023-10-03T00:19:17.190Z++ awk '{print $1}'
3072023-10-03T00:19:17.292Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3082023-10-03T00:19:17.707Z+ [[ 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 ]]
3092023-10-03T00:19:17.713Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3102023-10-03T00:19:17.719Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3112023-10-03T00:19:20.653Z+ do_assemble_illumos
3122023-10-03T00:19:20.659Z+ rm -r ./out/cockroachdb
3132023-10-03T00:19:20.663Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3142023-10-03T00:19:21.393Z+ ./out/cockroachdb/bin/cockroach version
3152023-10-03T00:19:21.607ZBuild Tag: v22.1.9-dirty
3162023-10-03T00:19:21.629ZBuild Time: 2022/10/26 21:17:46
3172023-10-03T00:19:22.043ZDistribution: OSS
3182023-10-03T00:19:22.050ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3192023-10-03T00:19:22.056ZGo Version: go1.17.13
3202023-10-03T00:19:22.060ZC Compiler: gcc 10.3.0
3212023-10-03T00:19:22.065ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3222023-10-03T00:19:22.072ZBuild Type: release
3232023-10-03T00:19:22.080Z+ set -o errexit
3242023-10-03T00:19:22.084Z+++ dirname ./tools/ci_download_clickhouse
3252023-10-03T00:19:22.096Z++ cd ./tools
3262023-10-03T00:19:22.112Z++ pwd
3272023-10-03T00:19:22.124Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3282023-10-03T00:19:22.130Z++ basename ./tools/ci_download_clickhouse
3292023-10-03T00:19:22.139Z+ ARG0=ci_download_clickhouse
3302023-10-03T00:19:22.148Z+ TARGET_DIR=out
3312023-10-03T00:19:22.160Z+ DOWNLOAD_DIR=out/downloads
3322023-10-03T00:19:22.174Z+ DEST_DIR=./out/clickhouse
3332023-10-03T00:19:22.191Z+ CIDL_VERSION=v22.8.9.24
3342023-10-03T00:19:22.209Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3352023-10-03T00:19:22.234Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3362023-10-03T00:19:22.652Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3372023-10-03T00:19:22.664Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3382023-10-03T00:19:22.676Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3392023-10-03T00:19:22.696Z+ main
3402023-10-03T00:19:22.716Z+ [[ 0 != 0 ]]
3412023-10-03T00:19:23.164Z+ CIDL_OS=solaris2.11
3422023-10-03T00:19:23.210Z+ [[ 0 != 0 ]]
3432023-10-03T00:19:23.276Z+ configure_os solaris2.11
3442023-10-03T00:19:23.341Z+ echo 'current directory: /work/oxidecomputer/omicron'
3452023-10-03T00:19:23.354Zcurrent directory: /work/oxidecomputer/omicron
3462023-10-03T00:19:23.369Z+ echo 'configuring based on OS: "solaris2.11"'
3472023-10-03T00:19:23.383Zconfiguring based on OS: "solaris2.11"
3482023-10-03T00:19:23.399Z+ CIDL_DASHREV=
3492023-10-03T00:19:23.426Z+ case "$1" in
3502023-10-03T00:19:23.442Z+ CIDL_PLATFORM=illumos
3512023-10-03T00:19:23.457Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3522023-10-03T00:19:23.468Z+ CIDL_MD5FUNC=do_md5sum
3532023-10-03T00:19:23.484Z+ CIDL_DASHREV=-1
3542023-10-03T00:19:23.498Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3552023-10-03T00:19:23.511Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3562023-10-03T00:19:23.530Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3572023-10-03T00:19:23.585Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3582023-10-03T00:19:23.622Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3592023-10-03T00:19:24.047ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3602023-10-03T00:19:24.058Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3612023-10-03T00:19:24.069ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3622023-10-03T00:19:24.498Z+ mkdir -p out/downloads
3632023-10-03T00:19:24.521Z+ mkdir -p ./out/clickhouse
3642023-10-03T00:19:24.530Z+ local DO_DOWNLOAD=true
3652023-10-03T00:19:24.541Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3662023-10-03T00:19:24.550Z+ '[' true == true ']'
3672023-10-03T00:19:24.555Z+ echo Downloading...
3682023-10-03T00:19:24.560ZDownloading...
3692023-10-03T00:19:24.567Z+ 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
3702023-10-03T00:19:24.573Z+ 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
3712023-10-03T00:19:24.578Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3722023-10-03T00:19:24.588Z++ md5sum
3732023-10-03T00:19:24.597Z++ awk '{print $1}'
3742023-10-03T00:19:24.610Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3752023-10-03T00:19:24.694Z+ [[ 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 ]]
3762023-10-03T00:19:24.707Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3772023-10-03T00:19:24.710Z+ mkdir -p ./out/clickhouse
3782023-10-03T00:19:24.718Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3792023-10-03T00:19:28.456Z+ ./out/clickhouse/clickhouse server --version
3802023-10-03T00:19:28.524ZClickHouse server version 22.8.9.1.
3812023-10-03T00:19:29.008Z+ set -o errexit
3822023-10-03T00:19:29.025Z+++ dirname ./tools/ci_download_console
3832023-10-03T00:19:29.044Z++ cd ./tools
3842023-10-03T00:19:29.054Z++ pwd
3852023-10-03T00:19:29.066Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3862023-10-03T00:19:29.081Z++ basename ./tools/ci_download_console
3872023-10-03T00:19:29.092Z+ ARG0=ci_download_console
3882023-10-03T00:19:29.122Z+ TARGET_DIR=out
3892023-10-03T00:19:29.137Z+ DOWNLOAD_DIR=out/downloads
3902023-10-03T00:19:29.164Z+ DEST_DIR=./out/console-assets
3912023-10-03T00:19:29.181Z+ source /work/oxidecomputer/omicron/tools/console_version
3922023-10-03T00:19:29.200Z++ COMMIT=af6536d587a17a65398407ca03d364345aa24342
3932023-10-03T00:19:29.218Z++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3942023-10-03T00:19:29.230Z+ URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3952023-10-03T00:19:29.246Z+ TARBALL_FILE=out/downloads/console.tar.gz
3962023-10-03T00:19:29.256Z+ main
3972023-10-03T00:19:29.265Z+ [[ 0 != 0 ]]
3982023-10-03T00:19:29.272Z+ echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz'
3992023-10-03T00:19:29.279ZURL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
4002023-10-03T00:19:29.286ZLocal file: out/downloads/console.tar.gz
4012023-10-03T00:19:29.298Z+ echo 'Local file: out/downloads/console.tar.gz'
4022023-10-03T00:19:29.305Z+ local DO_DOWNLOAD=true
4032023-10-03T00:19:29.311Z+ [[ -f out/downloads/console.tar.gz ]]
4042023-10-03T00:19:29.319Z+ mkdir -p out/downloads
4052023-10-03T00:19:29.326Z+ '[' true == true ']'
4062023-10-03T00:19:29.334Z+ echo Downloading...
4072023-10-03T00:19:29.343ZDownloading...
4082023-10-03T00:19:29.355Z+ do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz
4092023-10-03T00:19:29.367Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
4102023-10-03T00:19:29.789Z++ do_sha256sum out/downloads/console.tar.gz
4112023-10-03T00:19:29.804Z++ case "$OSTYPE" in
4122023-10-03T00:19:29.816Z++ SHA=sha256sum
4132023-10-03T00:19:29.828Z++ sha256sum
4142023-10-03T00:19:29.836Z++ awk '{print $1}'
4152023-10-03T00:19:29.842Z+ calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
4162023-10-03T00:19:29.847Z+ [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]]
4172023-10-03T00:19:29.852Z+ rm -rf ./out/console-assets
4182023-10-03T00:19:29.858Z+ mkdir -p ./out/console-assets
4192023-10-03T00:19:29.865Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4202023-10-03T00:19:29.871Z+ mkdir -p ./out/console-assets
4212023-10-03T00:19:29.882Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4222023-10-03T00:19:29.890Z+ set -o errexit
4232023-10-03T00:19:29.896Z+++ dirname ./tools/ci_download_maghemite_openapi
4242023-10-03T00:19:29.903Z++ cd ./tools
4252023-10-03T00:19:29.910Z++ pwd
4262023-10-03T00:19:29.917Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4272023-10-03T00:19:29.924Z++ basename ./tools/ci_download_maghemite_openapi
4282023-10-03T00:19:29.931Z+ ARG0=ci_download_maghemite_openapi
4292023-10-03T00:19:29.939Z+ TARGET_DIR=out
4302023-10-03T00:19:29.947Z+ DOWNLOAD_DIR=out/downloads
4312023-10-03T00:19:29.956Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4322023-10-03T00:19:29.965Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4332023-10-03T00:19:29.975Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4342023-10-03T00:19:30.111Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4352023-10-03T00:19:30.140Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4362023-10-03T00:19:30.159Z+ main
4372023-10-03T00:19:30.174Z+ [[ 0 != 0 ]]
4382023-10-03T00:19:30.190Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4392023-10-03T00:19:30.210ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4402023-10-03T00:19:30.222Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4412023-10-03T00:19:30.228ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4422023-10-03T00:19:30.237Z+ local DO_DOWNLOAD=true
4432023-10-03T00:19:30.245Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4442023-10-03T00:19:30.253Z+ mkdir -p out/downloads
4452023-10-03T00:19:30.259Z+ '[' true == true ']'
4462023-10-03T00:19:30.274Z+ echo Downloading...
4472023-10-03T00:19:30.295ZDownloading...
4482023-10-03T00:19:30.311Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4492023-10-03T00:19:30.762Z+ 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
4502023-10-03T00:19:30.769Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4512023-10-03T00:19:30.783Z++ case "$OSTYPE" in
4522023-10-03T00:19:30.794Z++ SHA=sha256sum
4532023-10-03T00:19:30.809Z++ sha256sum
4542023-10-03T00:19:30.822Z++ awk '{print $1}'
4552023-10-03T00:19:30.832Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4562023-10-03T00:19:30.841Z+ [[ 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 ]]
4572023-10-03T00:19:30.853Z+ set -o errexit
4582023-10-03T00:19:30.860Z+++ dirname ./tools/ci_download_dendrite_openapi
4592023-10-03T00:19:30.885Z++ cd ./tools
4602023-10-03T00:19:30.893Z++ pwd
4612023-10-03T00:19:30.900Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4622023-10-03T00:19:30.910Z++ basename ./tools/ci_download_dendrite_openapi
4632023-10-03T00:19:30.928Z+ ARG0=ci_download_dendrite_openapi
4642023-10-03T00:19:30.966Z+ TARGET_DIR=out
4652023-10-03T00:19:31.429Z+ DOWNLOAD_DIR=out/downloads
4662023-10-03T00:19:31.435Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4672023-10-03T00:19:31.441Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4682023-10-03T00:19:31.445Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4692023-10-03T00:19:31.449Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4702023-10-03T00:19:31.455Z+ LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4712023-10-03T00:19:31.467Z+ main
4722023-10-03T00:19:31.476Z+ [[ 0 != 0 ]]
4732023-10-03T00:19:31.480Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json'
4742023-10-03T00:19:31.486ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4752023-10-03T00:19:31.490Z+ echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json'
4762023-10-03T00:19:31.494ZLocal file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4772023-10-03T00:19:31.499Z+ local DO_DOWNLOAD=true
4782023-10-03T00:19:31.505Z+ [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]]
4792023-10-03T00:19:31.509Z+ mkdir -p out/downloads
4802023-10-03T00:19:31.513Z+ '[' true == true ']'
4812023-10-03T00:19:31.522Z+ echo Downloading...
4822023-10-03T00:19:31.531ZDownloading...
4832023-10-03T00:19:31.951Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4842023-10-03T00:19:31.961Z+ 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
4852023-10-03T00:19:31.967Z++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4862023-10-03T00:19:31.975Z++ case "$OSTYPE" in
4872023-10-03T00:19:31.983Z++ SHA=sha256sum
4882023-10-03T00:19:31.994Z++ sha256sum
4892023-10-03T00:19:32.013Z++ awk '{print $1}'
4902023-10-03T00:19:32.031Z+ calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4912023-10-03T00:19:32.059Z+ [[ 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 ]]
4922023-10-03T00:19:32.074Z+ set -o errexit
4932023-10-03T00:19:33.344Z+++ dirname ./tools/ci_download_dendrite_stub
4942023-10-03T00:19:33.375Z++ cd ./tools
4952023-10-03T00:19:33.399Z++ pwd
4962023-10-03T00:19:33.471Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4972023-10-03T00:19:33.495Z++ basename ./tools/ci_download_dendrite_stub
4982023-10-03T00:19:33.918Z+ ARG0=ci_download_dendrite_stub
4992023-10-03T00:19:33.929Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5002023-10-03T00:19:33.941Z++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5012023-10-03T00:19:33.956Z++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939
5022023-10-03T00:19:33.975Z++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8
5032023-10-03T00:19:33.989Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5042023-10-03T00:19:33.998Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
5052023-10-03T00:19:34.008Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
5062023-10-03T00:19:34.016Z+ TARGET_DIR=out
5072023-10-03T00:19:34.024Z+ DOWNLOAD_DIR=out/downloads
5082023-10-03T00:19:34.032Z+ DEST_DIR=./out/dendrite-stub
5092023-10-03T00:19:34.044Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5102023-10-03T00:19:34.054Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5112023-10-03T00:19:34.062Z+ REPO=oxidecomputer/dendrite
5122023-10-03T00:19:34.074Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9
5132023-10-03T00:19:34.086Z+ main
5142023-10-03T00:19:34.096Z+ [[ 0 != 0 ]]
5152023-10-03T00:19:34.113Z+ CIDL_OS=solaris2.11
5162023-10-03T00:19:34.124Z+ [[ 0 != 0 ]]
5172023-10-03T00:19:34.134Z+ configure_os solaris2.11
5182023-10-03T00:19:34.146Zcurrent directory: /work/oxidecomputer/omicron
5192023-10-03T00:19:34.156Z+ echo 'current directory: /work/oxidecomputer/omicron'
5202023-10-03T00:19:34.172Zconfiguring based on OS: "solaris2.11"
5212023-10-03T00:19:34.182Z+ echo 'configuring based on OS: "solaris2.11"'
5222023-10-03T00:19:34.593ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5232023-10-03T00:19:34.618Z+ case "$1" in
5242023-10-03T00:19:34.631ZLocal file: out/downloads/dendrite-stub.tar.gz
5252023-10-03T00:19:34.644Z+ SET_BINARIES=
5262023-10-03T00:19:34.665ZDownloading...
5272023-10-03T00:19:34.678Z+ CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5282023-10-03T00:19:34.691Z+ CIDL_SHA256FUNC=do_sha256sum
5292023-10-03T00:19:34.703Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5302023-10-03T00:19:34.711Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5312023-10-03T00:19:34.717Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5322023-10-03T00:19:34.723Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz'
5332023-10-03T00:19:34.728Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5342023-10-03T00:19:34.737Z+ mkdir -p out/downloads
5352023-10-03T00:19:35.166Z+ mkdir -p ./out/dendrite-stub
5362023-10-03T00:19:35.168Z+ fetch_and_verify
5372023-10-03T00:19:35.171Z+ local DO_DOWNLOAD=true
5382023-10-03T00:19:35.174Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5392023-10-03T00:19:35.179Z+ '[' true == true ']'
5402023-10-03T00:19:35.188Z+ echo Downloading...
5412023-10-03T00:19:35.191Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5422023-10-03T00:19:35.197Z+ 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
5432023-10-03T00:19:47.638Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5442023-10-03T00:19:47.656Z++ sha256sum
5452023-10-03T00:19:47.685Z++ awk '{print $1}'
5462023-10-03T00:19:48.131Z+ calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5472023-10-03T00:19:48.163Z+ [[ 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 ]]
5482023-10-03T00:19:48.180Z+ do_untar out/downloads/dendrite-stub.tar.gz
5492023-10-03T00:19:48.218Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5502023-10-03T00:19:48.663Z+ do_assemble
5512023-10-03T00:19:48.675Z+ rm -r ./out/dendrite-stub
5522023-10-03T00:19:48.680Z+ mkdir ./out/dendrite-stub
5532023-10-03T00:19:48.685Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5542023-10-03T00:19:48.786Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5552023-10-03T00:19:48.797Z+ set -o errexit
5562023-10-03T00:19:48.816Z+++ dirname ./tools/ci_download_transceiver_control
5572023-10-03T00:19:48.827Z++ cd ./tools
5582023-10-03T00:19:48.833Z++ pwd
5592023-10-03T00:19:48.841Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5602023-10-03T00:19:48.848Z++ basename ./tools/ci_download_transceiver_control
5612023-10-03T00:19:48.859Z+ ARG0=ci_download_transceiver_control
5622023-10-03T00:19:48.867Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5632023-10-03T00:19:48.880Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5642023-10-03T00:19:48.888Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5652023-10-03T00:19:48.903Z+ TARGET_DIR=out
5662023-10-03T00:19:48.950Z+ DOWNLOAD_DIR=out/downloads
5672023-10-03T00:19:48.974Z+ DEST_DIR=./out/transceiver-control
5682023-10-03T00:19:48.988Z+ BIN_DIR=/opt/oxide/bin
5692023-10-03T00:19:49.017Z+ BINARY=xcvradm
5702023-10-03T00:19:49.035Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5712023-10-03T00:19:49.045Z+ REPO=oxidecomputer/transceiver-control
5722023-10-03T00:19:49.056Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5732023-10-03T00:19:49.089Z+ main
5742023-10-03T00:19:49.514Z+ [[ 0 != 0 ]]
5752023-10-03T00:19:49.944Z+ CIDL_OS=solaris2.11
5762023-10-03T00:19:49.964Z+ [[ 0 != 0 ]]
5772023-10-03T00:19:49.983Z+ configure_os solaris2.11
5782023-10-03T00:19:50.403Z+ echo 'current directory: /work/oxidecomputer/omicron'
5792023-10-03T00:19:50.416Zcurrent directory: /work/oxidecomputer/omicron
5802023-10-03T00:19:50.425Z+ echo 'configuring based on OS: "solaris2.11"'
5812023-10-03T00:19:50.440Zconfiguring based on OS: "solaris2.11"
5822023-10-03T00:19:50.451Z+ case "$1" in
5832023-10-03T00:19:50.458Z+ SET_BINARIES=
5842023-10-03T00:19:50.468Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5852023-10-03T00:19:50.477Z+ CIDL_SHA256FUNC=do_sha256sum
5862023-10-03T00:19:50.490Z+ ARCHIVE_FILENAME=xcvradm.gz
5872023-10-03T00:19:50.510Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5882023-10-03T00:19:50.522Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5892023-10-03T00:19:50.530Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5902023-10-03T00:19:50.548ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5912023-10-03T00:19:50.556Z+ echo 'Local file: out/downloads/xcvradm.gz'
5922023-10-03T00:19:50.562ZLocal file: out/downloads/xcvradm.gz
5932023-10-03T00:19:50.570Z+ mkdir -p out/downloads
5942023-10-03T00:19:50.578Z+ mkdir -p ./out/transceiver-control
5952023-10-03T00:19:50.583Z+ fetch_and_verify
5962023-10-03T00:19:50.591Z+ local DO_DOWNLOAD=true
5972023-10-03T00:19:50.632Z+ [[ -f out/downloads/xcvradm.gz ]]
5982023-10-03T00:19:50.644Z+ '[' true == true ']'
5992023-10-03T00:19:50.653Z+ echo Downloading...
6002023-10-03T00:19:50.666ZDownloading...
6012023-10-03T00:19:50.676Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6022023-10-03T00:19:50.718Z+ 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
6032023-10-03T00:19:53.564Z++ do_sha256sum out/downloads/xcvradm.gz
6042023-10-03T00:19:53.588Z++ sha256sum
6052023-10-03T00:19:53.605Z++ awk '{print $1}'
6062023-10-03T00:19:53.621Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6072023-10-03T00:19:53.641Z+ [[ 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 ]]
6082023-10-03T00:19:53.661Z+ do_unpack out/downloads/xcvradm.gz
6092023-10-03T00:19:53.683Z+ mkdir -p out/downloads/root//opt/oxide/bin
6102023-10-03T00:19:53.699Z+ gzip -dc out/downloads/xcvradm.gz
6112023-10-03T00:19:53.894Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6122023-10-03T00:19:53.903Z+ do_assemble
6132023-10-03T00:19:53.912Z+ rm -r ./out/transceiver-control
6142023-10-03T00:19:53.919Z+ mkdir ./out/transceiver-control
6152023-10-03T00:19:53.930Z+ cp -r out/downloads/root ./out/transceiver-control/root
6162023-10-03T00:19:53.941ZAll builder prerequisites installed successfully, and PATH looks valid
6172023-10-03T00:19:53.945Z
6182023-10-03T00:19:53.949Zreal 2:17.851602010
6192023-10-03T00:19:53.954Zuser 48.739371505
6202023-10-03T00:19:53.959Zsys 9.474084135
6212023-10-03T00:19:53.963Ztrap 0.020975601
6222023-10-03T00:19:53.968Ztflt 0.190488414
6232023-10-03T00:19:53.972Zdflt 0.482011118
6242023-10-03T00:19:53.977Zkflt 0.152990068
6252023-10-03T00:19:53.984Zlock 1.944908098
6262023-10-03T00:19:53.989Zslp 4:31.683009008
6272023-10-03T00:19:53.996Zlat 3.180659698
6282023-10-03T00:19:54.011Zstop 0.075116556
6292023-10-03T00:19:54.432Z
6302023-10-03T00:19:54.447Z ##### # # # # #####
6312023-10-03T00:19:54.867Z # # # # # # # #
6322023-10-03T00:19:54.873Z ##### # # # # # #
6332023-10-03T00:19:54.912Z # # # # # # # #
6342023-10-03T00:19:54.939Z # # # # # # # #
6352023-10-03T00:19:54.957Z ##### #### # ###### #####
6362023-10-03T00:19:54.978Z
6372023-10-03T00:19:54.992Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6382023-10-03T00:19:55.004Z Updating crates.io index
6392023-10-03T00:19:55.020Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6402023-10-03T00:19:55.299Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6412023-10-03T00:19:56.363Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6422023-10-03T00:19:58.808Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6432023-10-03T00:19:59.402Z Updating git repository `http://github.com/oxidecomputer/tofino`
6442023-10-03T00:20:00.744Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6452023-10-03T00:20:01.044Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6462023-10-03T00:20:01.411Z Updating git repository `https://github.com/oxidecomputer/propolis`
6472023-10-03T00:20:02.293Z Updating git repository `https://github.com/oxidecomputer/opte`
6482023-10-03T00:20:03.318Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6492023-10-03T00:20:03.709Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6502023-10-03T00:20:05.083Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6512023-10-03T00:20:05.430Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6522023-10-03T00:20:05.773Z Updating git repository `https://github.com/njaremko/samael`
6532023-10-03T00:20:06.142Z Updating git repository `https://github.com/oxidecomputer/crucible`
6542023-10-03T00:20:07.905Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6552023-10-03T00:20:08.317Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6562023-10-03T00:20:09.014Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6572023-10-03T00:20:09.445Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6582023-10-03T00:20:09.853Z Updating git repository `https://github.com/oxidecomputer/omicron`
6592023-10-03T00:20:19.077Z Updating git repository `https://github.com/oxidecomputer/rfb`
6602023-10-03T00:20:19.457Z Updating git repository `https://github.com/jgallagher/nix`
6612023-10-03T00:20:20.695Z Updating git repository `https://github.com/cbiffle/hubpack`
6622023-10-03T00:20:21.117Z Updating git repository `https://github.com/oxidecomputer/typify`
6632023-10-03T00:20:22.120Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6642023-10-03T00:20:22.544Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6652023-10-03T00:20:22.889Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6662023-10-03T00:20:24.425Z Downloading crates ...
6672023-10-03T00:20:24.725Z Downloaded clang-sys v1.6.1
6682023-10-03T00:20:24.741Z Downloaded constant_time_eq v0.3.0
6692023-10-03T00:20:24.755Z Downloaded bitstruct_derive v0.1.0
6702023-10-03T00:20:24.771Z Downloaded const_format_proc_macros v0.2.31
6712023-10-03T00:20:25.193Z Downloaded hostname v0.3.1
6722023-10-03T00:20:25.202Z Downloaded aes-gcm-siv v0.11.1
6732023-10-03T00:20:25.215Z Downloaded const-oid v0.9.5
6742023-10-03T00:20:25.659Z Downloaded bit-vec v0.6.3
6752023-10-03T00:20:26.128Z Downloaded lazy_static v1.4.0
6762023-10-03T00:20:26.195Z Downloaded addr2line v0.21.0
6772023-10-03T00:20:26.230Z Downloaded autocfg v1.1.0
6782023-10-03T00:20:26.272Z Downloaded anyhow v1.0.75
6792023-10-03T00:20:26.285Z Downloaded inout v0.1.3
6802023-10-03T00:20:26.296Z Downloaded lock_api v0.4.10
6812023-10-03T00:20:26.314Z Downloaded jobserver v0.1.26
6822023-10-03T00:20:26.364Z Downloaded keccak v0.1.4
6832023-10-03T00:20:26.457Z Downloaded bb8 v0.8.1
6842023-10-03T00:20:26.489Z Downloaded io-lifetimes v1.0.11
6852023-10-03T00:20:26.952Z Downloaded ipnet v2.8.0
6862023-10-03T00:20:27.024Z Downloaded assert_matches v1.5.0
6872023-10-03T00:20:27.297Z Downloaded bytecount v0.6.3
6882023-10-03T00:20:27.515Z Downloaded ansi_term v0.12.1
6892023-10-03T00:20:27.636Z Downloaded arrayvec v0.7.4
6902023-10-03T00:20:27.716Z Downloaded ascii-canvas v3.0.0
6912023-10-03T00:20:27.745Z Downloaded rust-argon2 v1.0.1
6922023-10-03T00:20:27.823Z Downloaded indexmap v1.9.3
6932023-10-03T00:20:28.231Z Downloaded hex v0.4.3
6942023-10-03T00:20:28.239Z Downloaded bincode v1.3.3
6952023-10-03T00:20:28.251Z Downloaded memoffset v0.9.0
6962023-10-03T00:20:28.685Z Downloaded hubpack v0.1.2
6972023-10-03T00:20:28.693Z Downloaded matches v0.1.10
6982023-10-03T00:20:28.703Z Downloaded hex-literal v0.4.1
6992023-10-03T00:20:28.731Z Downloaded bitflags v1.3.2
7002023-10-03T00:20:28.739Z Downloaded block-buffer v0.10.4
7012023-10-03T00:20:28.755Z Downloaded serde_with_macros v2.3.3
7022023-10-03T00:20:28.768Z Downloaded lalrpop-util v0.19.12
7032023-10-03T00:20:29.191Z Downloaded globset v0.4.13
7042023-10-03T00:20:29.198Z Downloaded tinyvec_macros v0.1.1
7052023-10-03T00:20:29.201Z Downloaded indicatif v0.17.6
7062023-10-03T00:20:29.204Z Downloaded hubpack_derive v0.1.1
7072023-10-03T00:20:29.209Z Downloaded allocator-api2 v0.2.16
7082023-10-03T00:20:29.631Z Downloaded byteorder v1.4.3
7092023-10-03T00:20:29.641Z Downloaded toolchain_find v0.2.0
7102023-10-03T00:20:29.647Z Downloaded glob v0.3.1
7112023-10-03T00:20:29.653Z Downloaded httparse v1.8.0
7122023-10-03T00:20:29.658Z Downloaded libloading v0.7.4
7132023-10-03T00:20:29.663Z Downloaded http-body v0.4.5
7142023-10-03T00:20:29.669Z Downloaded chacha20 v0.9.1
7152023-10-03T00:20:29.676Z Downloaded cargo_toml v0.16.3
7162023-10-03T00:20:29.682Z Downloaded stringprep v0.1.3
7172023-10-03T00:20:29.686Z Downloaded cancel-safe-futures v0.1.2
7182023-10-03T00:20:29.692Z Downloaded signature v2.1.0
7192023-10-03T00:20:29.696Z Downloaded camino-tempfile v1.0.2
7202023-10-03T00:20:29.701Z Downloaded cassowary v0.3.0
7212023-10-03T00:20:29.710Z Downloaded block-padding v0.3.3
7222023-10-03T00:20:29.716Z Downloaded http v0.2.9
7232023-10-03T00:20:29.724Z Downloaded cargo-platform v0.1.3
7242023-10-03T00:20:29.735Z Downloaded fixedbitset v0.4.2
7252023-10-03T00:20:29.743Z Downloaded peeking_take_while v0.1.2
7262023-10-03T00:20:30.165Z Downloaded path-slash v0.1.5
7272023-10-03T00:20:30.180Z Downloaded structmeta v0.1.6
7282023-10-03T00:20:30.187Z Downloaded pkg-config v0.3.27
7292023-10-03T00:20:30.192Z Downloaded structopt-derive v0.4.18
7302023-10-03T00:20:30.196Z Downloaded serde-hex v0.1.0
7312023-10-03T00:20:30.220Z Downloaded mockall_derive v0.11.4
7322023-10-03T00:20:30.225Z Downloaded structmeta-derive v0.1.6
7332023-10-03T00:20:30.231Z Downloaded typenum v1.16.0
7342023-10-03T00:20:30.238Z Downloaded serial_test_derive v0.10.0
7352023-10-03T00:20:30.250Z Downloaded datatest-stable v0.1.3
7362023-10-03T00:20:30.660Z Downloaded utf8parse v0.2.1
7372023-10-03T00:20:30.664Z Downloaded toml v0.8.0
7382023-10-03T00:20:30.667Z Downloaded packed_struct v0.10.1
7392023-10-03T00:20:30.671Z Downloaded lru-cache v0.1.2
7402023-10-03T00:20:30.675Z Downloaded itertools v0.11.0
7412023-10-03T00:20:30.680Z Downloaded num_threads v0.1.6
7422023-10-03T00:20:30.688Z Downloaded normalize-line-endings v0.3.0
7432023-10-03T00:20:30.694Z Downloaded rand_xorshift v0.3.0
7442023-10-03T00:20:30.699Z Downloaded rand_core v0.6.4
7452023-10-03T00:20:30.702Z Downloaded num_cpus v1.16.0
7462023-10-03T00:20:30.706Z Downloaded serde_spanned v0.6.3
7472023-10-03T00:20:30.723Z Downloaded number_prefix v0.4.0
7482023-10-03T00:20:30.731Z Downloaded paste v1.0.14
7492023-10-03T00:20:30.743Z Downloaded hmac v0.12.1
7502023-10-03T00:20:30.751Z Downloaded miniz_oxide v0.7.1
7512023-10-03T00:20:30.758Z Downloaded cast v0.3.0
7522023-10-03T00:20:30.770Z Downloaded rayon-core v1.11.0
7532023-10-03T00:20:30.781Z Downloaded proc-macro-error-attr v1.0.4
7542023-10-03T00:20:30.796Z Downloaded sha2 v0.10.7
7552023-10-03T00:20:30.808Z Downloaded md-5 v0.10.5
7562023-10-03T00:20:30.820Z Downloaded num_enum v0.7.0
7572023-10-03T00:20:30.831Z Downloaded oso-derive v0.26.4
7582023-10-03T00:20:30.844Z Downloaded num_enum_derive v0.5.11
7592023-10-03T00:20:30.864Z Downloaded time-core v0.1.1
7602023-10-03T00:20:30.892Z Downloaded zeroize_derive v1.4.2
7612023-10-03T00:20:31.303Z Downloaded serde_derive v1.0.188
7622023-10-03T00:20:31.370Z Downloaded slog-bunyan v2.4.0
7632023-10-03T00:20:31.381Z Downloaded thiserror-no-std v2.0.2
7642023-10-03T00:20:31.396Z Downloaded wait-timeout v0.2.0
7652023-10-03T00:20:31.419Z Downloaded serde_plain v1.0.2
7662023-10-03T00:20:31.851Z Downloaded slog-term v2.9.0
7672023-10-03T00:20:31.867Z Downloaded cc v1.0.83
7682023-10-03T00:20:31.874Z Downloaded proc-macro-error v1.0.4
7692023-10-03T00:20:31.887Z Downloaded newline-converter v0.3.0
7702023-10-03T00:20:31.904Z Downloaded textwrap v0.11.0
7712023-10-03T00:20:31.921Z Downloaded sha-1 v0.10.1
7722023-10-03T00:20:31.938Z Downloaded path-dedot v3.1.0
7732023-10-03T00:20:31.953Z Downloaded dirs-sys-next v0.1.2
7742023-10-03T00:20:32.370Z Downloaded downcast v0.11.0
7752023-10-03T00:20:32.375Z Downloaded oso v0.26.4
7762023-10-03T00:20:32.380Z Downloaded ref-cast v1.0.20
7772023-10-03T00:20:32.435Z Downloaded new_debug_unreachable v1.0.4
7782023-10-03T00:20:32.453Z Downloaded threadpool v1.8.1
7792023-10-03T00:20:32.467Z Downloaded static_assertions v1.1.0
7802023-10-03T00:20:32.474Z Downloaded slog-scope v4.4.0
7812023-10-03T00:20:32.887Z Downloaded newtype_derive v0.1.6
7822023-10-03T00:20:32.893Z Downloaded signal-hook-mio v0.2.3
7832023-10-03T00:20:32.898Z Downloaded percent-encoding v2.3.0
7842023-10-03T00:20:32.908Z Downloaded zone v0.2.0
7852023-10-03T00:20:32.922Z Downloaded same-file v1.0.6
7862023-10-03T00:20:32.936Z Downloaded crc32fast v1.3.2
7872023-10-03T00:20:32.939Z Downloaded tokio-tungstenite v0.18.0
7882023-10-03T00:20:32.953Z Downloaded vte_generate_state_changes v0.1.1
7892023-10-03T00:20:32.959Z Downloaded serde_path_to_error v0.1.14
7902023-10-03T00:20:32.971Z Downloaded semver v0.11.0
7912023-10-03T00:20:33.403Z Downloaded nibble_vec v0.1.0
7922023-10-03T00:20:33.425Z Downloaded tracing-attributes v0.1.26
7932023-10-03T00:20:33.437Z Downloaded smawk v0.3.1
7942023-10-03T00:20:33.454Z Downloaded tungstenite v0.18.0
7952023-10-03T00:20:33.462Z Downloaded darling_macro v0.20.3
7962023-10-03T00:20:33.470Z Downloaded crypto-common v0.1.6
7972023-10-03T00:20:33.476Z Downloaded dirs-next v2.0.0
7982023-10-03T00:20:33.487Z Downloaded parse-display-derive v0.7.0
7992023-10-03T00:20:33.496Z Downloaded snafu v0.7.5
8002023-10-03T00:20:33.504Z Downloaded proc-macro-crate v1.3.1
8012023-10-03T00:20:33.511Z Downloaded packed_struct_codegen v0.10.1
8022023-10-03T00:20:33.519Z Downloaded wyz v0.5.1
8032023-10-03T00:20:33.530Z Downloaded yasna v0.5.2
8042023-10-03T00:20:33.544Z Downloaded tabled_derive v0.6.0
8052023-10-03T00:20:33.562Z Downloaded hashbrown v0.14.0
8062023-10-03T00:20:33.574Z Downloaded try-lock v0.2.4
8072023-10-03T00:20:33.585Z Downloaded serde_yaml v0.9.25
8082023-10-03T00:20:33.599Z Downloaded pem v1.1.1
8092023-10-03T00:20:33.612Z Downloaded crunchy v0.2.2
8102023-10-03T00:20:33.615Z Downloaded version_check v0.9.4
8112023-10-03T00:20:33.619Z Downloaded fragile v2.0.0
8122023-10-03T00:20:33.628Z Downloaded want v0.3.1
8132023-10-03T00:20:33.631Z Downloaded futures-timer v3.0.2
8142023-10-03T00:20:33.634Z Downloaded tracing-core v0.1.31
8152023-10-03T00:20:33.638Z Downloaded socket2 v0.4.9
8162023-10-03T00:20:33.641Z Downloaded tokio-rustls v0.24.1
8172023-10-03T00:20:33.644Z Downloaded prettyplease v0.2.12
8182023-10-03T00:20:33.649Z Downloaded endian-type v0.1.2
8192023-10-03T00:20:33.652Z Downloaded serde-big-array v0.4.1
8202023-10-03T00:20:33.655Z Downloaded dtrace-parser v0.1.14
8212023-10-03T00:20:33.658Z Downloaded clap_derive v4.4.2
8222023-10-03T00:20:33.661Z Downloaded errno v0.3.2
8232023-10-03T00:20:33.664Z Downloaded ringbuffer v0.14.2
8242023-10-03T00:20:33.667Z Downloaded cpufeatures v0.2.9
8252023-10-03T00:20:33.670Z Downloaded ryu v1.0.15
8262023-10-03T00:20:33.675Z Downloaded tokio-native-tls v0.3.1
8272023-10-03T00:20:33.681Z Downloaded openssl-probe v0.1.5
8282023-10-03T00:20:33.687Z Downloaded slog v2.7.0
8292023-10-03T00:20:33.694Z Downloaded futures-io v0.3.28
8302023-10-03T00:20:33.702Z Downloaded slog-dtrace v0.2.3
8312023-10-03T00:20:33.711Z Downloaded dashmap v5.5.1
8322023-10-03T00:20:33.727Z Downloaded signal-hook-registry v1.4.1
8332023-10-03T00:20:33.741Z Downloaded darling_core v0.14.4
8342023-10-03T00:20:33.775Z Downloaded darling_macro v0.14.4
8352023-10-03T00:20:33.795Z Downloaded rustc-hash v1.1.0
8362023-10-03T00:20:33.818Z Downloaded openssl-sys v0.9.93
8372023-10-03T00:20:33.862Z Downloaded fastrand v2.0.0
8382023-10-03T00:20:33.886Z Downloaded pretty-hex v0.2.1
8392023-10-03T00:20:33.899Z Downloaded waitgroup v0.1.2
8402023-10-03T00:20:33.914Z Downloaded scopeguard v1.2.0
8412023-10-03T00:20:33.936Z Downloaded thread-id v4.2.0
8422023-10-03T00:20:34.352Z Downloaded corncobs v0.1.3
8432023-10-03T00:20:34.360Z Downloaded form_urlencoded v1.2.0
8442023-10-03T00:20:34.371Z Downloaded thiserror v1.0.48
8452023-10-03T00:20:35.082Z Downloaded ref-cast-impl v1.0.20
8462023-10-03T00:20:35.152Z Downloaded doc-comment v0.3.3
8472023-10-03T00:20:35.166Z Downloaded diesel_table_macro_syntax v0.1.0
8482023-10-03T00:20:35.178Z Downloaded tinyvec v1.6.0
8492023-10-03T00:20:35.190Z Downloaded zone_cfg_derive v0.2.0
8502023-10-03T00:20:35.240Z Downloaded futures-macro v0.3.28
8512023-10-03T00:20:35.254Z Downloaded crc-catalog v2.2.0
8522023-10-03T00:20:35.262Z Downloaded termtree v0.4.1
8532023-10-03T00:20:35.267Z Downloaded fd-lock v3.0.13
8542023-10-03T00:20:35.279Z Downloaded der_derive v0.7.2
8552023-10-03T00:20:35.284Z Downloaded derive_builder_macro v0.12.0
8562023-10-03T00:20:35.287Z Downloaded terminal_size v0.2.6
8572023-10-03T00:20:35.291Z Downloaded pin-utils v0.1.0
8582023-10-03T00:20:35.294Z Downloaded derive-where v1.2.5
8592023-10-03T00:20:35.298Z Downloaded similar-asserts v1.5.0
8602023-10-03T00:20:35.301Z Downloaded either v1.9.0
8612023-10-03T00:20:35.305Z Downloaded derive_builder v0.12.0
8622023-10-03T00:20:35.308Z Downloaded smf v0.2.2
8632023-10-03T00:20:35.314Z Downloaded postcard v0.7.3
8642023-10-03T00:20:35.321Z Downloaded hyper-rustls v0.24.1
8652023-10-03T00:20:35.344Z Downloaded funty v2.0.0
8662023-10-03T00:20:35.363Z Downloaded unicode-linebreak v0.1.5
8672023-10-03T00:20:35.373Z Downloaded pest_meta v2.7.2
8682023-10-03T00:20:35.379Z Downloaded unarray v0.1.4
8692023-10-03T00:20:35.385Z Downloaded twox-hash v1.6.3
8702023-10-03T00:20:35.392Z Downloaded trybuild v1.0.85
8712023-10-03T00:20:35.398Z Downloaded pin-project-lite v0.2.13
8722023-10-03T00:20:35.402Z Downloaded foreign-types-macros v0.2.3
8732023-10-03T00:20:35.406Z Downloaded tap v1.0.1
8742023-10-03T00:20:35.410Z Downloaded usdt-attr-macro v0.3.5
8752023-10-03T00:20:35.422Z Downloaded toml_edit v0.20.0
8762023-10-03T00:20:35.429Z Downloaded unicode-xid v0.2.4
8772023-10-03T00:20:35.437Z Downloaded plotters-svg v0.3.5
8782023-10-03T00:20:35.447Z Downloaded float-cmp v0.9.0
8792023-10-03T00:20:35.457Z Downloaded equivalent v1.0.1
8802023-10-03T00:20:35.467Z Downloaded termcolor v1.2.0
8812023-10-03T00:20:35.485Z Downloaded smallvec v1.11.0
8822023-10-03T00:20:35.906Z Downloaded trust-dns-resolver v0.22.0
8832023-10-03T00:20:35.924Z Downloaded rustc_version v0.4.0
8842023-10-03T00:20:36.022Z Downloaded predicates v3.0.3
8852023-10-03T00:20:36.071Z Downloaded clap_derive v3.2.25
8862023-10-03T00:20:36.083Z Downloaded remove_dir_all v0.5.3
8872023-10-03T00:20:36.094Z Downloaded postcard-cobs v0.1.5-pre
8882023-10-03T00:20:36.122Z Downloaded whoami v1.4.1
8892023-10-03T00:20:36.138Z Downloaded pretty_assertions v1.4.0
8902023-10-03T00:20:36.572Z Downloaded difflib v0.4.0
8912023-10-03T00:20:36.605Z Downloaded pin-project v1.1.3
8922023-10-03T00:20:36.635Z Downloaded futures-executor v0.3.28
8932023-10-03T00:20:36.654Z Downloaded unicase v2.7.0
8942023-10-03T00:20:36.674Z Downloaded fs-err v2.9.0
8952023-10-03T00:20:36.687Z Downloaded ff v0.13.0
8962023-10-03T00:20:36.705Z Downloaded usdt-impl v0.3.5
8972023-10-03T00:20:36.728Z Downloaded time-macros v0.2.13
8982023-10-03T00:20:36.749Z Downloaded rstest v0.18.2
8992023-10-03T00:20:36.767Z Downloaded diesel_derives v2.1.1
9002023-10-03T00:20:36.781Z Downloaded usdt v0.3.5
9012023-10-03T00:20:36.798Z Downloaded hkdf v0.12.3
9022023-10-03T00:20:36.810Z Downloaded unicode-ident v1.0.12
9032023-10-03T00:20:36.824Z Downloaded semver v1.0.18
9042023-10-03T00:20:36.845Z Downloaded der v0.7.8
9052023-10-03T00:20:36.862Z Downloaded fatfs v0.3.6
9062023-10-03T00:20:36.885Z Downloaded parking_lot_core v0.9.8
9072023-10-03T00:20:36.909Z Downloaded num-traits v0.2.16
9082023-10-03T00:20:36.927Z Downloaded ucd-trie v0.1.6
9092023-10-03T00:20:36.950Z Downloaded pin-project-internal v1.1.3
9102023-10-03T00:20:36.962Z Downloaded expectorate v1.0.7
9112023-10-03T00:20:36.978Z Downloaded quick-xml v0.23.1
9122023-10-03T00:20:36.993Z Downloaded ron v0.7.1
9132023-10-03T00:20:37.003Z Downloaded mio v0.8.8
9142023-10-03T00:20:37.013Z Downloaded time v0.3.27
9152023-10-03T00:20:37.022Z Downloaded toml v0.7.8
9162023-10-03T00:20:37.037Z Downloaded bindgen v0.65.1
9172023-10-03T00:20:37.053Z Downloaded fallible-streaming-iterator v0.1.9
9182023-10-03T00:20:37.074Z Downloaded nom v7.1.3
9192023-10-03T00:20:37.086Z Downloaded memchr v2.6.3
9202023-10-03T00:20:37.105Z Downloaded tough v0.12.5
9212023-10-03T00:20:37.123Z Downloaded rand v0.8.5
9222023-10-03T00:20:37.145Z Downloaded flate2 v1.0.27
9232023-10-03T00:20:37.163Z Downloaded crypto-bigint v0.5.2
9242023-10-03T00:20:37.194Z Downloaded trust-dns-client v0.22.0
9252023-10-03T00:20:37.618Z Downloaded unicode-segmentation v1.10.1
9262023-10-03T00:20:37.641Z Downloaded crossterm v0.26.1
9272023-10-03T00:20:37.663Z Downloaded crossterm v0.27.0
9282023-10-03T00:20:37.680Z Downloaded syn v1.0.109
9292023-10-03T00:20:37.696Z Downloaded petgraph v0.6.4
9302023-10-03T00:20:37.709Z Downloaded vcpkg v0.2.15
9312023-10-03T00:20:38.127Z Downloaded reqwest v0.11.20
9322023-10-03T00:20:38.136Z Downloaded idna v0.2.3
9332023-10-03T00:20:38.152Z Downloaded regex-syntax v0.7.5
9342023-10-03T00:20:38.163Z Downloaded chrono v0.4.31
9352023-10-03T00:20:38.175Z Downloaded ratatui v0.23.0
9362023-10-03T00:20:38.195Z Downloaded tabled v0.14.0
9372023-10-03T00:20:38.210Z Downloaded regex v1.9.5
9382023-10-03T00:20:38.227Z Downloaded smoltcp v0.8.2
9392023-10-03T00:20:38.279Z Downloaded trust-dns-proto v0.22.0
9402023-10-03T00:20:38.290Z Downloaded sled v0.34.7
9412023-10-03T00:20:38.302Z Downloaded polar-core v0.26.4
9422023-10-03T00:20:38.310Z Downloaded zerocopy-derive v0.6.3
9432023-10-03T00:20:38.322Z Downloaded regex-syntax v0.6.29
9442023-10-03T00:20:38.327Z Downloaded openapiv3 v1.0.3
9452023-10-03T00:20:38.337Z Downloaded rustix v0.37.23
9462023-10-03T00:20:38.347Z Downloaded smoltcp v0.9.1
9472023-10-03T00:20:38.367Z Downloaded rustix v0.38.9
9482023-10-03T00:20:39.194Z Downloaded diesel v2.1.1
9492023-10-03T00:20:39.199Z Downloaded bzip2-sys v0.1.11+1.0.8
9502023-10-03T00:20:39.204Z Downloaded zerocopy-derive v0.2.0
9512023-10-03T00:20:39.209Z Downloaded regex-automata v0.3.8
9522023-10-03T00:20:39.213Z Downloaded libtest-mimic v0.5.2
9532023-10-03T00:20:39.217Z Downloaded idna v0.4.0
9542023-10-03T00:20:39.222Z Downloaded encoding_rs v0.8.33
9552023-10-03T00:20:39.228Z Downloaded tokio v1.32.0
9562023-10-03T00:20:39.232Z Downloaded libc v0.2.148
9572023-10-03T00:20:39.238Z Downloaded sha3 v0.10.8
9582023-10-03T00:20:39.244Z Downloaded object v0.32.1
9592023-10-03T00:20:39.249Z Downloaded openssl v0.10.57
9602023-10-03T00:20:39.254Z Downloaded bstr v1.6.0
9612023-10-03T00:20:39.266Z Downloaded curve25519-dalek v4.1.0
9622023-10-03T00:20:39.278Z Downloaded syn v2.0.32
9632023-10-03T00:20:39.283Z Downloaded nix v0.26.2
9642023-10-03T00:20:39.290Z Downloaded regex-automata v0.1.10
9652023-10-03T00:20:39.297Z Downloaded rayon v1.7.0
9662023-10-03T00:20:39.302Z Downloaded libgit2-sys v0.15.2+1.6.4
9672023-10-03T00:20:39.308Z Downloaded webpki-roots v0.25.2
9682023-10-03T00:20:39.314Z Downloaded object v0.30.4
9692023-10-03T00:20:39.319Z Downloaded bstr v0.2.17
9702023-10-03T00:20:39.327Z Downloaded rustls v0.21.7
9712023-10-03T00:20:39.331Z Downloaded regress v0.7.1
9722023-10-03T00:20:39.342Z Downloaded libz-sys v1.1.12
9732023-10-03T00:20:39.759Z Downloaded clap v2.34.0
9742023-10-03T00:20:39.769Z Downloaded bitvec v1.0.1
9752023-10-03T00:20:39.782Z Downloaded plotters v0.3.5
9762023-10-03T00:20:39.799Z Downloaded portable-atomic v1.4.3
9772023-10-03T00:20:40.219Z Downloaded winnow v0.5.15
9782023-10-03T00:20:40.228Z Downloaded rustls-webpki v0.101.4
9792023-10-03T00:20:40.234Z Downloaded radix_trie v0.2.1
9802023-10-03T00:20:40.239Z Downloaded unicode-normalization v0.1.22
9812023-10-03T00:20:40.245Z Downloaded num-bigint v0.4.4
9822023-10-03T00:20:40.251Z Downloaded proptest v1.2.0
9832023-10-03T00:20:40.257Z Downloaded gimli v0.28.0
9842023-10-03T00:20:40.263Z Downloaded rsa v0.9.2
9852023-10-03T00:20:40.269Z Downloaded crossbeam-channel v0.5.8
9862023-10-03T00:20:40.289Z Downloaded criterion v0.5.1
9872023-10-03T00:20:40.296Z Downloaded hyper v0.14.27
9882023-10-03T00:20:40.305Z Downloaded git2 v0.17.2
9892023-10-03T00:20:40.312Z Downloaded h2 v0.3.21
9902023-10-03T00:20:40.320Z Downloaded futures-util v0.3.28
9912023-10-03T00:20:40.325Z Downloaded libsqlite3-sys v0.26.0
9922023-10-03T00:20:40.332Z Downloaded ring v0.16.20
9932023-10-03T00:20:40.337Z Downloaded darling_core v0.20.3
9942023-10-03T00:20:40.343Z Downloaded elliptic-curve v0.13.5
9952023-10-03T00:20:40.350Z Downloaded url v2.4.1
9962023-10-03T00:20:40.358Z Downloaded flume v0.11.0
9972023-10-03T00:20:40.372Z Downloaded minimal-lexical v0.2.1
9982023-10-03T00:20:40.387Z Downloaded postgres-protocol v0.6.6
9992023-10-03T00:20:40.397Z Downloaded x509-cert v0.2.4
10002023-10-03T00:20:40.411Z Downloaded num-complex v0.4.4
10012023-10-03T00:20:40.420Z Downloaded num-bigint-dig v0.8.4
10022023-10-03T00:20:40.431Z Downloaded trust-dns-server v0.22.1
10032023-10-03T00:20:40.850Z Downloaded diff v0.1.13
10042023-10-03T00:20:40.854Z Downloaded futures-sink v0.3.28
10052023-10-03T00:20:40.859Z Downloaded ed25519 v1.5.3
10062023-10-03T00:20:40.863Z Downloaded tokio-macros v2.1.0
10072023-10-03T00:20:40.866Z Downloaded parking_lot v0.12.1
10082023-10-03T00:20:40.870Z Downloaded parking_lot_core v0.8.6
10092023-10-03T00:20:40.874Z Downloaded signal-hook v0.3.17
10102023-10-03T00:20:40.878Z Downloaded steno v0.4.0
10112023-10-03T00:20:40.882Z Downloaded serde_json v1.0.107
10122023-10-03T00:20:40.889Z Downloaded clap_builder v4.4.2
10132023-10-03T00:20:40.893Z Downloaded rstest_macros v0.18.2
10142023-10-03T00:20:40.897Z Downloaded lalrpop v0.19.12
10152023-10-03T00:20:40.902Z Downloaded which v4.4.0
10162023-10-03T00:20:40.913Z Downloaded universal-hash v0.5.1
10172023-10-03T00:20:40.934Z Downloaded futures-channel v0.3.28
10182023-10-03T00:20:40.948Z Downloaded pkcs1 v0.7.5
10192023-10-03T00:20:41.056Z Downloaded vergen v8.2.4
10202023-10-03T00:20:41.081Z Downloaded pkcs8 v0.10.2
10212023-10-03T00:20:41.098Z Downloaded snafu-derive v0.7.5
10222023-10-03T00:20:41.105Z Downloaded sct v0.7.0
10232023-10-03T00:20:41.113Z Downloaded synstructure v0.12.6
10242023-10-03T00:20:41.119Z Downloaded rusty-fork v0.3.0
10252023-10-03T00:20:41.132Z Downloaded rustversion v1.0.14
10262023-10-03T00:20:41.142Z Downloaded rtoolbox v0.0.1
10272023-10-03T00:20:41.154Z Downloaded mockall v0.11.4
10282023-10-03T00:20:41.176Z Downloaded unsafe-libyaml v0.2.9
10292023-10-03T00:20:41.193Z Downloaded tokio-util v0.7.8
10302023-10-03T00:20:41.615Z Downloaded toml_edit v0.19.15
10312023-10-03T00:20:41.687Z Downloaded pest v2.7.2
10322023-10-03T00:20:41.701Z Downloaded dof v0.1.5
10332023-10-03T00:20:41.711Z Downloaded tungstenite v0.17.3
10342023-10-03T00:20:41.734Z Downloaded futures-core v0.3.28
10352023-10-03T00:20:42.155Z Downloaded spin v0.9.8
10362023-10-03T00:20:42.185Z Downloaded proc-macro2 v1.0.67
10372023-10-03T00:20:42.615Z Downloaded salty v0.2.0
10382023-10-03T00:20:42.643Z Downloaded serde_arrays v0.1.0
10392023-10-03T00:20:42.664Z Downloaded crossbeam-utils v0.8.16
10402023-10-03T00:20:42.680Z Downloaded crc-any v2.4.3
10412023-10-03T00:20:42.773Z Downloaded zerocopy v0.6.3
10422023-10-03T00:20:42.797Z Downloaded libm v0.2.7
10432023-10-03T00:20:42.821Z Downloaded reedline v0.23.0
10442023-10-03T00:20:42.842Z Downloaded secrecy v0.8.0
10452023-10-03T00:20:43.271Z Downloaded flagset v0.4.3
10462023-10-03T00:20:43.283Z Downloaded dyn-clone v1.0.13
10472023-10-03T00:20:43.305Z Downloaded once_cell v1.18.0
10482023-10-03T00:20:43.327Z Downloaded crossbeam-queue v0.3.8
10492023-10-03T00:20:43.353Z Downloaded digest v0.10.7
10502023-10-03T00:20:43.367Z Downloaded pest_derive v2.7.2
10512023-10-03T00:20:43.381Z Downloaded derive_builder_core v0.12.0
10522023-10-03T00:20:43.388Z Downloaded derive_more v0.99.17
10532023-10-03T00:20:43.416Z Downloaded socket2 v0.5.3
10542023-10-03T00:20:43.430Z Downloaded serde_with v2.3.3
10552023-10-03T00:20:43.443Z Downloaded clap v3.2.25
10562023-10-03T00:20:43.457Z Downloaded predicates-tree v1.0.9
10572023-10-03T00:20:43.465Z Downloaded smallvec v0.6.14
10582023-10-03T00:20:43.478Z Downloaded fallible-iterator v0.2.0
10592023-10-03T00:20:43.485Z Downloaded postgres-types v0.2.6
10602023-10-03T00:20:43.495Z Downloaded cookie v0.16.2
10612023-10-03T00:20:43.513Z Downloaded itertools v0.10.5
10622023-10-03T00:20:43.526Z Downloaded aho-corasick v1.0.4
10632023-10-03T00:20:43.539Z Downloaded poly1305 v0.8.0
10642023-10-03T00:20:43.552Z Downloaded vte v0.11.1
10652023-10-03T00:20:43.566Z Downloaded toml v0.5.11
10662023-10-03T00:20:43.580Z Downloaded heapless v0.7.16
10672023-10-03T00:20:43.589Z Downloaded tokio-postgres v0.7.10
10682023-10-03T00:20:43.601Z Downloaded native-tls v0.2.11
10692023-10-03T00:20:43.612Z Downloaded libxml v0.3.3
10702023-10-03T00:20:43.622Z Downloaded resolv-conf v0.7.0
10712023-10-03T00:20:43.634Z Downloaded data-encoding v2.4.0
10722023-10-03T00:20:43.641Z Downloaded crossbeam v0.8.2
10732023-10-03T00:20:43.649Z Downloaded papergrid v0.10.0
10742023-10-03T00:20:43.656Z Downloaded crossbeam-deque v0.8.3
10752023-10-03T00:20:43.666Z Downloaded crc v3.0.1
10762023-10-03T00:20:43.675Z Downloaded tui-tree-widget v0.13.0
10772023-10-03T00:20:44.109Z Downloaded polyval v0.6.1
10782023-10-03T00:20:44.118Z Downloaded plotters-backend v0.3.5
10792023-10-03T00:20:44.133Z Downloaded openssl-macros v0.1.1
10802023-10-03T00:20:44.154Z Downloaded toml_datetime v0.6.3
10812023-10-03T00:20:44.175Z Downloaded foreign-types v0.3.2
10822023-10-03T00:20:44.605Z Downloaded ena v0.14.2
10832023-10-03T00:20:44.624Z Downloaded yansi v0.5.1
10842023-10-03T00:20:44.637Z Downloaded xattr v1.0.1
10852023-10-03T00:20:44.650Z Downloaded hashbrown v0.12.3
10862023-10-03T00:20:44.659Z Downloaded hashbrown v0.13.2
10872023-10-03T00:20:44.675Z Downloaded signature v1.6.4
10882023-10-03T00:20:44.694Z Downloaded zip v0.6.6
10892023-10-03T00:20:44.719Z Downloaded aes v0.8.3
10902023-10-03T00:20:44.732Z Downloaded pretty-hex v0.3.0
10912023-10-03T00:20:44.795Z Downloaded opaque-debug v0.3.0
10922023-10-03T00:20:45.223Z Downloaded httpdate v1.0.3
10932023-10-03T00:20:45.228Z Downloaded rustfmt-wrapper v0.2.0
10942023-10-03T00:20:45.231Z Downloaded nanorand v0.7.0
10952023-10-03T00:20:45.236Z Downloaded parking_lot v0.11.2
10962023-10-03T00:20:45.244Z Downloaded rusqlite v0.29.0
10972023-10-03T00:20:45.252Z Downloaded unicode-width v0.1.10
10982023-10-03T00:20:45.267Z Downloaded textwrap v0.16.0
10992023-10-03T00:20:45.289Z Downloaded tokio-stream v0.1.14
11002023-10-03T00:20:45.313Z Downloaded tinytemplate v1.2.1
11012023-10-03T00:20:45.335Z Downloaded tar v0.4.40
11022023-10-03T00:20:45.777Z Downloaded clap v4.4.3
11032023-10-03T00:20:45.793Z Downloaded semver v0.1.20
11042023-10-03T00:20:45.806Z Downloaded uuid v1.4.1
11052023-10-03T00:20:45.817Z Downloaded tracing v0.1.37
11062023-10-03T00:20:45.833Z Downloaded foreign-types-shared v0.1.1
11072023-10-03T00:20:45.849Z Downloaded foreign-types v0.5.0
11082023-10-03T00:20:46.324Z Downloaded zeroize v1.6.0
11092023-10-03T00:20:46.742Z Downloaded slog-json v2.6.1
11102023-10-03T00:20:46.747Z Downloaded tiny-keccak v2.0.2
11112023-10-03T00:20:46.768Z Downloaded tokio-tungstenite v0.17.2
11122023-10-03T00:20:46.785Z Downloaded take_mut v0.2.2
11132023-10-03T00:20:46.811Z Downloaded thread_local v1.1.7
11142023-10-03T00:20:46.827Z Downloaded filetime v0.2.22
11152023-10-03T00:20:46.844Z Downloaded strum_macros v0.25.2
11162023-10-03T00:20:46.855Z Downloaded fnv v1.0.7
11172023-10-03T00:20:46.868Z Downloaded owo-colors v3.5.0
11182023-10-03T00:20:46.877Z Downloaded erased-serde v0.3.30
11192023-10-03T00:20:46.890Z Downloaded env_logger v0.9.3
11202023-10-03T00:20:46.898Z Downloaded thiserror-impl-no-std v2.0.2
11212023-10-03T00:20:46.905Z Downloaded thiserror-impl v1.0.48
11222023-10-03T00:20:46.910Z Downloaded parse-display v0.7.0
11232023-10-03T00:20:46.914Z Downloaded clap_lex v0.2.4
11242023-10-03T00:20:46.919Z Downloaded omicron-zone-package v0.8.3
11252023-10-03T00:20:46.923Z Downloaded test-strategy v0.2.1
11262023-10-03T00:20:46.928Z Downloaded headers v0.3.9
11272023-10-03T00:20:46.933Z Downloaded rand v0.4.6
11282023-10-03T00:20:46.937Z Downloaded curve25519-dalek-derive v0.1.0
11292023-10-03T00:20:46.945Z Downloaded serde_repr v0.1.16
11302023-10-03T00:20:46.949Z Downloaded backtrace v0.3.69
11312023-10-03T00:20:46.953Z Downloaded password-hash v0.5.0
11322023-10-03T00:20:46.959Z Downloaded num_enum_derive v0.7.0
11332023-10-03T00:20:46.971Z Downloaded enum-iterator-derive v1.2.1
11342023-10-03T00:20:47.382Z Downloaded pem-rfc7468 v0.7.0
11352023-10-03T00:20:47.391Z Downloaded path-absolutize v3.1.0
11362023-10-03T00:20:47.406Z Downloaded num-rational v0.4.1
11372023-10-03T00:20:47.417Z Downloaded blake2 v0.10.6
11382023-10-03T00:20:47.422Z Downloaded structopt v0.3.26
11392023-10-03T00:20:47.427Z Downloaded arc-swap v1.6.0
11402023-10-03T00:20:47.432Z Downloaded futures v0.3.28
11412023-10-03T00:20:47.439Z Downloaded darling v0.14.4
11422023-10-03T00:20:47.449Z Downloaded unicode-bidi v0.3.13
11432023-10-03T00:20:47.552Z Downloaded stable_deref_trait v1.2.0
11442023-10-03T00:20:47.566Z Downloaded spin v0.5.2
11452023-10-03T00:20:47.979Z Downloaded num-integer v0.1.45
11462023-10-03T00:20:47.984Z Downloaded linear-map v1.2.0
11472023-10-03T00:20:47.987Z Downloaded env_logger v0.10.0
11482023-10-03T00:20:47.991Z Downloaded debug-ignore v1.0.5
11492023-10-03T00:20:47.995Z Downloaded sha1 v0.10.5
11502023-10-03T00:20:47.998Z Downloaded vsss-rs v3.3.1
11512023-10-03T00:20:48.002Z Downloaded olpc-cjson v0.1.3
11522023-10-03T00:20:48.006Z Downloaded enum-as-inner v0.5.1
11532023-10-03T00:20:48.009Z Downloaded termios v0.3.3
11542023-10-03T00:20:48.012Z Downloaded spki v0.7.2
11552023-10-03T00:20:48.016Z Downloaded serde_tokenstream v0.1.7
11562023-10-03T00:20:48.020Z Downloaded utf-8 v0.7.6
11572023-10-03T00:20:48.024Z Downloaded serde v1.0.188
11582023-10-03T00:20:48.033Z Downloaded serde_tokenstream v0.2.0
11592023-10-03T00:20:48.040Z Downloaded crossbeam-epoch v0.9.15
11602023-10-03T00:20:48.059Z Downloaded const_format v0.2.31
11612023-10-03T00:20:48.071Z Downloaded bzip2 v0.4.4
11622023-10-03T00:20:48.087Z Downloaded predicates v2.1.5
11632023-10-03T00:20:48.107Z Downloaded darling v0.20.3
11642023-10-03T00:20:48.122Z Downloaded ctr v0.9.2
11652023-10-03T00:20:48.134Z Downloaded rand_chacha v0.3.1
11662023-10-03T00:20:48.148Z Downloaded phf_shared v0.11.2
11672023-10-03T00:20:48.162Z Downloaded r2d2 v0.8.10
11682023-10-03T00:20:48.171Z Downloaded quote v1.0.33
11692023-10-03T00:20:48.176Z Downloaded nodrop v0.1.14
11702023-10-03T00:20:48.182Z Downloaded strsim v0.10.0
11712023-10-03T00:20:48.194Z Downloaded platforms v3.0.2
11722023-10-03T00:20:48.209Z Downloaded nu-ansi-term v0.49.0
11732023-10-03T00:20:48.248Z Downloaded enum-iterator v1.4.1
11742023-10-03T00:20:48.259Z Downloaded ciborium v0.2.1
11752023-10-03T00:20:48.281Z Downloaded mime_guess v2.0.4
11762023-10-03T00:20:48.698Z Downloaded phf v0.11.2
11772023-10-03T00:20:48.703Z Downloaded pest_generator v2.7.2
11782023-10-03T00:20:48.708Z Downloaded num_enum v0.5.11
11792023-10-03T00:20:48.718Z Downloaded num-iter v0.1.43
11802023-10-03T00:20:48.734Z Downloaded num v0.4.1
11812023-10-03T00:20:49.153Z Downloaded cexpr v0.6.0
11822023-10-03T00:20:49.156Z Downloaded criterion-plot v0.5.0
11832023-10-03T00:20:49.159Z Downloaded os_str_bytes v6.5.1
11842023-10-03T00:20:49.162Z Downloaded subprocess v0.2.9
11852023-10-03T00:20:49.166Z Downloaded usdt-macro v0.3.5
11862023-10-03T00:20:49.171Z Downloaded untrusted v0.7.1
11872023-10-03T00:20:49.182Z Downloaded topological-sort v0.2.2
11882023-10-03T00:20:49.193Z Downloaded serial_test v0.10.0
11892023-10-03T00:20:50.011Z Downloaded cstr-argument v0.1.2
11902023-10-03T00:20:50.019Z Downloaded vec_map v0.8.2
11912023-10-03T00:20:50.024Z Downloaded half v1.8.2
11922023-10-03T00:20:50.029Z Downloaded basic-toml v0.1.4
11932023-10-03T00:20:50.035Z Downloaded argon2 v0.5.2
11942023-10-03T00:20:50.043Z Downloaded strum_macros v0.24.3
11952023-10-03T00:20:50.053Z Downloaded rustc_version v0.1.7
11962023-10-03T00:20:50.070Z Downloaded predicates-core v1.0.6
11972023-10-03T00:20:50.081Z Downloaded ppv-lite86 v0.2.17
11982023-10-03T00:20:50.091Z Downloaded partial-io v0.5.4
11992023-10-03T00:20:50.098Z Downloaded deranged v0.3.8
12002023-10-03T00:20:50.103Z Downloaded phf_shared v0.10.0
12012023-10-03T00:20:50.108Z Downloaded slog-async v2.8.0
12022023-10-03T00:20:50.114Z Downloaded siphasher v0.3.11
12032023-10-03T00:20:50.121Z Downloaded num-derive v0.4.0
12042023-10-03T00:20:50.126Z Downloaded bytes v1.5.0
12052023-10-03T00:20:50.145Z Downloaded base64 v0.21.4
12062023-10-03T00:20:50.154Z Downloaded futures-task v0.3.28
12072023-10-03T00:20:50.167Z Downloaded hashlink v0.8.3
12082023-10-03T00:20:50.180Z Downloaded rcgen v0.10.0
12092023-10-03T00:20:50.196Z Downloaded oorandom v11.1.3
12102023-10-03T00:20:50.209Z Downloaded base64 v0.13.1
12112023-10-03T00:20:50.221Z Downloaded multer v2.1.0
12122023-10-03T00:20:50.233Z Downloaded camino v1.1.6
12132023-10-03T00:20:50.244Z Downloaded getrandom v0.2.10
12142023-10-03T00:20:50.253Z Downloaded slog-stdlog v4.1.1
12152023-10-03T00:20:50.259Z Downloaded string_cache v0.8.7
12162023-10-03T00:20:50.269Z Downloaded indoc v1.0.9
12172023-10-03T00:20:50.274Z Downloaded bitflags v2.4.0
12182023-10-03T00:20:50.281Z Downloaded blake2b_simd v1.0.1
12192023-10-03T00:20:50.286Z Downloaded getopts v0.2.21
12202023-10-03T00:20:50.292Z Downloaded zerocopy v0.3.0
12212023-10-03T00:20:50.299Z Downloaded bytesize v1.3.0
12222023-10-03T00:20:50.303Z Downloaded mime v0.3.17
12232023-10-03T00:20:50.308Z Downloaded managed v0.8.0
12242023-10-03T00:20:50.311Z Downloaded macaddr v1.0.1
12252023-10-03T00:20:50.352Z Downloaded walkdir v2.4.0
12262023-10-03T00:20:50.357Z Downloaded subtle v2.5.0
12272023-10-03T00:20:50.368Z Downloaded slab v0.4.9
12282023-10-03T00:20:50.378Z Downloaded home v0.5.5
12292023-10-03T00:20:50.388Z Downloaded cargo_metadata v0.18.0
12302023-10-03T00:20:50.402Z Downloaded buf-list v1.0.3
12312023-10-03T00:20:50.414Z Downloaded strum v0.25.0
12322023-10-03T00:20:50.434Z Downloaded base64ct v1.6.0
12332023-10-03T00:20:50.455Z Downloaded tempfile v3.8.0
12342023-10-03T00:20:50.463Z Downloaded cipher v0.4.4
12352023-10-03T00:20:50.476Z Downloaded serde-big-array v0.5.1
12362023-10-03T00:20:50.496Z Downloaded precomputed-hash v0.1.1
12372023-10-03T00:20:50.513Z Downloaded display-error-chain v0.1.1
12382023-10-03T00:20:50.533Z Downloaded strip-ansi-escapes v0.2.0
12392023-10-03T00:20:50.550Z Downloaded foreign-types-shared v0.3.1
12402023-10-03T00:20:50.559Z Downloaded rustls-pemfile v1.0.3
12412023-10-03T00:20:50.566Z Downloaded indexmap v2.0.0
12422023-10-03T00:20:50.575Z Downloaded ascii v1.1.0
12432023-10-03T00:20:50.582Z Downloaded ron v0.8.1
12442023-10-03T00:20:50.589Z Downloaded radium v0.7.0
12452023-10-03T00:20:50.602Z Downloaded group v0.13.0
12462023-10-03T00:20:50.610Z Downloaded signal-hook-tokio v0.3.1
12472023-10-03T00:20:50.625Z Downloaded assert_cmd v2.0.12
12482023-10-03T00:20:50.642Z Downloaded term v0.7.0
12492023-10-03T00:20:50.657Z Downloaded shell-words v1.1.0
12502023-10-03T00:20:50.671Z Downloaded bitstruct v0.1.1
12512023-10-03T00:20:50.679Z Downloaded cfg-if v0.1.10
12522023-10-03T00:20:51.102Z Downloaded quick-error v1.2.3
12532023-10-03T00:20:51.119Z Downloaded http-range v0.1.5
12542023-10-03T00:20:51.135Z Downloaded hash32 v0.2.1
12552023-10-03T00:20:51.144Z Downloaded bitfield v0.14.0
12562023-10-03T00:20:51.175Z Downloaded async-trait v0.1.73
12572023-10-03T00:20:51.191Z Downloaded similar v2.2.1
12582023-10-03T00:20:51.202Z Downloaded schemars v0.8.13
12592023-10-03T00:20:51.218Z Downloaded bit_field v0.10.2
12602023-10-03T00:20:51.235Z Downloaded anstream v0.5.0
12612023-10-03T00:20:51.243Z Downloaded memoffset v0.7.1
12622023-10-03T00:20:51.253Z Downloaded libefi-sys v0.1.0
12632023-10-03T00:20:51.263Z Downloaded clap_lex v0.5.1
12642023-10-03T00:20:51.276Z Downloaded atomic-waker v1.1.1
12652023-10-03T00:20:51.294Z Downloaded async-recursion v1.0.5
12662023-10-03T00:20:51.720Z Downloaded tempdir v0.3.7
12672023-10-03T00:20:51.736Z Downloaded ident_case v1.0.1
12682023-10-03T00:20:51.756Z Downloaded ciborium-io v0.2.1
12692023-10-03T00:20:51.763Z Downloaded bit-set v0.5.3
12702023-10-03T00:20:51.772Z Downloaded generic-array v0.14.7
12712023-10-03T00:20:51.785Z Downloaded linked-hash-map v0.5.6
12722023-10-03T00:20:51.798Z Downloaded serde_urlencoded v0.7.1
12732023-10-03T00:20:51.804Z Downloaded ahash v0.8.3
12742023-10-03T00:20:51.811Z Downloaded backoff v0.4.0
12752023-10-03T00:20:51.820Z Downloaded strsim v0.8.0
12762023-10-03T00:20:51.833Z Downloaded rustls-native-certs v0.6.3
12772023-10-03T00:20:51.845Z Downloaded log v0.4.20
12782023-10-03T00:20:51.853Z Downloaded arrayref v0.3.7
12792023-10-03T00:20:51.860Z Downloaded serde_derive_internals v0.26.0
12802023-10-03T00:20:51.867Z Downloaded semver-parser v0.10.2
12812023-10-03T00:20:51.888Z Downloaded shlex v1.1.0
12822023-10-03T00:20:51.898Z Downloaded schemars_derive v0.8.13
12832023-10-03T00:20:51.921Z Downloaded relative-path v1.9.0
12842023-10-03T00:20:51.932Z Downloaded heck v0.4.1
12852023-10-03T00:20:51.942Z Downloaded heck v0.3.3
12862023-10-03T00:20:51.951Z Downloaded fxhash v0.2.1
12872023-10-03T00:20:52.383Z Downloaded convert_case v0.4.0
12882023-10-03T00:20:52.399Z Downloaded base16ct v0.2.0
12892023-10-03T00:20:52.513Z Downloaded slog-envlogger v2.2.0
12902023-10-03T00:20:52.528Z Downloaded maplit v1.0.2
12912023-10-03T00:20:52.960Z Downloaded colored v2.0.4
12922023-10-03T00:20:52.972Z Downloaded headers-core v0.2.0
12932023-10-03T00:20:52.984Z Downloaded array-init v0.0.4
12942023-10-03T00:20:53.004Z Downloaded scheduled-thread-pool v0.2.7
12952023-10-03T00:20:53.020Z Downloaded maybe-uninit v2.0.0
12962023-10-03T00:20:53.035Z Downloaded match_cfg v0.1.0
12972023-10-03T00:20:53.047Z Downloaded httptest v0.15.4
12982023-10-03T00:20:53.058Z Downloaded atty v0.2.14
12992023-10-03T00:20:53.074Z Downloaded rustc-demangle v0.1.23
13002023-10-03T00:20:53.089Z Downloaded indoc v2.0.3
13012023-10-03T00:20:53.104Z Downloaded tower-service v0.3.2
13022023-10-03T00:20:53.940Z Downloaded ipnetwork v0.20.0
13032023-10-03T00:20:53.956Z Downloaded rpassword v7.2.0
13042023-10-03T00:20:53.963Z Downloaded ciborium-ll v0.2.1
13052023-10-03T00:20:53.968Z Downloaded impl-trait-for-tuples v0.2.2
13062023-10-03T00:20:53.973Z Downloaded hyper-staticfile v0.9.5
13072023-10-03T00:20:53.980Z Downloaded console v0.15.7
13082023-10-03T00:20:53.989Z Downloaded async-stream-impl v0.3.5
13092023-10-03T00:20:54.011Z Downloaded lazycell v1.3.0
13102023-10-03T00:20:54.017Z Downloaded hyper-tls v0.5.0
13112023-10-03T00:20:54.026Z Downloaded iana-time-zone v0.1.57
13122023-10-03T00:20:54.033Z Downloaded humantime v2.1.0
13132023-10-03T00:20:54.132Z Downloaded approx v0.5.1
13142023-10-03T00:20:54.165Z Downloaded async-stream v0.3.5
13152023-10-03T00:20:54.181Z Downloaded anstyle-query v1.0.0
13162023-10-03T00:20:54.189Z Downloaded anes v0.1.6
13172023-10-03T00:20:54.264Z Downloaded aead v0.5.2
13182023-10-03T00:20:54.279Z Downloaded itoa v1.0.9
13192023-10-03T00:20:54.316Z Downloaded is-terminal v0.4.9
13202023-10-03T00:20:54.731Z Downloaded instant v0.1.12
13212023-10-03T00:20:54.740Z Downloaded colorchoice v1.0.0
13222023-10-03T00:20:54.754Z Downloaded anstyle v1.0.2
13232023-10-03T00:20:54.762Z Downloaded constant_time_eq v0.2.6
13242023-10-03T00:20:55.177Z Downloaded anstyle-parse v0.2.1
13252023-10-03T00:20:55.182Z Downloaded lalrpop-util v0.20.0
13262023-10-03T00:20:55.186Z Downloaded adler v1.0.2
13272023-10-03T00:20:55.191Z Downloaded chacha20poly1305 v0.10.1
13282023-10-03T00:20:55.202Z Downloaded cfg-if v1.0.0
13292023-10-03T00:20:55.210Z Compiling proc-macro2 v1.0.67
13302023-10-03T00:20:55.214Z Compiling unicode-ident v1.0.12
13312023-10-03T00:20:55.218Z Compiling libc v0.2.148
13322023-10-03T00:20:55.223Z Compiling serde v1.0.188
13332023-10-03T00:20:55.641Z Compiling autocfg v1.1.0
13342023-10-03T00:20:55.656Z Compiling version_check v0.9.4
13352023-10-03T00:20:55.666Z Compiling cfg-if v1.0.0
13362023-10-03T00:20:55.669Z Compiling syn v1.0.109
13372023-10-03T00:20:55.673Z 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`
13382023-10-03T00:20:55.678Z 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`
13392023-10-03T00:20:55.683Z 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`
13402023-10-03T00:20:55.690Z 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`
13412023-10-03T00:20:55.696Z 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`
13422023-10-03T00:20:55.712Z 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`
13432023-10-03T00:20:55.723Z 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"' -C metadata=36b7bfc19191d7b5 -C extra-filename=-36b7bfc19191d7b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-36b7bfc19191d7b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13442023-10-03T00:20:55.733Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb012b6dc451b338 -C extra-filename=-cb012b6dc451b338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13452023-10-03T00:20:55.748Z Compiling once_cell v1.18.0
13462023-10-03T00:20:55.768Z 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`
13472023-10-03T00:20:55.778Z Compiling libm v0.2.7
13482023-10-03T00:20:55.793Z 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`
13492023-10-03T00:20:55.800Z Compiling parking_lot_core v0.9.8
13502023-10-03T00:20:55.809Z 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`
13512023-10-03T00:20:55.824Z Compiling lock_api v0.4.10
13522023-10-03T00:20:55.833Z Compiling num-traits v0.2.16
13532023-10-03T00:20:56.266Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-7ec7d57a9fea354b/build-script-build`
13542023-10-03T00:20:56.685Z 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`
13552023-10-03T00:20:56.700Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-66ea596ae03a17af/build-script-build`
13562023-10-03T00:20:56.712Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-c84985744f7ea911/build-script-build`
13572023-10-03T00:20:57.144Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-36b7bfc19191d7b5/build-script-build`
13582023-10-03T00:20:57.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/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`
13592023-10-03T00:20:57.163Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8b7d4688ff6ec7d2/build-script-build`
13602023-10-03T00:20:57.178Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-02d4e73abb70a194/build-script-build`
13612023-10-03T00:20:57.213Z Compiling memchr v2.6.3
13622023-10-03T00:20:57.231Z 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`
13632023-10-03T00:20:57.244Z Compiling log v0.4.20
13642023-10-03T00:20:57.253Z 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`
13652023-10-03T00:20:57.266Z Compiling thiserror v1.0.48
13662023-10-03T00:20:57.679Z 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`
13672023-10-03T00:20:57.690Z 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.48/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=fce2ace3336d9e3e -C extra-filename=-fce2ace3336d9e3e --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-fce2ace3336d9e3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13682023-10-03T00:20:57.700Z 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`
13692023-10-03T00:20:57.705Z Compiling itoa v1.0.9
13702023-10-03T00:20:57.712Z 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`
13712023-10-03T00:20:57.717Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-1b7851bfe210c606/build-script-build`
13722023-10-03T00:20:57.725Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8685a19bd2588e85/build-script-build`
13732023-10-03T00:20:57.741Z Compiling ahash v0.8.3
13742023-10-03T00:20:57.752Z 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`
13752023-10-03T00:20:57.764Z Compiling futures-core v0.3.28
13762023-10-03T00:20:57.779Z 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`
13772023-10-03T00:20:57.792Z Compiling quote v1.0.33
13782023-10-03T00:20:57.799Z Compiling getrandom v0.2.10
13792023-10-03T00:20:57.807Z Compiling jobserver v0.1.26
13802023-10-03T00:20:57.817Z Compiling typenum v1.16.0
13812023-10-03T00:20:57.827Z Compiling generic-array v0.14.7
13822023-10-03T00:20:57.835Z 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`
13832023-10-03T00:20:57.848Z 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`
13842023-10-03T00:20:57.858Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-615e4bddd6779bcd/build-script-build`
13852023-10-03T00:20:57.868Z 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`
13862023-10-03T00:20:57.877Z 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`
13872023-10-03T00:20:57.888Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-40748a9ee1ce3883/build-script-build`
13882023-10-03T00:20:57.899Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=64027e865577f06e -C extra-filename=-64027e865577f06e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --cap-lints allow -D warnings`
13892023-10-03T00:20:57.907Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-fce2ace3336d9e3e/build-script-build`
13902023-10-03T00:20:57.918Z Compiling ryu v1.0.15
13912023-10-03T00:20:57.930Z 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`
13922023-10-03T00:20:57.939Z 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"'`
13932023-10-03T00:20:58.369Z Compiling syn v2.0.32
13942023-10-03T00:20:58.375Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=b33ad495b446e2a7 -C extra-filename=-b33ad495b446e2a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
13952023-10-03T00:20:58.383Z 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"' -C metadata=f88a0545b115dad3 -C extra-filename=-f88a0545b115dad3 --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-03T00:20:58.391Z Compiling cc v1.0.83
13972023-10-03T00:20:58.400Z Compiling scopeguard v1.2.0
13982023-10-03T00:20:58.413Z Compiling slab v0.4.9
13992023-10-03T00:20:58.829Z 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`
14002023-10-03T00:20:58.834Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-c5834cbc42a6ca13/build-script-build`
14012023-10-03T00:20:58.842Z 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`
14022023-10-03T00:20:58.859Z 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`
14032023-10-03T00:20:58.868Z 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`
14042023-10-03T00:20:58.881Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-ce2f6f3ba70c12d6/build-script-main`
14052023-10-03T00:20:58.890Z Compiling futures-channel v0.3.28
14062023-10-03T00:20:58.898Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=feb52f6851514f87 -C extra-filename=-feb52f6851514f87 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-feb52f6851514f87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14072023-10-03T00:20:58.910Z Compiling futures-task v0.3.28
14082023-10-03T00:20:58.918Z 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`
14092023-10-03T00:20:58.924Z Compiling pkg-config v0.3.27
14102023-10-03T00:20:58.932Z 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-03T00:20:58.937Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-1ba3ca3c11bcdc50/build-script-build`
14122023-10-03T00:20:58.946Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-feb52f6851514f87/build-script-build`
14132023-10-03T00:20:58.951Z Compiling futures-util v0.3.28
14142023-10-03T00:20:58.963Z 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`
14152023-10-03T00:20:58.970Z Compiling heck v0.4.1
14162023-10-03T00:20:58.984Z 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`
14172023-10-03T00:20:58.990Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-5de16dc38943ef6e/build-script-build`
14182023-10-03T00:20:58.997Z Compiling smallvec v1.11.0
14192023-10-03T00:20:59.004Z 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`
14202023-10-03T00:20:59.011Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-373e6bf0208f26cc/build-script-build`
14212023-10-03T00:20:59.018Z Compiling allocator-api2 v0.2.16
14222023-10-03T00:20:59.437Z 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`
14232023-10-03T00:20:59.440Z 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`
14242023-10-03T00:20:59.445Z 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`
14252023-10-03T00:20:59.457Z Compiling equivalent v1.0.1
14262023-10-03T00:20:59.461Z 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`
14272023-10-03T00:20:59.465Z 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`
14282023-10-03T00:20:59.469Z Compiling fnv v1.0.7
14292023-10-03T00:20:59.472Z 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`
14302023-10-03T00:20:59.475Z Compiling hashbrown v0.14.0
14312023-10-03T00:20:59.478Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=2c1bab4f653c68c5 -C extra-filename=-2c1bab4f653c68c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-8276e47ef83e0a61.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-65fb5bbe93c488fa.rmeta --cap-lints allow -D warnings`
14322023-10-03T00:20:59.482Z Compiling schemars v0.8.13
14332023-10-03T00:20:59.486Z 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`
14342023-10-03T00:20:59.493Z Compiling vcpkg v0.2.15
14352023-10-03T00:20:59.505Z 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`
14362023-10-03T00:20:59.523Z Compiling parking_lot v0.12.1
14372023-10-03T00:20:59.536Z 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"' -C metadata=200d49a783fb0077 -C extra-filename=-200d49a783fb0077 --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`
14382023-10-03T00:20:59.544Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-61fde5c49e14e297/build-script-build`
14392023-10-03T00:20:59.553Z Compiling rand_core v0.6.4
14402023-10-03T00:20:59.568Z 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`
14412023-10-03T00:20:59.629Z Compiling serde_json v1.0.107
14422023-10-03T00:20:59.661Z 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`
14432023-10-03T00:20:59.674Z Compiling spin v0.5.2
14442023-10-03T00:20:59.693Z 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`
14452023-10-03T00:20:59.709Z Compiling byteorder v1.4.3
14462023-10-03T00:20:59.724Z 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`
14472023-10-03T00:20:59.741Z Compiling iana-time-zone v0.1.57
14482023-10-03T00:20:59.756Z 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`
14492023-10-03T00:20:59.769Z Compiling pin-project-lite v0.2.13
14502023-10-03T00:20:59.781Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-abb7fe9df46f5fa1/build-script-build`
14512023-10-03T00:20:59.792Z 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`
14522023-10-03T00:20:59.807Z Compiling signal-hook-registry v1.4.1
14532023-10-03T00:20:59.816Z 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`
14542023-10-03T00:20:59.827Z Compiling aho-corasick v1.0.4
14552023-10-03T00:20:59.840Z 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`
14562023-10-03T00:20:59.844Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=89b40c9e6f1b8d8b -C extra-filename=-89b40c9e6f1b8d8b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-89b40c9e6f1b8d8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14572023-10-03T00:20:59.848Z Compiling regex-syntax v0.7.5
14582023-10-03T00:20:59.851Z 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`
14592023-10-03T00:20:59.878Z Compiling mio v0.8.8
14602023-10-03T00:20:59.888Z 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`
14612023-10-03T00:20:59.897Z Compiling num_cpus v1.16.0
14622023-10-03T00:20:59.908Z 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`
14632023-10-03T00:20:59.917Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-89b40c9e6f1b8d8b/build-script-build`
14642023-10-03T00:20:59.933Z Compiling indexmap v1.9.3
14652023-10-03T00:20:59.952Z 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="std"' -C metadata=d0e7450a8ce08552 -C extra-filename=-d0e7450a8ce08552 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-d0e7450a8ce08552 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
14662023-10-03T00:20:59.972Z 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`
14672023-10-03T00:20:59.986Z Compiling httparse v1.8.0
14682023-10-03T00:20:59.997Z 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`
14692023-10-03T00:21:00.016Z Compiling ring v0.16.20
14702023-10-03T00:21:00.030Z 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`
14712023-10-03T00:21:00.042Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-d0e7450a8ce08552/build-script-build`
14722023-10-03T00:21:00.064Z Compiling socket2 v0.5.3
14732023-10-03T00:21:00.488Z 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`
14742023-10-03T00:21:00.497Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5236cc9fa07aafa3/build-script-build`
14752023-10-03T00:21:00.509Z Compiling dyn-clone v1.0.13
14762023-10-03T00:21:00.524Z 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`
14772023-10-03T00:21:00.535Z Compiling tinyvec_macros v0.1.1
14782023-10-03T00:21:00.544Z 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`
14792023-10-03T00:21:00.550Z Compiling tinyvec v1.6.0
14802023-10-03T00:21:00.575Z 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`
14812023-10-03T00:21:00.582Z Compiling pin-utils v0.1.0
14822023-10-03T00:21:00.592Z 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`
14832023-10-03T00:21:00.601Z Compiling futures-sink v0.3.28
14842023-10-03T00:21:00.611Z 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`
14852023-10-03T00:21:00.621Z Compiling openssl-sys v0.9.93
14862023-10-03T00:21:00.674Z 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`
14872023-10-03T00:21:00.701Z Compiling rustix v0.38.9
14882023-10-03T00:21:00.722Z 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`
14892023-10-03T00:21:00.738Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-c5865f6d974c76b1/build-script-build`
14902023-10-03T00:21:01.668Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-f4a3b5516a1033b5/build-script-build`
14912023-10-03T00:21:01.864Z 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`
14922023-10-03T00:21:01.873Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-385be9ac62b73cba/build-script-main`
14932023-10-03T00:21:02.016Z Compiling unicode-normalization v0.1.22
14942023-10-03T00:21:02.025Z 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`
14952023-10-03T00:21:02.139Z Compiling unicode-bidi v0.3.13
14962023-10-03T00:21:02.148Z 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`
14972023-10-03T00:21:03.675Z Compiling serde_derive_internals v0.26.0
14982023-10-03T00:21:03.683Z 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=7cd5cf0bcb37ed50 -C extra-filename=-7cd5cf0bcb37ed50 --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-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
14992023-10-03T00:21:04.343Z Compiling regex-automata v0.3.8
15002023-10-03T00:21:04.367Z 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`
15012023-10-03T00:21:04.766Z Compiling winnow v0.5.15
15022023-10-03T00:21:04.779Z 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`
15032023-10-03T00:21:04.798Z Compiling semver v1.0.18
15042023-10-03T00:21:04.860Z 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`
15052023-10-03T00:21:05.572Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-1462877d469b7aa0/build-script-build`
15062023-10-03T00:21:07.207Z 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`
15072023-10-03T00:21:07.726Z 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`
15082023-10-03T00:21:07.823Z 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`
15092023-10-03T00:21:08.016Z Compiling rustls v0.21.7
15102023-10-03T00:21:08.065Z 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`
15112023-10-03T00:21:08.094Z Compiling futures-io v0.3.28
15122023-10-03T00:21:08.155Z 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`
15132023-10-03T00:21:08.222Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-eb9c35056792b1cf/build-script-build`
15142023-10-03T00:21:08.324Z Compiling percent-encoding v2.3.0
15152023-10-03T00:21:08.374Z 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`
15162023-10-03T00:21:08.491Z Compiling unicode-xid v0.2.4
15172023-10-03T00:21:08.559Z 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`
15182023-10-03T00:21:08.629Z Compiling unicode-width v0.1.10
15192023-10-03T00:21:08.641Z 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`
15202023-10-03T00:21:08.719Z Compiling openssl v0.10.57
15212023-10-03T00:21:08.762Z 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`
15222023-10-03T00:21:08.781Z Compiling subtle v2.5.0
15232023-10-03T00:21:08.803Z 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`
15242023-10-03T00:21:08.822Z Compiling bitflags v1.3.2
15252023-10-03T00:21:09.249Z 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`
15262023-10-03T00:21:09.267Z Compiling form_urlencoded v1.2.0
15272023-10-03T00:21:09.291Z 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`
15282023-10-03T00:21:09.306Z Compiling lazy_static v1.4.0
15292023-10-03T00:21:09.384Z 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`
15302023-10-03T00:21:09.404Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-f20da6aca1599289/build-script-build`
15312023-10-03T00:21:09.414Z Compiling ucd-trie v0.1.6
15322023-10-03T00:21:09.423Z Compiling backtrace v0.3.69
15332023-10-03T00:21:09.427Z 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`
15342023-10-03T00:21:09.450Z 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`
15352023-10-03T00:21:09.458Z Compiling slog v2.7.0
15362023-10-03T00:21:09.464Z 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`
15372023-10-03T00:21:09.500Z Compiling async-trait v0.1.73
15382023-10-03T00:21:09.520Z 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`
15392023-10-03T00:21:09.531Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-50f19adf750f9175/build-script-build`
15402023-10-03T00:21:09.539Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-d27dc759eeecb612/build-script-build`
15412023-10-03T00:21:09.559Z Compiling native-tls v0.2.11
15422023-10-03T00:21:09.566Z 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`
15432023-10-03T00:21:09.574Z Compiling crossbeam-utils v0.8.16
15442023-10-03T00:21:09.592Z 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`
15452023-10-03T00:21:09.614Z Compiling idna v0.4.0
15462023-10-03T00:21:10.037Z 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`
15472023-10-03T00:21:10.055Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-81bcf05595811fab/build-script-build`
15482023-10-03T00:21:10.073Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-db64b9bb2c68bb7a/build-script-build`
15492023-10-03T00:21:10.086Z Compiling anyhow v1.0.75
15502023-10-03T00:21:10.101Z 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`
15512023-10-03T00:21:10.113Z Compiling time-core v0.1.1
15522023-10-03T00:21:10.122Z 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`
15532023-10-03T00:21:10.196Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-2b72d92b204211df/build-script-build`
15542023-10-03T00:21:10.235Z Compiling hashbrown v0.13.2
15552023-10-03T00:21:10.244Z 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`
15562023-10-03T00:21:10.444Z Compiling time-macros v0.2.13
15572023-10-03T00:21:10.514Z 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`
15582023-10-03T00:21:10.921Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-6e4c0cf124b807de/build-script-build`
15592023-10-03T00:21:11.279Z Compiling url v2.4.1
15602023-10-03T00:21:11.310Z 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`
15612023-10-03T00:21:11.511Z Compiling tracing-core v0.1.31
15622023-10-03T00:21:11.530Z 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="once_cell"' --cfg 'feature="std"' -C metadata=978e55013bffdcb9 -C extra-filename=-978e55013bffdcb9 --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`
15632023-10-03T00:21:12.177Z Compiling base64 v0.21.4
15642023-10-03T00:21:12.190Z 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`
15652023-10-03T00:21:12.357Z Compiling regex v1.9.5
15662023-10-03T00:21:12.363Z 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`
15672023-10-03T00:21:13.471Z Compiling strsim v0.10.0
15682023-10-03T00:21:13.486Z 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`
15692023-10-03T00:21:13.966Z Compiling const-oid v0.9.5
15702023-10-03T00:21:13.969Z 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`
15712023-10-03T00:21:14.273Z Compiling errno v0.3.2
15722023-10-03T00:21:14.282Z 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`
15732023-10-03T00:21:14.561Z Compiling ppv-lite86 v0.2.17
15742023-10-03T00:21:14.567Z 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`
15752023-10-03T00:21:14.661Z Compiling synstructure v0.12.6
15762023-10-03T00:21:14.683Z 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=acaed900a7a14117 -C extra-filename=-acaed900a7a14117 --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-f88a0545b115dad3.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rmeta --cap-lints allow -D warnings`
15772023-10-03T00:21:14.790Z Compiling adler v1.0.2
15782023-10-03T00:21:15.208Z 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`
15792023-10-03T00:21:15.215Z Compiling miniz_oxide v0.7.1
15802023-10-03T00:21:15.229Z 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`
15812023-10-03T00:21:15.654Z Compiling hashbrown v0.12.3
15822023-10-03T00:21:15.681Z 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="raw"' -C metadata=85367917c216c619 -C extra-filename=-85367917c216c619 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15832023-10-03T00:21:15.837Z Compiling rand_chacha v0.3.1
15842023-10-03T00:21:15.857Z 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`
15852023-10-03T00:21:16.518Z Compiling serde_derive v1.0.188
15862023-10-03T00:21:16.532Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.188/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=aeb4063bf79bcef0 -C extra-filename=-aeb4063bf79bcef0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
15872023-10-03T00:21:16.546Z Compiling thiserror-impl v1.0.48
15882023-10-03T00:21:16.557Z 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.48/src/lib.rs --error-format=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=f4636a95cb6592ab -C extra-filename=-f4636a95cb6592ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
15892023-10-03T00:21:17.264Z Compiling zeroize_derive v1.4.2
15902023-10-03T00:21:17.270Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=c8f54ebde8160f23 -C extra-filename=-c8f54ebde8160f23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
15912023-10-03T00:21:17.295Z Compiling tokio-macros v2.1.0
15922023-10-03T00:21:17.321Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=a227de3d2402746e -C extra-filename=-a227de3d2402746e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
15932023-10-03T00:21:17.548Z Compiling futures-macro v0.3.28
15942023-10-03T00:21:17.553Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=03ba96fd56d60571 -C extra-filename=-03ba96fd56d60571 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
15952023-10-03T00:21:17.907Z Compiling schemars_derive v0.8.13
15962023-10-03T00:21:17.913Z 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=21f257bb376f42bc -C extra-filename=-21f257bb376f42bc --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-7cd5cf0bcb37ed50.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
15972023-10-03T00:21:21.057Z Compiling tracing-attributes v0.1.26
15982023-10-03T00:21:21.130Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=72a1983bdf5f8eeb -C extra-filename=-72a1983bdf5f8eeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
15992023-10-03T00:21:21.239Z Compiling zeroize v1.6.0
16002023-10-03T00:21:21.717Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=be0cb31ca6c36c77 -C extra-filename=-be0cb31ca6c36c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-c8f54ebde8160f23.so --cap-lints allow -D warnings`
16012023-10-03T00:21:22.426Z Compiling openssl-macros v0.1.1
16022023-10-03T00:21:22.800Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=d56300f5e0859093 -C extra-filename=-d56300f5e0859093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
16032023-10-03T00:21:22.974Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=f8fea248a8ef80ee -C extra-filename=-f8fea248a8ef80ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-04e3f21d815cd8b9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
16042023-10-03T00:21:23.139Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=41b3cacfdb8b8658 -C extra-filename=-41b3cacfdb8b8658 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-03ba96fd56d60571.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-258679e4375c153a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82ba02363acc9ab8.rmeta --cap-lints allow -D warnings`
16052023-10-03T00:21:23.323Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.73/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=5e1b7200ff6e80bb -C extra-filename=-5e1b7200ff6e80bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
16062023-10-03T00:21:24.556Z 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.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dbef2d1cf20de289 -C extra-filename=-dbef2d1cf20de289 --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-f4636a95cb6592ab.so --cap-lints allow -D warnings`
16072023-10-03T00:21:24.855Z Compiling pest v2.7.2
16082023-10-03T00:21:25.138Z 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=56404a7e04aec93d -C extra-filename=-56404a7e04aec93d --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-dbef2d1cf20de289.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-963b26a2aa59b261.rmeta --cap-lints allow -D warnings`
16092023-10-03T00:21:25.392Z Compiling crypto-common v0.1.6
16102023-10-03T00:21:25.696Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=a7708e37c466faa5 -C extra-filename=-a7708e37c466faa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-04e3f21d815cd8b9.rmeta --cap-lints allow -D warnings`
16112023-10-03T00:21:25.947Z Compiling rand v0.8.5
16122023-10-03T00:21:26.033Z 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="std"' --cfg 'feature="std_rng"' -C metadata=0d3d8ad1198c025f -C extra-filename=-0d3d8ad1198c025f --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`
16132023-10-03T00:21:26.742Z Compiling zerocopy-derive v0.2.0
16142023-10-03T00:21:27.050Z 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=76ae81a4f7636b9f -C extra-filename=-76ae81a4f7636b9f --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-f88a0545b115dad3.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-acaed900a7a14117.rlib --extern proc_macro --cap-lints allow -D warnings`
16152023-10-03T00:21:27.088Z Compiling block-buffer v0.10.4
16162023-10-03T00:21:27.196Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=09a3fa0da8c3127f -C extra-filename=-09a3fa0da8c3127f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
16172023-10-03T00:21:27.216Z Compiling digest v0.10.7
16182023-10-03T00:21:27.228Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=67ca5f41bdde404f -C extra-filename=-67ca5f41bdde404f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-09a3fa0da8c3127f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a7708e37c466faa5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
16192023-10-03T00:21:27.235Z 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="std"' -C metadata=f687f00cf405d2a2 -C extra-filename=-f687f00cf405d2a2 --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-85367917c216c619.rmeta --cap-lints allow -D warnings --cfg has_std`
16202023-10-03T00:21:27.247Z Compiling tracing v0.1.37
16212023-10-03T00:21:27.266Z 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=8aea0bd7d0a4ba50 -C extra-filename=-8aea0bd7d0a4ba50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-72a1983bdf5f8eeb.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-978e55013bffdcb9.rmeta --cap-lints allow -D warnings`
16222023-10-03T00:21:27.274Z Compiling usdt-impl v0.3.5
16232023-10-03T00:21:27.284Z 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`
16242023-10-03T00:21:27.317Z Compiling pest_meta v2.7.2
16252023-10-03T00:21:27.329Z 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=b84aa1d05f6952e6 -C extra-filename=-b84aa1d05f6952e6 --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-56404a7e04aec93d.rmeta --cap-lints allow -D warnings`
16262023-10-03T00:21:27.746Z Compiling cpufeatures v0.2.9
16272023-10-03T00:21:27.757Z 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`
16282023-10-03T00:21:27.775Z 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`
16292023-10-03T00:21:27.791Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-82b28e27bd76deeb/build-script-build`
16302023-10-03T00:21:27.807Z Compiling thread-id v4.2.0
16312023-10-03T00:21:27.823Z 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`
16322023-10-03T00:21:27.838Z Compiling gimli v0.28.0
16332023-10-03T00:21:27.859Z 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`
16342023-10-03T00:21:27.887Z Compiling zerocopy v0.3.0
16352023-10-03T00:21:27.912Z Compiling untrusted v0.7.1
16362023-10-03T00:21:27.927Z 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=9c9d9807eb46326b -C extra-filename=-9c9d9807eb46326b --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-76ae81a4f7636b9f.so --cap-lints allow -D warnings`
16372023-10-03T00:21:27.943Z 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`
16382023-10-03T00:21:27.950Z Compiling object v0.32.1
16392023-10-03T00:21:27.956Z 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`
16402023-10-03T00:21:27.965Z 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`
16412023-10-03T00:21:27.971Z Compiling rustc-demangle v0.1.23
16422023-10-03T00:21:27.977Z 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`
16432023-10-03T00:21:27.983Z Compiling dof v0.1.5
16442023-10-03T00:21:28.006Z 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=a677ea6e21a89de8 -C extra-filename=-a677ea6e21a89de8 --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-dbef2d1cf20de289.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9c9d9807eb46326b.rmeta --cap-lints allow -D warnings`
16452023-10-03T00:21:29.231Z Compiling pest_generator v2.7.2
16462023-10-03T00:21:30.144Z 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=72fc1de3d5121325 -C extra-filename=-72fc1de3d5121325 --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-56404a7e04aec93d.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-b84aa1d05f6952e6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
16472023-10-03T00:21:30.163Z Compiling socket2 v0.4.9
16482023-10-03T00:21:30.180Z 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`
16492023-10-03T00:21:30.214Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=e5099f1082b7c4e8 -C extra-filename=-e5099f1082b7c4e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
16502023-10-03T00:21:31.090Z Compiling try-lock v0.2.4
16512023-10-03T00:21:31.109Z 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`
16522023-10-03T00:21:31.521Z Compiling httpdate v1.0.3
16532023-10-03T00:21:31.535Z 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-03T00:21:31.880Z Compiling want v0.3.1
16552023-10-03T00:21:31.896Z 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-03T00:21:32.066Z Compiling rustls-webpki v0.101.4
16572023-10-03T00:21:32.085Z 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`
16582023-10-03T00:21:32.323Z Compiling sct v0.7.0
16592023-10-03T00:21:32.334Z 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`
16602023-10-03T00:21:32.349Z Compiling openssl-probe v0.1.5
16612023-10-03T00:21:32.359Z 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-03T00:21:32.816Z Compiling tower-service v0.3.2
16632023-10-03T00:21:32.821Z 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`
16642023-10-03T00:21:32.882Z Compiling foreign-types-shared v0.1.1
16652023-10-03T00:21:32.886Z 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`
16662023-10-03T00:21:33.007Z Compiling rustls-pemfile v1.0.3
16672023-10-03T00:21:33.012Z 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`
16682023-10-03T00:21:33.046Z Compiling foreign-types v0.3.2
16692023-10-03T00:21:33.051Z 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`
16702023-10-03T00:21:33.181Z 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`
16712023-10-03T00:21:33.419Z Compiling pest_derive v2.7.2
16722023-10-03T00:21:33.426Z 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=430e0561e8a224a7 -C extra-filename=-430e0561e8a224a7 --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-56404a7e04aec93d.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-72fc1de3d5121325.rlib --extern proc_macro --cap-lints allow -D warnings`
16732023-10-03T00:21:33.631Z 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`
16742023-10-03T00:21:33.643Z Compiling mime v0.3.17
16752023-10-03T00:21:33.666Z 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`
16762023-10-03T00:21:34.695Z Compiling addr2line v0.21.0
16772023-10-03T00:21:34.722Z 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`
16782023-10-03T00:21:34.899Z Compiling dtrace-parser v0.1.14
16792023-10-03T00:21:35.315Z 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=b00f0a0dacb6cb7b -C extra-filename=-b00f0a0dacb6cb7b --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-56404a7e04aec93d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-430e0561e8a224a7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --cap-lints allow -D warnings`
16802023-10-03T00:21:35.350Z Compiling either v1.9.0
16812023-10-03T00:21:35.359Z 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`
16822023-10-03T00:21:35.485Z Compiling num_threads v0.1.6
16832023-10-03T00:21:35.500Z 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`
16842023-10-03T00:21:35.558Z Compiling deranged v0.3.8
16852023-10-03T00:21:35.583Z 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`
16862023-10-03T00:21:35.681Z Compiling ipnet v2.8.0
16872023-10-03T00:21:36.128Z 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`
16882023-10-03T00:21:36.175Z Compiling encoding_rs v0.8.33
16892023-10-03T00:21:36.207Z 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`
16902023-10-03T00:21:36.230Z Compiling rustls-native-certs v0.6.3
16912023-10-03T00:21:36.252Z 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`
16922023-10-03T00:21:36.648Z 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`
16932023-10-03T00:21:39.799Z 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`
16942023-10-03T00:21:40.036Z Compiling num-integer v0.1.45
16952023-10-03T00:21:40.203Z 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`
16962023-10-03T00:21:40.420Z Compiling webpki-roots v0.25.2
16972023-10-03T00:21:40.585Z 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`
16982023-10-03T00:21:40.746Z 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`
16992023-10-03T00:21:40.866Z Compiling time v0.3.27
17002023-10-03T00:21:40.908Z 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`
17012023-10-03T00:21:41.039Z Compiling crc32fast v1.3.2
17022023-10-03T00:21:41.241Z 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`
17032023-10-03T00:21:41.350Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-d9ca64d7c2f876f0/build-script-build`
17042023-10-03T00:21:41.828Z Compiling io-lifetimes v1.0.11
17052023-10-03T00:21:41.846Z 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`
17062023-10-03T00:21:42.270Z 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`
17072023-10-03T00:21:42.292Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-199133b893487988/build-script-build`
17082023-10-03T00:21:42.311Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-e9a5acc5d9972050/build-script-build`
17092023-10-03T00:21:42.336Z Compiling zerocopy-derive v0.6.3
17102023-10-03T00:21:42.364Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=101470f5fdc93b55 -C extra-filename=-101470f5fdc93b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
17112023-10-03T00:21:42.394Z Compiling bytes v1.5.0
17122023-10-03T00:21:42.428Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=999a16c5ebd06ca3 -C extra-filename=-999a16c5ebd06ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17132023-10-03T00:21:42.457Z Compiling indexmap v2.0.0
17142023-10-03T00:21:42.894Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=db744c94c8df920e -C extra-filename=-db744c94c8df920e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-2fccbc822ca879d0.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17152023-10-03T00:21:42.908Z Compiling chrono v0.4.31
17162023-10-03T00:21:42.917Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=65f0a5b9aa27f6b0 -C extra-filename=-65f0a5b9aa27f6b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-14efeeed8496d54e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17172023-10-03T00:21:42.933Z Compiling uuid v1.4.1
17182023-10-03T00:21:43.357Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=e5efa5ff78491fa8 -C extra-filename=-e5efa5ff78491fa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17192023-10-03T00:21:43.364Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a8310cddaf0eaa9f -C extra-filename=-a8310cddaf0eaa9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
17202023-10-03T00:21:43.587Z Compiling bitflags v2.4.0
17212023-10-03T00:21:43.602Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=be38ad5d671379f5 -C extra-filename=-be38ad5d671379f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17222023-10-03T00:21:44.138Z Compiling tokio v1.32.0
17232023-10-03T00:21:44.154Z 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=586252121e607715 -C extra-filename=-586252121e607715 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-2a9d00e4736a7412.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-200d49a783fb0077.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-f690a79dae4b2c1a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ab562698f326a2b0.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-a227de3d2402746e.so --cap-lints allow -D warnings`
17242023-10-03T00:21:44.281Z Compiling http v0.2.9
17252023-10-03T00:21:44.312Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5f2f8fd72808bca -C extra-filename=-b5f2f8fd72808bca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --cap-lints allow -D warnings`
17262023-10-03T00:21:44.328Z Compiling toml_datetime v0.6.3
17272023-10-03T00:21:44.341Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=c4eb9ff68796655c -C extra-filename=-c4eb9ff68796655c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17282023-10-03T00:21:44.701Z Compiling serde_spanned v0.6.3
17292023-10-03T00:21:44.708Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=3c82b7b6f5cfc630 -C extra-filename=-3c82b7b6f5cfc630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17302023-10-03T00:21:45.044Z Compiling toml_edit v0.19.15
17312023-10-03T00:21:45.059Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=7554649587e1441a -C extra-filename=-7554649587e1441a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings`
17322023-10-03T00:21:45.081Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=93b3f34f41f42e9b -C extra-filename=-93b3f34f41f42e9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17332023-10-03T00:21:46.421Z 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=63473ff2b6b9564c -C extra-filename=-63473ff2b6b9564c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-21f257bb376f42bc.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
17342023-10-03T00:21:47.288Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=dab22f7c9a37f33c -C extra-filename=-dab22f7c9a37f33c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-8899ea680ef4d88e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
17352023-10-03T00:21:48.391Z 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=4538bc6f5d78105f -C extra-filename=-4538bc6f5d78105f --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-a677ea6e21a89de8.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-b00f0a0dacb6cb7b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.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`
17362023-10-03T00:21:48.588Z Compiling openapiv3 v1.0.3
17372023-10-03T00:21:48.620Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=3b74e2c7e7429827 -C extra-filename=-3b74e2c7e7429827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --cap-lints allow -D warnings`
17382023-10-03T00:21:48.796Z Compiling rustc_version v0.4.0
17392023-10-03T00:21:48.816Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=a8217c8e972a0c2f -C extra-filename=-a8217c8e972a0c2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --cap-lints allow -D warnings`
17402023-10-03T00:21:49.468Z Compiling serde_tokenstream v0.1.7
17412023-10-03T00:21:49.475Z 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=2b2f9c376c916c6f -C extra-filename=-2b2f9c376c916c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
17422023-10-03T00:21:49.839Z Compiling http-body v0.4.5
17432023-10-03T00:21:49.884Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=138567e5bd7d7a97 -C extra-filename=-138567e5bd7d7a97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --cap-lints allow -D warnings`
17442023-10-03T00:21:50.310Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8c07526d368c44e5 -C extra-filename=-8c07526d368c44e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-d56300f5e0859093.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300`
17452023-10-03T00:21:50.517Z Compiling serde_urlencoded v0.7.1
17462023-10-03T00:21:50.542Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb7604a1a33787a3 -C extra-filename=-fb7604a1a33787a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bdee90b95eb7999e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17472023-10-03T00:21:51.434Z Compiling siphasher v0.3.11
17482023-10-03T00:21:51.449Z 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`
17492023-10-03T00:21:51.573Z Compiling usdt-macro v0.3.5
17502023-10-03T00:21:51.585Z 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=8be8d6de8570f8e7 -C extra-filename=-8be8d6de8570f8e7 --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-b00f0a0dacb6cb7b.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-2b2f9c376c916c6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-4538bc6f5d78105f.rlib --extern proc_macro --cap-lints allow -D warnings`
17512023-10-03T00:21:52.076Z Compiling usdt-attr-macro v0.3.5
17522023-10-03T00:21:52.089Z 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=6ba200350724ea2b -C extra-filename=-6ba200350724ea2b --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-b00f0a0dacb6cb7b.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-2b2f9c376c916c6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-4538bc6f5d78105f.rlib --extern proc_macro --cap-lints allow -D warnings`
17532023-10-03T00:21:52.654Z Compiling rustix v0.37.23
17542023-10-03T00:21:52.680Z 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`
17552023-10-03T00:21:52.807Z Compiling toml v0.7.8
17562023-10-03T00:21:52.836Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=712f4fe4409e1f22 -C extra-filename=-712f4fe4409e1f22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --cap-lints allow -D warnings`
17572023-10-03T00:21:53.595Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-64d69783e5e9489c/build-script-build`
17582023-10-03T00:21:54.147Z Compiling futures-executor v0.3.28
17592023-10-03T00:21:54.571Z 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="std"' -C metadata=1de0eeea65bb82bf -C extra-filename=-1de0eeea65bb82bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --cap-lints allow -D warnings`
17602023-10-03T00:21:54.575Z Compiling sha2 v0.10.7
17612023-10-03T00:21:54.578Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=c0716d2143b26d1a -C extra-filename=-c0716d2143b26d1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --cap-lints allow -D warnings`
17622023-10-03T00:21:54.589Z Compiling futures v0.3.28
17632023-10-03T00:21:54.593Z 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=2294734652420427 -C extra-filename=-2294734652420427 --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-1de0eeea65bb82bf.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --cap-lints allow -D warnings`
17642023-10-03T00:21:54.718Z Compiling memoffset v0.9.0
17652023-10-03T00:21:54.742Z 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`
17662023-10-03T00:21:54.769Z Compiling radium v0.7.0
17672023-10-03T00:21:54.835Z 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`
17682023-10-03T00:21:55.268Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-2c1a6f3fbb5f75fb/build-script-build`
17692023-10-03T00:21:55.468Z Compiling hmac v0.12.1
17702023-10-03T00:21:55.477Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=e2fa31f9ec4bde72 -C extra-filename=-e2fa31f9ec4bde72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --cap-lints allow -D warnings`
17712023-10-03T00:21:55.502Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-6c036c648e9e5156/build-script-build`
17722023-10-03T00:21:55.526Z Compiling fallible-iterator v0.2.0
17732023-10-03T00:21:55.539Z 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`
17742023-10-03T00:21:55.738Z Compiling itertools v0.10.5
17752023-10-03T00:21:55.764Z 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`
17762023-10-03T00:21:55.832Z Compiling spin v0.9.8
17772023-10-03T00:21:56.295Z 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`
17782023-10-03T00:21:56.484Z Compiling crossbeam-epoch v0.9.15
17792023-10-03T00:21:56.487Z 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`
17802023-10-03T00:21:56.766Z Compiling num-iter v0.1.43
17812023-10-03T00:21:57.204Z 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`
17822023-10-03T00:21:57.240Z Compiling hex v0.4.3
17832023-10-03T00:21:57.265Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fa48ed58b25dfdb3 -C extra-filename=-fa48ed58b25dfdb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17842023-10-03T00:21:57.294Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-b2f2f72c2b72c485/build-script-build`
17852023-10-03T00:21:57.350Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-5b17227da7a1cf80/build-script-build`
17862023-10-03T00:21:57.393Z Compiling tokio-util v0.7.8
17872023-10-03T00:21:57.407Z 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=b9575e29858a1e4b -C extra-filename=-b9575e29858a1e4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings`
17882023-10-03T00:21:57.898Z Compiling tokio-rustls v0.24.1
17892023-10-03T00:21:58.347Z 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=2d927b55a5b18102 -C extra-filename=-2d927b55a5b18102 --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-586252121e607715.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
17902023-10-03T00:21:58.373Z Compiling clap_derive v4.4.2
17912023-10-03T00:21:58.400Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=56a40df49fab5657 -C extra-filename=-56a40df49fab5657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
17922023-10-03T00:21:58.420Z Compiling utf8parse v0.2.1
17932023-10-03T00:21:58.438Z 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`
17942023-10-03T00:21:58.459Z 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`
17952023-10-03T00:21:58.912Z Compiling md-5 v0.10.5
17962023-10-03T00:21:59.342Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ce4e94e94faf42d1 -C extra-filename=-ce4e94e94faf42d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --cap-lints allow -D warnings`
17972023-10-03T00:21:59.364Z Compiling h2 v0.3.21
17982023-10-03T00:21:59.814Z 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=41bb4f341552effe -C extra-filename=-41bb4f341552effe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f687f00cf405d2a2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82ba02363acc9ab8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings`
17992023-10-03T00:21:59.845Z Compiling stringprep v0.1.3
18002023-10-03T00:21:59.867Z 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`
18012023-10-03T00:21:59.887Z Compiling unicode-segmentation v1.10.1
18022023-10-03T00:21:59.907Z 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`
18032023-10-03T00:22:00.455Z Compiling postgres-protocol v0.6.6
18042023-10-03T00:22:00.468Z 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=b04860e49a7c3657 -C extra-filename=-b04860e49a7c3657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e2fa31f9ec4bde72.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-ce4e94e94faf42d1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-4418b0a7ad445004.rmeta --cap-lints allow -D warnings`
18052023-10-03T00:22:00.702Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0ac9d5088c1d6696 -C extra-filename=-0ac9d5088c1d6696 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
18062023-10-03T00:22:01.086Z Compiling enum-as-inner v0.5.1
18072023-10-03T00:22:01.102Z 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=97219a9e84668e1a -C extra-filename=-97219a9e84668e1a --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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
18082023-10-03T00:22:01.366Z Compiling tokio-native-tls v0.3.1
18092023-10-03T00:22:01.396Z 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=e8744b17156ac28e -C extra-filename=-e8744b17156ac28e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-0ac9d5088c1d6696.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
18102023-10-03T00:22:01.656Z Compiling bit-vec v0.6.3
18112023-10-03T00:22:01.671Z 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`
18122023-10-03T00:22:01.811Z Compiling anstyle v1.0.2
18132023-10-03T00:22:01.835Z 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`
18142023-10-03T00:22:02.816Z Compiling phf_shared v0.11.2
18152023-10-03T00:22:02.860Z 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="std"' -C metadata=979e60c7290187b1 -C extra-filename=-979e60c7290187b1 --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`
18162023-10-03T00:22:03.340Z 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`
18172023-10-03T00:22:03.362Z 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`
18182023-10-03T00:22:03.416Z Compiling bzip2-sys v0.1.11+1.0.8
18192023-10-03T00:22:03.429Z 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`
18202023-10-03T00:22:03.446Z Compiling phf v0.11.2
18212023-10-03T00:22:03.462Z 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=420474924d0bd90b -C extra-filename=-420474924d0bd90b --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-979e60c7290187b1.rmeta --cap-lints allow -D warnings`
18222023-10-03T00:22:03.475Z 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`
18232023-10-03T00:22:03.490Z Compiling flate2 v1.0.27
18242023-10-03T00:22:03.517Z 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`
18252023-10-03T00:22:03.672Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-12685e57de5df85e/build-script-build`
18262023-10-03T00:22:04.228Z Compiling anstyle-parse v0.2.1
18272023-10-03T00:22:04.234Z 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`
18282023-10-03T00:22:04.769Z Compiling zerocopy v0.6.3
18292023-10-03T00:22:04.797Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ac7171c55386a7a -C extra-filename=-4ac7171c55386a7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-101470f5fdc93b55.so --cap-lints allow -D warnings`
18302023-10-03T00:22:05.072Z Compiling block-padding v0.3.3
18312023-10-03T00:22:05.092Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=201cd00becd1ac6a -C extra-filename=-201cd00becd1ac6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
18322023-10-03T00:22:05.494Z Compiling colorchoice v1.0.0
18332023-10-03T00:22:05.932Z 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`
18342023-10-03T00:22:05.944Z Compiling anstyle-query v1.0.0
18352023-10-03T00:22:05.985Z 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`
18362023-10-03T00:22:06.009Z Compiling static_assertions v1.1.0
18372023-10-03T00:22:06.448Z 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`
18382023-10-03T00:22:06.507Z Compiling whoami v1.4.1
18392023-10-03T00:22:06.554Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
18402023-10-03T00:22:06.597Z 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`
18412023-10-03T00:22:06.608Z 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`
18422023-10-03T00:22:06.618Z Compiling anstream v0.5.0
18432023-10-03T00:22:07.063Z 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`
18442023-10-03T00:22:07.130Z Compiling inout v0.1.3
18452023-10-03T00:22:07.143Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=37cda74f035f52e6 -C extra-filename=-37cda74f035f52e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-201cd00becd1ac6a.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
18462023-10-03T00:22:07.159Z Compiling terminal_size v0.2.6
18472023-10-03T00:22:07.176Z 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`
18482023-10-03T00:22:07.189Z Compiling bit-set v0.5.3
18492023-10-03T00:22:07.199Z 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`
18502023-10-03T00:22:07.205Z Compiling phf_shared v0.10.0
18512023-10-03T00:22:07.213Z 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`
18522023-10-03T00:22:07.220Z Compiling heapless v0.7.16
18532023-10-03T00:22:07.226Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=86c89c62710a1b59 -C extra-filename=-86c89c62710a1b59 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-86c89c62710a1b59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a8217c8e972a0c2f.rlib --cap-lints allow -D warnings`
18542023-10-03T00:22:07.237Z Compiling serde_tokenstream v0.2.0
18552023-10-03T00:22:07.251Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=c8099370d93784b3 -C extra-filename=-c8099370d93784b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
18562023-10-03T00:22:07.267Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-78cd0adc5b726d52/build-script-build`
18572023-10-03T00:22:07.292Z Compiling fixedbitset v0.4.2
18582023-10-03T00:22:07.322Z 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`
18592023-10-03T00:22:07.339Z Compiling precomputed-hash v0.1.1
18602023-10-03T00:22:07.770Z 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`
18612023-10-03T00:22:07.779Z Compiling new_debug_unreachable v1.0.4
18622023-10-03T00:22:07.787Z 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`
18632023-10-03T00:22:07.796Z Compiling clap_lex v0.5.1
18642023-10-03T00:22:07.804Z 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`
18652023-10-03T00:22:07.815Z Compiling string_cache v0.8.7
18662023-10-03T00:22:07.834Z 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=76ea78da3458ca1b -C extra-filename=-76ea78da3458ca1b --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-200d49a783fb0077.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-35a1e6c53bd22367.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-afcfa672a94f390c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
18672023-10-03T00:22:09.095Z Compiling petgraph v0.6.4
18682023-10-03T00:22:09.109Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=886f8d4dae3c1a25 -C extra-filename=-886f8d4dae3c1a25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-334cf71e941e472f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
18692023-10-03T00:22:09.127Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-86c89c62710a1b59/build-script-build`
18702023-10-03T00:22:09.148Z Compiling cipher v0.4.4
18712023-10-03T00:22:09.168Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=0dfbde122c134ccb -C extra-filename=-0dfbde122c134ccb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a7708e37c466faa5.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
18722023-10-03T00:22:09.198Z Compiling clap_builder v4.4.2
18732023-10-03T00:22:09.218Z 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`
18742023-10-03T00:22:09.242Z 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`
18752023-10-03T00:22:09.266Z Compiling diesel_table_macro_syntax v0.1.0
18762023-10-03T00:22:09.292Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=be1a32ba9ae536a9 -C extra-filename=-be1a32ba9ae536a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
18772023-10-03T00:22:09.317Z Compiling tap v1.0.1
18782023-10-03T00:22:09.339Z 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`
18792023-10-03T00:22:09.362Z Compiling managed v0.8.0
18802023-10-03T00:22:09.395Z 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`
18812023-10-03T00:22:09.414Z 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`
18822023-10-03T00:22:09.429Z Compiling wyz v0.5.1
18832023-10-03T00:22:09.454Z 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`
18842023-10-03T00:22:09.477Z Compiling diesel_derives v2.1.1
18852023-10-03T00:22:09.501Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=e0ead9d61c4251ce -C extra-filename=-e0ead9d61c4251ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-be1a32ba9ae536a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
18862023-10-03T00:22:10.289Z 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`
18872023-10-03T00:22:10.323Z Compiling num-bigint v0.4.4
18882023-10-03T00:22:10.342Z 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`
18892023-10-03T00:22:10.355Z Compiling data-encoding v2.4.0
18902023-10-03T00:22:10.367Z 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`
18912023-10-03T00:22:10.791Z Compiling matches v0.1.10
18922023-10-03T00:22:11.219Z 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`
18932023-10-03T00:22:11.228Z Compiling funty v2.0.0
18942023-10-03T00:22:11.239Z 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`
18952023-10-03T00:22:11.267Z Compiling smoltcp v0.9.1
18962023-10-03T00:22:11.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/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`
18972023-10-03T00:22:11.295Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-332afd651b0e2feb/build-script-build`
18982023-10-03T00:22:11.328Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-d4972ee1f4270ef3/build-script-build`
18992023-10-03T00:22:11.349Z Compiling idna v0.2.3
19002023-10-03T00:22:11.785Z 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`
19012023-10-03T00:22:11.824Z 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`
19022023-10-03T00:22:11.844Z Compiling hyper v0.14.27
19032023-10-03T00:22:12.278Z 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=d4353a8320751b90 -C extra-filename=-d4353a8320751b90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-41bb4f341552effe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-138567e5bd7d7a97.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-27d2ec1b4f6cd9d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-6b2eae4baf2de863.rmeta --cap-lints allow -D warnings`
19042023-10-03T00:22:12.899Z Compiling bitvec v1.0.1
19052023-10-03T00:22:12.919Z 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`
19062023-10-03T00:22:13.365Z Compiling hubpack_derive v0.1.1
19072023-10-03T00:22:13.380Z 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=ecf3929afd1d063e -C extra-filename=-ecf3929afd1d063e --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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
19082023-10-03T00:22:13.809Z Compiling trust-dns-proto v0.22.0
19092023-10-03T00:22:13.817Z 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=33e779dc87312514 -C extra-filename=-33e779dc87312514 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e4a07e7d47860336.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-85963be74ba39079.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings`
19102023-10-03T00:22:14.500Z Compiling clap v4.4.3
19112023-10-03T00:22:14.619Z 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=0dbc73337a387043 -C extra-filename=-0dbc73337a387043 --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-56a40df49fab5657.so --cap-lints allow -D warnings`
19122023-10-03T00:22:14.623Z Compiling scheduled-thread-pool v0.2.7
19132023-10-03T00:22:14.627Z 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=9357aab7421fdbc5 -C extra-filename=-9357aab7421fdbc5 --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-200d49a783fb0077.rmeta --cap-lints allow -D warnings`
19142023-10-03T00:22:14.667Z Compiling regex-automata v0.1.10
19152023-10-03T00:22:14.676Z 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`
19162023-10-03T00:22:15.484Z Compiling predicates-core v1.0.6
19172023-10-03T00:22:15.497Z 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`
19182023-10-03T00:22:15.583Z Compiling bstr v0.2.17
19192023-10-03T00:22:15.595Z 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`
19202023-10-03T00:22:16.121Z Compiling r2d2 v0.8.10
19212023-10-03T00:22:17.353Z 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=1db97d35cf862148 -C extra-filename=-1db97d35cf862148 --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-200d49a783fb0077.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-9357aab7421fdbc5.rmeta --cap-lints allow -D warnings`
19222023-10-03T00:22:17.361Z 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`
19232023-10-03T00:22:17.784Z Compiling signature v2.1.0
19242023-10-03T00:22:18.200Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=07e0d382b4c2f45a -C extra-filename=-07e0d382b4c2f45a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --cap-lints allow -D warnings`
19252023-10-03T00:22:18.213Z Compiling serde_repr v0.1.16
19262023-10-03T00:22:18.222Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=65ecef9a90fe8152 -C extra-filename=-65ecef9a90fe8152 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
19272023-10-03T00:22:18.232Z Compiling float-cmp v0.9.0
19282023-10-03T00:22:18.655Z 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`
19292023-10-03T00:22:19.077Z Compiling hash32 v0.2.1
19302023-10-03T00:22:19.093Z 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`
19312023-10-03T00:22:19.110Z Compiling normalize-line-endings v0.3.0
19322023-10-03T00:22:19.127Z 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`
19332023-10-03T00:22:19.141Z Compiling unicode-linebreak v0.1.5
19342023-10-03T00:22:19.156Z 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`
19352023-10-03T00:22:19.167Z Compiling difflib v0.4.0
19362023-10-03T00:22:19.193Z 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`
19372023-10-03T00:22:19.513Z Compiling smawk v0.3.1
19382023-10-03T00:22:19.526Z 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`
19392023-10-03T00:22:19.679Z Compiling stable_deref_trait v1.2.0
19402023-10-03T00:22:19.722Z 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`
19412023-10-03T00:22:19.831Z Compiling textwrap v0.16.0
19422023-10-03T00:22:19.844Z 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`
19432023-10-03T00:22:19.859Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=82b05e8f9f8e3f80 -C extra-filename=-82b05e8f9f8e3f80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-ccbced1d09bcd884.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-dc99c464b95940b7.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
19442023-10-03T00:22:20.473Z Compiling bstr v1.6.0
19452023-10-03T00:22:21.731Z 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`
19462023-10-03T00:22:21.755Z Compiling console v0.15.7
19472023-10-03T00:22:21.761Z 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`
19482023-10-03T00:22:21.966Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=018359e7be51ee96 -C extra-filename=-018359e7be51ee96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-82b05e8f9f8e3f80.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --cap-lints allow -D warnings`
19492023-10-03T00:22:22.117Z Compiling similar v2.2.1
19502023-10-03T00:22:22.138Z 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`
19512023-10-03T00:22:24.176Z Compiling hyper-tls v0.5.0
19522023-10-03T00:22:24.228Z 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=12189f114eacd8cf -C extra-filename=-12189f114eacd8cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-0ac9d5088c1d6696.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-e8744b17156ac28e.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
19532023-10-03T00:22:24.244Z Compiling hyper-rustls v0.24.1
19542023-10-03T00:22:24.261Z 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=3eeef74243757ceb -C extra-filename=-3eeef74243757ceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.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-586252121e607715.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2d927b55a5b18102.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
19552023-10-03T00:22:24.319Z Compiling hubpack v0.1.2
19562023-10-03T00:22:24.328Z 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=0685d639d431f21a -C extra-filename=-0685d639d431f21a --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-ecf3929afd1d063e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
19572023-10-03T00:22:24.991Z Compiling reqwest v0.11.20
19582023-10-03T00:22:25.014Z 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=f64d4eba8943483c -C extra-filename=-f64d4eba8943483c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-41bb4f341552effe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-138567e5bd7d7a97.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3eeef74243757ceb.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-12189f114eacd8cf.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-0ac9d5088c1d6696.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-e8744b17156ac28e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2d927b55a5b18102.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.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`
19592023-10-03T00:22:25.052Z 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=bfbb6b26c09c07c3 -C extra-filename=-bfbb6b26c09c07c3 --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-0d3d8ad1198c025f.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
19602023-10-03T00:22:25.431Z Compiling regress v0.7.1
19612023-10-03T00:22:25.449Z 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`
19622023-10-03T00:22:25.718Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19632023-10-03T00:22:25.733Z 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=4bd62052e05353e2 -C extra-filename=-4bd62052e05353e2 --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-0685d639d431f21a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-65ecef9a90fe8152.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-018359e7be51ee96.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4ac7171c55386a7a.rmeta --cap-lints allow -D warnings`
19642023-10-03T00:22:26.519Z Compiling predicates v3.0.3
19652023-10-03T00:22:26.535Z 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`
19662023-10-03T00:22:28.355Z Compiling postgres-types v0.2.6
19672023-10-03T00:22:28.372Z 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=385e5368bf489668 -C extra-filename=-385e5368bf489668 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b04860e49a7c3657.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings`
19682023-10-03T00:22:28.549Z Compiling ipnetwork v0.20.0
19692023-10-03T00:22:28.591Z 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=22713b6dcfd7814a -C extra-filename=-22713b6dcfd7814a --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-63473ff2b6b9564c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
19702023-10-03T00:22:29.441Z Compiling tokio-stream v0.1.14
19712023-10-03T00:22:29.457Z 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=8fe23bd50422b58b -C extra-filename=-8fe23bd50422b58b --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-586252121e607715.rmeta --cap-lints allow -D warnings`
19722023-10-03T00:22:30.073Z Compiling yasna v0.5.2
19732023-10-03T00:22:30.086Z 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=111f716061dcffff -C extra-filename=-111f716061dcffff --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-bfbb6b26c09c07c3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --cap-lints allow -D warnings`
19742023-10-03T00:22:30.953Z Compiling tokio-postgres v0.7.10
19752023-10-03T00:22:30.972Z 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=873c01a2d2fead61 -C extra-filename=-873c01a2d2fead61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-200d49a783fb0077.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-420474924d0bd90b.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-b04860e49a7c3657.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-385e5368bf489668.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ab562698f326a2b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings`
19762023-10-03T00:22:31.144Z Compiling usdt v0.3.5
19772023-10-03T00:22:31.171Z 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=5258cdaff8dd162a -C extra-filename=-5258cdaff8dd162a --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-b00f0a0dacb6cb7b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-6ba200350724ea2b.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-4538bc6f5d78105f.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-8be8d6de8570f8e7.so --cap-lints allow -D warnings`
19782023-10-03T00:22:31.570Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
19792023-10-03T00:22:31.577Z 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=1eea93f6825013ac -C extra-filename=-1eea93f6825013ac --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-63473ff2b6b9564c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
19802023-10-03T00:22:33.443Z Compiling diesel v2.1.1
19812023-10-03T00:22:33.458Z 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=7d5c7225883b95e2 -C extra-filename=-7d5c7225883b95e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e0ead9d61c4251ce.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22713b6dcfd7814a.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-1db97d35cf862148.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
19822023-10-03T00:22:33.494Z Compiling lalrpop-util v0.20.0
19832023-10-03T00:22:33.593Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=78a8e726518e87f5 -C extra-filename=-78a8e726518e87f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19842023-10-03T00:22:34.052Z Compiling getopts v0.2.21
19852023-10-03T00:22:34.057Z 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`
19862023-10-03T00:22:35.136Z Compiling unsafe-libyaml v0.2.9
19872023-10-03T00:22:35.561Z 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-03T00:22:35.576Z 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`
19892023-10-03T00:22:35.866Z Compiling rustversion v1.0.14
19902023-10-03T00:22:35.879Z 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`
19912023-10-03T00:22:36.936Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-ee1e586feee1bf2b/build-script-build`
19922023-10-03T00:22:37.066Z Compiling ident_case v1.0.1
19932023-10-03T00:22:37.082Z 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`
19942023-10-03T00:22:40.636Z 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`
19952023-10-03T00:22:40.709Z Compiling serde_yaml v0.9.25
19962023-10-03T00:22:40.757Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=5a3915daf8998f56 -C extra-filename=-5a3915daf8998f56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-6299a61bf3de1d92.rmeta --cap-lints allow -D warnings`
19972023-10-03T00:22:40.796Z Compiling slog-async v2.8.0
19982023-10-03T00:22:40.815Z 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-03T00:22:40.834Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-64069cab57bc419a/build-script-build`
20002023-10-03T00:22:40.848Z Compiling camino v1.1.6
20012023-10-03T00:22:40.866Z 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`
20022023-10-03T00:22:40.886Z 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`
20032023-10-03T00:22:40.906Z Compiling paste v1.0.14
20042023-10-03T00:22:40.927Z 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`
20052023-10-03T00:22:40.969Z Compiling darling_core v0.20.3
20062023-10-03T00:22:40.988Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=b8cc0e9d5294b50f -C extra-filename=-b8cc0e9d5294b50f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b929479011854e32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
20072023-10-03T00:22:41.003Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-1f2760158a998691/build-script-build`
20082023-10-03T00:22:41.018Z Compiling regex-syntax v0.6.29
20092023-10-03T00:22:41.025Z 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`
20102023-10-03T00:22:41.041Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-00febffd2a4c24dc/build-script-build`
20112023-10-03T00:22:41.469Z 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`
20122023-10-03T00:22:42.497Z Compiling multer v2.1.0
20132023-10-03T00:22:42.957Z 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`
20142023-10-03T00:22:43.044Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-5b96e503a4f1c09a/build-script-build`
20152023-10-03T00:22:43.120Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=663a5cad5f3b1ff5 -C extra-filename=-663a5cad5f3b1ff5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
20162023-10-03T00:22:43.508Z Compiling async-stream-impl v0.3.5
20172023-10-03T00:22:43.529Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=ec366f050dc34d1e -C extra-filename=-ec366f050dc34d1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
20182023-10-03T00:22:44.601Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
20192023-10-03T00:22:45.028Z 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`
20202023-10-03T00:22:45.124Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a793e6cb42da8594/build-script-build`
20212023-10-03T00:22:45.233Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
20222023-10-03T00:22:45.250Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=f9b644842415243e -C extra-filename=-f9b644842415243e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
20232023-10-03T00:22:45.829Z Compiling strum_macros v0.25.2
20242023-10-03T00:22:45.835Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=bb4f8be853504c8f -C extra-filename=-bb4f8be853504c8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-e337c297b7344c42.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
20252023-10-03T00:22:48.028Z Compiling structmeta-derive v0.1.6
20262023-10-03T00:22:48.033Z 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=f8acad1d9617dacd -C extra-filename=-f8acad1d9617dacd --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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
20272023-10-03T00:22:49.296Z 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=3b2fa1c551a6a437 -C extra-filename=-3b2fa1c551a6a437 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-21f257bb376f42bc.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
20282023-10-03T00:22:49.753Z Compiling darling_macro v0.20.3
20292023-10-03T00:22:49.819Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=c506b2922ac7ae05 -C extra-filename=-c506b2922ac7ae05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-b8cc0e9d5294b50f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
20302023-10-03T00:22:50.731Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=0a12ce2110a94ad2 -C extra-filename=-0a12ce2110a94ad2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
20312023-10-03T00:22:51.218Z Compiling darling v0.20.3
20322023-10-03T00:22:51.236Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=e1532148dc9211eb -C extra-filename=-e1532148dc9211eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-b8cc0e9d5294b50f.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-c506b2922ac7ae05.so --cap-lints allow -D warnings`
20332023-10-03T00:22:51.360Z 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=9a2844e8f82a53c5 -C extra-filename=-9a2844e8f82a53c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-41bb4f341552effe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-138567e5bd7d7a97.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3eeef74243757ceb.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-12189f114eacd8cf.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-0ac9d5088c1d6696.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-e8744b17156ac28e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2d927b55a5b18102.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.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`
20342023-10-03T00:22:51.391Z Compiling serde_with_macros v2.3.3
20352023-10-03T00:22:51.401Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=46d91b9d71140d62 -C extra-filename=-46d91b9d71140d62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-e1532148dc9211eb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
20362023-10-03T00:22:52.365Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=13e7af6295bc6792 -C extra-filename=-13e7af6295bc6792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --cap-lints allow -D warnings`
20372023-10-03T00:22:52.814Z Compiling structmeta v0.1.6
20382023-10-03T00:22:52.851Z 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=dadcaa67af4c7804 -C extra-filename=-dadcaa67af4c7804 --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-f8acad1d9617dacd.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
20392023-10-03T00:22:53.446Z Compiling parse-display-derive v0.7.0
20402023-10-03T00:22:53.452Z 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=3a1df7436d3a33b2 -C extra-filename=-3a1df7436d3a33b2 --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-dadcaa67af4c7804.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
20412023-10-03T00:22:55.315Z Compiling test-strategy v0.2.1
20422023-10-03T00:22:55.335Z 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=f94fa546cf161404 -C extra-filename=-f94fa546cf161404 --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-dadcaa67af4c7804.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
20432023-10-03T00:22:55.712Z 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=94afb5431936cec3 -C extra-filename=-94afb5431936cec3 --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-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
20442023-10-03T00:22:57.667Z 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=0d0a7286ee5d696b -C extra-filename=-0d0a7286ee5d696b --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-a677ea6e21a89de8.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-b00f0a0dacb6cb7b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.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`
20452023-10-03T00:23:00.368Z Compiling fastrand v2.0.0
20462023-10-03T00:23:00.388Z 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`
20472023-10-03T00:23:00.892Z 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=2d54999a263b728a -C extra-filename=-2d54999a263b728a --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-b00f0a0dacb6cb7b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-6ba200350724ea2b.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0d0a7286ee5d696b.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-8be8d6de8570f8e7.so --cap-lints allow -D warnings`
20482023-10-03T00:23:00.917Z 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=9d964a98a3f01552 -C extra-filename=-9d964a98a3f01552 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b04860e49a7c3657.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings`
20492023-10-03T00:23:00.982Z Compiling dirs-sys-next v0.1.2
20502023-10-03T00:23:01.002Z 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`
20512023-10-03T00:23:01.073Z Compiling tempfile v3.8.0
20522023-10-03T00:23:01.542Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b689d07862d4a167 -C extra-filename=-b689d07862d4a167 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-f4d068aa67514199.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-dab22f7c9a37f33c.rmeta --cap-lints allow -D warnings`
20532023-10-03T00:23:01.977Z Compiling dirs-next v2.0.0
20542023-10-03T00:23:02.005Z 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`
20552023-10-03T00:23:02.040Z Compiling term v0.7.0
20562023-10-03T00:23:02.077Z 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`
20572023-10-03T00:23:02.506Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
20582023-10-03T00:23:02.525Z 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=15905a5a644b0390 -C extra-filename=-15905a5a644b0390 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
20592023-10-03T00:23:02.549Z 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=b01984b38ba0c182 -C extra-filename=-b01984b38ba0c182 --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-3b2fa1c551a6a437.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
20602023-10-03T00:23:02.569Z 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=d7a19436e818340a -C extra-filename=-d7a19436e818340a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-200d49a783fb0077.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-420474924d0bd90b.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-b04860e49a7c3657.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-9d964a98a3f01552.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ab562698f326a2b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings`
20612023-10-03T00:23:02.586Z 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=73d58108dc09a9af -C extra-filename=-73d58108dc09a9af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e0ead9d61c4251ce.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.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-1db97d35cf862148.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
20622023-10-03T00:23:03.777Z Compiling crossbeam-channel v0.5.8
20632023-10-03T00:23:03.791Z 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`
20642023-10-03T00:23:03.806Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
20652023-10-03T00:23:03.823Z 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=bc4f31821e9492f0 -C extra-filename=-bc4f31821e9492f0 --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-63473ff2b6b9564c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-1eea93f6825013ac.rlib --extern proc_macro --cap-lints allow -D warnings`
20662023-10-03T00:23:04.727Z Compiling atty v0.2.14
20672023-10-03T00:23:04.750Z 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`
20682023-10-03T00:23:04.766Z Compiling match_cfg v0.1.0
20692023-10-03T00:23:04.778Z 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`
20702023-10-03T00:23:05.196Z Compiling hostname v0.3.1
20712023-10-03T00:23:05.200Z 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`
20722023-10-03T00:23:05.203Z Compiling thread_local v1.1.7
20732023-10-03T00:23:05.206Z 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`
20742023-10-03T00:23:05.279Z Compiling instant v0.1.12
20752023-10-03T00:23:05.291Z 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`
20762023-10-03T00:23:05.483Z Compiling take_mut v0.2.2
20772023-10-03T00:23:05.544Z 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`
20782023-10-03T00:23:05.742Z 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`
20792023-10-03T00:23:06.405Z Compiling slog-term v2.9.0
20802023-10-03T00:23:06.416Z 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`
20812023-10-03T00:23:07.922Z Compiling serde_with v2.3.3
20822023-10-03T00:23:07.945Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=f37542964a946a64 -C extra-filename=-f37542964a946a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-46d91b9d71140d62.so --cap-lints allow -D warnings`
20832023-10-03T00:23:08.177Z Compiling slog-json v2.6.1
20842023-10-03T00:23:08.187Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b3e3596113644acf -C extra-filename=-b3e3596113644acf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --cap-lints allow -D warnings`
20852023-10-03T00:23:08.778Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=de857346a4753d4e -C extra-filename=-de857346a4753d4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
20862023-10-03T00:23:10.525Z Compiling sha1 v0.10.5
20872023-10-03T00:23:10.962Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9d527a8623cb7b22 -C extra-filename=-9d527a8623cb7b22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --cap-lints allow -D warnings`
20882023-10-03T00:23:11.247Z Compiling slog-bunyan v2.4.0
20892023-10-03T00:23:11.273Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2e26653f4c9bc306 -C extra-filename=-2e26653f4c9bc306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5ad5d61997581e2b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-b3e3596113644acf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --cap-lints allow -D warnings`
20902023-10-03T00:23:11.289Z Compiling strum v0.25.0
20912023-10-03T00:23:11.299Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=17bd510c94228d39 -C extra-filename=-17bd510c94228d39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --cap-lints allow -D warnings`
20922023-10-03T00:23:11.534Z Compiling quick-error v1.2.3
20932023-10-03T00:23:11.550Z Compiling atomic-waker v1.1.1
20942023-10-03T00:23:11.560Z 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`
20952023-10-03T00:23:11.578Z 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`
20962023-10-03T00:23:11.633Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
20972023-10-03T00:23:11.673Z 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=65b1773fb6c945f9 -C extra-filename=-65b1773fb6c945f9 --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-1eea93f6825013ac.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-bc4f31821e9492f0.so --cap-lints allow -D warnings`
20982023-10-03T00:23:12.968Z 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=b002b74ebe1add7f -C extra-filename=-b002b74ebe1add7f --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-b01984b38ba0c182.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-bc4f31821e9492f0.so --cap-lints allow -D warnings`
20992023-10-03T00:23:12.981Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
21002023-10-03T00:23:12.991Z 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=54515f2bb19ef8d9 -C extra-filename=-54515f2bb19ef8d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-f9029e194535053c.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3b74e2c7e7429827.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63473ff2b6b9564c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-65b1773fb6c945f9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
21012023-10-03T00:23:12.997Z Compiling debug-ignore v1.0.5
21022023-10-03T00:23:13.008Z 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-03T00:23:13.017Z 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=9a43eda4a9d85075 -C extra-filename=-9a43eda4a9d85075 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-f9029e194535053c.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-b002b74ebe1add7f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
21042023-10-03T00:23:13.027Z Compiling waitgroup v0.1.2
21052023-10-03T00:23:13.038Z 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`
21062023-10-03T00:23:13.048Z Compiling async-stream v0.3.5
21072023-10-03T00:23:13.058Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2228cf75d8def642 -C extra-filename=-2228cf75d8def642 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-ec366f050dc34d1e.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --cap-lints allow -D warnings`
21082023-10-03T00:23:13.069Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=928b400922c8849b -C extra-filename=-928b400922c8849b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --cap-lints allow -D warnings`
21092023-10-03T00:23:14.706Z Compiling serde_path_to_error v0.1.14
21102023-10-03T00:23:14.713Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a03d81885b79d46 -C extra-filename=-1a03d81885b79d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
21112023-10-03T00:23:14.917Z Compiling backoff v0.4.0
21122023-10-03T00:23:14.952Z 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=2c934cf7b7561081 -C extra-filename=-2c934cf7b7561081 --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-0d3d8ad1198c025f.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --cap-lints allow -D warnings`
21132023-10-03T00:23:15.464Z Compiling parse-display v0.7.0
21142023-10-03T00:23:15.483Z 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=69285a00ab8be006 -C extra-filename=-69285a00ab8be006 --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-3a1df7436d3a33b2.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --cap-lints allow -D warnings`
21152023-10-03T00:23:15.760Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21162023-10-03T00:23:15.773Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=65ff712cdc192fd3 -C extra-filename=-65ff712cdc192fd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
21172023-10-03T00:23:16.341Z 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=08c38ad0b60da81c -C extra-filename=-08c38ad0b60da81c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-2228cf75d8def642.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-f9b644842415243e.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bdee90b95eb7999e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5ad5d61997581e2b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-928b400922c8849b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-9d527a8623cb7b22.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-2e26653f4c9bc306.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-b3e3596113644acf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2d927b55a5b18102.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-50b942fef25a4b5f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
21182023-10-03T00:23:16.356Z Compiling macaddr v1.0.1
21192023-10-03T00:23:16.368Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=1ad0b7378139616a -C extra-filename=-1ad0b7378139616a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
21202023-10-03T00:23:16.933Z Compiling wait-timeout v0.2.0
21212023-10-03T00:23:16.956Z 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`
21222023-10-03T00:23:17.130Z Compiling rand_xorshift v0.3.0
21232023-10-03T00:23:17.147Z 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`
21242023-10-03T00:23:17.615Z Compiling rusty-fork v0.3.0
21252023-10-03T00:23:17.637Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=05e839cae18443fb -C extra-filename=-05e839cae18443fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-498dbea2568bdbaf.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-11ecc43a96f35e4c.rmeta --cap-lints allow -D warnings`
21262023-10-03T00:23:17.845Z Compiling unarray v0.1.4
21272023-10-03T00:23:17.873Z 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`
21282023-10-03T00:23:18.094Z 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`
21292023-10-03T00:23:18.872Z Compiling proptest v1.2.0
21302023-10-03T00:23:18.879Z 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=dd25faf12858c3f3 -C extra-filename=-dd25faf12858c3f3 --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-0d3d8ad1198c025f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-297641e0f75a7fe8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0188060950c27f42.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-05e839cae18443fb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-a7df36f5ba855866.rmeta --cap-lints allow -D warnings`
21312023-10-03T00:23:18.946Z 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`
21322023-10-03T00:23:19.710Z 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`
21332023-10-03T00:23:22.785Z 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-03T00:23:23.467Z 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`
21352023-10-03T00:23:23.683Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=55888b3cf4c7447b -C extra-filename=-55888b3cf4c7447b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
21362023-10-03T00:23:25.178Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
21372023-10-03T00:23:25.189Z 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=5b4f08bb8573ea29 -C extra-filename=-5b4f08bb8573ea29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3b74e2c7e7429827.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-54515f2bb19ef8d9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63473ff2b6b9564c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-5a3915daf8998f56.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
21382023-10-03T00:23:25.530Z 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`
21392023-10-03T00:23:25.825Z 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`
21402023-10-03T00:23:26.352Z 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`
21412023-10-03T00:23:26.394Z 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`
21422023-10-03T00:23:26.894Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=0ba4f66e2a3ffdcf -C extra-filename=-0ba4f66e2a3ffdcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-c8f54ebde8160f23.so --cap-lints allow -D warnings`
21432023-10-03T00:23:27.137Z 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-03T00:23:27.493Z 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`
21452023-10-03T00:23:28.626Z 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"' -C metadata=db787835b404c1b7 -C extra-filename=-db787835b404c1b7 --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`
21462023-10-03T00:23:30.037Z 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`
21472023-10-03T00:23:30.108Z 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`
21482023-10-03T00:23:30.137Z 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-03T00:23:30.192Z 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`
21502023-10-03T00:23:43.518Z 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`
21512023-10-03T00:23:44.566Z 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-03T00:23:46.741Z 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-03T00:23:47.209Z Compiling proc-macro-crate v1.3.1
21542023-10-03T00:23:47.484Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=1fd3c9aa859e2a37 -C extra-filename=-1fd3c9aa859e2a37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --cap-lints allow -D warnings`
21552023-10-03T00:23:47.757Z 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.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98c1eb26c4594584 -C extra-filename=-98c1eb26c4594584 --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-f4636a95cb6592ab.so --cap-lints allow -D warnings`
21562023-10-03T00:23:48.230Z 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-03T00:23:48.681Z 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`
21582023-10-03T00:23:50.661Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=5e540ad4941d14f0 -C extra-filename=-5e540ad4941d14f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-59a8c1a9f4cc401a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
21592023-10-03T00:23:51.205Z 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`
21602023-10-03T00:23:51.738Z Compiling is-terminal v0.4.9
21612023-10-03T00:23:52.029Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0eeb3267f880acc -C extra-filename=-b0eeb3267f880acc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-dab22f7c9a37f33c.rmeta --cap-lints allow -D warnings`
21622023-10-03T00:23:52.264Z Compiling base64ct v1.6.0
21632023-10-03T00:23:52.305Z 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`
21642023-10-03T00:23:52.343Z 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`
21652023-10-03T00:23:52.522Z 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=ddad71d02e7865de -C extra-filename=-ddad71d02e7865de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9b8efcf4f90c042d.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-09c27d2a9d9bf07b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-db787835b404c1b7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-aa81afa303ab3143.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2b93b56733daa00b.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-a227de3d2402746e.so --cap-lints allow -D warnings`
21662023-10-03T00:23:52.810Z 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`
21672023-10-03T00:23:53.092Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=d53ae567819b1cbb -C extra-filename=-d53ae567819b1cbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-83f35cd01d19a331.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
21682023-10-03T00:23:53.417Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1486aaee3f323cc1 -C extra-filename=-1486aaee3f323cc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
21692023-10-03T00:23:53.576Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=da98cd184f1dd7f6 -C extra-filename=-da98cd184f1dd7f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-59a8c1a9f4cc401a.rmeta --cap-lints allow -D warnings`
21702023-10-03T00:23:53.693Z Compiling num_enum_derive v0.5.11
21712023-10-03T00:23:53.714Z 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=72c39f3150c51ec5 -C extra-filename=-72c39f3150c51ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-1fd3c9aa859e2a37.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
21722023-10-03T00:23:54.331Z Compiling proc-macro-error-attr v1.0.4
21732023-10-03T00:23:54.647Z 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`
21742023-10-03T00:23:54.761Z 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`
21752023-10-03T00:23:54.817Z 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`
21762023-10-03T00:23:54.844Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-4793a33fef0d79c3/build-script-build`
21772023-10-03T00:23:54.859Z Compiling proc-macro-error v1.0.4
21782023-10-03T00:23:54.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/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`
21792023-10-03T00:23:54.891Z 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`
21802023-10-03T00:23:54.912Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c6eda2b9346f1316/build-script-build`
21812023-10-03T00:23:54.931Z 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`
21822023-10-03T00:23:54.948Z 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`
21832023-10-03T00:23:55.036Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=ba2c5ad6cc3819c4 -C extra-filename=-ba2c5ad6cc3819c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-952c4328c6f554fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
21842023-10-03T00:23:55.058Z 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=45ca554d4d76a8fb -C extra-filename=-45ca554d4d76a8fb --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-f88a0545b115dad3.rmeta --cap-lints allow -D warnings --cfg use_fallback`
21852023-10-03T00:23:55.076Z 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`
21862023-10-03T00:23:55.095Z 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`
21872023-10-03T00:23:55.113Z 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`
21882023-10-03T00:23:55.130Z 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`
21892023-10-03T00:23:55.146Z 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`
21902023-10-03T00:23:55.160Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=8feda38df80fddc6 -C extra-filename=-8feda38df80fddc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e08d941838bbeb03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
21912023-10-03T00:23:55.177Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=45c46b3316877300 -C extra-filename=-45c46b3316877300 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-03ba96fd56d60571.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b9e0b6ca8eb0c8cf.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b6959ed5d9f01069.rmeta --cap-lints allow -D warnings`
21922023-10-03T00:23:55.192Z 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`
21932023-10-03T00:23:55.204Z 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="std"' --cfg 'feature="std_rng"' -C metadata=f96502417fd063e7 -C extra-filename=-f96502417fd063e7 --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`
21942023-10-03T00:23:55.216Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=ab91cbb0541516ac -C extra-filename=-ab91cbb0541516ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
21952023-10-03T00:23:55.230Z 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`
21962023-10-03T00:23:55.239Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=89a1d2b37d60fddc -C extra-filename=-89a1d2b37d60fddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-ab91cbb0541516ac.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-da98cd184f1dd7f6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
21972023-10-03T00:23:55.253Z 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`
21982023-10-03T00:23:55.268Z 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`
21992023-10-03T00:23:55.292Z 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`
22002023-10-03T00:23:55.316Z 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`
22012023-10-03T00:23:55.344Z 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"'`
22022023-10-03T00:23:55.775Z 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="once_cell"' --cfg 'feature="std"' -C metadata=93d7d8ec84a79151 -C extra-filename=-93d7d8ec84a79151 --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-03T00:23:56.204Z 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`
22042023-10-03T00:23:56.215Z 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`
22052023-10-03T00:23:56.238Z 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`
22062023-10-03T00:23:56.248Z 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=538c134b846122d1 -C extra-filename=-538c134b846122d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-72a1983bdf5f8eeb.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-93d7d8ec84a79151.rmeta --cap-lints allow -D warnings`
22072023-10-03T00:23:56.258Z 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`
22082023-10-03T00:23:56.271Z 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=efd08e1bf126dc83 -C extra-filename=-efd08e1bf126dc83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fc004cf30cfd85.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-21f257bb376f42bc.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
22092023-10-03T00:23:56.284Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=065c702e72289fd3 -C extra-filename=-065c702e72289fd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --cap-lints allow -D warnings`
22102023-10-03T00:23:56.297Z 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`
22112023-10-03T00:23:56.308Z 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`
22122023-10-03T00:23:56.329Z 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`
22132023-10-03T00:23:56.353Z 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`
22142023-10-03T00:23:56.368Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22152023-10-03T00:23:56.789Z 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`
22162023-10-03T00:23:56.798Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ddd769f882e45b6a/build-script-build`
22172023-10-03T00:23:56.808Z 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`
22182023-10-03T00:23:56.822Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22192023-10-03T00:23:56.835Z 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`
22202023-10-03T00:23:56.849Z 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`
22212023-10-03T00:23:57.269Z 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-03T00:23:57.273Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22232023-10-03T00:23:57.276Z 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=e7cee1e7378d6e95 -C extra-filename=-e7cee1e7378d6e95 --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-15905a5a644b0390.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9a43eda4a9d85075.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-5b4f08bb8573ea29.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
22242023-10-03T00:23:57.283Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9ec34ae820c9a363/build-script-build`
22252023-10-03T00:23:57.292Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eb4a6eac9a61464f -C extra-filename=-eb4a6eac9a61464f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
22262023-10-03T00:23:57.440Z Compiling foreign-types-macros v0.2.3
22272023-10-03T00:23:57.450Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="std"' -C metadata=d8079752ff45b0c7 -C extra-filename=-d8079752ff45b0c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
22282023-10-03T00:23:57.683Z 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`
22292023-10-03T00:23:57.943Z 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`
22302023-10-03T00:23:58.825Z 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`
22312023-10-03T00:23:59.354Z 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`
22322023-10-03T00:23:59.367Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
22332023-10-03T00:23:59.823Z 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`
22342023-10-03T00:23:59.828Z 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`
22352023-10-03T00:23:59.835Z 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`
22362023-10-03T00:23:59.841Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22372023-10-03T00:23:59.847Z 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`
22382023-10-03T00:23:59.912Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b4af682f00f4f8e -C extra-filename=-8b4af682f00f4f8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22392023-10-03T00:24:00.194Z 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`
22402023-10-03T00:24:00.652Z 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="raw"' -C metadata=45346198772e2c41 -C extra-filename=-45346198772e2c41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22412023-10-03T00:24:00.665Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-722aa1f1d4eeb716/build-script-build`
22422023-10-03T00:24:00.682Z 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`
22432023-10-03T00:24:01.111Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=d3e47da13ea8dfbb -C extra-filename=-d3e47da13ea8dfbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-d385be1db3fee74e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6d6730805a801a5f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
22442023-10-03T00:24:01.978Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-64316d9657978234/build-script-build`
22452023-10-03T00:24:02.205Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22462023-10-03T00:24:02.375Z 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=8f0ba65df9808a27 -C extra-filename=-8f0ba65df9808a27 --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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22472023-10-03T00:24:02.564Z 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="std"' -C metadata=f2b2df9d67b5ff74 -C extra-filename=-f2b2df9d67b5ff74 --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-45346198772e2c41.rmeta --cap-lints allow -D warnings --cfg has_std`
22482023-10-03T00:24:03.023Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
22492023-10-03T00:24:18.774Z 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=fafcef20193987bf -C extra-filename=-fafcef20193987bf --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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22502023-10-03T00:24:18.966Z 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`
22512023-10-03T00:24:19.481Z 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=f22b01f5bd53a972 -C extra-filename=-f22b01f5bd53a972 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings`
22522023-10-03T00:24:20.368Z 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`
22532023-10-03T00:24:20.555Z 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`
22542023-10-03T00:24:21.007Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
22552023-10-03T00:24:21.455Z 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`
22562023-10-03T00:24:21.787Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9594995f6893c70d/build-script-build`
22572023-10-03T00:24:22.018Z 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`
22582023-10-03T00:24:22.346Z 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`
22592023-10-03T00:24:22.526Z 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`
22602023-10-03T00:24:22.960Z Compiling base64 v0.13.1
22612023-10-03T00:24:22.991Z 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`
22622023-10-03T00:24:23.017Z 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`
22632023-10-03T00:24:23.038Z 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`
22642023-10-03T00:24:23.057Z 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`
22652023-10-03T00:24:23.073Z 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`
22662023-10-03T00:24:23.089Z 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`
22672023-10-03T00:24:23.110Z 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`
22682023-10-03T00:24:23.127Z 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`
22692023-10-03T00:24:23.146Z 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`
22702023-10-03T00:24:23.163Z 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=2a809a617f047d72 -C extra-filename=-2a809a617f047d72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f2b2df9d67b5ff74.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b6959ed5d9f01069.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f22b01f5bd53a972.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings`
22712023-10-03T00:24:23.179Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e9d1ad0d0031626 -C extra-filename=-6e9d1ad0d0031626 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --cap-lints allow -D warnings`
22722023-10-03T00:24:23.199Z 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`
22732023-10-03T00:24:23.630Z 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`
22742023-10-03T00:24:23.642Z Compiling zone_cfg_derive v0.2.0
22752023-10-03T00:24:23.652Z 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=9ea68d5abd5fc36e -C extra-filename=-9ea68d5abd5fc36e --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-45ca554d4d76a8fb.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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22762023-10-03T00:24:23.665Z 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`
22772023-10-03T00:24:23.670Z Compiling mockall_derive v0.11.4
22782023-10-03T00:24:23.675Z 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=9dd23f9535a12e5d -C extra-filename=-9dd23f9535a12e5d --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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22792023-10-03T00:24:23.684Z 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`
22802023-10-03T00:24:23.695Z 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`
22812023-10-03T00:24:23.712Z 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`
22822023-10-03T00:24:23.730Z 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`
22832023-10-03T00:24:23.744Z 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`
22842023-10-03T00:24:23.766Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b1fb1598afc8ccf3 -C extra-filename=-b1fb1598afc8ccf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-a048596724bee275.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-d56300f5e0859093.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300`
22852023-10-03T00:24:23.781Z 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`
22862023-10-03T00:24:24.223Z 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`
22872023-10-03T00:24:24.654Z 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`
22882023-10-03T00:24:24.671Z 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-03T00:24:24.679Z 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`
22902023-10-03T00:24:24.694Z 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=f73b20e62901ca19 -C extra-filename=-f73b20e62901ca19 --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-ddad71d02e7865de.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
22912023-10-03T00:24:24.730Z 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`
22922023-10-03T00:24:24.748Z 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`
22932023-10-03T00:24:24.764Z 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=c927a1fb4deecb93 -C extra-filename=-c927a1fb4deecb93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2a809a617f047d72.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-6e9d1ad0d0031626.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-152ad3e7ed88dcfb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-635924db43c48ac5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-fcd6b4cdffc1bb22.rmeta --cap-lints allow -D warnings`
22942023-10-03T00:24:24.799Z 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`
22952023-10-03T00:24:24.820Z 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`
22962023-10-03T00:24:24.852Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=67eba728d5b4ad57 -C extra-filename=-67eba728d5b4ad57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b1fb1598afc8ccf3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
22972023-10-03T00:24:24.874Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=faf0f6b95c4643ad -C extra-filename=-faf0f6b95c4643ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-419bf636fe7ca6fe.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
22982023-10-03T00:24:24.894Z 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`
22992023-10-03T00:24:24.917Z 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`
23002023-10-03T00:24:24.937Z 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=6ef94681c9776e01 -C extra-filename=-6ef94681c9776e01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-67eba728d5b4ad57.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
23012023-10-03T00:24:24.959Z 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=fe0526c0de0bfc4d -C extra-filename=-fe0526c0de0bfc4d --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-98c1eb26c4594584.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-9161f70e0e78d07b.rmeta --cap-lints allow -D warnings`
23022023-10-03T00:24:25.537Z 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`
23032023-10-03T00:24:25.989Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2f0b2e51cda1c6f -C extra-filename=-f2f0b2e51cda1c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8d764ac0566c5587.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-83f35cd01d19a331.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23042023-10-03T00:24:26.004Z 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=1f9fe9513e82a620 -C extra-filename=-1f9fe9513e82a620 --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-76ae81a4f7636b9f.so --cap-lints allow -D warnings`
23052023-10-03T00:24:27.420Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=7da73bc294f1e755 -C extra-filename=-7da73bc294f1e755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
23062023-10-03T00:24:27.435Z 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"' -C metadata=99d6081e5b4e0d62 -C extra-filename=-99d6081e5b4e0d62 --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`
23072023-10-03T00:24:27.451Z 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=7ba979845afd0973 -C extra-filename=-7ba979845afd0973 --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-98c1eb26c4594584.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1f9fe9513e82a620.rmeta --cap-lints allow -D warnings`
23082023-10-03T00:24:28.558Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=38cace45970d66dc -C extra-filename=-38cace45970d66dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23092023-10-03T00:24:28.669Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=2ba0b9ecd6c51a3f -C extra-filename=-2ba0b9ecd6c51a3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23102023-10-03T00:24:29.343Z 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`
23112023-10-03T00:24:29.361Z 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=d09ab5af88e17b71 -C extra-filename=-d09ab5af88e17b71 --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-fe0526c0de0bfc4d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-430e0561e8a224a7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --cap-lints allow -D warnings`
23122023-10-03T00:24:29.794Z 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`
23132023-10-03T00:24:29.931Z 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`
23142023-10-03T00:24:30.889Z 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`
23152023-10-03T00:24:32.158Z 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`
23162023-10-03T00:24:32.258Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=627f8a0395596055 -C extra-filename=-627f8a0395596055 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --cap-lints allow -D warnings`
23172023-10-03T00:24:32.424Z 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=d30c3d2945011c66 -C extra-filename=-d30c3d2945011c66 --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-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23182023-10-03T00:24:32.513Z 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="std"' -C metadata=87506709703347be -C extra-filename=-87506709703347be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --cap-lints allow -D warnings`
23192023-10-03T00:24:33.431Z 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=2ad05cbf7bb05be7 -C extra-filename=-2ad05cbf7bb05be7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-67eba728d5b4ad57.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-6ef94681c9776e01.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
23202023-10-03T00:24:34.081Z 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=8f195d5b8b1d847b -C extra-filename=-8f195d5b8b1d847b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.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-ddad71d02e7865de.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f73b20e62901ca19.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
23212023-10-03T00:24:34.497Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=2a4ca742f7d69463 -C extra-filename=-2a4ca742f7d69463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --cap-lints allow -D warnings`
23222023-10-03T00:24:34.912Z 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=e9bbb7fced213e03 -C extra-filename=-e9bbb7fced213e03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-6a1860f3303f1bff.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2a809a617f047d72.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-6e9d1ad0d0031626.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8f195d5b8b1d847b.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-2ad05cbf7bb05be7.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8643221b7cc69ba7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-67eba728d5b4ad57.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5325d6d9b9946615.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-59c97ed400ba404a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-6ef94681c9776e01.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f73b20e62901ca19.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f22b01f5bd53a972.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`
23232023-10-03T00:24:35.060Z 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`
23242023-10-03T00:24:36.038Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=d4a5ad149d515194 -C extra-filename=-d4a5ad149d515194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --cap-lints allow -D warnings`
23252023-10-03T00:24:36.062Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=3e317e62e1aef1be -C extra-filename=-3e317e62e1aef1be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings`
23262023-10-03T00:24:36.333Z Compiling password-hash v0.5.0
23272023-10-03T00:24:36.355Z 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`
23282023-10-03T00:24:38.126Z Compiling blake2 v0.10.6
23292023-10-03T00:24:38.186Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fd7a8b888af6f4b2 -C extra-filename=-fd7a8b888af6f4b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23302023-10-03T00:24:38.209Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a060a24b40230931 -C extra-filename=-a060a24b40230931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --cap-lints allow -D warnings`
23312023-10-03T00:24:39.263Z 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=0601c757cba76635 -C extra-filename=-0601c757cba76635 --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-7ba979845afd0973.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d09ab5af88e17b71.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-99d6081e5b4e0d62.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.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`
23322023-10-03T00:24:40.202Z 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=b8abeca4473db00d -C extra-filename=-b8abeca4473db00d --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-d09ab5af88e17b71.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-6ba200350724ea2b.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0601c757cba76635.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-8be8d6de8570f8e7.so --cap-lints allow -D warnings`
23332023-10-03T00:24:40.558Z 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`
23342023-10-03T00:24:40.614Z 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`
23352023-10-03T00:24:40.694Z Compiling argon2 v0.5.2
23362023-10-03T00:24:40.700Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=432d5da849165976 -C extra-filename=-432d5da849165976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-782b309d60146739.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-a060a24b40230931.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-b8fbfb8166ce6bd7.rmeta --cap-lints allow -D warnings`
23372023-10-03T00:24:41.437Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=add7283db860befb -C extra-filename=-add7283db860befb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rmeta --cap-lints allow -D warnings`
23382023-10-03T00:24:41.803Z 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=b6480b0797d0c153 -C extra-filename=-b6480b0797d0c153 --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-87506709703347be.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --cap-lints allow -D warnings`
23392023-10-03T00:24:41.833Z 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`
23402023-10-03T00:24:42.313Z 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`
23412023-10-03T00:24:42.587Z 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`
23422023-10-03T00:24:43.177Z 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`
23432023-10-03T00:24:43.543Z 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`
23442023-10-03T00:24:43.920Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a57161a7c3c394e3 -C extra-filename=-a57161a7c3c394e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --cap-lints allow -D warnings`
23452023-10-03T00:24:44.346Z Compiling num_enum v0.5.11
23462023-10-03T00:24:44.354Z 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=687b96da4e15d9f6 -C extra-filename=-687b96da4e15d9f6 --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-72c39f3150c51ec5.so --cap-lints allow -D warnings`
23472023-10-03T00:24:44.652Z 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`
23482023-10-03T00:24:45.117Z 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=a4483e81c3d055ae -C extra-filename=-a4483e81c3d055ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d4a5ad149d515194.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-a57161a7c3c394e3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2a4ca742f7d69463.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c2f02dc85b70eccb.rmeta --cap-lints allow -D warnings`
23492023-10-03T00:24:46.006Z 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="std"' -C metadata=329c2d8829f295b4 -C extra-filename=-329c2d8829f295b4 --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`
23502023-10-03T00:24:46.157Z 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=0e1cd2b465d2c093 -C extra-filename=-0e1cd2b465d2c093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
23512023-10-03T00:24:47.046Z 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`
23522023-10-03T00:24:47.060Z 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`
23532023-10-03T00:24:47.283Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=ab783f3d51260a15 -C extra-filename=-ab783f3d51260a15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
23542023-10-03T00:24:47.726Z 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=8afc270c4e53eef1 -C extra-filename=-8afc270c4e53eef1 --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-efd08e1bf126dc83.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
23552023-10-03T00:24:47.963Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9f8c637bacfbef1 -C extra-filename=-f9f8c637bacfbef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-101470f5fdc93b55.so --cap-lints allow -D warnings`
23562023-10-03T00:24:48.447Z 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`
23572023-10-03T00:24:48.575Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=8b8556d46f061241 -C extra-filename=-8b8556d46f061241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-ab783f3d51260a15.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
23582023-10-03T00:24:48.626Z 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=24fa5f2f08ec0b15 -C extra-filename=-24fa5f2f08ec0b15 --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-329c2d8829f295b4.rmeta --cap-lints allow -D warnings`
23592023-10-03T00:24:48.807Z 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=c39b2dbddf742628 -C extra-filename=-c39b2dbddf742628 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a4483e81c3d055ae.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings`
23602023-10-03T00:24:49.178Z 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`
23612023-10-03T00:24:49.376Z 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`
23622023-10-03T00:24:49.654Z 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`
23632023-10-03T00:24:50.492Z 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`
23642023-10-03T00:25:03.732Z 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`
23652023-10-03T00:25:05.487Z 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`
23662023-10-03T00:25:05.789Z 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`
23672023-10-03T00:25:06.280Z 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`
23682023-10-03T00:25:07.311Z 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`
23692023-10-03T00:25:07.402Z 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=432dd2819e472b52 -C extra-filename=-432dd2819e472b52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-db787835b404c1b7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-24fa5f2f08ec0b15.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-a4483e81c3d055ae.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c39b2dbddf742628.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2b93b56733daa00b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f22b01f5bd53a972.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-42a3f92a98646623.rmeta --cap-lints allow -D warnings`
23702023-10-03T00:25:07.833Z 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`
23712023-10-03T00:25:08.097Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=1824044c80fa9625 -C extra-filename=-1824044c80fa9625 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-da98cd184f1dd7f6.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b8556d46f061241.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
23722023-10-03T00:25:08.377Z Compiling pem v1.1.1
23732023-10-03T00:25:08.702Z 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`
23742023-10-03T00:25:08.906Z 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`
23752023-10-03T00:25:09.385Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=cac88240aa85082d -C extra-filename=-cac88240aa85082d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23762023-10-03T00:25:10.608Z 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`
23772023-10-03T00:25:26.292Z Compiling termtree v0.4.1
23782023-10-03T00:25:27.735Z 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`
23792023-10-03T00:25:28.317Z Compiling cancel-safe-futures v0.1.2
23802023-10-03T00:25:28.803Z 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`
23812023-10-03T00:25:28.926Z 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`
23822023-10-03T00:25:29.157Z 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`
23832023-10-03T00:25:29.361Z 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`
23842023-10-03T00:25:29.814Z 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=8b99655d5810be45 -C extra-filename=-8b99655d5810be45 --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-8afc270c4e53eef1.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-bc4f31821e9492f0.so --cap-lints allow -D warnings`
23852023-10-03T00:25:30.009Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-e7f8e639f8a31ba0/build-script-build`
23862023-10-03T00:25:30.533Z 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`
23872023-10-03T00:25:30.989Z 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`
23882023-10-03T00:25:31.912Z 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=0b53017b174e91c0 -C extra-filename=-0b53017b174e91c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-43a101f42ff0f075.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e09bec773f40c56e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-627f8a0395596055.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-8b99655d5810be45.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
23892023-10-03T00:25:32.064Z 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`
23902023-10-03T00:25:32.290Z Compiling predicates-tree v1.0.9
23912023-10-03T00:25:32.427Z 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`
23922023-10-03T00:25:32.495Z 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`
23932023-10-03T00:25:32.625Z 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`
23942023-10-03T00:25:32.746Z 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`
23952023-10-03T00:25:32.901Z 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`
23962023-10-03T00:25:33.028Z 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`
23972023-10-03T00:25:33.191Z 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`
23982023-10-03T00:25:33.337Z 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`
23992023-10-03T00:25:33.393Z 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`
24002023-10-03T00:25:33.422Z 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`
24012023-10-03T00:25:33.451Z 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`
24022023-10-03T00:25:33.475Z 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`
24032023-10-03T00:25:33.507Z 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`
24042023-10-03T00:25:33.529Z 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`
24052023-10-03T00:25:33.547Z 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=53804aebbf5aafe9 -C extra-filename=-53804aebbf5aafe9 --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-0e1cd2b465d2c093.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-0b53017b174e91c0.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-5b4f08bb8573ea29.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
24062023-10-03T00:25:34.450Z 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`
24072023-10-03T00:25:34.464Z 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`
24082023-10-03T00:25:34.482Z 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`
24092023-10-03T00:25:34.490Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c45eccd38ba8e747 -C extra-filename=-c45eccd38ba8e747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --cap-lints allow -D warnings`
24102023-10-03T00:25:34.499Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3e772cd53145f424 -C extra-filename=-3e772cd53145f424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --cap-lints allow -D warnings`
24112023-10-03T00:25:34.522Z 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`
24122023-10-03T00:25:34.540Z Compiling slog-dtrace v0.2.3
24132023-10-03T00:25:34.567Z 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`
24142023-10-03T00:25:34.576Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e9beb5dc0bba18e8 -C extra-filename=-e9beb5dc0bba18e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-8460fc0220c5b3a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-c45eccd38ba8e747.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --cap-lints allow -D warnings`
24152023-10-03T00:25:34.593Z 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`
24162023-10-03T00:25:34.608Z 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=8f43593812ff568e -C extra-filename=-8f43593812ff568e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c177e433b33898b6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8643221b7cc69ba7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-91f0b1f081d73347.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --cap-lints allow -D warnings`
24172023-10-03T00:25:34.625Z Compiling postcard-cobs v0.1.5-pre
24182023-10-03T00:25:34.640Z 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`
24192023-10-03T00:25:34.652Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b50647bca677c0bc/build-script-build`
24202023-10-03T00:25:34.667Z Compiling postcard v0.7.3
24212023-10-03T00:25:34.679Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=b3898e15b57613ca -C extra-filename=-b3898e15b57613ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-3bf3a2f460e40603.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
24222023-10-03T00:25:34.685Z 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`
24232023-10-03T00:25:34.694Z 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`
24242023-10-03T00:25:34.703Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=077ad26ebebec88c -C extra-filename=-077ad26ebebec88c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --cap-lints allow -D warnings`
24252023-10-03T00:25:34.707Z 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`
24262023-10-03T00:25:34.712Z 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=a437c1b266a2ad22 -C extra-filename=-a437c1b266a2ad22 --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-56a40df49fab5657.so --cap-lints allow -D warnings`
24272023-10-03T00:25:34.718Z 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=6696582ff41d5dd2 -C extra-filename=-6696582ff41d5dd2 --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-db787835b404c1b7.rmeta --cap-lints allow -D warnings`
24282023-10-03T00:25:34.727Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=bc6d8ba924edd9c6 -C extra-filename=-bc6d8ba924edd9c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
24292023-10-03T00:25:34.737Z Compiling smoltcp v0.8.2
24302023-10-03T00:25:34.745Z 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`
24312023-10-03T00:25:34.761Z Compiling headers-core v0.2.0
24322023-10-03T00:25:35.184Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52f12acfd6f2db20 -C extra-filename=-52f12acfd6f2db20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --cap-lints allow -D warnings`
24332023-10-03T00:25:35.617Z Compiling foreign-types-shared v0.3.1
24342023-10-03T00:25:35.629Z 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`
24352023-10-03T00:25:35.637Z Compiling cfg-if v0.1.10
24362023-10-03T00:25:35.645Z 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`
24372023-10-03T00:25:35.663Z Compiling same-file v1.0.6
24382023-10-03T00:25:35.747Z 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`
24392023-10-03T00:25:35.812Z 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`
24402023-10-03T00:25:35.920Z 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`
24412023-10-03T00:25:35.955Z 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`
24422023-10-03T00:25:41.074Z 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`
24432023-10-03T00:25:41.297Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
24442023-10-03T00:25:41.682Z 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`
24452023-10-03T00:25:42.060Z 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`
24462023-10-03T00:25:42.543Z 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`
24472023-10-03T00:25:42.750Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=c9ac4977756b6cdc -C extra-filename=-c9ac4977756b6cdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-5bd884bd06106a6a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-21ec75a685fdc4d7.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
24482023-10-03T00:25:42.916Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a76605271155f73 -C extra-filename=-8a76605271155f73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-bf407bbd00dba7f9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-faf0f6b95c4643ad.rmeta --cap-lints allow -D warnings`
24492023-10-03T00:25:43.012Z 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`
24502023-10-03T00:25:43.045Z Compiling walkdir v2.4.0
24512023-10-03T00:25:43.075Z 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`
24522023-10-03T00:25:43.099Z Compiling foreign-types v0.5.0
24532023-10-03T00:25:43.107Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=95278da0f0883af2 -C extra-filename=-95278da0f0883af2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-d8079752ff45b0c7.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-5accb22857faf085.rmeta --cap-lints allow -D warnings`
24542023-10-03T00:25:43.135Z Compiling headers v0.3.9
24552023-10-03T00:25:43.144Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=503ab657e54ee27f -C extra-filename=-503ab657e54ee27f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-52f12acfd6f2db20.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-9d527a8623cb7b22.rmeta --cap-lints allow -D warnings`
24562023-10-03T00:25:43.159Z 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=da101a990efef9a3 -C extra-filename=-da101a990efef9a3 --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-db787835b404c1b7.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-6696582ff41d5dd2.rmeta --cap-lints allow -D warnings`
24572023-10-03T00:25:43.175Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
24582023-10-03T00:25:43.196Z 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/de6369a/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=291acbfe00c72384 -C extra-filename=-291acbfe00c72384 --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_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-687b96da4e15d9f6.rmeta --cap-lints allow -D warnings`
24592023-10-03T00:25:43.214Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0534f90f33648f82 -C extra-filename=-0534f90f33648f82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-6a1860f3303f1bff.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --cap-lints allow -D warnings`
24602023-10-03T00:25:43.234Z 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`
24612023-10-03T00:25:43.260Z 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`
24622023-10-03T00:25:43.280Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0eb9cec79b031a1c -C extra-filename=-0eb9cec79b031a1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-ec366f050dc34d1e.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --cap-lints allow -D warnings`
24632023-10-03T00:25:43.292Z 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`
24642023-10-03T00:25:43.306Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
24652023-10-03T00:25:43.319Z 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=1e54fce7e5cda577 -C extra-filename=-1e54fce7e5cda577 --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-94afb5431936cec3.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b3898e15b57613ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0daa2164dc9cf3da.rmeta --cap-lints allow -D warnings`
24662023-10-03T00:25:43.340Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4080cdfd12d50d60 -C extra-filename=-4080cdfd12d50d60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24672023-10-03T00:25:43.371Z 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`
24682023-10-03T00:25:43.792Z Compiling cstr-argument v0.1.2
24692023-10-03T00:25:43.801Z 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`
24702023-10-03T00:25:43.810Z 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`
24712023-10-03T00:25:43.821Z Compiling pretty-hex v0.2.1
24722023-10-03T00:25:43.834Z 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`
24732023-10-03T00:25:43.852Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24742023-10-03T00:25:44.284Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24752023-10-03T00:25:44.298Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
24762023-10-03T00:25:44.722Z 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`
24772023-10-03T00:25:44.739Z 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`
24782023-10-03T00:25:44.758Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ae448c753b3ab8f -C extra-filename=-6ae448c753b3ab8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-39135e009da5126f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-95278da0f0883af2.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-1393588997e7b71f.rmeta --cap-lints allow -D warnings`
24792023-10-03T00:25:44.781Z 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=3b6195edad4660af -C extra-filename=-3b6195edad4660af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e0ead9d61c4251ce.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.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-da101a990efef9a3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
24802023-10-03T00:25:44.790Z 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/de6369a/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=d6747a67eb12a775 -C extra-filename=-d6747a67eb12a775 --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-291acbfe00c72384.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-687b96da4e15d9f6.rmeta --cap-lints allow -D warnings`
24812023-10-03T00:25:44.802Z 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=954f361d484ac4e4 -C extra-filename=-954f361d484ac4e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-0eb9cec79b031a1c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-f9b644842415243e.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8d764ac0566c5587.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-8460fc0220c5b3a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-0534f90f33648f82.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-627f8a0395596055.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5325d6d9b9946615.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-59c97ed400ba404a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4080cdfd12d50d60.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e772cd53145f424.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e9beb5dc0bba18e8.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-c45eccd38ba8e747.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f73b20e62901ca19.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c8ce1e8f8421d516.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
24822023-10-03T00:25:44.814Z 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=2df194403c48dc71 -C extra-filename=-2df194403c48dc71 --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-fafcef20193987bf.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-1e54fce7e5cda577.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b3898e15b57613ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0daa2164dc9cf3da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4ac7171c55386a7a.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
24832023-10-03T00:25:44.820Z 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=bad1243de8671081 -C extra-filename=-bad1243de8671081 --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-687b96da4e15d9f6.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9248b1a20cd2c87d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --cap-lints allow -D warnings`
24842023-10-03T00:25:44.824Z Compiling colored v2.0.4
24852023-10-03T00:25:44.828Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=7a03baaad2385066 -C extra-filename=-7a03baaad2385066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-c9ac4977756b6cdc.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --cap-lints allow -D warnings`
24862023-10-03T00:25:44.833Z 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=16df8980a5e5619c -C extra-filename=-16df8980a5e5619c --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-f96502417fd063e7.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
24872023-10-03T00:25:44.838Z 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`
24882023-10-03T00:25:44.843Z 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`
24892023-10-03T00:25:44.850Z 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=f611583267c79763 -C extra-filename=-f611583267c79763 --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-8f0ba65df9808a27.so --cap-lints allow -D warnings -l door`
24902023-10-03T00:25:44.854Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce70869f4e9f7662 -C extra-filename=-ce70869f4e9f7662 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b0eeb3267f880acc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --cap-lints allow -D warnings`
24912023-10-03T00:25:44.859Z 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=8b8f2d0fe5768a51 -C extra-filename=-8b8f2d0fe5768a51 --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-ecf3929afd1d063e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24922023-10-03T00:25:44.864Z 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`
24932023-10-03T00:25:44.869Z 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`
24942023-10-03T00:25:44.874Z 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`
24952023-10-03T00:25:44.880Z 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`
24962023-10-03T00:25:44.887Z 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`
24972023-10-03T00:25:44.901Z 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=7f1dfcfec795f317 -C extra-filename=-7f1dfcfec795f317 --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-db787835b404c1b7.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0b932e1a727800e8.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-597a87249761323b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24982023-10-03T00:25:44.910Z 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=6ddb8dacd2892ec9 -C extra-filename=-6ddb8dacd2892ec9 --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-8b8f2d0fe5768a51.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-65ecef9a90fe8152.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-7a03baaad2385066.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f8c637bacfbef1.rmeta --cap-lints allow -D warnings`
24992023-10-03T00:25:44.920Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=8a46cebc3dfd1f31 -C extra-filename=-8a46cebc3dfd1f31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-28d0743063766c5f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
25002023-10-03T00:25:44.928Z 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=497df3e4d8f72a1d -C extra-filename=-497df3e4d8f72a1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-ce70869f4e9f7662.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-bad1243de8671081.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-687b96da4e15d9f6.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6ae448c753b3ab8f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-1393588997e7b71f.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-f611583267c79763.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-27d2ec1b4f6cd9d1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings -l kstat`
25012023-10-03T00:25:44.933Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
25022023-10-03T00:25:44.939Z 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=96ba65ce4e879ce4 -C extra-filename=-96ba65ce4e879ce4 --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-2df194403c48dc71.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0daa2164dc9cf3da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4ac7171c55386a7a.rmeta --cap-lints allow -D warnings`
25032023-10-03T00:25:44.945Z 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=ad903b1003beeac0 -C extra-filename=-ad903b1003beeac0 --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-16df8980a5e5619c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --cap-lints allow -D warnings`
25042023-10-03T00:25:44.950Z 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`
25052023-10-03T00:25:44.958Z Compiling rcgen v0.10.0
25062023-10-03T00:25:44.965Z 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=d79c389450e481aa -C extra-filename=-d79c389450e481aa --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-111f716061dcffff.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
25072023-10-03T00:25:44.974Z 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`
25082023-10-03T00:25:44.979Z Compiling predicates v2.1.5
25092023-10-03T00:25:44.992Z 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`
25102023-10-03T00:25:45.000Z Compiling subprocess v0.2.9
25112023-10-03T00:25:45.007Z 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`
25122023-10-03T00:25:45.019Z 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`
25132023-10-03T00:25:45.046Z Compiling fragile v2.0.0
25142023-10-03T00:25:45.069Z 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`
25152023-10-03T00:25:45.541Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5e6635a7a320513 -C extra-filename=-d5e6635a7a320513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25162023-10-03T00:25:45.554Z Compiling downcast v0.11.0
25172023-10-03T00:25:45.571Z 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-03T00:25:45.584Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=4cbafaba7eb8653e -C extra-filename=-4cbafaba7eb8653e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-d5e6635a7a320513.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-52aa3280b80b056c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
25192023-10-03T00:25:45.594Z Compiling mockall v0.11.4
25202023-10-03T00:25:45.602Z 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=06dfca46eba4276e -C extra-filename=-06dfca46eba4276e --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-9dd23f9535a12e5d.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`
25212023-10-03T00:25:45.616Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
25222023-10-03T00:25:45.630Z 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=43f7d35b16a38cc2 -C extra-filename=-43f7d35b16a38cc2 --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-497df3e4d8f72a1d.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-2df194403c48dc71.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-96ba65ce4e879ce4.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b3898e15b57613ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --cap-lints allow -D warnings`
25232023-10-03T00:25:45.648Z 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`
25242023-10-03T00:25:45.677Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=d23fef18370be248 -C extra-filename=-d23fef18370be248 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-cce3fa7d3348b524.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-258c6c3c80c925b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-28e012a9a5d1528a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8e044772089bbb07.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-481036e0ceb810d1.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-f5b4f755c0de68a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --cap-lints allow -D warnings`
25252023-10-03T00:25:45.694Z Compiling zone v0.2.0
25262023-10-03T00:25:45.699Z 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=e2591b0dad99b00b -C extra-filename=-e2591b0dad99b00b --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-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9ea68d5abd5fc36e.so --cap-lints allow -D warnings`
25272023-10-03T00:25:45.721Z 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=be276a5e64db1418 -C extra-filename=-be276a5e64db1418 --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-ddad71d02e7865de.rmeta --cap-lints allow -D warnings`
25282023-10-03T00:25:45.742Z Compiling smf v0.2.2
25292023-10-03T00:25:45.759Z 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=a5846f77ae586a33 -C extra-filename=-a5846f77ae586a33 --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-dbef2d1cf20de289.rmeta --cap-lints allow -D warnings`
25302023-10-03T00:25:45.770Z 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`
25312023-10-03T00:25:45.788Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-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="std"' -C metadata=596fc2de38285be7 -C extra-filename=-596fc2de38285be7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25322023-10-03T00:25:46.787Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=5e1d835b81178bae -C extra-filename=-5e1d835b81178bae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-46d91b9d71140d62.so --cap-lints allow -D warnings`
25332023-10-03T00:25:46.833Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=bf8ee3426d2f6eed -C extra-filename=-bf8ee3426d2f6eed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --cap-lints allow -D warnings`
25342023-10-03T00:25:46.880Z 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=79aa5de0256792b0 -C extra-filename=-79aa5de0256792b0 --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-f96502417fd063e7.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --cap-lints allow -D warnings`
25352023-10-03T00:25:47.037Z Compiling filetime v0.2.22
25362023-10-03T00:25:47.060Z 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`
25372023-10-03T00:25:47.486Z Compiling xattr v1.0.1
25382023-10-03T00:25:47.497Z 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`
25392023-10-03T00:25:47.511Z Compiling tar v0.4.40
25402023-10-03T00:25:47.526Z 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`
25412023-10-03T00:25:47.954Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6285dc69fecfe350 -C extra-filename=-6285dc69fecfe350 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
25422023-10-03T00:25:47.975Z 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=b99a876f1357d210 -C extra-filename=-b99a876f1357d210 --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-3a1df7436d3a33b2.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --cap-lints allow -D warnings`
25432023-10-03T00:25:47.997Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=ba1bb0cfb667bb3b -C extra-filename=-ba1bb0cfb667bb3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
25442023-10-03T00:25:48.016Z Compiling toml v0.5.11
25452023-10-03T00:25:48.445Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b773202069bd6b7d -C extra-filename=-b773202069bd6b7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
25462023-10-03T00:25:48.474Z Compiling linked-hash-map v0.5.6
25472023-10-03T00:25:48.499Z 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`
25482023-10-03T00:25:48.512Z Compiling termcolor v1.2.0
25492023-10-03T00:25:48.526Z 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`
25502023-10-03T00:25:48.540Z Compiling lru-cache v0.1.2
25512023-10-03T00:25:48.564Z 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`
25522023-10-03T00:25:48.599Z Compiling heck v0.3.3
25532023-10-03T00:25:48.630Z 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`
25542023-10-03T00:25:48.726Z Compiling libefi-sys v0.1.0
25552023-10-03T00:25:48.739Z 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`
25562023-10-03T00:25:49.116Z Compiling structopt-derive v0.4.18
25572023-10-03T00:25:49.133Z 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=8c8d87e8293428df -C extra-filename=-8c8d87e8293428df --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-45ca554d4d76a8fb.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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
25582023-10-03T00:25:49.237Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-1158a15115eed9ac/build-script-build`
25592023-10-03T00:25:49.718Z Compiling num-rational v0.4.1
25602023-10-03T00:25:49.743Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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`
25612023-10-03T00:25:49.765Z 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`
25622023-10-03T00:25:49.818Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-99162a4e56925e75/build-script-build`
25632023-10-03T00:25:50.268Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
25642023-10-03T00:25:50.277Z 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`
25652023-10-03T00:25:50.288Z Compiling memoffset v0.7.1
25662023-10-03T00:25:50.302Z 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`
25672023-10-03T00:25:50.432Z Compiling ciborium-io v0.2.1
25682023-10-03T00:25:50.450Z 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`
25692023-10-03T00:25:50.618Z Compiling half v1.8.2
25702023-10-03T00:25:51.070Z 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`
25712023-10-03T00:25:51.088Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-abaa9ff8abe75c60/build-script-build`
25722023-10-03T00:25:51.145Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-706e9a1f01d73e8d/build-script-build`
25732023-10-03T00:25:51.163Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=64414cde18fc6a1e -C extra-filename=-64414cde18fc6a1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a131e608b4de3222.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-67b3a97310d3adae.rmeta --cap-lints allow -D warnings`
25742023-10-03T00:25:51.178Z 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`
25752023-10-03T00:25:51.191Z Compiling der_derive v0.7.2
25762023-10-03T00:25:51.236Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=6cd7ba7c65b5986e -C extra-filename=-6cd7ba7c65b5986e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
25772023-10-03T00:25:51.507Z Compiling ciborium-ll v0.2.1
25782023-10-03T00:25:51.529Z 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`
25792023-10-03T00:25:51.688Z 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`
25802023-10-03T00:25:52.180Z 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`
25812023-10-03T00:25:52.205Z Compiling ciborium v0.2.1
25822023-10-03T00:25:52.221Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=021505f18bc0cefc -C extra-filename=-021505f18bc0cefc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-49ddd11f1d07ad2c.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-62611a479637c341.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
25832023-10-03T00:25:52.240Z 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=196d58d1e0d9655b -C extra-filename=-196d58d1e0d9655b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --cap-lints allow -D warnings`
25842023-10-03T00:25:52.823Z 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`
25852023-10-03T00:25:53.351Z Compiling arc-swap v1.6.0
25862023-10-03T00:25:53.377Z 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`
25872023-10-03T00:25:53.853Z Compiling doc-comment v0.3.3
25882023-10-03T00:25:53.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/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`
25892023-10-03T00:25:54.033Z Compiling semver-parser v0.10.2
25902023-10-03T00:25:54.057Z 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=0c80ffd06fee53bf -C extra-filename=-0c80ffd06fee53bf --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-56404a7e04aec93d.rmeta --cap-lints allow -D warnings`
25912023-10-03T00:25:54.484Z Compiling slog-scope v4.4.0
25922023-10-03T00:25:54.959Z 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`
25932023-10-03T00:25:54.967Z Compiling maybe-uninit v2.0.0
25942023-10-03T00:25:54.975Z 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`
25952023-10-03T00:25:54.980Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-62aaeeb6f8774758/build-script-build`
25962023-10-03T00:25:54.984Z Compiling slog-stdlog v4.1.1
25972023-10-03T00:25:54.990Z 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`
25982023-10-03T00:25:54.996Z Compiling home v0.5.5
25992023-10-03T00:25:55.002Z 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`
26002023-10-03T00:25:55.314Z Compiling semver v0.11.0
26012023-10-03T00:25:55.318Z 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=38c2994ec2d485f2 -C extra-filename=-38c2994ec2d485f2 --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-0c80ffd06fee53bf.rmeta --cap-lints allow -D warnings`
26022023-10-03T00:25:55.322Z Compiling slog-envlogger v2.2.0
26032023-10-03T00:25:55.327Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-c54beb0e4cae16b8/build-script-build`
26042023-10-03T00:25:55.331Z 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`
26052023-10-03T00:25:55.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=a455e46490f5db4c -C extra-filename=-a455e46490f5db4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rmeta --cap-lints allow -D warnings`
26062023-10-03T00:25:55.402Z Compiling newline-converter v0.3.0
26072023-10-03T00:25:55.406Z 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`
26082023-10-03T00:25:55.469Z Compiling itertools v0.11.0
26092023-10-03T00:25:55.906Z 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`
26102023-10-03T00:25:55.948Z Compiling expectorate v1.0.7
26112023-10-03T00:25:55.953Z 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.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef3792f35c5aa142 -C extra-filename=-ef3792f35c5aa142 --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`
26122023-10-03T00:25:55.958Z Compiling toolchain_find v0.2.0
26132023-10-03T00:25:55.965Z 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=cccd55b1a95d9693 -C extra-filename=-cccd55b1a95d9693 --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-38c2994ec2d485f2.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
26142023-10-03T00:25:56.261Z Compiling packed_struct v0.10.1
26152023-10-03T00:25:56.305Z 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`
26162023-10-03T00:25:56.434Z Compiling rustfmt-wrapper v0.2.0
26172023-10-03T00:25:56.475Z 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=df8bd7e6e160dfc0 -C extra-filename=-df8bd7e6e160dfc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b773202069bd6b7d.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-cccd55b1a95d9693.rmeta --cap-lints allow -D warnings`
26182023-10-03T00:25:56.638Z Compiling num-bigint-dig v0.8.4
26192023-10-03T00:25:56.680Z 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`
26202023-10-03T00:25:56.793Z 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=34e001581c72b63a -C extra-filename=-34e001581c72b63a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f64d4eba8943483c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
26212023-10-03T00:25:56.961Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-988272fc4dbc344d/build-script-build`
26222023-10-03T00:25:57.008Z Compiling packed_struct_codegen v0.10.1
26232023-10-03T00:25:57.030Z 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=b8e29798ba6ba74c -C extra-filename=-b8e29798ba6ba74c --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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
26242023-10-03T00:25:57.218Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-6a664c1333148890/build-script-build`
26252023-10-03T00:25:57.225Z Compiling signal-hook v0.3.17
26262023-10-03T00:25:57.231Z 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`
26272023-10-03T00:25:57.447Z 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=541e66e3feac32c2 -C extra-filename=-541e66e3feac32c2 --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-34e001581c72b63a.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-54515f2bb19ef8d9.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-5b4f08bb8573ea29.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
26282023-10-03T00:25:57.466Z Compiling omicron-zone-package v0.8.3
26292023-10-03T00:25:57.487Z 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=65185488e8fd4341 -C extra-filename=-65185488e8fd4341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22f0e92716fd3dd8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f64d4eba8943483c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
26302023-10-03T00:25:57.505Z Compiling hkdf v0.12.3
26312023-10-03T00:25:57.940Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=c30307398ce35dec -C extra-filename=-c30307398ce35dec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e2fa31f9ec4bde72.rmeta --cap-lints allow -D warnings`
26322023-10-03T00:25:57.965Z 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=98934391a023988e -C extra-filename=-98934391a023988e --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-f96502417fd063e7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-41eb75ae05dd33a0.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-74d47f15a558efa2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-1e059489202cc3da.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-64414cde18fc6a1e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-1bb0dda453c8a681.rmeta --cap-lints allow -D warnings`
26332023-10-03T00:25:58.404Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-459b558acf2c7476/build-script-build`
26342023-10-03T00:25:58.486Z Compiling resolv-conf v0.7.0
26352023-10-03T00:25:58.501Z 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`
26362023-10-03T00:25:58.517Z Compiling keccak v0.1.4
26372023-10-03T00:25:58.531Z 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`
26382023-10-03T00:25:59.224Z Compiling trust-dns-resolver v0.22.0
26392023-10-03T00:25:59.244Z 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=1fc4d4b81d389829 -C extra-filename=-1fc4d4b81d389829 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-dd28c09b5feb1ada.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-200d49a783fb0077.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-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rmeta --cap-lints allow -D warnings`
26402023-10-03T00:25:59.485Z Compiling sha3 v0.10.8
26412023-10-03T00:25:59.914Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea0b627c9a739c90 -C extra-filename=-ea0b627c9a739c90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-92f50817b0eeb6f1.rmeta --cap-lints allow -D warnings`
26422023-10-03T00:26:00.606Z Compiling secrecy v0.8.0
26432023-10-03T00:26:00.625Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=67af7ec5eec9fdb2 -C extra-filename=-67af7ec5eec9fdb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
26442023-10-03T00:26:01.349Z Compiling snafu-derive v0.7.5
26452023-10-03T00:26:01.372Z 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=9c012307bcb8167a -C extra-filename=-9c012307bcb8167a --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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
26462023-10-03T00:26:01.388Z Compiling derive-where v1.2.5
26472023-10-03T00:26:01.407Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=afee5f4e0d082cdb -C extra-filename=-afee5f4e0d082cdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
26482023-10-03T00:26:02.262Z Compiling textwrap v0.11.0
26492023-10-03T00:26:02.363Z 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`
26502023-10-03T00:26:03.075Z Compiling vec_map v0.8.2
26512023-10-03T00:26:08.003Z 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`
26522023-10-03T00:26:08.182Z Compiling ansi_term v0.12.1
26532023-10-03T00:26:08.267Z 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`
26542023-10-03T00:26:12.686Z Compiling strsim v0.8.0
26552023-10-03T00:26:13.005Z 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`
26562023-10-03T00:26:13.115Z Compiling clap v2.34.0
26572023-10-03T00:26:13.409Z 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`
26582023-10-03T00:26:13.820Z Compiling fxhash v0.2.1
26592023-10-03T00:26:21.109Z 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`
26602023-10-03T00:26:21.694Z Compiling parking_lot_core v0.8.6
26612023-10-03T00:26:21.958Z 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`
26622023-10-03T00:26:22.347Z Compiling convert_case v0.4.0
26632023-10-03T00:26:23.058Z 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`
26642023-10-03T00:26:23.713Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-0e0fd8b046761d0f/build-script-build`
26652023-10-03T00:26:23.949Z 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`
26662023-10-03T00:26:24.132Z Compiling derive_more v0.99.17
26672023-10-03T00:26:24.262Z 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=e6b4ea7ed68fff08 -C extra-filename=-e6b4ea7ed68fff08 --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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
26682023-10-03T00:26:24.298Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26692023-10-03T00:26:24.725Z 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=f8db91097aaf0b09 -C extra-filename=-f8db91097aaf0b09 --out-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-687b96da4e15d9f6.rmeta --cap-lints allow -D warnings`
26702023-10-03T00:26:24.738Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26712023-10-03T00:26:24.764Z 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=9198960e7c62598c -C extra-filename=-9198960e7c62598c --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-dbef2d1cf20de289.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings`
26722023-10-03T00:26:24.787Z Compiling camino-tempfile v1.0.2
26732023-10-03T00:26:24.804Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e024817691b4c70e -C extra-filename=-e024817691b4c70e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --cap-lints allow -D warnings`
26742023-10-03T00:26:24.830Z Compiling pem-rfc7468 v0.7.0
26752023-10-03T00:26:24.846Z 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`
26762023-10-03T00:26:24.866Z Compiling flagset v0.4.3
26772023-10-03T00:26:24.888Z 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`
26782023-10-03T00:26:24.908Z Compiling der v0.7.8
26792023-10-03T00:26:24.927Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=3a31948fe77ef9a9 -C extra-filename=-3a31948fe77ef9a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-6cd7ba7c65b5986e.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-6ee4b59674ba91f2.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-1c510a5ccd5dd270.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
26802023-10-03T00:26:24.956Z 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-03T00:26:25.415Z Compiling libz-sys v1.1.12
26822023-10-03T00:26:25.852Z 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`
26832023-10-03T00:26:25.870Z Compiling structopt v0.3.26
26842023-10-03T00:26:25.917Z 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=45ca5131d13d7cbe -C extra-filename=-45ca5131d13d7cbe --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-8c8d87e8293428df.so --cap-lints allow -D warnings`
26852023-10-03T00:26:25.945Z 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=61245e22e6eb79fc -C extra-filename=-61245e22e6eb79fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f8db91097aaf0b09.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-45ca5131d13d7cbe.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -l static=pci`
26862023-10-03T00:26:26.436Z Compiling glob v0.3.1
26872023-10-03T00:26:26.475Z 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`
26882023-10-03T00:26:27.039Z Compiling humantime v2.1.0
26892023-10-03T00:26:27.047Z 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`
26902023-10-03T00:26:27.056Z Compiling utf-8 v0.7.6
26912023-10-03T00:26:27.065Z 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`
26922023-10-03T00:26:27.082Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-38aaebad2ae4c5bd/build-script-build`
26932023-10-03T00:26:27.098Z 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`
26942023-10-03T00:26:27.109Z Compiling num-complex v0.4.4
26952023-10-03T00:26:27.119Z 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`
26962023-10-03T00:26:27.132Z Compiling spki v0.7.2
26972023-10-03T00:26:27.145Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=47c592f0fe50e622 -C extra-filename=-47c592f0fe50e622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3a31948fe77ef9a9.rmeta --cap-lints allow -D warnings`
26982023-10-03T00:26:27.166Z Compiling crc-catalog v2.2.0
26992023-10-03T00:26:27.191Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92a61a3f45d34b2a -C extra-filename=-92a61a3f45d34b2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27002023-10-03T00:26:27.619Z Compiling crc v3.0.1
27012023-10-03T00:26:27.642Z 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`
27022023-10-03T00:26:27.668Z Compiling num v0.4.1
27032023-10-03T00:26:27.695Z 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`
27042023-10-03T00:26:27.724Z Compiling pkcs8 v0.10.2
27052023-10-03T00:26:27.747Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=bfa32c241a9984a3 -C extra-filename=-bfa32c241a9984a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3a31948fe77ef9a9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --cap-lints allow -D warnings`
27062023-10-03T00:26:27.769Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
27072023-10-03T00:26:27.800Z 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=10ca6c3905d86f31 -C extra-filename=-10ca6c3905d86f31 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-10ca6c3905d86f31 -C 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-65185488e8fd4341.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-541e66e3feac32c2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-df8bd7e6e160dfc0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
27082023-10-03T00:26:28.234Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
27092023-10-03T00:26:28.256Z 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=431fbba322c94de4 -C extra-filename=-431fbba322c94de4 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-431fbba322c94de4 -C 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-65185488e8fd4341.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-541e66e3feac32c2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-df8bd7e6e160dfc0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
27102023-10-03T00:26:28.277Z 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`
27112023-10-03T00:26:28.307Z 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`
27122023-10-03T00:26:28.331Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=79430cab0e5b6651 -C extra-filename=-79430cab0e5b6651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --cap-lints allow -D warnings`
27132023-10-03T00:26:28.769Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
27142023-10-03T00:26:28.789Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=2e176290cca0c6aa -C extra-filename=-2e176290cca0c6aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
27152023-10-03T00:26:28.814Z Compiling libgit2-sys v0.15.2+1.6.4
27162023-10-03T00:26:28.836Z 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`
27172023-10-03T00:26:28.855Z Compiling buf-list v1.0.3
27182023-10-03T00:26:28.896Z 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`
27192023-10-03T00:26:29.325Z Compiling nodrop v0.1.14
27202023-10-03T00:26:29.759Z 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`
27212023-10-03T00:26:29.782Z Compiling array-init v0.0.4
27222023-10-03T00:26:29.802Z 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`
27232023-10-03T00:26:29.813Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dfc526e4e73cd794/build-script-build`
27242023-10-03T00:26:29.822Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c9d918e305aedec7/build-script-build`
27252023-10-03T00:26:29.834Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=5085e20565657c3d -C extra-filename=-5085e20565657c3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-b05c14ecce3e035f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-79430cab0e5b6651.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-af618963650e6f47.rmeta --cap-lints allow -D warnings`
27262023-10-03T00:26:29.853Z Compiling smallvec v0.6.14
27272023-10-03T00:26:29.871Z 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`
27282023-10-03T00:26:29.887Z Compiling pkcs1 v0.7.5
27292023-10-03T00:26:29.905Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=ceb07c98e02c8eca -C extra-filename=-ceb07c98e02c8eca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3a31948fe77ef9a9.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-bfa32c241a9984a3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --cap-lints allow -D warnings`
27302023-10-03T00:26:29.927Z 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`
27312023-10-03T00:26:29.950Z 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=e58cd96713663390 -C extra-filename=-e58cd96713663390 --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-b8e29798ba6ba74c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
27322023-10-03T00:26:29.972Z 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`
27332023-10-03T00:26:29.994Z 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=47c9b21f0ff042ec -C extra-filename=-47c9b21f0ff042ec --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-0d3d8ad1198c025f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg has_i128`
27342023-10-03T00:26:30.015Z 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`
27352023-10-03T00:26:30.031Z Compiling libsqlite3-sys v0.26.0
27362023-10-03T00:26:30.050Z 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`
27372023-10-03T00:26:30.074Z Compiling linear-map v1.2.0
27382023-10-03T00:26:30.091Z 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`
27392023-10-03T00:26:30.106Z Compiling bitfield v0.14.0
27402023-10-03T00:26:30.123Z 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`
27412023-10-03T00:26:30.135Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-c723b1409432947a/build-script-build`
27422023-10-03T00:26:30.146Z Compiling serde-hex v0.1.0
27432023-10-03T00:26:30.163Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d085a83248d8c62e -C extra-filename=-d085a83248d8c62e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-b9e2e8ac6595d46c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-bea6718cfa7ebd7c.rmeta --cap-lints allow -D warnings`
27442023-10-03T00:26:30.174Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27452023-10-03T00:26:30.183Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b5bb66dc55094da2 -C extra-filename=-b5bb66dc55094da2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c30b11e334d30cbb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4ac7171c55386a7a.rmeta --cap-lints allow -D warnings`
27462023-10-03T00:26:30.197Z Compiling x509-cert v0.2.4
27472023-10-03T00:26:30.214Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e6cb9e5a8e37385f -C extra-filename=-e6cb9e5a8e37385f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3a31948fe77ef9a9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --cap-lints allow -D warnings`
27482023-10-03T00:26:30.229Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9)
27492023-10-03T00:26:30.247Z 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/4051a3b/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=38e76438b48f4c03 -C extra-filename=-38e76438b48f4c03 --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-0dbc73337a387043.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e58cd96713663390.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
27502023-10-03T00:26:32.908Z Compiling rsa v0.9.2
27512023-10-03T00:26:32.931Z 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=d263e70dd8478e32 -C extra-filename=-d263e70dd8478e32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-47c9b21f0ff042ec.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-ceb07c98e02c8eca.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-bfa32c241a9984a3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-07e0d382b4c2f45a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
27522023-10-03T00:26:34.398Z Compiling env_logger v0.10.0
27532023-10-03T00:26:34.415Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=caaf69f28d8858bc -C extra-filename=-caaf69f28d8858bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b0eeb3267f880acc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings`
27542023-10-03T00:26:36.328Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c07054e5af12402 -C extra-filename=-3c07054e5af12402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-faf0f6b95c4643ad.rmeta --cap-lints allow -D warnings`
27552023-10-03T00:26:36.547Z Compiling vergen v8.2.4
27562023-10-03T00:26:36.568Z 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`
27572023-10-03T00:26:36.885Z Compiling ron v0.8.1
27582023-10-03T00:26:36.924Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=bb87d96285a96492 -C extra-filename=-bb87d96285a96492 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
27592023-10-03T00:26:37.053Z Compiling platforms v3.0.2
27602023-10-03T00:26:37.070Z 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`
27612023-10-03T00:26:38.062Z Compiling crc-any v2.4.3
27622023-10-03T00:26:38.070Z 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`
27632023-10-03T00:26:38.590Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-243a3ebd6f4bb29d/build-script-build`
27642023-10-03T00:26:38.632Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-54d05458c93ea298/build-script-build`
27652023-10-03T00:26:38.677Z Compiling object v0.30.4
27662023-10-03T00:26:38.690Z 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=251725e0226df094 -C extra-filename=-251725e0226df094 --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-f687f00cf405d2a2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
27672023-10-03T00:26:38.760Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-10ca6c3905d86f31/build-script-build`
27682023-10-03T00:26:39.194Z Compiling unicase v2.7.0
27692023-10-03T00:26:39.216Z 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`
27702023-10-03T00:26:39.405Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-431fbba322c94de4/build-script-build`
27712023-10-03T00:26:39.572Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27722023-10-03T00:26:39.594Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16151a8d7c6d0d64 -C extra-filename=-16151a8d7c6d0d64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-bb87d96285a96492.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b5bb66dc55094da2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4ac7171c55386a7a.rmeta --cap-lints allow -D warnings`
27732023-10-03T00:26:39.875Z Compiling path-slash v0.1.5
27742023-10-03T00:26:39.892Z 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`
27752023-10-03T00:26:40.191Z 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`
27762023-10-03T00:26:40.227Z Compiling semver v0.1.20
27772023-10-03T00:26:40.256Z 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`
27782023-10-03T00:26:40.792Z Compiling rustc_version v0.1.7
27792023-10-03T00:26:40.812Z 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`
27802023-10-03T00:26:40.872Z 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`
27812023-10-03T00:26:41.825Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-5660e863eee03aea/build-script-build`
27822023-10-03T00:26:41.845Z 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`
27832023-10-03T00:26:42.282Z Compiling tungstenite v0.18.0
27842023-10-03T00:26:42.295Z 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=1b31b1f69f70dcbd -C extra-filename=-1b31b1f69f70dcbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ad8c311fcc61d255.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-9d527a8623cb7b22.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.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`
27852023-10-03T00:26:42.730Z Compiling newtype_derive v0.1.6
27862023-10-03T00:26:42.752Z 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`
27872023-10-03T00:26:42.773Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
27882023-10-03T00:26:42.800Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/bb69a3a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9a57dc6e53177fd -C extra-filename=-d9a57dc6e53177fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --cap-lints allow -D warnings`
27892023-10-03T00:26:43.244Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-d48068054ac0ebfe/build-script-build`
27902023-10-03T00:26:43.257Z Compiling curve25519-dalek v4.1.0
27912023-10-03T00:26:43.264Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=ebb1b168ca6fac8c -C extra-filename=-ebb1b168ca6fac8c --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ebb1b168ca6fac8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-d61d69e171e8bb3d.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a8217c8e972a0c2f.rlib --cap-lints allow -D warnings`
27922023-10-03T00:26:43.270Z 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`
27932023-10-03T00:26:43.295Z 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=5f02a604adadca59 -C extra-filename=-5f02a604adadca59 --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-72c39f3150c51ec5.so --cap-lints allow -D warnings`
27942023-10-03T00:26:43.309Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ebb1b168ca6fac8c/build-script-build`
27952023-10-03T00:26:43.325Z Compiling num_enum_derive v0.7.0
27962023-10-03T00:26:43.338Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=5ddafdfd999bec0a -C extra-filename=-5ddafdfd999bec0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-1fd3c9aa859e2a37.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
27972023-10-03T00:26:43.447Z Compiling tokio-tungstenite v0.18.0
27982023-10-03T00:26:44.320Z 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=5befc55ed23c5786 -C extra-filename=-5befc55ed23c5786 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-1b31b1f69f70dcbd.rmeta --cap-lints allow -D warnings`
27992023-10-03T00:26:44.336Z Compiling thiserror-impl-no-std v2.0.2
28002023-10-03T00:26:44.357Z 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=d14d8d3bb8f6e0dd -C extra-filename=-d14d8d3bb8f6e0dd --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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
28012023-10-03T00:26:44.381Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
28022023-10-03T00:26:44.413Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=fc36a7f490410689 -C extra-filename=-fc36a7f490410689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
28032023-10-03T00:26:44.995Z Compiling curve25519-dalek-derive v0.1.0
28042023-10-03T00:26:45.009Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=bca008ad4ed5c094 -C extra-filename=-bca008ad4ed5c094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
28052023-10-03T00:26:45.385Z Compiling rayon-core v1.11.0
28062023-10-03T00:26:45.404Z 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`
28072023-10-03T00:26:45.940Z Compiling diff v0.1.13
28082023-10-03T00:26:45.957Z 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`
28092023-10-03T00:26:46.351Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-fcb4eda107d72842/build-script-build`
28102023-10-03T00:26:46.807Z Compiling mime_guess v2.0.4
28112023-10-03T00:26:46.882Z 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`
28122023-10-03T00:26:46.898Z Compiling snafu v0.7.5
28132023-10-03T00:26:46.917Z 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=d8a2d906efefc81b -C extra-filename=-d8a2d906efefc81b --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-9c012307bcb8167a.so --cap-lints allow -D warnings`
28142023-10-03T00:26:47.133Z Compiling nibble_vec v0.1.0
28152023-10-03T00:26:47.150Z 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`
28162023-10-03T00:26:47.512Z 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`
28172023-10-03T00:26:47.965Z Compiling endian-type v0.1.2
28182023-10-03T00:26:47.970Z 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`
28192023-10-03T00:26:47.977Z 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`
28202023-10-03T00:26:47.991Z Compiling radix_trie v0.2.1
28212023-10-03T00:26:48.004Z 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`
28222023-10-03T00:26:48.027Z 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`
28232023-10-03T00:26:48.385Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-53198ae6adcf68cc/build-script-build`
28242023-10-03T00:26:48.442Z Compiling parking_lot v0.11.2
28252023-10-03T00:26:48.460Z 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`
28262023-10-03T00:26:48.493Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
28272023-10-03T00:26:48.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/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/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=724ed22a2dfc13ac -C extra-filename=-724ed22a2dfc13ac --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-724ed22a2dfc13ac -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`
28282023-10-03T00:26:48.943Z 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=96c42cfefbbaa684 -C extra-filename=-96c42cfefbbaa684 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-c79f8d0e42fe6d03.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-db787835b404c1b7.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-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8f43593812ff568e.rmeta --cap-lints allow -D warnings`
28292023-10-03T00:26:50.643Z Compiling trust-dns-client v0.22.0
28302023-10-03T00:26:50.660Z 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=212f198cc036b21a -C extra-filename=-212f198cc036b21a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-41050860800a3b0c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rmeta --cap-lints allow -D warnings`
28312023-10-03T00:26:50.679Z Compiling erased-serde v0.3.30
28322023-10-03T00:26:50.700Z 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`
28332023-10-03T00:26:50.723Z Compiling sled v0.34.7
28342023-10-03T00:26:51.190Z 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`
28352023-10-03T00:26:51.328Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-724ed22a2dfc13ac/build-script-build`
28362023-10-03T00:26:54.305Z 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=a1adce0e8d883411 -C extra-filename=-a1adce0e8d883411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
28372023-10-03T00:26:54.311Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-756664f0c03d3cdf/build-script-build`
28382023-10-03T00:26:54.318Z Compiling universal-hash v0.5.1
28392023-10-03T00:26:54.355Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=24824d707ae3d036 -C extra-filename=-24824d707ae3d036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a7708e37c466faa5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
28402023-10-03T00:26:54.366Z Compiling bitstruct_derive v0.1.0
28412023-10-03T00:26:54.380Z 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=22247aae87f3dc94 -C extra-filename=-22247aae87f3dc94 --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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
28422023-10-03T00:26:54.391Z Compiling async-recursion v1.0.5
28432023-10-03T00:26:54.812Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=8a8229ee5ddbd344 -C extra-filename=-8a8229ee5ddbd344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
28442023-10-03T00:26:54.819Z Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9)
28452023-10-03T00:26:54.825Z 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/4051a3b/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=dce3152397befdd6 -C extra-filename=-dce3152397befdd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-06f93630ae438be3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3a31948fe77ef9a9.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-caaf69f28d8858bc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-38e76438b48f4c03.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-e58cd96713663390.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-1c510a5ccd5dd270.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d263e70dd8478e32.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-d085a83248d8c62e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e6cb9e5a8e37385f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4ac7171c55386a7a.rmeta --cap-lints allow -D warnings`
28462023-10-03T00:26:54.833Z Compiling trust-dns-server v0.22.1
28472023-10-03T00:26:54.841Z 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=efc91c4215267f9b -C extra-filename=-efc91c4215267f9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-1de0eeea65bb82bf.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b773202069bd6b7d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-212f198cc036b21a.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rmeta --cap-lints allow -D warnings`
28482023-10-03T00:26:54.866Z Compiling opaque-debug v0.3.0
28492023-10-03T00:26:54.878Z 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`
28502023-10-03T00:26:54.891Z Compiling crunchy v0.2.2
28512023-10-03T00:26:54.904Z 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`
28522023-10-03T00:26:54.924Z Compiling pretty-hex v0.3.0
28532023-10-03T00:26:54.939Z 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`
28542023-10-03T00:26:54.957Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-81793beb4edef3bf/build-script-build`
28552023-10-03T00:26:54.973Z Compiling crossbeam-deque v0.8.3
28562023-10-03T00:26:54.989Z 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`
28572023-10-03T00:26:55.017Z Compiling path-dedot v3.1.0
28582023-10-03T00:26:55.035Z 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`
28592023-10-03T00:26:55.051Z Compiling tiny-keccak v2.0.2
28602023-10-03T00:26:55.494Z 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`
28612023-10-03T00:26:56.315Z Compiling path-absolutize v3.1.0
28622023-10-03T00:26:56.330Z 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`
28632023-10-03T00:26:56.350Z 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`
28642023-10-03T00:26:56.395Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e6ceac7b0a8950e7/build-script-build`
28652023-10-03T00:26:56.408Z Compiling clang-sys v1.6.1
28662023-10-03T00:26:56.461Z 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`
28672023-10-03T00:26:56.478Z Compiling olpc-cjson v0.1.3
28682023-10-03T00:26:56.495Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61d13d56f5be12db -C extra-filename=-61d13d56f5be12db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
28692023-10-03T00:26:56.944Z Compiling darling_core v0.14.4
28702023-10-03T00:26:56.959Z 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=16dba1245cf01adf -C extra-filename=-16dba1245cf01adf --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-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
28712023-10-03T00:26:56.975Z Compiling globset v0.4.13
28722023-10-03T00:26:56.983Z 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`
28732023-10-03T00:26:56.988Z Compiling serde_plain v1.0.2
28742023-10-03T00:26:56.996Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f1085f22688e3556 -C extra-filename=-f1085f22688e3556 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
28752023-10-03T00:26:57.006Z Compiling aead v0.5.2
28762023-10-03T00:26:57.015Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=853fa82f3a401cd5 -C extra-filename=-853fa82f3a401cd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a7708e37c466faa5.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
28772023-10-03T00:26:57.399Z Compiling enum-iterator-derive v1.2.1
28782023-10-03T00:26:57.417Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_iterator_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-iterator-derive-1.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=a3ca87aadc1a08c2 -C extra-filename=-a3ca87aadc1a08c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
28792023-10-03T00:26:57.898Z Compiling const_format_proc_macros v0.2.31
28802023-10-03T00:26:58.347Z 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`
28812023-10-03T00:26:59.292Z Compiling prettyplease v0.2.12
28822023-10-03T00:26:59.297Z 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`
28832023-10-03T00:26:59.381Z Compiling display-error-chain v0.1.1
28842023-10-03T00:26:59.394Z 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`
28852023-10-03T00:26:59.424Z 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`
28862023-10-03T00:26:59.625Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-edd62c5b61d7a904/build-script-build`
28872023-10-03T00:26:59.650Z Compiling tough v0.12.5
28882023-10-03T00:26:59.664Z 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=79fdfec55eccaeac -C extra-filename=-79fdfec55eccaeac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-b83f6c004a1a2411.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-61d13d56f5be12db.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-3fb2f87d8093ad1d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-f1085f22688e3556.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
28892023-10-03T00:26:59.882Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=a90a9cc1275a2758 -C extra-filename=-a90a9cc1275a2758 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-3b71573e35c95f5c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
28902023-10-03T00:27:00.749Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-480d13ab3875bfb4/build-script-build`
28912023-10-03T00:27:00.794Z 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`
28922023-10-03T00:27:01.361Z 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`
28932023-10-03T00:27:01.459Z 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=e798f9d73156d523 -C extra-filename=-e798f9d73156d523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rmeta --cap-lints allow -D warnings`
28942023-10-03T00:27:01.849Z 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`
28952023-10-03T00:27:02.308Z Compiling ascii-canvas v3.0.0
28962023-10-03T00:27:02.314Z 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`
28972023-10-03T00:27:03.137Z Compiling ena v0.14.2
28982023-10-03T00:27:03.164Z 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`
28992023-10-03T00:27:03.870Z Compiling lalrpop-util v0.19.12
29002023-10-03T00:27:03.886Z 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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8f32ba3005d73a58 -C extra-filename=-8f32ba3005d73a58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29012023-10-03T00:27:04.128Z Compiling darling_macro v0.14.4
29022023-10-03T00:27:04.151Z 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=2c2a2bfd23d31414 -C extra-filename=-2c2a2bfd23d31414 --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-16dba1245cf01adf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
29032023-10-03T00:27:04.407Z Compiling ref-cast v1.0.20
29042023-10-03T00:27:04.419Z 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`
29052023-10-03T00:27:04.496Z Compiling minimal-lexical v0.2.1
29062023-10-03T00:27:04.528Z 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`
29072023-10-03T00:27:05.193Z 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`
29082023-10-03T00:27:05.360Z 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`
29092023-10-03T00:27:05.517Z 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`
29102023-10-03T00:27:06.057Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-1314aa3041c7f6f0/build-script-build`
29112023-10-03T00:27:06.493Z Compiling nom v7.1.3
29122023-10-03T00:27:06.517Z 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`
29132023-10-03T00:27:06.524Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=72b1f8c39094f687 -C extra-filename=-72b1f8c39094f687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-d8079752ff45b0c7.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-2145d7c9e38b93d9.rmeta --cap-lints allow -D warnings`
29142023-10-03T00:27:06.529Z Compiling lalrpop v0.19.12
29152023-10-03T00:27:06.536Z 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=0c0ccf693cd11b2c -C extra-filename=-0c0ccf693cd11b2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-83bc34abe85fe289.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-35284c3a0f9039eb.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-c005b6dd4a038b72.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b0eeb3267f880acc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8f32ba3005d73a58.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0188060950c27f42.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-76ea78da3458ca1b.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`
29162023-10-03T00:27:06.542Z Compiling darling v0.14.4
29172023-10-03T00:27:06.551Z 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=c4fbf278c07c2fbd -C extra-filename=-c4fbf278c07c2fbd --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-16dba1245cf01adf.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2c2a2bfd23d31414.so --cap-lints allow -D warnings`
29182023-10-03T00:27:06.561Z Compiling rayon v1.7.0
29192023-10-03T00:27:06.570Z 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`
29202023-10-03T00:27:06.579Z 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/de6369a/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=37733dd8a0887125 -C extra-filename=-37733dd8a0887125 --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_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f02a604adadca59.rmeta --cap-lints allow -D warnings`
29212023-10-03T00:27:06.927Z 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`
29222023-10-03T00:27:07.204Z 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`
29232023-10-03T00:27:07.791Z 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=442f068cb99e6da8 -C extra-filename=-442f068cb99e6da8 --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-d30c3d2945011c66.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a90a9cc1275a2758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1b315857fc530fc1.rmeta --cap-lints allow -D warnings`
29242023-10-03T00:27:10.499Z 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`
29252023-10-03T00:27:10.936Z Compiling ref-cast-impl v1.0.20
29262023-10-03T00:27:10.944Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=77b357fb476e9a92 -C extra-filename=-77b357fb476e9a92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
29272023-10-03T00:27:11.012Z Compiling ff v0.13.0
29282023-10-03T00:27:11.028Z 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`
29292023-10-03T00:27:11.357Z Compiling libloading v0.7.4
29302023-10-03T00:27:11.361Z 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`
29312023-10-03T00:27:11.387Z 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`
29322023-10-03T00:27:11.951Z Compiling bindgen v0.65.1
29332023-10-03T00:27:11.972Z 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`
29342023-10-03T00:27:12.215Z 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`
29352023-10-03T00:27:12.488Z 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=89374b7031047d2d -C extra-filename=-89374b7031047d2d --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-5f02a604adadca59.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-15b79a90ebc63eb0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --cap-lints allow -D warnings`
29362023-10-03T00:27:12.896Z 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`
29372023-10-03T00:27:13.430Z Compiling cexpr v0.6.0
29382023-10-03T00:27:13.454Z 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`
29392023-10-03T00:27:13.477Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8e9a9d91025a79f6/build-script-build`
29402023-10-03T00:27:13.959Z Compiling group v0.13.0
29412023-10-03T00:27:13.969Z 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`
29422023-10-03T00:27:13.980Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26b7ae1743aa5e57 -C extra-filename=-26b7ae1743aa5e57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-f28acc4b5045a03a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-72b1f8c39094f687.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-28b77d6c5659903f.rmeta --cap-lints allow -D warnings`
29432023-10-03T00:27:13.994Z 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=be42afdb47d8bb72 -C extra-filename=-be42afdb47d8bb72 --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-fafcef20193987bf.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-442f068cb99e6da8.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a90a9cc1275a2758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1b315857fc530fc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f8c637bacfbef1.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
29442023-10-03T00:27:14.469Z 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/de6369a/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=6dcba6588ba3f2cd -C extra-filename=-6dcba6588ba3f2cd --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-37733dd8a0887125.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f02a604adadca59.rmeta --cap-lints allow -D warnings`
29452023-10-03T00:27:14.483Z Compiling derive_builder_core v0.12.0
29462023-10-03T00:27:14.491Z 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=767e84ac7dff46ef -C extra-filename=-767e84ac7dff46ef --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-c4fbf278c07c2fbd.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-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
29472023-10-03T00:27:14.502Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=0ce058812d36bd5f -C extra-filename=-0ce058812d36bd5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
29482023-10-03T00:27:14.512Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5867a087f811d206 -C extra-filename=-5867a087f811d206 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-3c07054e5af12402.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --cap-lints allow -D warnings`
29492023-10-03T00:27:15.458Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
29502023-10-03T00:27:15.523Z 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=d5e10aae2273a1c4 -C extra-filename=-d5e10aae2273a1c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-2e176290cca0c6aa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2c934cf7b7561081.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
29512023-10-03T00:27:15.572Z 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=0c355567a8d1c55c -C extra-filename=-0c355567a8d1c55c --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-8f0ba65df9808a27.so --cap-lints allow -D warnings -l door`
29522023-10-03T00:27:15.823Z Compiling which v4.4.0
29532023-10-03T00:27:15.832Z 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`
29542023-10-03T00:27:17.151Z Compiling crypto-bigint v0.5.2
29552023-10-03T00:27:17.162Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=51522ab0820f015b -C extra-filename=-51522ab0820f015b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
29562023-10-03T00:27:17.697Z Compiling libxml v0.3.3
29572023-10-03T00:27:18.129Z 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`
29582023-10-03T00:27:18.134Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
29592023-10-03T00:27:18.143Z 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`
29602023-10-03T00:27:18.156Z Compiling shlex v1.1.0
29612023-10-03T00:27:18.164Z 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`
29622023-10-03T00:27:18.291Z 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`
29632023-10-03T00:27:18.398Z Compiling peeking_take_while v0.1.2
29642023-10-03T00:27:18.414Z 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`
29652023-10-03T00:27:18.610Z 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`
29662023-10-03T00:27:18.981Z Compiling rustc-hash v1.1.0
29672023-10-03T00:27:18.992Z 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`
29682023-10-03T00:27:19.227Z Compiling lazycell v1.3.0
29692023-10-03T00:27:19.231Z 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`
29702023-10-03T00:27:19.386Z Compiling base16ct v0.2.0
29712023-10-03T00:27:19.389Z 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`
29722023-10-03T00:27:19.484Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=366e87514e6456f2 -C extra-filename=-366e87514e6456f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-79f41717ff4f74ed.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-198358ab3563a36b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-c8a36ca3f3b829c0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-889799dbe0f97a5e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0ce058812d36bd5f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-0bf74e04dbe24b22.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-f8e3de65cd240eea.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-afd509466d6c80b4.rmeta --cap-lints allow -D warnings`
29732023-10-03T00:27:19.876Z 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`
29742023-10-03T00:27:20.681Z Compiling elliptic-curve v0.13.5
29752023-10-03T00:27:21.161Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' -C metadata=1e708767d6526093 -C extra-filename=-1e708767d6526093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-a3d38e95769eacbc.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-51522ab0820f015b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-7dd73a36fa981251.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-109323510c86a658.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
29762023-10-03T00:27:21.633Z 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`
29772023-10-03T00:27:21.735Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-382ff681ccf14424/build-script-build`
29782023-10-03T00:27:21.809Z Compiling derive_builder_macro v0.12.0
29792023-10-03T00:27:21.820Z 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=1bdc7893cd75a7f2 -C extra-filename=-1bdc7893cd75a7f2 --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-767e84ac7dff46ef.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
29802023-10-03T00:27:22.492Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-c8f1cad937b0fb79/build-script-build`
29812023-10-03T00:27:22.552Z 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=181220a35e7a2481 -C extra-filename=-181220a35e7a2481 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-5867a087f811d206.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-89374b7031047d2d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f02a604adadca59.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-26b7ae1743aa5e57.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-28b77d6c5659903f.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-0c355567a8d1c55c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-152ad3e7ed88dcfb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings -l kstat`
29822023-10-03T00:27:23.439Z 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=73f55a93cefa254f -C extra-filename=-73f55a93cefa254f --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-be42afdb47d8bb72.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1b315857fc530fc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f8c637bacfbef1.rmeta --cap-lints allow -D warnings`
29832023-10-03T00:27:23.680Z Compiling poly1305 v0.8.0
29842023-10-03T00:27:23.697Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=9e21911fe8f03b6e -C extra-filename=-9e21911fe8f03b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-08d04c054cbb43c5.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-24824d707ae3d036.rmeta --cap-lints allow -D warnings`
29852023-10-03T00:27:26.480Z Compiling thiserror-no-std v2.0.2
29862023-10-03T00:27:26.503Z 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=243dd2b9592a411f -C extra-filename=-243dd2b9592a411f --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-d14d8d3bb8f6e0dd.so --cap-lints allow -D warnings`
29872023-10-03T00:27:27.090Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=b4fbd1f33992528d -C extra-filename=-b4fbd1f33992528d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-bca008ad4ed5c094.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
29882023-10-03T00:27:27.111Z 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`
29892023-10-03T00:27:27.127Z 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`
29902023-10-03T00:27:28.015Z 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=f9cd930b80816936 -C extra-filename=-f9cd930b80816936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --cap-lints allow -D warnings`
29912023-10-03T00:27:28.580Z Compiling strum_macros v0.24.3
29922023-10-03T00:27:28.623Z 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=aca75bfbc73798bb -C extra-filename=-aca75bfbc73798bb --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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
29932023-10-03T00:27:28.649Z Compiling chacha20 v0.9.1
29942023-10-03T00:27:29.073Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=aeb5222615960dca -C extra-filename=-aeb5222615960dca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0dfbde122c134ccb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --cap-lints allow -D warnings`
29952023-10-03T00:27:29.617Z Compiling num-derive v0.4.0
29962023-10-03T00:27:30.512Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=348bdbd4a67f8b15 -C extra-filename=-348bdbd4a67f8b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
29972023-10-03T00:27:30.526Z Compiling hashlink v0.8.3
29982023-10-03T00:27:30.949Z 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`
29992023-10-03T00:27:30.987Z Compiling indoc v1.0.9
30002023-10-03T00:27:31.447Z 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`
30012023-10-03T00:27:32.101Z Compiling fallible-streaming-iterator v0.1.9
30022023-10-03T00:27:32.129Z 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`
30032023-10-03T00:27:32.551Z 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`
30042023-10-03T00:27:33.199Z Compiling portable-atomic v1.4.3
30052023-10-03T00:27:33.226Z 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`
30062023-10-03T00:27:33.721Z 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`
30072023-10-03T00:27:33.739Z Compiling rusqlite v0.29.0
30082023-10-03T00:27:33.789Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4261ab6c3ca24398 -C extra-filename=-4261ab6c3ca24398 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-95753947b29da90c.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-9e0da533b2963197.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-996595cb5b1ab112.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
30092023-10-03T00:27:34.318Z 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=d86e0fbc1ae8bb87 -C extra-filename=-d86e0fbc1ae8bb87 --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-9dd23f9535a12e5d.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`
30102023-10-03T00:27:34.514Z Compiling vsss-rs v3.3.1
30112023-10-03T00:27:34.539Z 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=4817170793adc505 -C extra-filename=-4817170793adc505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-b4fbd1f33992528d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1e708767d6526093.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-243dd2b9592a411f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
30122023-10-03T00:27:39.015Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-5a049cd3c83a0f96/build-script-build`
30132023-10-03T00:27:39.342Z Compiling chacha20poly1305 v0.10.1
30142023-10-03T00:27:39.689Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=8068ddbfa021534a -C extra-filename=-8068ddbfa021534a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-853fa82f3a401cd5.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-aeb5222615960dca.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0dfbde122c134ccb.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-9e21911fe8f03b6e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
30152023-10-03T00:27:40.607Z 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=bb18b6b5dd608deb -C extra-filename=-bb18b6b5dd608deb --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-181220a35e7a2481.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-be42afdb47d8bb72.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-73f55a93cefa254f.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a90a9cc1275a2758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --cap-lints allow -D warnings`
30162023-10-03T00:27:40.779Z 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`
30172023-10-03T00:27:40.853Z Compiling nix v0.26.2
30182023-10-03T00:27:40.951Z 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`
30192023-10-03T00:27:41.042Z 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=617665d59d125e2c -C extra-filename=-617665d59d125e2c --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-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9ea68d5abd5fc36e.so --cap-lints allow -D warnings`
30202023-10-03T00:27:41.058Z 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`
30212023-10-03T00:27:41.075Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30222023-10-03T00:27:41.080Z 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=98071034b9b167f6 -C extra-filename=-98071034b9b167f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-432d5da849165976.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --cap-lints allow -D warnings`
30232023-10-03T00:27:41.092Z 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=c1d01d77c91956b5 -C extra-filename=-c1d01d77c91956b5 --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-98c1eb26c4594584.rmeta --cap-lints allow -D warnings`
30242023-10-03T00:27:41.112Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
30252023-10-03T00:27:41.249Z 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/aeb69dd/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=a0d4908f9d605d6a -C extra-filename=-a0d4908f9d605d6a --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-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings`
30262023-10-03T00:27:41.255Z Compiling twox-hash v1.6.3
30272023-10-03T00:27:41.265Z 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=268414542493e108 -C extra-filename=-268414542493e108 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings`
30282023-10-03T00:27:41.277Z Compiling sha-1 v0.10.1
30292023-10-03T00:27:41.290Z 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/sha-1-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="default"' --cfg 'feature="std"' -C metadata=bd2514cacfab2ccc -C extra-filename=-bd2514cacfab2ccc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --cap-lints allow -D warnings`
30302023-10-03T00:27:41.403Z Compiling cookie v0.16.2
30312023-10-03T00:27:41.417Z 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`
30322023-10-03T00:27:41.751Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
30332023-10-03T00:27:41.762Z 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`
30342023-10-03T00:27:41.894Z Compiling signature v1.6.4
30352023-10-03T00:27:41.912Z 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`
30362023-10-03T00:27:41.958Z Compiling salty v0.2.0
30372023-10-03T00:27:41.971Z 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`
30382023-10-03T00:27:42.170Z Compiling assert_matches v1.5.0
30392023-10-03T00:27:42.399Z 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`
30402023-10-03T00:27:42.479Z Compiling ed25519 v1.5.3
30412023-10-03T00:27:42.501Z 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`
30422023-10-03T00:27:42.540Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-469ce7f48e43fe8f/build-script-build`
30432023-10-03T00:27:42.555Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d273d01d10104002/build-script-build`
30442023-10-03T00:27:42.565Z Compiling tungstenite v0.17.3
30452023-10-03T00:27:42.581Z 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.17.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=68ce60d14e493b25 -C extra-filename=-68ce60d14e493b25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ad8c311fcc61d255.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-bd2514cacfab2ccc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.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`
30462023-10-03T00:27:42.614Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30472023-10-03T00:27:42.640Z 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=d383cacb73896eda -C extra-filename=-d383cacb73896eda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d5e10aae2273a1c4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-98071034b9b167f6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
30482023-10-03T00:27:42.659Z 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`
30492023-10-03T00:27:45.495Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9ae382556f3636d3/build-script-build`
30502023-10-03T00:27:45.822Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30512023-10-03T00:27:45.836Z 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=b310cfc286a4f9f0 -C extra-filename=-b310cfc286a4f9f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d5e10aae2273a1c4.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fc36a7f490410689.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
30522023-10-03T00:27:45.856Z Compiling polyval v0.6.1
30532023-10-03T00:27:45.986Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b64ba77f38820b1c -C extra-filename=-b64ba77f38820b1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-08d04c054cbb43c5.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-24824d707ae3d036.rmeta --cap-lints allow -D warnings`
30542023-10-03T00:27:46.085Z Compiling num_enum v0.7.0
30552023-10-03T00:27:46.154Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a3badb27cc5ccab4 -C extra-filename=-a3badb27cc5ccab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-5ddafdfd999bec0a.so --cap-lints allow -D warnings`
30562023-10-03T00:27:46.627Z Compiling signal-hook-tokio v0.3.1
30572023-10-03T00:27:46.771Z 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=1a96415c01ad7f17 -C extra-filename=-1a96415c01ad7f17 --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-586252121e607715.rmeta --cap-lints allow -D warnings`
30582023-10-03T00:27:46.921Z 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`
30592023-10-03T00:27:47.008Z 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`
30602023-10-03T00:27:47.080Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
30612023-10-03T00:27:47.102Z 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/de6369a/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=8ad5d6abd5e85f89 -C extra-filename=-8ad5d6abd5e85f89 --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-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
30622023-10-03T00:27:47.127Z Compiling aes v0.8.3
30632023-10-03T00:27:47.187Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=5c8ee24542207d44 -C extra-filename=-5c8ee24542207d44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0dfbde122c134ccb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --cap-lints allow -D warnings`
30642023-10-03T00:27:47.199Z Compiling ctr v0.9.2
30652023-10-03T00:27:47.215Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=288d10c4bd7ca7ca -C extra-filename=-288d10c4bd7ca7ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0dfbde122c134ccb.rmeta --cap-lints allow -D warnings`
30662023-10-03T00:27:47.227Z Compiling bincode v1.3.3
30672023-10-03T00:27:47.240Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bincode /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a3a8afe028596ac -C extra-filename=-3a3a8afe028596ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
30682023-10-03T00:27:47.700Z Compiling oso-derive v0.26.4
30692023-10-03T00:27:47.743Z 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=10cf31dc273ef924 -C extra-filename=-10cf31dc273ef924 --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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
30702023-10-03T00:27:47.781Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
30712023-10-03T00:27:47.809Z 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=618bd4cd81967613 -C extra-filename=-618bd4cd81967613 --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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
30722023-10-03T00:27:48.189Z Compiling impl-trait-for-tuples v0.2.2
30732023-10-03T00:27:48.276Z 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=f771e6df21d51c33 -C extra-filename=-f771e6df21d51c33 --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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
30742023-10-03T00:27:48.354Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
30752023-10-03T00:27:48.441Z 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=a0cf72f3d8ed10a6 -C extra-filename=-a0cf72f3d8ed10a6 --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-618bd4cd81967613.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
30762023-10-03T00:27:48.519Z Compiling aes-gcm-siv v0.11.1
30772023-10-03T00:27:48.541Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' -C metadata=8fbcc5a8edaee510 -C extra-filename=-8fbcc5a8edaee510 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-853fa82f3a401cd5.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-5c8ee24542207d44.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0dfbde122c134ccb.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-288d10c4bd7ca7ca.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-b64ba77f38820b1c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
30782023-10-03T00:27:48.797Z 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`
30792023-10-03T00:27:48.942Z Compiling tokio-tungstenite v0.17.2
30802023-10-03T00:27:49.848Z 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.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 debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="stream"' -C metadata=47e897f8c7e3cf51 -C extra-filename=-47e897f8c7e3cf51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-68ce60d14e493b25.rmeta --cap-lints allow -D warnings`
30812023-10-03T00:27:49.879Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=9c2d598689e639cb -C extra-filename=-9c2d598689e639cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-c84c632d2b22eb2c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
30822023-10-03T00:27:50.311Z 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`
30832023-10-03T00:27:50.340Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30842023-10-03T00:27:50.375Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=590c6e9559fed084 -C extra-filename=-590c6e9559fed084 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c30b11e334d30cbb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4ac7171c55386a7a.rmeta --cap-lints allow -D warnings`
30852023-10-03T00:27:50.509Z Compiling env_logger v0.9.3
30862023-10-03T00:27:50.525Z 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`
30872023-10-03T00:27:50.762Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
30882023-10-03T00:27:50.781Z 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`
30892023-10-03T00:27:50.914Z Compiling serde-big-array v0.5.1
30902023-10-03T00:27:50.939Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ccfc6ca4b2c21f8e -C extra-filename=-ccfc6ca4b2c21f8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
30912023-10-03T00:27:51.296Z Compiling serde-big-array v0.4.1
30922023-10-03T00:27:51.720Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b56d544f832800c -C extra-filename=-8b56d544f832800c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
30932023-10-03T00:27:51.732Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
30942023-10-03T00:27:51.750Z 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/de6369a/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=f3d7fe9817d02e99 -C extra-filename=-f3d7fe9817d02e99 --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`
30952023-10-03T00:27:51.776Z Compiling ringbuffer v0.14.2
30962023-10-03T00:27:51.795Z 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.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=cf4055d9f9f80342 -C extra-filename=-cf4055d9f9f80342 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30972023-10-03T00:27:52.797Z Compiling ascii v1.1.0
30982023-10-03T00:27:53.272Z 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`
30992023-10-03T00:27:53.707Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
31002023-10-03T00:27:53.727Z 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/de6369a/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=8f840f5cfbe7af85 -C extra-filename=-8f840f5cfbe7af85 --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_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-687b96da4e15d9f6.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-f3d7fe9817d02e99.rmeta --cap-lints allow -D warnings`
31012023-10-03T00:27:53.750Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31022023-10-03T00:27:53.762Z 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=7ca22ee69850df1e -C extra-filename=-7ca22ee69850df1e --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-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-a0cf72f3d8ed10a6.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-9c2d598689e639cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-8b56d544f832800c.rmeta --cap-lints allow -D warnings`
31032023-10-03T00:27:54.191Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
31042023-10-03T00:27:54.206Z 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=776c1717084a9c76 -C extra-filename=-776c1717084a9c76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-33de564c997ac6dd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-097a465f74413633.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --cap-lints allow -D warnings`
31052023-10-03T00:27:54.219Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
31062023-10-03T00:27:54.233Z 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=e48e0e7cd966da1b -C extra-filename=-e48e0e7cd966da1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d383cacb73896eda.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d5e10aae2273a1c4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b310cfc286a4f9f0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31072023-10-03T00:27:55.438Z Compiling steno v0.4.0
31082023-10-03T00:27:55.448Z 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=d016d35d9339b583 -C extra-filename=-d016d35d9339b583 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings`
31092023-10-03T00:27:56.574Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
31102023-10-03T00:27:57.005Z 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/de6369a/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=ac92abd3025e6a3a -C extra-filename=-ac92abd3025e6a3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d4908f9d605d6a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-8ad5d6abd5e85f89.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-47e897f8c7e3cf51.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31112023-10-03T00:27:59.119Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
31122023-10-03T00:27:59.132Z 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/aeb69dd/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=c336f805ebeb0504 -C extra-filename=-c336f805ebeb0504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-348bdbd4a67f8b15.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --cap-lints allow -D warnings`
31132023-10-03T00:28:00.417Z Compiling bitstruct v0.1.1
31142023-10-03T00:28:00.433Z 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=b6d8f5240dbd67ce -C extra-filename=-b6d8f5240dbd67ce --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-22247aae87f3dc94.so --cap-lints allow -D warnings`
31152023-10-03T00:28:00.583Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5030ec565d15b283 -C extra-filename=-5030ec565d15b283 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31162023-10-03T00:28:00.616Z 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`
31172023-10-03T00:28:02.764Z 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`
31182023-10-03T00:28:02.787Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
31192023-10-03T00:28:02.800Z 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/de6369a/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=f313013bdce232ee -C extra-filename=-f313013bdce232ee --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_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-687b96da4e15d9f6.rmeta --cap-lints allow -D warnings`
31202023-10-03T00:28:03.197Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
31212023-10-03T00:28:03.214Z 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=acc5f1b9384705b0 -C extra-filename=-acc5f1b9384705b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31222023-10-03T00:28:03.239Z 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`
31232023-10-03T00:28:03.582Z Compiling serde_arrays v0.1.0
31242023-10-03T00:28:03.605Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8b552d56cedba39 -C extra-filename=-a8b552d56cedba39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31252023-10-03T00:28:03.751Z 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`
31262023-10-03T00:28:03.826Z Compiling corncobs v0.1.3
31272023-10-03T00:28:04.305Z 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`
31282023-10-03T00:28:04.372Z 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`
31292023-10-03T00:28:04.578Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31302023-10-03T00:28:04.587Z 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=86c04f65e66bdc00 -C extra-filename=-86c04f65e66bdc00 --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-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-a0cf72f3d8ed10a6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-9c2d598689e639cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-7ca22ee69850df1e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-85963be74ba39079.rmeta --cap-lints allow -D warnings`
31312023-10-03T00:28:04.918Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
31322023-10-03T00:28:04.936Z 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=50de7ab204f4a4a0 -C extra-filename=-50de7ab204f4a4a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-acc5f1b9384705b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d5e10aae2273a1c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31332023-10-03T00:28:05.393Z 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=12b87fb20abdd900 -C extra-filename=-12b87fb20abdd900 --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-9c012307bcb8167a.so --cap-lints allow -D warnings`
31342023-10-03T00:28:05.623Z Compiling const_format v0.2.31
31352023-10-03T00:28:05.654Z 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`
31362023-10-03T00:28:06.543Z Compiling enum-iterator v1.4.1
31372023-10-03T00:28:06.566Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_iterator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-iterator-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=701c5e984751311b -C extra-filename=-701c5e984751311b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern enum_iterator_derive=/work/oxidecomputer/omicron/target/debug/deps/libenum_iterator_derive-a3ca87aadc1a08c2.so --cap-lints allow -D warnings`
31382023-10-03T00:28:06.584Z 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`
31392023-10-03T00:28:06.741Z Compiling ron v0.7.1
31402023-10-03T00:28:06.761Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=118ac254ebefcc62 -C extra-filename=-118ac254ebefcc62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ad8c311fcc61d255.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31412023-10-03T00:28:07.718Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
31422023-10-03T00:28:07.769Z 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/aeb69dd/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=dc3ee660355839d1 -C extra-filename=-dc3ee660355839d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31432023-10-03T00:28:10.639Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
31442023-10-03T00:28:10.659Z 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/de6369a/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=0ad6b8340aa959f4 -C extra-filename=-0ad6b8340aa959f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --cap-lints allow -D warnings`
31452023-10-03T00:28:11.093Z Compiling bit_field v0.10.2
31462023-10-03T00:28:11.545Z 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`
31472023-10-03T00:28:11.556Z Compiling http-range v0.1.5
31482023-10-03T00:28:11.577Z 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`
31492023-10-03T00:28:11.597Z 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`
31502023-10-03T00:28:11.618Z Compiling hyper-staticfile v0.9.5
31512023-10-03T00:28:11.643Z 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=df5bcc9590363533 -C extra-filename=-df5bcc9590363533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-b4033984b397087d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.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-0d3d8ad1198c025f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings`
31522023-10-03T00:28:11.661Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=b6be15072b128065 -C extra-filename=-b6be15072b128065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-6cd7ba7c65b5986e.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-5bc34c0e4622925f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5865b6cb774c6986.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
31532023-10-03T00:28:11.676Z 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`
31542023-10-03T00:28:11.694Z 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`
31552023-10-03T00:28:11.714Z 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`
31562023-10-03T00:28:11.738Z 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`
31572023-10-03T00:28:11.872Z Compiling number_prefix v0.4.0
31582023-10-03T00:28:12.304Z 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`
31592023-10-03T00:28:12.743Z 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`
31602023-10-03T00:28:12.811Z 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`
31612023-10-03T00:28:12.835Z 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`
31622023-10-03T00:28:13.191Z Compiling indicatif v0.17.6
31632023-10-03T00:28:13.211Z 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`
31642023-10-03T00:28:13.323Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=0b57edeaa387497d -C extra-filename=-0b57edeaa387497d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d4a5ad149d515194.rmeta --cap-lints allow -D warnings`
31652023-10-03T00:28:13.501Z 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`
31662023-10-03T00:28:13.762Z Compiling bytesize v1.3.0
31672023-10-03T00:28:13.783Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=2f523a89f6109928 -C extra-filename=-2f523a89f6109928 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31682023-10-03T00:28:14.203Z 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`
31692023-10-03T00:28:14.339Z 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`
31702023-10-03T00:28:14.432Z 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`
31712023-10-03T00:28:14.675Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=26fb0bbab8bb10c9 -C extra-filename=-26fb0bbab8bb10c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-b6be15072b128065.rmeta --cap-lints allow -D warnings`
31722023-10-03T00:28:14.862Z 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`
31732023-10-03T00:28:15.430Z 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-03T00:28:16.362Z Compiling fs-err v2.9.0
31752023-10-03T00:28:16.375Z 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`
31762023-10-03T00:28:16.386Z 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`
31772023-10-03T00:28:16.401Z 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`
31782023-10-03T00:28:16.419Z 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`
31792023-10-03T00:28:16.766Z 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=855e0363d61ad47a -C extra-filename=-855e0363d61ad47a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-429516902662dad4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8f43593812ff568e.rmeta --cap-lints allow -D warnings`
31802023-10-03T00:28:16.846Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c7b40e82f63f4ae7 -C extra-filename=-c7b40e82f63f4ae7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-77b357fb476e9a92.so --cap-lints allow -D warnings`
31812023-10-03T00:28:17.033Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=353a8d86b72c529d -C extra-filename=-353a8d86b72c529d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
31822023-10-03T00:28:17.496Z 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`
31832023-10-03T00:28:17.511Z 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`
31842023-10-03T00:28:17.580Z 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`
31852023-10-03T00:28:18.000Z 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`
31862023-10-03T00:28:18.024Z 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`
31872023-10-03T00:28:18.087Z 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`
31882023-10-03T00:28:18.353Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b140ce5f5777630f -C extra-filename=-b140ce5f5777630f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-860207ec66e217de.rmeta --cap-lints allow -D warnings`
31892023-10-03T00:28:19.674Z 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`
31902023-10-03T00:28:20.017Z 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=bdc368a41635adac -C extra-filename=-bdc368a41635adac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-87506709703347be.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-353a8d86b72c529d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-855e0363d61ad47a.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8f43593812ff568e.rmeta --cap-lints allow -D warnings`
31912023-10-03T00:28:21.251Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=232a3860334462ef -C extra-filename=-232a3860334462ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-fa9898c45566403b.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-0888038ecf7f11cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
31922023-10-03T00:28:21.413Z 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=6a2353d0f7fdfa8a -C extra-filename=-6a2353d0f7fdfa8a --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-8c8d87e8293428df.so --cap-lints allow -D warnings`
31932023-10-03T00:28:21.632Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=ebeb2b4731027f20 -C extra-filename=-ebeb2b4731027f20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-b6be15072b128065.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --cap-lints allow -D warnings`
31942023-10-03T00:28:22.590Z 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=6f5c4073222995ac -C extra-filename=-6f5c4073222995ac --out-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-5f02a604adadca59.rmeta --cap-lints allow -D warnings`
31952023-10-03T00:28:23.124Z 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`
31962023-10-03T00:28:23.275Z 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`
31972023-10-03T00:28:23.734Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49bd9147963abcac -C extra-filename=-49bd9147963abcac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --cap-lints allow -D warnings`
31982023-10-03T00:28:23.906Z 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/aeb69dd/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=391a3e139a7de7d9 -C extra-filename=-391a3e139a7de7d9 --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-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings`
31992023-10-03T00:28:24.267Z 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/sha-1-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="default"' --cfg 'feature="std"' -C metadata=5c935669b8ce0a2e -C extra-filename=-5c935669b8ce0a2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --cap-lints allow -D warnings`
32002023-10-03T00:28:24.330Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=acc8497791ec458d -C extra-filename=-acc8497791ec458d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-da98cd184f1dd7f6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
32012023-10-03T00:28:24.609Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=7c9235f547ae9641 -C extra-filename=-7c9235f547ae9641 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
32022023-10-03T00:28:24.966Z 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`
32032023-10-03T00:28:25.919Z 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`
32042023-10-03T00:28:25.947Z Compiling indoc v2.0.3
32052023-10-03T00:28:25.967Z 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`
32062023-10-03T00:28:25.997Z 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`
32072023-10-03T00:28:26.031Z 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`
32082023-10-03T00:28:26.044Z 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`
32092023-10-03T00:28:26.058Z 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 -C metadata=adb86386bf451371 -C extra-filename=-adb86386bf451371 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32102023-10-03T00:28:26.071Z 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`
32112023-10-03T00:28:26.273Z 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`
32122023-10-03T00:28:26.904Z 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`
32132023-10-03T00:28:27.037Z 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.17.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=dfafebac669853da -C extra-filename=-dfafebac669853da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f3e95c4670a50523.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-5c935669b8ce0a2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.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`
32142023-10-03T00:28:27.185Z 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=40d5b560e97b4c41 -C extra-filename=-40d5b560e97b4c41 --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-98c1eb26c4594584.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings`
32152023-10-03T00:28:27.762Z 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`
32162023-10-03T00:28:28.401Z 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=2088b4afba159a5f -C extra-filename=-2088b4afba159a5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-6f5c4073222995ac.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-6a2353d0f7fdfa8a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -l static=pci`
32172023-10-03T00:28:28.482Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=7352dea8c952daae -C extra-filename=-7352dea8c952daae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-b6be15072b128065.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ebeb2b4731027f20.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --cap-lints allow -D warnings`
32182023-10-03T00:28:29.259Z Compiling derive_builder v0.12.0
32192023-10-03T00:28:29.298Z 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=a86bb21bef4e2893 -C extra-filename=-a86bb21bef4e2893 --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-1bdc7893cd75a7f2.so --cap-lints allow -D warnings`
32202023-10-03T00:28:29.436Z 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`
32212023-10-03T00:28:29.509Z Compiling signal-hook-mio v0.2.3
32222023-10-03T00:28:29.529Z 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`
32232023-10-03T00:28:29.804Z 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=d0bdb66baa9d59a6 -C extra-filename=-d0bdb66baa9d59a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-2e176290cca0c6aa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-79aa5de0256792b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b99a876f1357d210.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-432dd2819e472b52.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32242023-10-03T00:28:30.067Z 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=6f2e6ae445675155 -C extra-filename=-6f2e6ae445675155 --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-b8e29798ba6ba74c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32252023-10-03T00:28:30.367Z 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=a0a7f8d36e32455a -C extra-filename=-a0a7f8d36e32455a --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-f96502417fd063e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg has_i128`
32262023-10-03T00:28:30.535Z 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`
32272023-10-03T00:28:33.936Z 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/de6369a/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=0c1e46a06b26491f -C extra-filename=-0c1e46a06b26491f --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-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32282023-10-03T00:28:34.113Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ae88cd3316802ae -C extra-filename=-5ae88cd3316802ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
32292023-10-03T00:28:34.745Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea5475becae0c580 -C extra-filename=-ea5475becae0c580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32302023-10-03T00:28:35.165Z Compiling bb8 v0.8.1
32312023-10-03T00:28:35.590Z 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=ad4558c468f5767d -C extra-filename=-ad4558c468f5767d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-200d49a783fb0077.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --cap-lints allow -D warnings`
32322023-10-03T00:28:35.600Z Compiling quick-xml v0.23.1
32332023-10-03T00:28:35.610Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=44ec87ca34713b1f -C extra-filename=-44ec87ca34713b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
32342023-10-03T00:28:36.371Z Compiling maplit v1.0.2
32352023-10-03T00:28:36.391Z 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`
32362023-10-03T00:28:36.405Z 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`
32372023-10-03T00:28:36.643Z 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`
32382023-10-03T00:28:36.982Z 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/4051a3b/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=c1f8f70f37c99f79 -C extra-filename=-c1f8f70f37c99f79 --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-a437c1b266a2ad22.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-6f2e6ae445675155.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32392023-10-03T00:28:36.999Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087)
32402023-10-03T00:28:37.020Z 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=7571014630a39f8b -C extra-filename=-7571014630a39f8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-ad4558c468f5767d.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-73d58108dc09a9af.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
32412023-10-03T00:28:37.281Z 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=b82036a7136ee75f -C extra-filename=-b82036a7136ee75f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fc004cf30cfd85.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-e52cb116214d53c1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-5ae88cd3316802ae.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-253d564943998a84.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0f7168c1b51f6d6d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-ea5475becae0c580.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e461df278a866dbe.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32422023-10-03T00:28:37.945Z 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=eef41105fcbf3370 -C extra-filename=-eef41105fcbf3370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-a0a7f8d36e32455a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-7352dea8c952daae.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ebeb2b4731027f20.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2a4ca742f7d69463.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-077ad26ebebec88c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
32432023-10-03T00:28:39.043Z 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.17.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="connect"' --cfg 'feature="default"' --cfg 'feature="stream"' -C metadata=6babb2a9d3c556d1 -C extra-filename=-6babb2a9d3c556d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-dfafebac669853da.rmeta --cap-lints allow -D warnings`
32442023-10-03T00:28:39.782Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=201e3d8032bf814d -C extra-filename=-201e3d8032bf814d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-085ba021a890856b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7f026e4154934830.rmeta --cap-lints allow -D warnings`
32452023-10-03T00:28:48.583Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=68051dda1db99c6e -C extra-filename=-68051dda1db99c6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4648eea5d7821deb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f8c637bacfbef1.rmeta --cap-lints allow -D warnings`
32462023-10-03T00:28:48.624Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e05dca8dd4827f7d -C extra-filename=-e05dca8dd4827f7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-b6be15072b128065.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --cap-lints allow -D warnings`
32472023-10-03T00:28:48.692Z 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`
32482023-10-03T00:28:49.119Z 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=b066585546d96786 -C extra-filename=-b066585546d96786 --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-73d58108dc09a9af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
32492023-10-03T00:28:49.754Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=73afff2c70850a02 -C extra-filename=-73afff2c70850a02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-3c07054e5af12402.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2eab053f8a115a9f.rmeta --cap-lints allow -D warnings`
32502023-10-03T00:28:50.638Z 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`
32512023-10-03T00:28:51.564Z 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`
32522023-10-03T00:28:51.580Z 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`
32532023-10-03T00:28:52.055Z 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`
32542023-10-03T00:28:55.789Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=be174a0ba930fa42 -C extra-filename=-be174a0ba930fa42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
32552023-10-03T00:28:56.302Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=bf7877a69867ed03 -C extra-filename=-bf7877a69867ed03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-da98cd184f1dd7f6.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
32562023-10-03T00:28:56.604Z 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`
32572023-10-03T00:28:56.909Z 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`
32582023-10-03T00:28:57.350Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88b92fb0d37ef97a -C extra-filename=-88b92fb0d37ef97a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-c408cf99aead0c10.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-9e063f120b964bc6.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-0becf946976ec01a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
32592023-10-03T00:28:57.392Z 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`
32602023-10-03T00:28:57.896Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=215f923a61dc9e69 -C extra-filename=-215f923a61dc9e69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-be174a0ba930fa42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-68051dda1db99c6e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f8c637bacfbef1.rmeta --cap-lints allow -D warnings`
32612023-10-03T00:28:57.917Z 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=0bdeff9b687ed124 -C extra-filename=-0bdeff9b687ed124 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings`
32622023-10-03T00:28:57.933Z 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/de6369a/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=1e6f553132f272f9 -C extra-filename=-1e6f553132f272f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-391a3e139a7de7d9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0c1e46a06b26491f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-6babb2a9d3c556d1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32632023-10-03T00:28:57.971Z 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`
32642023-10-03T00:28:58.438Z 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=b79c978cdb46e4b6 -C extra-filename=-b79c978cdb46e4b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5085e20565657c3d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --cap-lints allow -D warnings`
32652023-10-03T00:28:59.910Z 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`
32662023-10-03T00:28:59.950Z 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=d3a9aa076020a553 -C extra-filename=-d3a9aa076020a553 --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-f2b2df9d67b5ff74.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
32672023-10-03T00:29:00.017Z 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/4051a3b/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=13866cfab340cdf6 -C extra-filename=-13866cfab340cdf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-47fdc8f0fb957603.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-b6be15072b128065.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-73afff2c70850a02.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-c1f8f70f37c99f79.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-6f2e6ae445675155.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5865b6cb774c6986.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-eef41105fcbf3370.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-201e3d8032bf814d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2a4ca742f7d69463.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e05dca8dd4827f7d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f8c637bacfbef1.rmeta --cap-lints allow -D warnings`
32682023-10-03T00:29:06.279Z 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=927b79a886e996f6 -C extra-filename=-927b79a886e996f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings`
32692023-10-03T00:29:06.472Z Compiling owo-colors v3.5.0
32702023-10-03T00:29:06.499Z 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`
32712023-10-03T00:29:07.538Z 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`
32722023-10-03T00:29:07.946Z 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`
32732023-10-03T00:29:08.443Z 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=d66aa6064071ff69 -C extra-filename=-d66aa6064071ff69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d0bdb66baa9d59a6.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b79c978cdb46e4b6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32742023-10-03T00:29:08.684Z 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=d22446cc6cfc425b -C extra-filename=-d22446cc6cfc425b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d0bdb66baa9d59a6.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fc36a7f490410689.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32752023-10-03T00:29:10.843Z Compiling crossterm v0.27.0
32762023-10-03T00:29:10.865Z 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=1899625e43eab6b4 -C extra-filename=-1899625e43eab6b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-200d49a783fb0077.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`
32772023-10-03T00:29:14.818Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f65046aa7bc08716 -C extra-filename=-f65046aa7bc08716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f2981edbf10f3b51.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-acc8497791ec458d.rmeta --cap-lints allow -D warnings`
32782023-10-03T00:29:15.287Z 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=b1e3ff7a75d5d861 -C extra-filename=-b1e3ff7a75d5d861 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f3e95c4670a50523.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e772cd53145f424.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.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`
32792023-10-03T00:29:15.304Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3601e16433f2ad36 -C extra-filename=-3601e16433f2ad36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-5ddafdfd999bec0a.so --cap-lints allow -D warnings`
32802023-10-03T00:29:15.325Z 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/aeb69dd/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=d855dfa540f16b71 -C extra-filename=-d855dfa540f16b71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32812023-10-03T00:29:15.784Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a1250fda41072fe7 -C extra-filename=-a1250fda41072fe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1824044c80fa9625.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --cap-lints allow -D warnings`
32822023-10-03T00:29:16.758Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=b9022bcb64a35751 -C extra-filename=-b9022bcb64a35751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1824044c80fa9625.rmeta --cap-lints allow -D warnings`
32832023-10-03T00:29:17.297Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4de9434733180e27 -C extra-filename=-4de9434733180e27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --cap-lints allow -D warnings`
32842023-10-03T00:29:17.561Z 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`
32852023-10-03T00:29:17.599Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bincode /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80e950208a1c11dd -C extra-filename=-80e950208a1c11dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32862023-10-03T00:29:17.838Z Compiling yansi v0.5.1
32872023-10-03T00:29:17.846Z 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`
32882023-10-03T00:29:18.385Z 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 -C metadata=039c90bffa9247bd -C extra-filename=-039c90bffa9247bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32892023-10-03T00:29:18.452Z Compiling cassowary v0.3.0
32902023-10-03T00:29:18.472Z 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`
32912023-10-03T00:29:18.877Z Compiling pretty_assertions v1.4.0
32922023-10-03T00:29:18.890Z 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`
32932023-10-03T00:29:19.225Z Compiling ratatui v0.23.0
32942023-10-03T00:29:19.248Z 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=83f8f85fdac4392f -C extra-filename=-83f8f85fdac4392f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-0a0002b5d6cfe6d9.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1899625e43eab6b4.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9d669547cbb4bc59.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
32952023-10-03T00:29:19.914Z 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=0b6724065f294e94 -C extra-filename=-0b6724065f294e94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d66aa6064071ff69.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d0bdb66baa9d59a6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d22446cc6cfc425b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e798f9d73156d523.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32962023-10-03T00:29:20.090Z 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`
32972023-10-03T00:29:20.364Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a861a660c7a0b850 -C extra-filename=-a861a660c7a0b850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-4de9434733180e27.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e772cd53145f424.rmeta --cap-lints allow -D warnings`
32982023-10-03T00:29:20.839Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' -C metadata=e2710b17fc1ec0d0 -C extra-filename=-e2710b17fc1ec0d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-bf7877a69867ed03.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-a1250fda41072fe7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1824044c80fa9625.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-b9022bcb64a35751.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-f65046aa7bc08716.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
32992023-10-03T00:29:21.368Z 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=c823657ec6b4a005 -C extra-filename=-c823657ec6b4a005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-b1e3ff7a75d5d861.rmeta --cap-lints allow -D warnings`
33002023-10-03T00:29:22.138Z 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`
33012023-10-03T00:29:23.695Z 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=4c1a3c91ec8ce985 -C extra-filename=-4c1a3c91ec8ce985 --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-1bdc7893cd75a7f2.so --cap-lints allow -D warnings`
33022023-10-03T00:29:23.869Z 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`
33032023-10-03T00:29:23.973Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a157337a24dcb7f3 -C extra-filename=-a157337a24dcb7f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-77b357fb476e9a92.so --cap-lints allow -D warnings`
33042023-10-03T00:29:24.198Z 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=05248fc231540ace -C extra-filename=-05248fc231540ace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
33052023-10-03T00:29:24.740Z 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=0a7335217f347b6e -C extra-filename=-0a7335217f347b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-db787835b404c1b7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --cap-lints allow -D warnings`
33062023-10-03T00:29:24.778Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=1f15f648cabf995b -C extra-filename=-1f15f648cabf995b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
33072023-10-03T00:29:25.460Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=d8c0734948a4c9ea -C extra-filename=-d8c0734948a4c9ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33082023-10-03T00:29:25.481Z 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/de6369a/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=e0c8165340137d61 -C extra-filename=-e0c8165340137d61 --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`
33092023-10-03T00:29:25.505Z Compiling rtoolbox v0.0.1
33102023-10-03T00:29:26.015Z 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`
33112023-10-03T00:29:26.113Z 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`
33122023-10-03T00:29:26.307Z 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`
33132023-10-03T00:29:26.726Z 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`
33142023-10-03T00:29:28.205Z 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.14.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"' -C metadata=ebbdbb7580588de8 -C extra-filename=-ebbdbb7580588de8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33152023-10-03T00:29:28.673Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' -C metadata=dff596d6352fdc4f -C extra-filename=-dff596d6352fdc4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-a4058fc57a76491e.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-1f15f648cabf995b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-8f23cb80e2820a30.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-3d2374dfb5393fce.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b57edeaa387497d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
33162023-10-03T00:29:28.716Z 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=a9d1de7e0a49e307 -C extra-filename=-a9d1de7e0a49e307 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-c25b98141567a59f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-8b7d93629b82453a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --cap-lints allow -D warnings`
33172023-10-03T00:29:28.867Z Compiling rpassword v7.2.0
33182023-10-03T00:29:28.894Z 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`
33192023-10-03T00:29:29.081Z 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/de6369a/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=6dc9e79f92b07407 -C extra-filename=-6dc9e79f92b07407 --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_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f02a604adadca59.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-e0c8165340137d61.rmeta --cap-lints allow -D warnings`
33202023-10-03T00:29:29.355Z 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=caf5158f021948ee -C extra-filename=-caf5158f021948ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-0a7335217f347b6e.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3b6195edad4660af.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33212023-10-03T00:29:29.468Z Compiling tui-tree-widget v0.13.0
33222023-10-03T00:29:29.493Z 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=fe44fa17631b5963 -C extra-filename=-fe44fa17631b5963 --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-83f8f85fdac4392f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
33232023-10-03T00:29:29.628Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a6b3cba1c2a0a00e -C extra-filename=-a6b3cba1c2a0a00e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f2981edbf10f3b51.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-acc8497791ec458d.rmeta --cap-lints allow -D warnings`
33242023-10-03T00:29:30.347Z 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`
33252023-10-03T00:29:30.600Z 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=a7cdceb9ceee2b05 -C extra-filename=-a7cdceb9ceee2b05 --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-3b6195edad4660af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33262023-10-03T00:29:31.253Z 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=a06a5efbe71c3fa2 -C extra-filename=-a06a5efbe71c3fa2 --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-22247aae87f3dc94.so --cap-lints allow -D warnings`
33272023-10-03T00:29:31.278Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9d2e0359d709204c -C extra-filename=-9d2e0359d709204c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33282023-10-03T00:29:31.428Z 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=b19f184d6cb312bc -C extra-filename=-b19f184d6cb312bc --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-d14d8d3bb8f6e0dd.so --cap-lints allow -D warnings`
33292023-10-03T00:29:31.455Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=ff64d51a3732203d -C extra-filename=-ff64d51a3732203d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-bca008ad4ed5c094.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
33302023-10-03T00:29:31.591Z 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/de6369a/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=dc9bc17cfec36bdb -C extra-filename=-dc9bc17cfec36bdb --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_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f02a604adadca59.rmeta --cap-lints allow -D warnings`
33312023-10-03T00:29:32.182Z 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=4f332353ab253656 -C extra-filename=-4f332353ab253656 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
33322023-10-03T00:29:32.687Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
33332023-10-03T00:29:32.690Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=23e40c3888a904fc -C extra-filename=-23e40c3888a904fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1824044c80fa9625.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --cap-lints allow -D warnings`
33342023-10-03T00:29:32.695Z 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/aeb69dd/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=2ddb3b348e66ca31 -C extra-filename=-2ddb3b348e66ca31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --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-03T00:29:33.337Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47be508dcfcfa82e -C extra-filename=-47be508dcfcfa82e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33362023-10-03T00:29:33.449Z Compiling fatfs v0.3.6
33372023-10-03T00:29:33.461Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aa6a11cde66cd576 -C extra-filename=-aa6a11cde66cd576 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings`
33382023-10-03T00:29:33.640Z Compiling rand v0.4.6
33392023-10-03T00:29:33.653Z 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`
33402023-10-03T00:29:33.841Z Compiling shell-words v1.1.0
33412023-10-03T00:29:33.893Z 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`
33422023-10-03T00:29:34.295Z Compiling remove_dir_all v0.5.3
33432023-10-03T00:29:34.313Z 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`
33442023-10-03T00:29:34.376Z Compiling plotters-backend v0.3.5
33452023-10-03T00:29:34.402Z 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`
33462023-10-03T00:29:34.880Z 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=f3566771103e2ce2 -C extra-filename=-f3566771103e2ce2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4f332353ab253656.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d0bdb66baa9d59a6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8f43593812ff568e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-96c42cfefbbaa684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
33472023-10-03T00:29:35.308Z Compiling plotters-svg v0.3.5
33482023-10-03T00:29:35.850Z 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-03T00:29:35.996Z Compiling tempdir v0.3.7
33502023-10-03T00:29:36.010Z 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`
33512023-10-03T00:29:36.594Z 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=cddf8a30fb55a64e -C extra-filename=-cddf8a30fb55a64e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ff64d51a3732203d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-dff596d6352fdc4f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-41eb75ae05dd33a0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-b19f184d6cb312bc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
33522023-10-03T00:29:37.109Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=e0b0e23c7d0e7778 -C extra-filename=-e0b0e23c7d0e7778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-bf7877a69867ed03.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-23e40c3888a904fc.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1824044c80fa9625.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-a6b3cba1c2a0a00e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
33532023-10-03T00:29:37.138Z 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`
33542023-10-03T00:29:37.160Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_iterator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-iterator-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=32f82501548ee75b -C extra-filename=-32f82501548ee75b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern enum_iterator_derive=/work/oxidecomputer/omicron/target/debug/deps/libenum_iterator_derive-a3ca87aadc1a08c2.so --cap-lints allow -D warnings`
33552023-10-03T00:29:37.791Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d33fa3901706b9ff -C extra-filename=-d33fa3901706b9ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f3e95c4670a50523.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33562023-10-03T00:29:38.590Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
33572023-10-03T00:29:38.657Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=2c88e2dad30e2d25 -C extra-filename=-2c88e2dad30e2d25 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-2c88e2dad30e2d25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-366e87514e6456f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
33582023-10-03T00:29:38.830Z Compiling assert_cmd v2.0.12
33592023-10-03T00:29:38.834Z 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`
33602023-10-03T00:29:38.856Z 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/de6369a/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=8f1dc8d2025d8f6a -C extra-filename=-8f1dc8d2025d8f6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --cap-lints allow -D warnings`
33612023-10-03T00:29:40.047Z Compiling serial_test_derive v0.10.0
33622023-10-03T00:29:40.064Z 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=207f8c6a6e7536b7 -C extra-filename=-207f8c6a6e7536b7 --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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
33632023-10-03T00:29:41.131Z Compiling dashmap v5.5.1
33642023-10-03T00:29:41.153Z 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`
33652023-10-03T00:29:42.159Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-2c88e2dad30e2d25/build-script-bindings`
33662023-10-03T00:29:42.175Z 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`
33672023-10-03T00:29:42.186Z Compiling cast v0.3.0
33682023-10-03T00:29:42.201Z 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`
33692023-10-03T00:29:42.363Z Compiling os_str_bytes v6.5.1
33702023-10-03T00:29:42.457Z 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`
33712023-10-03T00:29:42.647Z 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`
33722023-10-03T00:29:42.705Z Compiling criterion-plot v0.5.0
33732023-10-03T00:29:43.142Z 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`
33742023-10-03T00:29:43.162Z Compiling serial_test v0.10.0
33752023-10-03T00:29:43.183Z 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=8d692000bcfa2ff0 -C extra-filename=-8d692000bcfa2ff0 --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-2294734652420427.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-200d49a783fb0077.rmeta --extern serial_test_derive=/work/oxidecomputer/omicron/target/debug/deps/libserial_test_derive-207f8c6a6e7536b7.so --cap-lints allow -D warnings`
33762023-10-03T00:29:43.206Z Compiling clap_lex v0.2.4
33772023-10-03T00:29:43.228Z 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`
33782023-10-03T00:29:43.247Z 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=091aaa738b886090 -C extra-filename=-091aaa738b886090 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-1184999ebe9f7735.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.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-f96502417fd063e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --cap-lints allow -D warnings`
33792023-10-03T00:29:44.063Z Compiling plotters v0.3.5
33802023-10-03T00:29:44.557Z 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`
33812023-10-03T00:29:44.987Z Compiling clap_derive v3.2.25
33822023-10-03T00:29:45.410Z 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=00ae455ec087f736 -C extra-filename=-00ae455ec087f736 --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-45ca554d4d76a8fb.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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
33832023-10-03T00:29:45.424Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=2b8c4ebcdfb543e2 -C extra-filename=-2b8c4ebcdfb543e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33842023-10-03T00:29:45.439Z Compiling tinytemplate v1.2.1
33852023-10-03T00:29:45.451Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4f15a5bb4aa0926 -C extra-filename=-c4f15a5bb4aa0926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --cap-lints allow -D warnings`
33862023-10-03T00:29:45.466Z Compiling vte_generate_state_changes v0.1.1
33872023-10-03T00:29:45.479Z 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`
33882023-10-03T00:29:45.496Z 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`
33892023-10-03T00:29:45.514Z 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`
33902023-10-03T00:29:45.615Z 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=40e9a9a83c8b88f1 -C extra-filename=-40e9a9a83c8b88f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-a86bb21bef4e2893.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-d01c59451bfb78ec.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-44ec87ca34713b1f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic`
33912023-10-03T00:29:46.067Z 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=7f9a81b8035e680f -C extra-filename=-7f9a81b8035e680f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-4c1a3c91ec8ce985.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-3ed0d3bf71712614.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b1fb1598afc8ccf3.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d8c0734948a4c9ea.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic`
33922023-10-03T00:29:46.528Z Compiling anes v0.1.6
33932023-10-03T00:29:46.956Z 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`
33942023-10-03T00:29:46.969Z Compiling oorandom v11.1.3
33952023-10-03T00:29:46.979Z 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`
33962023-10-03T00:29:46.989Z Compiling vte v0.11.1
33972023-10-03T00:29:47.009Z 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`
33982023-10-03T00:29:47.024Z Compiling threadpool v1.8.1
33992023-10-03T00:29:47.044Z 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`
34002023-10-03T00:29:47.059Z 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`
34012023-10-03T00:29:47.694Z Compiling crossterm v0.26.1
34022023-10-03T00:29:48.124Z 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=9ee491a7fc1dad24 -C extra-filename=-9ee491a7fc1dad24 --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-200d49a783fb0077.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-4df7501e28bf0922.rmeta --cap-lints allow -D warnings`
34032023-10-03T00:29:48.415Z Compiling criterion v0.5.1
34042023-10-03T00:29:48.428Z 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=485ae207bc428df5 -C extra-filename=-485ae207bc428df5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-5d729d8995cc01cf.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-0aa8666d9b98ea4b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-c25d7400b23901a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b0eeb3267f880acc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-c8d29dcb852799e1.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-5eefb25297fa42d3.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-5fdeba5095a92741.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-c4f15a5bb4aa0926.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
34052023-10-03T00:29:50.104Z 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`
34062023-10-03T00:29:50.111Z 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/aeb69dd/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=d8f0c84d65d551b9 -C extra-filename=-d8f0c84d65d551b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
34072023-10-03T00:29:50.115Z Compiling strip-ansi-escapes v0.2.0
34082023-10-03T00:29:50.119Z 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`
34092023-10-03T00:29:50.437Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fec6e3b780c2401a -C extra-filename=-fec6e3b780c2401a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --cap-lints allow -D warnings`
34102023-10-03T00:29:52.248Z Compiling clap v3.2.25
34112023-10-03T00:29:52.260Z 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=1ca50687ad99291a -C extra-filename=-1ca50687ad99291a --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-00ae455ec087f736.so --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-5524e70fc7a8829e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f687f00cf405d2a2.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`
34122023-10-03T00:29:52.536Z Compiling fd-lock v3.0.13
34132023-10-03T00:29:52.553Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-3.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5cf0a043136d8a92 -C extra-filename=-5cf0a043136d8a92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-dab22f7c9a37f33c.rmeta --cap-lints allow -D warnings`
34142023-10-03T00:29:52.569Z Compiling rstest_macros v0.18.2
34152023-10-03T00:29:52.994Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="async-timeout"' -C metadata=b0fb8a780da21871 -C extra-filename=-b0fb8a780da21871 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-b0fb8a780da21871 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a8217c8e972a0c2f.rlib --cap-lints allow -D warnings`
34162023-10-03T00:29:53.006Z Compiling nanorand v0.7.0
34172023-10-03T00:29:53.423Z 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`
34182023-10-03T00:29:53.427Z 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`
34192023-10-03T00:29:53.450Z Compiling nu-ansi-term v0.49.0
34202023-10-03T00:29:53.455Z 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`
34212023-10-03T00:29:53.549Z Compiling flume v0.11.0
34222023-10-03T00:29:53.559Z 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`
34232023-10-03T00:29:53.895Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-b0fb8a780da21871/build-script-build`
34242023-10-03T00:29:54.061Z 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`
34252023-10-03T00:29:54.712Z Compiling reedline v0.23.0
34262023-10-03T00:29:54.721Z 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=55a0823c8f3fa7e7 -C extra-filename=-55a0823c8f3fa7e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-9ee491a7fc1dad24.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-5cf0a043136d8a92.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-943ffaf447238679.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-5c088b81944ae184.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.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`
34272023-10-03T00:29:54.748Z 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=6994b4482bdadab4 -C extra-filename=-6994b4482bdadab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9b8efcf4f90c042d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-db787835b404c1b7.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`
34282023-10-03T00:29:58.544Z 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=f9f66a82eff57ca3 -C extra-filename=-f9f66a82eff57ca3 --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-ddad71d02e7865de.rmeta --cap-lints allow -D warnings`
34292023-10-03T00:29:58.843Z 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=99ca6a7a155f4e88 -C extra-filename=-99ca6a7a155f4e88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22f0e92716fd3dd8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
34302023-10-03T00:30:00.078Z Compiling libtest-mimic v0.5.2
34312023-10-03T00:30:00.092Z 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=78241287b5b9d97e -C extra-filename=-78241287b5b9d97e --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-1ca50687ad99291a.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`
34322023-10-03T00:30:03.477Z Compiling datatest-stable v0.1.3
34332023-10-03T00:30:03.484Z 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=382b7dffd50c7077 -C extra-filename=-382b7dffd50c7077 --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-78241287b5b9d97e.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`
34342023-10-03T00:30:04.875Z Compiling tabled_derive v0.6.0
34352023-10-03T00:30:04.901Z 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=74bad78102441b32 -C extra-filename=-74bad78102441b32 --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-45ca554d4d76a8fb.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-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
34362023-10-03T00:30:05.303Z Compiling httptest v0.15.4
34372023-10-03T00:30:05.321Z 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=eef38ab40ac74d85 -C extra-filename=-eef38ab40ac74d85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-41e0aa6bbf5cc8a2.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bdee90b95eb7999e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --cap-lints allow -D warnings`
34382023-10-03T00:30:06.252Z Compiling similar-asserts v1.5.0
34392023-10-03T00:30:06.276Z 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`
34402023-10-03T00:30:07.547Z Compiling pin-project-internal v1.1.3
34412023-10-03T00:30:07.570Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=3e36103cc2bc9a77 -C extra-filename=-3e36103cc2bc9a77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
34422023-10-03T00:30:07.863Z Compiling trybuild v1.0.85
34432023-10-03T00:30:08.330Z 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`
34442023-10-03T00:30:08.554Z Compiling relative-path v1.9.0
34452023-10-03T00:30:08.620Z 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`
34462023-10-03T00:30:08.639Z Compiling topological-sort v0.2.2
34472023-10-03T00:30:08.662Z 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`
34482023-10-03T00:30:09.150Z 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`
34492023-10-03T00:30:09.733Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="async-timeout"' -C metadata=b5dbfce0cc7b7f95 -C extra-filename=-b5dbfce0cc7b7f95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-1be47cff0f678725.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rlib --extern proc_macro --cap-lints allow -D warnings`
34502023-10-03T00:30:11.361Z 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=351e04a6369585fa -C extra-filename=-351e04a6369585fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-5e7949f6123a5cbe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6994b4482bdadab4.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9d669547cbb4bc59.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-88eefee67aa2ca73.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
34512023-10-03T00:30:11.922Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-e77aeb76380e11ca/build-script-build`
34522023-10-03T00:30:11.947Z 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`
34532023-10-03T00:30:11.992Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9760cabe276b728e -C extra-filename=-9760cabe276b728e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4648eea5d7821deb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f8c637bacfbef1.rmeta --cap-lints allow -D warnings`
34542023-10-03T00:30:12.503Z 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=ca47d99532a49d09 -C extra-filename=-ca47d99532a49d09 --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-ad903b1003beeac0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
34552023-10-03T00:30:13.073Z Compiling pin-project v1.1.3
34562023-10-03T00:30:13.096Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b2d2859635b69dc -C extra-filename=-4b2d2859635b69dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-3e36103cc2bc9a77.so --cap-lints allow -D warnings`
34572023-10-03T00:30:13.561Z 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`
34582023-10-03T00:30:13.578Z 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`
34592023-10-03T00:30:15.320Z 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`
34602023-10-03T00:30:15.661Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4cdc7610c6773be9 -C extra-filename=-4cdc7610c6773be9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
34612023-10-03T00:30:16.035Z 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`
34622023-10-03T00:30:16.791Z 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`
34632023-10-03T00:30:17.040Z Compiling basic-toml v0.1.4
34642023-10-03T00:30:17.063Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99515663ed541b23 -C extra-filename=-99515663ed541b23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
34652023-10-03T00:30:17.650Z Compiling crossbeam-queue v0.3.8
34662023-10-03T00:30:18.134Z 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`
34672023-10-03T00:30:19.077Z 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`
34682023-10-03T00:30:19.090Z Compiling futures-timer v3.0.2
34692023-10-03T00:30:19.104Z 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`
34702023-10-03T00:30:19.623Z Compiling arrayref v0.3.7
34712023-10-03T00:30:19.640Z 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`
34722023-10-03T00:30:19.658Z Compiling bytecount v0.6.3
34732023-10-03T00:30:19.676Z 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`
34742023-10-03T00:30:20.130Z 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`
34752023-10-03T00:30:20.155Z Compiling arrayvec v0.7.4
34762023-10-03T00:30:20.180Z 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`
34772023-10-03T00:30:20.206Z Compiling constant_time_eq v0.2.6
34782023-10-03T00:30:20.642Z 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`
34792023-10-03T00:30:20.671Z Compiling papergrid v0.10.0
34802023-10-03T00:30:20.695Z 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`
34812023-10-03T00:30:20.710Z 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`
34822023-10-03T00:30:20.726Z 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`
34832023-10-03T00:30:20.747Z Compiling blake2b_simd v1.0.1
34842023-10-03T00:30:20.770Z 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`
34852023-10-03T00:30:21.254Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc3a1a6de352d027 -C extra-filename=-dc3a1a6de352d027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern basic_toml=/work/oxidecomputer/omicron/target/debug/deps/libbasic_toml-99515663ed541b23.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings`
34862023-10-03T00:30:22.688Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-70887a1b9fd3893e/build-script-build`
34872023-10-03T00:30:22.696Z 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`
34882023-10-03T00:30:23.143Z 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`
34892023-10-03T00:30:23.886Z 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=d8a34e36ca12fc02 -C extra-filename=-d8a34e36ca12fc02 --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-351e04a6369585fa.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
34902023-10-03T00:30:24.534Z Compiling rstest v0.18.2
34912023-10-03T00:30:24.557Z 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=787d2e87b02d2b18 -C extra-filename=-787d2e87b02d2b18 --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-2294734652420427.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-097f41d678ee69d6.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-b5dbfce0cc7b7f95.so --cap-lints allow -D warnings`
34922023-10-03T00:30:24.988Z Compiling partial-io v0.5.4
34932023-10-03T00:30:25.033Z 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=5df601c68c742a31 -C extra-filename=-5df601c68c742a31 --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-2294734652420427.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-4b2d2859635b69dc.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd25faf12858c3f3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --cap-lints allow -D warnings`
34942023-10-03T00:30:25.064Z 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/aeb69dd/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=62aab26f03aab70b -C extra-filename=-62aab26f03aab70b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-348bdbd4a67f8b15.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --cap-lints allow -D warnings`
34952023-10-03T00:30:25.101Z Compiling toml_edit v0.20.0
34962023-10-03T00:30:25.145Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=f0732f66c54e26cf -C extra-filename=-f0732f66c54e26cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings`
34972023-10-03T00:30:25.183Z Compiling approx v0.5.1
34982023-10-03T00:30:25.199Z 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`
34992023-10-03T00:30:25.515Z 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`
35002023-10-03T00:30:26.519Z Compiling hex-literal v0.4.1
35012023-10-03T00:30:26.537Z 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`
35022023-10-03T00:30:26.563Z 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`
35032023-10-03T00:30:26.738Z Compiling constant_time_eq v0.3.0
35042023-10-03T00:30:26.775Z 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`
35052023-10-03T00:30:27.274Z Compiling tabled v0.14.0
35062023-10-03T00:30:27.291Z 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=091bfcc9fc1cfea5 -C extra-filename=-091bfcc9fc1cfea5 --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-74bad78102441b32.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
35072023-10-03T00:30:27.305Z Compiling rust-argon2 v1.0.1
35082023-10-03T00:30:27.317Z 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`
35092023-10-03T00:30:27.332Z 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=379c4f8c8e58662f -C extra-filename=-379c4f8c8e58662f --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-74bad78102441b32.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
35102023-10-03T00:30:29.824Z 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`
35112023-10-03T00:30:30.264Z Compiling toml v0.8.0
35122023-10-03T00:30:31.125Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=58dc6fbc49c86966 -C extra-filename=-58dc6fbc49c86966 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f0732f66c54e26cf.rmeta --cap-lints allow -D warnings`
35132023-10-03T00:30:31.381Z Compiling cargo-platform v0.1.3
35142023-10-03T00:30:31.411Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=769acf7e05beaf92 -C extra-filename=-769acf7e05beaf92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
35152023-10-03T00:30:32.379Z Compiling cargo_metadata v0.18.0
35162023-10-03T00:30:32.395Z 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=7b1163b150e5caf6 -C extra-filename=-7b1163b150e5caf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-769acf7e05beaf92.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --cap-lints allow -D warnings`
35172023-10-03T00:30:32.663Z Compiling cargo_toml v0.16.3
35182023-10-03T00:30:33.132Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.16.3/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f969b62eba45db5d -C extra-filename=-f969b62eba45db5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-58dc6fbc49c86966.rmeta --cap-lints allow -D warnings`
35192023-10-03T00:30:33.263Z Compiling crossbeam v0.8.2
35202023-10-03T00:30:33.288Z 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`
35212023-10-03T00:30:33.451Z Compiling termios v0.3.3
35222023-10-03T00:30:34.710Z 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`
35232023-10-03T00:30:38.218Z 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`
35242023-10-03T00:30:38.430Z Compiling bzip2 v0.4.4
35252023-10-03T00:30:38.444Z 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`
35262023-10-03T00:30:38.624Z 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`
35272023-10-03T00:30:39.113Z 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`
35282023-10-03T00:30:39.138Z Compiling zip v0.6.6
35292023-10-03T00:30:39.160Z 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`
35302023-10-03T00:30:39.500Z 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`
35312023-10-03T00:30:40.329Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e)
35322023-10-03T00:30:40.348Z 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/0c642f6/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=74ce7e21408928b1 -C extra-filename=-74ce7e21408928b1 --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-38e76438b48f4c03.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-dce3152397befdd6.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-251725e0226df094.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-79dea6c74fb7cd7e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d263e70dd8478e32.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b5bb66dc55094da2.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-16151a8d7c6d0d64.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e6cb9e5a8e37385f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4ac7171c55386a7a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35332023-10-03T00:30:41.651Z 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/0c642f6/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=a86bc76674dd2113 -C extra-filename=-a86bc76674dd2113 --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-c1f8f70f37c99f79.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-13866cfab340cdf6.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-d3a9aa076020a553.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-2e817dd5db488c99.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-eef41105fcbf3370.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-68051dda1db99c6e.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-215f923a61dc9e69.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e05dca8dd4827f7d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f8c637bacfbef1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c2b146e5f70d877e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35342023-10-03T00:30:41.676Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35352023-10-03T00:30:41.725Z 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=cdbcb6557ddd3d34 -C extra-filename=-cdbcb6557ddd3d34 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-cdbcb6557ddd3d34 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rlib --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b6de061fc524ff1e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0dfbde122c134ccb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.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-a7708e37c466faa5.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7d5c7225883b95e2.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.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_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rlib --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rlib --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3eeef74243757ceb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22713b6dcfd7814a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-78a8e726518e87f5.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-bfbb6b26c09c07c3.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3b74e2c7e7429827.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-385e5368bf489668.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-0d3d8ad1198c025f.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-f64d4eba8943483c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-dab22f7c9a37f33c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63473ff2b6b9564c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-07e0d382b4c2f45a.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-76ea78da3458ca1b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3f56d02e742d9deb.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-873c01a2d2fead61.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.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-5258cdaff8dd162a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-111f716061dcffff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35362023-10-03T00:30:41.791Z 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=dd13f015496095eb -C extra-filename=-dd13f015496095eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2c934cf7b7561081.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-04c51646d090d228.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0685d639d431f21a.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-74ce7e21408928b1.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-dd28c09b5feb1ada.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cd225b2962500857.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-ccfc6ca4b2c21f8e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ab562698f326a2b0.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-76ea78da3458ca1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-590c6e9559fed084.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35372023-10-03T00:30:42.005Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-cdbcb6557ddd3d34/build-script-build`
35382023-10-03T00:30:42.059Z 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=90d0f81a7636fec6 -C extra-filename=-90d0f81a7636fec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b6de061fc524ff1e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0dfbde122c134ccb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.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-a7708e37c466faa5.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7d5c7225883b95e2.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.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_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3eeef74243757ceb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22713b6dcfd7814a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-78a8e726518e87f5.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-bfbb6b26c09c07c3.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3b74e2c7e7429827.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-385e5368bf489668.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-0d3d8ad1198c025f.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-f64d4eba8943483c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-dab22f7c9a37f33c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-63473ff2b6b9564c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-07e0d382b4c2f45a.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-76ea78da3458ca1b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-873c01a2d2fead61.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.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-5258cdaff8dd162a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-111f716061dcffff.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35392023-10-03T00:30:42.201Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35402023-10-03T00:30:42.642Z 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=f11b4eabf9806a52 -C extra-filename=-f11b4eabf9806a52 --out-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-90d0f81a7636fec6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35412023-10-03T00:30:42.671Z 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=45a5c36390b9af39 -C extra-filename=-45a5c36390b9af39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b6de061fc524ff1e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0dfbde122c134ccb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.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-a7708e37c466faa5.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-73d58108dc09a9af.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.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_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3eeef74243757ceb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-78a8e726518e87f5.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-bfbb6b26c09c07c3.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-9d964a98a3f01552.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-0d3d8ad1198c025f.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-9a2844e8f82a53c5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-dab22f7c9a37f33c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-07e0d382b4c2f45a.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-76ea78da3458ca1b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.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-2d54999a263b728a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-111f716061dcffff.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35422023-10-03T00:30:44.025Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35432023-10-03T00:30:44.038Z 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=b9b8f815c94cc6b2 -C extra-filename=-b9b8f815c94cc6b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-432d5da849165976.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.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`
35442023-10-03T00:30:44.069Z 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=d85cb379f048e4d9 -C extra-filename=-d85cb379f048e4d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-282eeb4c5573d511.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-03a1466e1f5e93e4.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-6d24d4dfec88b70d.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-90494af026d44ec1.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7076bed75ea0c074.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1824044c80fa9625.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.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-da98cd184f1dd7f6.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3b6195edad4660af.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.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_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ddb8dacd2892ec9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e08d941838bbeb03.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b1008f6b16506ac7.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6d6730805a801a5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8f195d5b8b1d847b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b8556d46f061241.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8e044772089bbb07.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-596fc2de38285be7.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-16df8980a5e5619c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-627f8a0395596055.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c39b2dbddf742628.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-f96502417fd063e7.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-e9bbb7fced213e03.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-faf0f6b95c4643ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2a4ca742f7d69463.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-077ad26ebebec88c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fecf14f1af0d3564.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-7f1dfcfec795f317.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-99d6081e5b4e0d62.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4cbafaba7eb8653e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-432dd2819e472b52.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be276a5e64db1418.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8f43593812ff568e.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-b8abeca4473db00d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-ad903b1003beeac0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c2b146e5f70d877e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35452023-10-03T00:30:44.097Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35462023-10-03T00:30:44.531Z 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=8c162b328991ef1d -C extra-filename=-8c162b328991ef1d --out-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-90d0f81a7636fec6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35472023-10-03T00:30:44.553Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35482023-10-03T00:30:44.983Z 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=5ddfb1da4773ceab -C extra-filename=-5ddfb1da4773ceab --out-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-90d0f81a7636fec6.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`
35492023-10-03T00:30:44.996Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
35502023-10-03T00:30:45.009Z 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=634fa6274e42e00a -C extra-filename=-634fa6274e42e00a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35512023-10-03T00:30:45.023Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35522023-10-03T00:30:45.044Z 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=373fc2ec0a979988 -C extra-filename=-373fc2ec0a979988 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f11b4eabf9806a52.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2c934cf7b7561081.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd25faf12858c3f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35532023-10-03T00:30:45.067Z 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=38b593f2dfd32a8b -C extra-filename=-38b593f2dfd32a8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f11b4eabf9806a52.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-79aa5de0256792b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b99a876f1357d210.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-98934391a023988e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-432dd2819e472b52.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35542023-10-03T00:30:45.082Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
35552023-10-03T00:30:45.092Z 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=cd60a1cfb0eb3165 -C extra-filename=-cd60a1cfb0eb3165 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35562023-10-03T00:30:45.481Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35572023-10-03T00:30:46.326Z 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=9471e603c3c07df9 -C extra-filename=-9471e603c3c07df9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-196d58d1e0d9655b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35582023-10-03T00:30:47.192Z 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=63719fbe7eca2a82 -C extra-filename=-63719fbe7eca2a82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5085e20565657c3d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.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-03T00:30:47.206Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35602023-10-03T00:30:47.218Z 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=c217eba8cf6087c7 -C extra-filename=-c217eba8cf6087c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-c217eba8cf6087c7 -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-5ddfb1da4773ceab.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`
35612023-10-03T00:30:47.226Z 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=fb94d834e3aa7888 -C extra-filename=-fb94d834e3aa7888 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35622023-10-03T00:30:47.232Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35632023-10-03T00:30:47.237Z 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=ed3a591acd2de1e4 -C extra-filename=-ed3a591acd2de1e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-212f198cc036b21a.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-efc91c4215267f9b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35642023-10-03T00:30:47.242Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-c217eba8cf6087c7/build-script-build`
35652023-10-03T00:30:47.247Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35662023-10-03T00:30:47.253Z 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=50b5aa1e121f1186 -C extra-filename=-50b5aa1e121f1186 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-50b5aa1e121f1186 -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-5ddfb1da4773ceab.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`
35672023-10-03T00:30:47.259Z 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=2f043e3cf2c64f0a -C extra-filename=-2f043e3cf2c64f0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-15905a5a644b0390.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35682023-10-03T00:30:49.138Z Compiling polar-core v0.26.4
35692023-10-03T00:30:49.163Z 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=d1f2f1ae66986b2d -C extra-filename=-d1f2f1ae66986b2d --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-d1f2f1ae66986b2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-0c0ccf693cd11b2c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
35702023-10-03T00:30:51.320Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35712023-10-03T00:30:51.758Z 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=9a9fb7f40ff09ffd -C extra-filename=-9a9fb7f40ff09ffd --out-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-90d0f81a7636fec6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35722023-10-03T00:30:52.795Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-d1f2f1ae66986b2d/build-script-build`
35732023-10-03T00:30:53.496Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-50b5aa1e121f1186/build-script-build`
35742023-10-03T00:30:53.944Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35752023-10-03T00:30:53.977Z 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=ae428280f2644144 -C extra-filename=-ae428280f2644144 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-ae428280f2644144 -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-5ddfb1da4773ceab.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35762023-10-03T00:30:54.104Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35772023-10-03T00:30:54.115Z 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=5e2430900a8ac2e1 -C extra-filename=-5e2430900a8ac2e1 --out-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-90d0f81a7636fec6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35782023-10-03T00:30:56.277Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-ae428280f2644144/build-script-build`
35792023-10-03T00:30:56.326Z 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=fa3bcff0a8cb353e -C extra-filename=-fa3bcff0a8cb353e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35802023-10-03T00:30:56.431Z 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=15d41310cb160ffd -C extra-filename=-15d41310cb160ffd --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-adb86386bf451371.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-aca75bfbc73798bb.so --cap-lints allow -D warnings`
35812023-10-03T00:30:57.048Z 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=c3935d77d97c0302 -C extra-filename=-c3935d77d97c0302 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-fb94d834e3aa7888.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ded4f589be821bf7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0a682483932714c3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-855e0363d61ad47a.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8f43593812ff568e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-96c42cfefbbaa684.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdc368a41635adac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35822023-10-03T00:30:57.518Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35832023-10-03T00:30:57.944Z 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=b7516bb92408e1c0 -C extra-filename=-b7516bb92408e1c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-b7516bb92408e1c0 -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-5ddfb1da4773ceab.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`
35842023-10-03T00:30:58.514Z 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=07e6e1de70849c88 -C extra-filename=-07e6e1de70849c88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e1cd2b465d2c093.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35852023-10-03T00:30:59.495Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-b7516bb92408e1c0/build-script-build`
35862023-10-03T00:30:59.533Z 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=3f4689091fac9489 -C extra-filename=-3f4689091fac9489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f9cd930b80816936.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-ee7665d458dd6e37.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35872023-10-03T00:31:05.880Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35882023-10-03T00:31:06.374Z 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=69949046be32a0c1 -C extra-filename=-69949046be32a0c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.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-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.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`
35892023-10-03T00:31:06.393Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35902023-10-03T00:31:06.416Z 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=09f565e8d37395a3 -C extra-filename=-09f565e8d37395a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-d6747a67eb12a775.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-06dfca46eba4276e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-43f7d35b16a38cc2.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-96ba65ce4e879ce4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a5846f77ae586a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e2591b0dad99b00b.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`
35912023-10-03T00:31:07.141Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
35922023-10-03T00:31:07.158Z 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=06e4e3dcc76a6f59 -C extra-filename=-06e4e3dcc76a6f59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35932023-10-03T00:31:08.348Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35942023-10-03T00:31:08.361Z 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=582067a6fc922025 -C extra-filename=-582067a6fc922025 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35952023-10-03T00:31:09.670Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
35962023-10-03T00:31:09.698Z 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=101ed5b679b3c40c -C extra-filename=-101ed5b679b3c40c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8c162b328991ef1d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35972023-10-03T00:31:09.982Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
35982023-10-03T00:31:09.992Z 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=bb2ee0e4a1e3cbbe -C extra-filename=-bb2ee0e4a1e3cbbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35992023-10-03T00:31:10.406Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
36002023-10-03T00:31:10.872Z 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=85cbffaa3092387a -C extra-filename=-85cbffaa3092387a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36012023-10-03T00:31:13.154Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
36022023-10-03T00:31:13.177Z 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=9d39f576111d07da -C extra-filename=-9d39f576111d07da --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36032023-10-03T00:31:16.402Z 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=a5357b23c7f3ecd6 -C extra-filename=-a5357b23c7f3ecd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-63719fbe7eca2a82.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36042023-10-03T00:31:23.229Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36052023-10-03T00:31:23.252Z 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=e1e12d56de264b48 -C extra-filename=-e1e12d56de264b48 --out-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-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.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`
36062023-10-03T00:31:25.182Z 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=f68bf401230ec2c9 -C extra-filename=-f68bf401230ec2c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-6dcba6588ba3f2cd.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d86e0fbc1ae8bb87.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-bb18b6b5dd608deb.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-73f55a93cefa254f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1d01d77c91956b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-617665d59d125e2c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36072023-10-03T00:31:27.044Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36082023-10-03T00:31:27.049Z 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=c379fb4b2f514de0 -C extra-filename=-c379fb4b2f514de0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36092023-10-03T00:31:27.084Z 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=6e04826b9bbed4f8 -C extra-filename=-6e04826b9bbed4f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-da6f485cf295e7f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8c162b328991ef1d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36102023-10-03T00:31:33.010Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36112023-10-03T00:31:33.039Z 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=4f74ee035243b54e -C extra-filename=-4f74ee035243b54e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f8db91097aaf0b09.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-582067a6fc922025.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-9198960e7c62598c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-61245e22e6eb79fc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36122023-10-03T00:31:33.815Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36132023-10-03T00:31:33.838Z 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=d2f3a4b6867f3ff2 -C extra-filename=-d2f3a4b6867f3ff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.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-03T00:31:37.773Z 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=497e0f319f47e7a5 -C extra-filename=-497e0f319f47e7a5 --out-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-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-15905a5a644b0390.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.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`
36152023-10-03T00:31:38.294Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
36162023-10-03T00:31:38.319Z 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=72ec0da821afa678 -C extra-filename=-72ec0da821afa678 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36172023-10-03T00:31:39.660Z 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=40807f0ffa3fbb6f -C extra-filename=-40807f0ffa3fbb6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-8068ddbfa021534a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4817170793adc505.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36182023-10-03T00:31:40.724Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36192023-10-03T00:31:40.748Z 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=d21f89857407fd27 -C extra-filename=-d21f89857407fd27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36202023-10-03T00:31:42.546Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36212023-10-03T00:31:42.562Z 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=997aec910a10ca90 -C extra-filename=-997aec910a10ca90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-c336f805ebeb0504.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-dd13f015496095eb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-85cbffaa3092387a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1a96415c01ad7f17.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5befc55ed23c5786.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
36222023-10-03T00:31:42.788Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36232023-10-03T00:31:43.243Z 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=7624efb9dae37d4d -C extra-filename=-7624efb9dae37d4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f11b4eabf9806a52.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.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-373fc2ec0a979988.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d016d35d9339b583.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36242023-10-03T00:31:46.122Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36252023-10-03T00:31:46.159Z 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=7bba17b65bca6087 -C extra-filename=-7bba17b65bca6087 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cd60a1cfb0eb3165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.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`
36262023-10-03T00:31:49.430Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36272023-10-03T00:31:49.453Z 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=8bd06fa63c15b3aa -C extra-filename=-8bd06fa63c15b3aa --out-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-94afb5431936cec3.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-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36282023-10-03T00:32:04.628Z 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=54f47c5a046dcde8 -C extra-filename=-54f47c5a046dcde8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-fb94d834e3aa7888.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8f43593812ff568e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-96c42cfefbbaa684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36292023-10-03T00:32:06.696Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
36302023-10-03T00:32:07.695Z 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=80727f9019f98b7f -C extra-filename=-80727f9019f98b7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-a1adce0e8d883411.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f523a89f6109928.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-74ce7e21408928b1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-79fdfec55eccaeac.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`
36312023-10-03T00:32:08.132Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36322023-10-03T00:32:08.413Z 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=e3024c55992dd6de -C extra-filename=-e3024c55992dd6de --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-997aec910a10ca90.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-86c04f65e66bdc00.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36332023-10-03T00:32:08.610Z 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=73e201b82f0004db -C extra-filename=-73e201b82f0004db --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36342023-10-03T00:32:08.996Z 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=85cccd65eaabdfa3 -C extra-filename=-85cccd65eaabdfa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9a9fb7f40ff09ffd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-73d58108dc09a9af.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8bd06fa63c15b3aa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7624efb9dae37d4d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e1e12d56de264b48.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d016d35d9339b583.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36352023-10-03T00:32:09.141Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36362023-10-03T00:32:09.444Z 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=e5e0b3f4edf0d17f -C extra-filename=-e5e0b3f4edf0d17f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d21f89857407fd27.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36372023-10-03T00:32:13.545Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client)
36382023-10-03T00:32:13.714Z 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=d9175694bef252d0 -C extra-filename=-d9175694bef252d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7bba17b65bca6087.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`
36392023-10-03T00:32:14.304Z 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=bba8283c6ab604ce -C extra-filename=-bba8283c6ab604ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b57edeaa387497d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c9235f547ae9641.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b140ce5f5777630f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36402023-10-03T00:32:15.413Z 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=1b1c7d8d009b82d1 -C extra-filename=-1b1c7d8d009b82d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-6f5c4073222995ac.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f68bf401230ec2c9.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bba8283c6ab604ce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-40d5b560e97b4c41.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a5357b23c7f3ecd6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2088b4afba159a5f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36412023-10-03T00:32:16.784Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36422023-10-03T00:32:17.221Z 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=f31beb5e0a43ed16 -C extra-filename=-f31beb5e0a43ed16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-997aec910a10ca90.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e3024c55992dd6de.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
36432023-10-03T00:32:22.123Z Compiling oso v0.26.4
36442023-10-03T00:32:22.145Z 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=e95a7141bbca6c2f -C extra-filename=-e95a7141bbca6c2f --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-f771e6df21d51c33.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-10cf31dc273ef924.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-15d41310cb160ffd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings`
36452023-10-03T00:32:22.629Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client)
36462023-10-03T00:32:22.637Z 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=9043137ab1ed63e4 -C extra-filename=-9043137ab1ed63e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36472023-10-03T00:32:25.050Z 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=e933dedc40a64dc4 -C extra-filename=-e933dedc40a64dc4 --out-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-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b1fb1598afc8ccf3.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.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-03T00:32:25.578Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36492023-10-03T00:32:25.599Z 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=5f76e95ac40538fe -C extra-filename=-5f76e95ac40538fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7624efb9dae37d4d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36502023-10-03T00:32:26.194Z 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=414f8e87e6211340 -C extra-filename=-414f8e87e6211340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a5357b23c7f3ecd6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6e04826b9bbed4f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e798f9d73156d523.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36512023-10-03T00:32:26.267Z 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=02208c80296e686d -C extra-filename=-02208c80296e686d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f11b4eabf9806a52.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-fb94d834e3aa7888.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.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-38b593f2dfd32a8b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-63719fbe7eca2a82.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b1fb1598afc8ccf3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b99a876f1357d210.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-0bdeff9b687ed124.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36522023-10-03T00:32:31.875Z 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=9361d8d2eb75d54b -C extra-filename=-9361d8d2eb75d54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b1c7d8d009b82d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36532023-10-03T00:32:31.977Z 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=890a433f26cb12f6 -C extra-filename=-890a433f26cb12f6 --out-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-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e1cd2b465d2c093.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b1c7d8d009b82d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.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`
36542023-10-03T00:32:33.697Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36552023-10-03T00:32:33.712Z 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=d6ddeb6a36162a99 -C extra-filename=-d6ddeb6a36162a99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36562023-10-03T00:32:36.156Z 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=247661e3ed88a9cc -C extra-filename=-247661e3ed88a9cc --out-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-d30c3d2945011c66.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-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36572023-10-03T00:32:36.363Z 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=9846cc23b890c837 -C extra-filename=-9846cc23b890c837 --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-039c90bffa9247bd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-aca75bfbc73798bb.so --cap-lints allow -D warnings`
36582023-10-03T00:32:36.966Z 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=bccb28b6995dd15a -C extra-filename=-bccb28b6995dd15a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f68bf401230ec2c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3f4689091fac9489.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-03T00:32:38.266Z 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=785280cfeb17268e -C extra-filename=-785280cfeb17268e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6e04826b9bbed4f8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36602023-10-03T00:32:39.321Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client)
36612023-10-03T00:32:39.360Z 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=15f3d31ef40599d2 -C extra-filename=-15f3d31ef40599d2 --out-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-d2f3a4b6867f3ff2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36622023-10-03T00:32:40.639Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36632023-10-03T00:32:41.197Z 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=7846479718fe8b80 -C extra-filename=-7846479718fe8b80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-a1adce0e8d883411.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1899625e43eab6b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.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-83f8f85fdac4392f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-fe44fa17631b5963.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-9471e603c3c07df9.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7bba17b65bca6087.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d9175694bef252d0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36642023-10-03T00:32:41.240Z 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=c2a29433349228f7 -C extra-filename=-c2a29433349228f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-e0b0e23c7d0e7778.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b57edeaa387497d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c9235f547ae9641.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b140ce5f5777630f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b1c7d8d009b82d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-cddf8a30fb55a64e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36652023-10-03T00:32:52.087Z 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=df79dececda9fc49 -C extra-filename=-df79dececda9fc49 --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-f771e6df21d51c33.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-10cf31dc273ef924.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-9846cc23b890c837.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings`
36662023-10-03T00:32:52.903Z 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=a6a9bfe3f51de44a -C extra-filename=-a6a9bfe3f51de44a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9a9fb7f40ff09ffd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3b6195edad4660af.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-247661e3ed88a9cc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-02208c80296e686d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e933dedc40a64dc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-63719fbe7eca2a82.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b99a876f1357d210.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-73e201b82f0004db.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-0bdeff9b687ed124.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36672023-10-03T00:32:58.128Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36682023-10-03T00:32:58.135Z 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=f705e3e1a96b6109 -C extra-filename=-f705e3e1a96b6109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.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-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.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-80727f9019f98b7f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36692023-10-03T00:33:02.364Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
36702023-10-03T00:33:02.368Z 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=2cab6caaeddf198e -C extra-filename=-2cab6caaeddf198e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36712023-10-03T00:33:02.750Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client)
36722023-10-03T00:33:02.773Z 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=b01eae32ddf5b3c9 -C extra-filename=-b01eae32ddf5b3c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36732023-10-03T00:33:17.625Z 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=8dcbd57b64098d1b -C extra-filename=-8dcbd57b64098d1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-54f47c5a046dcde8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-02208c80296e686d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36742023-10-03T00:33:18.651Z 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=18c60b1d94ede81e -C extra-filename=-18c60b1d94ede81e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fa3bcff0a8cb353e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3f4689091fac9489.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`
36752023-10-03T00:33:21.562Z 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=c873c201977a85ae -C extra-filename=-c873c201977a85ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36762023-10-03T00:33:23.535Z 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=03a954763746b261 -C extra-filename=-03a954763746b261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-05248fc231540ace.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2b8c4ebcdfb543e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-41e3a14352e8a3ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a86bc76674dd2113.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4080cdfd12d50d60.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2a4ca742f7d69463.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-939f759098d4e6b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b82036a7136ee75f.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`
36772023-10-03T00:33:39.817Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
36782023-10-03T00:33:40.066Z 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=0733d622f861e266 -C extra-filename=-0733d622f861e266 --out-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-90d0f81a7636fec6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36792023-10-03T00:33:42.557Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36802023-10-03T00:33:42.580Z 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=42aa9eacb4dc6cb5 -C extra-filename=-42aa9eacb4dc6cb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a1adce0e8d883411.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-497e0f319f47e7a5.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-2294734652420427.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-15f3d31ef40599d2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-85cbffaa3092387a.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-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.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-15905a5a644b0390.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-a5846f77ae586a33.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80727f9019f98b7f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36812023-10-03T00:33:43.110Z 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=2015110800b05dcd -C extra-filename=-2015110800b05dcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6e04826b9bbed4f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36822023-10-03T00:33:44.144Z 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=a053b6ce14bf984c -C extra-filename=-a053b6ce14bf984c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-54f47c5a046dcde8.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a5357b23c7f3ecd6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6e04826b9bbed4f8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-785280cfeb17268e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e798f9d73156d523.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36832023-10-03T00:33:46.025Z 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=f72b65911aa1f78a -C extra-filename=-f72b65911aa1f78a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bccb28b6995dd15a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36842023-10-03T00:33:57.342Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36852023-10-03T00:33:57.366Z 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=fe4ff08a1b622ea2 -C extra-filename=-fe4ff08a1b622ea2 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-fe4ff08a1b622ea2 -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-5ddfb1da4773ceab.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`
36862023-10-03T00:33:57.920Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36872023-10-03T00:33:57.923Z 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=09a3e9e11047beaa -C extra-filename=-09a3e9e11047beaa --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-09a3e9e11047beaa -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-5ddfb1da4773ceab.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`
36882023-10-03T00:33:58.522Z 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=c44ad71374927048 -C extra-filename=-c44ad71374927048 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-7571014630a39f8b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5e2430900a8ac2e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-ad4558c468f5767d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9a9fb7f40ff09ffd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-73d58108dc09a9af.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-b066585546d96786.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-85cccd65eaabdfa3.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8bd06fa63c15b3aa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7624efb9dae37d4d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e95a7141bbca6c2f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.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-0d3d8ad1198c025f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-40e9a9a83c8b88f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d016d35d9339b583.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36892023-10-03T00:34:02.410Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-09a3e9e11047beaa/build-script-build`
36902023-10-03T00:34:02.879Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-fe4ff08a1b622ea2/build-script-build`
36912023-10-03T00:34:02.893Z 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=d915bad5a583b72e -C extra-filename=-d915bad5a583b72e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.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-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.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-03a954763746b261.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`
36922023-10-03T00:34:04.660Z 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=e8ae8c990456a645 -C extra-filename=-e8ae8c990456a645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bccb28b6995dd15a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3f4689091fac9489.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18c60b1d94ede81e.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`
36932023-10-03T00:34:06.552Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36942023-10-03T00:34:06.570Z 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=fdb1769bac142691 -C extra-filename=-fdb1769bac142691 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-72ec0da821afa678.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-497e0f319f47e7a5.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-2f043e3cf2c64f0a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.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-2294734652420427.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-74ce7e21408928b1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-2cab6caaeddf198e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e1e12d56de264b48.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-79fdfec55eccaeac.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80727f9019f98b7f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7bba17b65bca6087.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`
36952023-10-03T00:34:15.867Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36962023-10-03T00:34:15.910Z 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=640993fee0c6561c -C extra-filename=-640993fee0c6561c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1899625e43eab6b4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-83f8f85fdac4392f.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-55a0823c8f3fa7e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7846479718fe8b80.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`
36972023-10-03T00:34:25.502Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36982023-10-03T00:34:25.517Z 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=ac39d53ac56deefb -C extra-filename=-ac39d53ac56deefb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-0dbc73337a387043.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-99ca6a7a155f4e88.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-5fdeba5095a92741.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-a5846f77ae586a33.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36992023-10-03T00:34:29.218Z 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=5c57c41b1421f92a -C extra-filename=-5c57c41b1421f92a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a861a660c7a0b850.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0f7168c1b51f6d6d.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ca47d99532a49d09.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.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-8a76605271155f73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-432dd2819e472b52.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37002023-10-03T00:34:30.735Z 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=551ebce21e417e19 -C extra-filename=-551ebce21e417e19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37012023-10-03T00:34:33.361Z 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=1f59ced6bcd4a690 -C extra-filename=-1f59ced6bcd4a690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-79aa5de0256792b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c38534593b8ad92a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ddb8dacd2892ec9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8b8f2d0fe5768a51.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a86bc76674dd2113.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-c79f8d0e42fe6d03.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cf532c8f3fdac298.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-4cdc7610c6773be9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2b93b56733daa00b.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-7f1dfcfec795f317.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9760cabe276b728e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c2b146e5f70d877e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37022023-10-03T00:34:33.513Z 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=e4ad4fda95749ed5 -C extra-filename=-e4ad4fda95749ed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-05248fc231540ace.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6994b4482bdadab4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c1f50e79ff71eeac.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-63719fbe7eca2a82.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.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-351e04a6369585fa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85e576e0803245f8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-47edb859bf961370.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0a682483932714c3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4cbafaba7eb8653e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f22b01f5bd53a972.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d8a34e36ca12fc02.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-3f4689091fac9489.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18c60b1d94ede81e.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e8ae8c990456a645.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37032023-10-03T00:34:39.929Z 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=7c7153db27d097f1 -C extra-filename=-7c7153db27d097f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-62aab26f03aab70b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ddb8dacd2892ec9.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1f59ced6bcd4a690.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-551ebce21e417e19.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6d94b226482a6d7d.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f9f66a82eff57ca3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e798f9d73156d523.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be276a5e64db1418.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c823657ec6b4a005.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f22b01f5bd53a972.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37042023-10-03T00:34:43.982Z 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=d6ba88c571144665 -C extra-filename=-d6ba88c571144665 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-caf5158f021948ee.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5e2430900a8ac2e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-0a7335217f347b6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-3ef8cf9b839d8aed.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9a9fb7f40ff09ffd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3b6195edad4660af.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-a7cdceb9ceee2b05.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a861a660c7a0b850.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a6a9bfe3f51de44a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-247661e3ed88a9cc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-02208c80296e686d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-63719fbe7eca2a82.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b1fb1598afc8ccf3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-df79dececda9fc49.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6e04826b9bbed4f8.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-f96502417fd063e7.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7f9a81b8035e680f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-73e201b82f0004db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-0bdeff9b687ed124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-432dd2819e472b52.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37052023-10-03T00:34:44.274Z 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=780f23c5b3c1c1e7 -C extra-filename=-780f23c5b3c1c1e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-9361d8d2eb75d54b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-890a433f26cb12f6.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-07e6e1de70849c88.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.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-b6480b0797d0c153.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fa3bcff0a8cb353e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ddb8dacd2892ec9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a86bc76674dd2113.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f68bf401230ec2c9.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f72b65911aa1f78a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bccb28b6995dd15a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e933dedc40a64dc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-63719fbe7eca2a82.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2a4ca742f7d69463.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b1c7d8d009b82d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e798f9d73156d523.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be276a5e64db1418.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f22b01f5bd53a972.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b82036a7136ee75f.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-96c42cfefbbaa684.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-03a954763746b261.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3f4689091fac9489.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18c60b1d94ede81e.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`
37062023-10-03T00:35:08.512Z 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=7b45061254de7172 -C extra-filename=-7b45061254de7172 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-ad4558c468f5767d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.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-dc3ee660355839d1.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2ddb3b348e66ca31.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f043e3cf2c64f0a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-85cccd65eaabdfa3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c44ad71374927048.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8bd06fa63c15b3aa.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5f76e95ac40538fe.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7624efb9dae37d4d.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-373fc2ec0a979988.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e95a7141bbca6c2f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9043137ab1ed63e4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d21f89857407fd27.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d6ddeb6a36162a99.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c379fb4b2f514de0.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.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-15905a5a644b0390.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ac92abd3025e6a3a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.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-40e9a9a83c8b88f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.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-a455e46490f5db4c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d016d35d9339b583.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-79fdfec55eccaeac.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37072023-10-03T00:35:21.446Z 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=4e2af2e572cf0b89 -C extra-filename=-4e2af2e572cf0b89 --out-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-45a5c36390b9af39.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`
37082023-10-03T00:35:21.822Z 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=152df613efa5a955 -C extra-filename=-152df613efa5a955 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-62aab26f03aab70b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ddb8dacd2892ec9.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1f59ced6bcd4a690.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-551ebce21e417e19.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7c7153db27d097f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6d94b226482a6d7d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f9f66a82eff57ca3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e798f9d73156d523.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be276a5e64db1418.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c823657ec6b4a005.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f22b01f5bd53a972.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37092023-10-03T00:35:21.940Z 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=f6fa5db59ced5831 -C extra-filename=-f6fa5db59ced5831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-c336f805ebeb0504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-dd13f015496095eb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f31beb5e0a43ed16.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-85cbffaa3092387a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-997aec910a10ca90.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1a96415c01ad7f17.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e3024c55992dd6de.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5befc55ed23c5786.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37102023-10-03T00:35:22.324Z 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=9f5b4d4a604e4217 -C extra-filename=-9f5b4d4a604e4217 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-05248fc231540ace.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6994b4482bdadab4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c1f50e79ff71eeac.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-63719fbe7eca2a82.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.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-351e04a6369585fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85e576e0803245f8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-47edb859bf961370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0a682483932714c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4cbafaba7eb8653e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f22b01f5bd53a972.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d8a34e36ca12fc02.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-3f4689091fac9489.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e4ad4fda95749ed5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18c60b1d94ede81e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e8ae8c990456a645.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37112023-10-03T00:35:22.511Z 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=38aacef4c946abbb -C extra-filename=-38aacef4c946abbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-a1adce0e8d883411.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1899625e43eab6b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.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-dd25faf12858c3f3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-83f8f85fdac4392f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-fe44fa17631b5963.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-9471e603c3c07df9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7846479718fe8b80.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7bba17b65bca6087.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d9175694bef252d0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37122023-10-03T00:35:24.554Z 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=44506ee7bb1b349b -C extra-filename=-44506ee7bb1b349b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1899625e43eab6b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-83f8f85fdac4392f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-55a0823c8f3fa7e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7846479718fe8b80.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-640993fee0c6561c.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`
37132023-10-03T00:35:28.346Z 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=abae4a32ea5a050e -C extra-filename=-abae4a32ea5a050e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1899625e43eab6b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-83f8f85fdac4392f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-55a0823c8f3fa7e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7846479718fe8b80.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-640993fee0c6561c.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`
37142023-10-03T00:35:31.541Z 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=54e6c29de5d107b3 -C extra-filename=-54e6c29de5d107b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-0dbc73337a387043.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-ac39d53ac56deefb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-99ca6a7a155f4e88.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-5fdeba5095a92741.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-a5846f77ae586a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37152023-10-03T00:35:32.293Z 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=5db821c6f1d4fca8 -C extra-filename=-5db821c6f1d4fca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-72ec0da821afa678.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-497e0f319f47e7a5.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-2f043e3cf2c64f0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.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-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f31beb5e0a43ed16.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-74ce7e21408928b1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-42aa9eacb4dc6cb5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-15f3d31ef40599d2.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-2cab6caaeddf198e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e1e12d56de264b48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.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-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-79fdfec55eccaeac.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f705e3e1a96b6109.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80727f9019f98b7f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7bba17b65bca6087.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-fdb1769bac142691.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d9175694bef252d0.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`
37162023-10-03T00:35:35.066Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy)
37172023-10-03T00:35:35.082Z 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=2ec16a10e3dedc34 -C extra-filename=-2ec16a10e3dedc34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-0dbc73337a387043.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-ef760d58fdfdcb12.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-ac39d53ac56deefb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37182023-10-03T00:35:35.942Z 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=664f867684806be6 -C extra-filename=-664f867684806be6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f72b65911aa1f78a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bccb28b6995dd15a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37192023-10-03T00:35:36.428Z 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=730cc477ee1a2d5a -C extra-filename=-730cc477ee1a2d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-2cab6caaeddf198e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37202023-10-03T00:35:37.627Z 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=47dd98d7665e6420 -C extra-filename=-47dd98d7665e6420 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-0a7335217f347b6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f9cd930b80816936.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.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-d855dfa540f16b71.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d8f0c84d65d551b9.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-fb94d834e3aa7888.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07e6e1de70849c88.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-fec6e3b780c2401a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fa3bcff0a8cb353e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a861a660c7a0b850.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-54f47c5a046dcde8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a6a9bfe3f51de44a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d6ba88c571144665.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-247661e3ed88a9cc.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dcbd57b64098d1b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-02208c80296e686d.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-38b593f2dfd32a8b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-63719fbe7eca2a82.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b1fb1598afc8ccf3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-df79dececda9fc49.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6e04826b9bbed4f8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c873c201977a85ae.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-785280cfeb17268e.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2015110800b05dcd.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-414f8e87e6211340.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b99a876f1357d210.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-0e1cd2b465d2c093.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1e6f553132f272f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.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-7f9a81b8035e680f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-73e201b82f0004db.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-e798f9d73156d523.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-0bdeff9b687ed124.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-432dd2819e472b52.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b82036a7136ee75f.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-96c42cfefbbaa684.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37212023-10-03T00:35:45.959Z 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=04314491e35e7329 -C extra-filename=-04314491e35e7329 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e42993d6b57771df.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-382b7dffd50c7077.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-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b3ac4b7f59a6b2a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f705e3e1a96b6109.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80727f9019f98b7f.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-03T00:35:48.301Z 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=b355f29c47176a74 -C extra-filename=-b355f29c47176a74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.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-38b593f2dfd32a8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.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-d915bad5a583b72e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-03a954763746b261.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-03T00:35:51.303Z 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=ed144dd3d0b639a4 -C extra-filename=-ed144dd3d0b639a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-9361d8d2eb75d54b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-890a433f26cb12f6.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-07e6e1de70849c88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.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-b6480b0797d0c153.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fa3bcff0a8cb353e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ddb8dacd2892ec9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a86bc76674dd2113.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f68bf401230ec2c9.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f72b65911aa1f78a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bccb28b6995dd15a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e933dedc40a64dc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-63719fbe7eca2a82.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2a4ca742f7d69463.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b1c7d8d009b82d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e798f9d73156d523.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be276a5e64db1418.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f22b01f5bd53a972.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b82036a7136ee75f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-96c42cfefbbaa684.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-03a954763746b261.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3f4689091fac9489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18c60b1d94ede81e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-780f23c5b3c1c1e7.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`
37242023-10-03T00:36:01.042Z 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=c635f3f0a0746b5c -C extra-filename=-c635f3f0a0746b5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-caf5158f021948ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3b6195edad4660af.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-54f47c5a046dcde8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a5357b23c7f3ecd6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a6a9bfe3f51de44a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d6ba88c571144665.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-02208c80296e686d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-73e201b82f0004db.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-091bfcc9fc1cfea5.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4cbafaba7eb8653e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37252023-10-03T00:36:01.194Z 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=8c71ec35df956bcf -C extra-filename=-8c71ec35df956bcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-72ec0da821afa678.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-497e0f319f47e7a5.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-2f043e3cf2c64f0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.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-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f31beb5e0a43ed16.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-74ce7e21408928b1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-42aa9eacb4dc6cb5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-15f3d31ef40599d2.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-2cab6caaeddf198e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e1e12d56de264b48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.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-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-79fdfec55eccaeac.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f705e3e1a96b6109.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80727f9019f98b7f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7bba17b65bca6087.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-fdb1769bac142691.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d9175694bef252d0.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-03T00:36:08.235Z 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=28c0735f5317b6c3 -C extra-filename=-28c0735f5317b6c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e42993d6b57771df.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-382b7dffd50c7077.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-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b3ac4b7f59a6b2a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f705e3e1a96b6109.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80727f9019f98b7f.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`
37272023-10-03T00:36:08.750Z 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=2553cfa4556e6bb0 -C extra-filename=-2553cfa4556e6bb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-54f47c5a046dcde8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a5357b23c7f3ecd6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6e04826b9bbed4f8.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a053b6ce14bf984c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-785280cfeb17268e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e798f9d73156d523.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37282023-10-03T00:36:19.322Z 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=889f3cd8b2e51730 -C extra-filename=-889f3cd8b2e51730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e5e0b3f4edf0d17f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d21f89857407fd27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37292023-10-03T00:36:29.810Z 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=ef9dce678630d903 -C extra-filename=-ef9dce678630d903 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a1adce0e8d883411.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-497e0f319f47e7a5.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-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-42aa9eacb4dc6cb5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-15f3d31ef40599d2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-85cbffaa3092387a.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-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.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-5df601c68c742a31.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-15905a5a644b0390.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd25faf12858c3f3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-a5846f77ae586a33.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80727f9019f98b7f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37302023-10-03T00:36:33.520Z 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=ac9311a521f72a68 -C extra-filename=-ac9311a521f72a68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-72ec0da821afa678.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-497e0f319f47e7a5.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-2f043e3cf2c64f0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.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-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f31beb5e0a43ed16.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-74ce7e21408928b1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-42aa9eacb4dc6cb5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-15f3d31ef40599d2.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-2cab6caaeddf198e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e1e12d56de264b48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.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-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-79fdfec55eccaeac.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f705e3e1a96b6109.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80727f9019f98b7f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7bba17b65bca6087.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d9175694bef252d0.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-03T00:36:35.367Z 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=ec096db7be23f810 -C extra-filename=-ec096db7be23f810 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1899625e43eab6b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-83f8f85fdac4392f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-55a0823c8f3fa7e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7846479718fe8b80.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`
37322023-10-03T00:36:39.546Z 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=a30b0cec183f26b6 -C extra-filename=-a30b0cec183f26b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-a1adce0e8d883411.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1899625e43eab6b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.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-dd25faf12858c3f3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-83f8f85fdac4392f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-fe44fa17631b5963.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-9471e603c3c07df9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7846479718fe8b80.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7bba17b65bca6087.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d9175694bef252d0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37332023-10-03T00:36:40.874Z 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=1fcd860a4072f0c9 -C extra-filename=-1fcd860a4072f0c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-2cab6caaeddf198e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37342023-10-03T00:36:42.289Z 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=92d7bd1a4488269e -C extra-filename=-92d7bd1a4488269e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e42993d6b57771df.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-382b7dffd50c7077.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-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b3ac4b7f59a6b2a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f705e3e1a96b6109.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80727f9019f98b7f.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-03T00:36:43.937Z 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=d59c51a11509440c -C extra-filename=-d59c51a11509440c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a1adce0e8d883411.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-497e0f319f47e7a5.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-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-15f3d31ef40599d2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-85cbffaa3092387a.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-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.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-5df601c68c742a31.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-15905a5a644b0390.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd25faf12858c3f3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-a5846f77ae586a33.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80727f9019f98b7f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37362023-10-03T00:36:45.034Z 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=93e1d09718ab4d55 -C extra-filename=-93e1d09718ab4d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-a1adce0e8d883411.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1899625e43eab6b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.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-dd25faf12858c3f3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-83f8f85fdac4392f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-fe44fa17631b5963.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-9471e603c3c07df9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7bba17b65bca6087.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d9175694bef252d0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37372023-10-03T00:36:47.916Z 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=5f692f3bdb71d174 -C extra-filename=-5f692f3bdb71d174 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-c336f805ebeb0504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-dd13f015496095eb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f31beb5e0a43ed16.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-85cbffaa3092387a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1a96415c01ad7f17.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e3024c55992dd6de.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5befc55ed23c5786.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37382023-10-03T00:36:51.600Z 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=1f57f24c3cdc56b5 -C extra-filename=-1f57f24c3cdc56b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-997aec910a10ca90.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e3024c55992dd6de.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37392023-10-03T00:36:55.071Z 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=77ca856f306bb94a -C extra-filename=-77ca856f306bb94a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-997aec910a10ca90.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e3024c55992dd6de.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-86c04f65e66bdc00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37402023-10-03T00:36:58.290Z 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=a10d78c62b3b1e08 -C extra-filename=-a10d78c62b3b1e08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-c336f805ebeb0504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-dd13f015496095eb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f31beb5e0a43ed16.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-85cbffaa3092387a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-997aec910a10ca90.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1a96415c01ad7f17.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e3024c55992dd6de.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5befc55ed23c5786.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37412023-10-03T00:37:01.885Z 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=2c14dd5f11a58aa9 -C extra-filename=-2c14dd5f11a58aa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-997aec910a10ca90.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-86c04f65e66bdc00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37422023-10-03T00:37:12.563Z 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=5cc7c1fe91d526b4 -C extra-filename=-5cc7c1fe91d526b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e5e0b3f4edf0d17f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d21f89857407fd27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37432023-10-03T00:37:13.124Z 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=f33f6640768d20ef -C extra-filename=-f33f6640768d20ef --out-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-40807f0ffa3fbb6f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-8068ddbfa021534a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd25faf12858c3f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4817170793adc505.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37442023-10-03T00:37:14.405Z 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=5ab194e192852c8c -C extra-filename=-5ab194e192852c8c --out-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-40807f0ffa3fbb6f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-8068ddbfa021534a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd25faf12858c3f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4817170793adc505.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37452023-10-03T00:37:16.575Z 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=cfffb6ef45db447f -C extra-filename=-cfffb6ef45db447f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9a9fb7f40ff09ffd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-73d58108dc09a9af.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8bd06fa63c15b3aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7624efb9dae37d4d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e1e12d56de264b48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d016d35d9339b583.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37462023-10-03T00:37:29.670Z 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=dbd337f8bd1e32e6 -C extra-filename=-dbd337f8bd1e32e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e42993d6b57771df.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-382b7dffd50c7077.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-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b3ac4b7f59a6b2a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80727f9019f98b7f.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`
37472023-10-03T00:37:33.592Z 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=e8cb95ddd6488e9d -C extra-filename=-e8cb95ddd6488e9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d21f89857407fd27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37482023-10-03T00:37:38.090Z 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=bea8ce739869b047 -C extra-filename=-bea8ce739869b047 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.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-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d21f89857407fd27.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37492023-10-03T00:37:41.612Z 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=0c8c2217ce4f359d -C extra-filename=-0c8c2217ce4f359d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-0dbc73337a387043.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-99ca6a7a155f4e88.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-5fdeba5095a92741.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-a5846f77ae586a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37502023-10-03T00:37:47.708Z 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=61c1a9272b392d6a -C extra-filename=-61c1a9272b392d6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f8db91097aaf0b09.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-582067a6fc922025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-9198960e7c62598c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8d692000bcfa2ff0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-61245e22e6eb79fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37512023-10-03T00:37:52.669Z 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=7aea20e3d6ec96c6 -C extra-filename=-7aea20e3d6ec96c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-8068ddbfa021534a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd25faf12858c3f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4817170793adc505.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37522023-10-03T00:38:00.731Z 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=5c5f5efa5b944d07 -C extra-filename=-5c5f5efa5b944d07 --out-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-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-15905a5a644b0390.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.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`
37532023-10-03T00:38:03.040Z 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=b4f9aac3556e1c46 -C extra-filename=-b4f9aac3556e1c46 --out-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-d2f3a4b6867f3ff2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37542023-10-03T00:38:05.123Z 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=ab5d8703184b7b7e -C extra-filename=-ab5d8703184b7b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7bba17b65bca6087.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-03T00:38:10.203Z 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=437f2086834222c0 -C extra-filename=-437f2086834222c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37562023-10-03T00:38:10.345Z 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=ab0c02dbe84a73c4 -C extra-filename=-ab0c02dbe84a73c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37572023-10-03T00:38:10.388Z 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=2c454394f0520eb1 -C extra-filename=-2c454394f0520eb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.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-03T00:38:13.503Z 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=168cd541166c5016 -C extra-filename=-168cd541166c5016 --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 chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c379fb4b2f514de0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37592023-10-03T00:38:14.969Z 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=54cca0c63bada9f9 -C extra-filename=-54cca0c63bada9f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37602023-10-03T00:38:17.002Z 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=29b808471883b90c -C extra-filename=-29b808471883b90c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.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-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37612023-10-03T00:38:18.350Z 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=d4161cca2c3eb761 -C extra-filename=-d4161cca2c3eb761 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37622023-10-03T00:38:20.512Z 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=b0023f15183ddfc3 -C extra-filename=-b0023f15183ddfc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e34ace3cae01a413.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8c162b328991ef1d.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-787d2e87b02d2b18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-dc3a1a6de352d027.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37632023-10-03T00:38:22.076Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
37642023-10-03T00:38:22.085Z 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=2452d035b61795b1 -C extra-filename=-2452d035b61795b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.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-03T00:38:49.598Z 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=59dc0059d2671dc7 -C extra-filename=-59dc0059d2671dc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-212f198cc036b21a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-efc91c4215267f9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37662023-10-03T00:38:50.078Z 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=f12ffc0f318f20f6 -C extra-filename=-f12ffc0f318f20f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-212f198cc036b21a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-efc91c4215267f9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37672023-10-03T00:38:50.464Z 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=68c1af6dc90aa493 -C extra-filename=-68c1af6dc90aa493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-212f198cc036b21a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-efc91c4215267f9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37682023-10-03T00:38:50.958Z 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=aa56c9e400b100ac -C extra-filename=-aa56c9e400b100ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-a1adce0e8d883411.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37692023-10-03T00:38:52.450Z 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=076299f1532a0e74 -C extra-filename=-076299f1532a0e74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-212f198cc036b21a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-efc91c4215267f9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37702023-10-03T00:38:57.494Z 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=4db02407b452d555 -C extra-filename=-4db02407b452d555 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-212f198cc036b21a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-efc91c4215267f9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37712023-10-03T00:38:59.801Z 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=993568bc1ed3346a -C extra-filename=-993568bc1ed3346a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-a1adce0e8d883411.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f523a89f6109928.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-74ce7e21408928b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-79fdfec55eccaeac.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`
37722023-10-03T00:39:02.373Z 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=e33ac1e846ff1613 -C extra-filename=-e33ac1e846ff1613 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37732023-10-03T00:39:07.789Z 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=d78b83bf715b4968 -C extra-filename=-d78b83bf715b4968 --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-a1adce0e8d883411.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37742023-10-03T00:39:18.185Z 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=773215659ca1a1d8 -C extra-filename=-773215659ca1a1d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-212f198cc036b21a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-efc91c4215267f9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37752023-10-03T00:39:24.077Z 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=96a7f57ad15f813b -C extra-filename=-96a7f57ad15f813b --out-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-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.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-03T00:39:28.370Z 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=2152c95d53809363 -C extra-filename=-2152c95d53809363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-212f198cc036b21a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-efc91c4215267f9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37772023-10-03T00:39:34.533Z 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=0ade74c80b8e809e -C extra-filename=-0ade74c80b8e809e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-212f198cc036b21a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-efc91c4215267f9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37782023-10-03T00:39:34.575Z 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=9f279995188790bb -C extra-filename=-9f279995188790bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37792023-10-03T00:39:39.009Z 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=0cbaeebe6d621976 -C extra-filename=-0cbaeebe6d621976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f11b4eabf9806a52.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.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-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d016d35d9339b583.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37802023-10-03T00:39:46.049Z 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=12f5788301ea0409 -C extra-filename=-12f5788301ea0409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e34ace3cae01a413.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8c162b328991ef1d.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-787d2e87b02d2b18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-dc3a1a6de352d027.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37812023-10-03T00:39:47.180Z 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=6a25c83ca8fc1ab2 -C extra-filename=-6a25c83ca8fc1ab2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-d6747a67eb12a775.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-06dfca46eba4276e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-43f7d35b16a38cc2.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-96ba65ce4e879ce4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a5846f77ae586a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e2591b0dad99b00b.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-03T00:40:03.875Z 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=e219c58a83353eaa -C extra-filename=-e219c58a83353eaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37832023-10-03T00:40:08.034Z 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=57beece2a2147e7a -C extra-filename=-57beece2a2147e7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37842023-10-03T00:40:09.703Z 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=fc7c7fdc87e79eb9 -C extra-filename=-fc7c7fdc87e79eb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.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-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.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-03T00:40:11.374Z 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=8f649989cb545480 -C extra-filename=-8f649989cb545480 --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-f11b4eabf9806a52.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2c934cf7b7561081.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd25faf12858c3f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37862023-10-03T00:40:13.802Z 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=59f8746430041d4d -C extra-filename=-59f8746430041d4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37872023-10-03T00:40:22.580Z 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=57a38393f5252ef2 -C extra-filename=-57a38393f5252ef2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cd60a1cfb0eb3165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.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-03T00:40:23.648Z 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=d39f37b432380537 -C extra-filename=-d39f37b432380537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd25faf12858c3f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37892023-10-03T00:40:26.053Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37902023-10-03T00:40:26.087Z 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=84491f5515b219e2 -C extra-filename=-84491f5515b219e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-0dbc73337a387043.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-ac912fd9900c024b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5befc55ed23c5786.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37912023-10-03T00:40:26.575Z 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=209d4fc4d5cb9448 -C extra-filename=-209d4fc4d5cb9448 --out-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-94afb5431936cec3.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-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37922023-10-03T00:40:34.138Z 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=091b8ba3ab6de3fe -C extra-filename=-091b8ba3ab6de3fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c3935d77d97c0302.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-fb94d834e3aa7888.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ded4f589be821bf7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0a682483932714c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-855e0363d61ad47a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8f43593812ff568e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-96c42cfefbbaa684.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdc368a41635adac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37932023-10-03T00:40:36.888Z 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=8b1b752c1415c4a1 -C extra-filename=-8b1b752c1415c4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c3935d77d97c0302.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-fb94d834e3aa7888.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ded4f589be821bf7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0a682483932714c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-855e0363d61ad47a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8f43593812ff568e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-96c42cfefbbaa684.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdc368a41635adac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37942023-10-03T00:40:39.908Z 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=4e3dd0c756a05e69 -C extra-filename=-4e3dd0c756a05e69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c3935d77d97c0302.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-fb94d834e3aa7888.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ded4f589be821bf7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0a682483932714c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-855e0363d61ad47a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8f43593812ff568e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-96c42cfefbbaa684.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdc368a41635adac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37952023-10-03T00:40:40.527Z 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=1e71ab8e716a45bb -C extra-filename=-1e71ab8e716a45bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c3935d77d97c0302.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-fb94d834e3aa7888.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ded4f589be821bf7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0a682483932714c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-855e0363d61ad47a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8f43593812ff568e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-96c42cfefbbaa684.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bdc368a41635adac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37962023-10-03T00:40:40.666Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
37972023-10-03T00:40:40.786Z 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=f387e97a3e6c184e -C extra-filename=-f387e97a3e6c184e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-74ce7e21408928b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.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`
37982023-10-03T00:40:42.882Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37992023-10-03T00:40:43.806Z 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=df4034c480dd2f04 -C extra-filename=-df4034c480dd2f04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b1163b150e5caf6.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-f969b62eba45db5d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib -D warnings`
38002023-10-03T00:40:43.835Z 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=e3efc9f3cbe6214f -C extra-filename=-e3efc9f3cbe6214f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f11b4eabf9806a52.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2c934cf7b7561081.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd25faf12858c3f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38012023-10-03T00:40:43.850Z 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=b856698341e98b6b -C extra-filename=-b856698341e98b6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-432d5da849165976.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-485ae207bc428df5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4968267b13c43711.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.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`
38022023-10-03T00:40:45.561Z 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=ce6f969a5738cf4e -C extra-filename=-ce6f969a5738cf4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38032023-10-03T00:40:47.723Z 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=fcd6fab85dead770 -C extra-filename=-fcd6fab85dead770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38042023-10-03T00:40:52.866Z 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=83695e4f1d5e1529 -C extra-filename=-83695e4f1d5e1529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-15905a5a644b0390.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38052023-10-03T00:40:54.277Z 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=2d0c39fd96f2639e -C extra-filename=-2d0c39fd96f2639e --out-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-45a5c36390b9af39.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`
38062023-10-03T00:40:56.071Z 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=7dd2b44ddb3956d3 -C extra-filename=-7dd2b44ddb3956d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38072023-10-03T00:40:58.283Z 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=ff5e194128fd395f -C extra-filename=-ff5e194128fd395f --out-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-90d0f81a7636fec6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38082023-10-03T00:41:00.815Z 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=f3c0dd45251a82a5 -C extra-filename=-f3c0dd45251a82a5 --out-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-90d0f81a7636fec6.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-df8bd7e6e160dfc0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38092023-10-03T00:41:08.192Z 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=b3ee35f489217410 -C extra-filename=-b3ee35f489217410 --out-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-90d0f81a7636fec6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38102023-10-03T00:41:35.066Z 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`
38112023-10-03T00:41:35.811Z Compiling git2 v0.17.2
38122023-10-03T00:41:35.818Z 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`
38132023-10-03T00:41:42.216Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' -C metadata=d10879a5c0fd7417 -C extra-filename=-d10879a5c0fd7417 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-704f832c9b6cf2dd.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a8217c8e972a0c2f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/usr/lib/amd64 --cfg stable --cfg msrv`
38142023-10-03T00:41:47.510Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
38152023-10-03T00:41:48.190Z 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/aeb69dd/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=78225394a460bdea -C extra-filename=-78225394a460bdea --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-78225394a460bdea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-d10879a5c0fd7417.rlib --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/usr/lib/amd64`
38162023-10-03T00:41:48.265Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-78225394a460bdea/build-script-build`
38172023-10-03T00:41:48.299Z 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/aeb69dd/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=0bfb48a5ed3c8319 -C extra-filename=-0bfb48a5ed3c8319 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-146357f6ef611eef.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cffe6746fbb1208e.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-4261ab6c3ca24398.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-2e26653f4c9bc306.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2d927b55a5b18102.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-268414542493e108.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
38182023-10-03T00:41:48.369Z 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/aeb69dd/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=e7eef99587256ba2 -C extra-filename=-e7eef99587256ba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-b7dad78e10e2d8bd.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-e2d9ddb832a7f051.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-88b92fb0d37ef97a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-59c97ed400ba404a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e9beb5dc0bba18e8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e798f9d73156d523.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f73b20e62901ca19.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-927b79a886e996f6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
38192023-10-03T00:41:48.534Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
38202023-10-03T00:41:48.625Z 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/aeb69dd/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=4efee16698876159 -C extra-filename=-4efee16698876159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-0bfb48a5ed3c8319.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a3badb27cc5ccab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
38212023-10-03T00:41:49.093Z 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/aeb69dd/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=fbb51d5b8b4813d6 -C extra-filename=-fbb51d5b8b4813d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e7eef99587256ba2.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-3601e16433f2ad36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f22b01f5bd53a972.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
38222023-10-03T00:41:52.523Z 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/aeb69dd/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=be4d738d1aa2917f -C extra-filename=-be4d738d1aa2917f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm_siv-8fbcc5a8edaee510.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8a8229ee5ddbd344.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d4908f9d605d6a.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-0bfb48a5ed3c8319.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-4efee16698876159.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.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-d5e10aae2273a1c4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b310cfc286a4f9f0.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e48e0e7cd966da1b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-cf4055d9f9f80342.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2d927b55a5b18102.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.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`
38232023-10-03T00:41:57.570Z 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/aeb69dd/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=d458a9f3f015d230 -C extra-filename=-d458a9f3f015d230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm_siv-e2710b17fc1ec0d0.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8a8229ee5ddbd344.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-391a3e139a7de7d9.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e7eef99587256ba2.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-fbb51d5b8b4813d6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.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-d0bdb66baa9d59a6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d22446cc6cfc425b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0b6724065f294e94.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-41eb75ae05dd33a0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-ebbdbb7580588de8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e798f9d73156d523.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f73b20e62901ca19.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f22b01f5bd53a972.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.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`
38242023-10-03T00:42:08.744Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
38252023-10-03T00:42:08.759Z 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/de6369a/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=c8fc881bc7b6faa6 -C extra-filename=-c8fc881bc7b6faa6 --out-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-d6747a67eb12a775.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-b6d8f5240dbd67ce.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-be4d738d1aa2917f.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d4908f9d605d6a.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-f313013bdce232ee.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-5030ec565d15b283.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.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-d383cacb73896eda.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-687b96da4e15d9f6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b310cfc286a4f9f0.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-8ad5d6abd5e85f89.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-776c1717084a9c76.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-a8b552d56cedba39.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-8f840f5cfbe7af85.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`
38262023-10-03T00:42:12.760Z 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/de6369a/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=a63f5ef5e1df40cc -C extra-filename=-a63f5ef5e1df40cc --out-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-6dcba6588ba3f2cd.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-a06a5efbe71c3fa2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-d458a9f3f015d230.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-391a3e139a7de7d9.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-dc9bc17cfec36bdb.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-9d2e0359d709204c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.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-d66aa6064071ff69.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f02a604adadca59.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d22446cc6cfc425b.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0c1e46a06b26491f.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-a9d1de7e0a49e307.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-47be508dcfcfa82e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-6dc9e79f92b07407.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`
38272023-10-03T00:42:38.734Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
38282023-10-03T00:42:39.092Z 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/de6369a/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=088e8f48440dd0ba -C extra-filename=-088e8f48440dd0ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-146357f6ef611eef.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bit_field=/work/oxidecomputer/omicron/target/debug/deps/libbit_field-e951acd70516eeb8.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.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-a0d4908f9d605d6a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern enum_iterator=/work/oxidecomputer/omicron/target/debug/deps/libenum_iterator-701c5e984751311b.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-5030ec565d15b283.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-50de7ab204f4a4a0.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-d383cacb73896eda.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-687b96da4e15d9f6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d5e10aae2273a1c4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b310cfc286a4f9f0.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e48e0e7cd966da1b.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-c8fc881bc7b6faa6.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ac92abd3025e6a3a.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-0ad6b8340aa959f4.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-776c1717084a9c76.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-118ac254ebefcc62.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-2e26653f4c9bc306.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-47e897f8c7e3cf51.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
38292023-10-03T00:42:39.548Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38302023-10-03T00:42:40.208Z 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=dd810ab776f99b51 -C extra-filename=-dd810ab776f99b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-40807f0ffa3fbb6f.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-72ec0da821afa678.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-dc3ee660355839d1.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d4908f9d605d6a.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-497e0f319f47e7a5.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f043e3cf2c64f0a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-df5bcc9590363533.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-582067a6fc922025.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.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-43f7d35b16a38cc2.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-96ba65ce4e879ce4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c379fb4b2f514de0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ac92abd3025e6a3a.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-088e8f48440dd0ba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-a455e46490f5db4c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a5846f77ae586a33.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-dbef2d1cf20de289.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-61245e22e6eb79fc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5befc55ed23c5786.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e2591b0dad99b00b.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`
38312023-10-03T00:42:40.484Z 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/de6369a/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=383c6f824650d446 -C extra-filename=-383c6f824650d446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-b7dad78e10e2d8bd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bit_field=/work/oxidecomputer/omicron/target/debug/deps/libbit_field-37facc953fec2bbb.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-6d24d4dfec88b70d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.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-391a3e139a7de7d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern enum_iterator=/work/oxidecomputer/omicron/target/debug/deps/libenum_iterator-32f82501548ee75b.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-9d2e0359d709204c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f3566771103e2ce2.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-d66aa6064071ff69.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f02a604adadca59.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d0bdb66baa9d59a6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d22446cc6cfc425b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0b6724065f294e94.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-a63f5ef5e1df40cc.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1e6f553132f272f9.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-8f1dc8d2025d8f6a.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-a9d1de7e0a49e307.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-d33fa3901706b9ff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e9beb5dc0bba18e8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e798f9d73156d523.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-6babb2a9d3c556d1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f22b01f5bd53a972.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
38322023-10-03T00:42:47.932Z 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=545a2c2e330059d0 -C extra-filename=-545a2c2e330059d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c2a29433349228f7.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-9361d8d2eb75d54b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f9cd930b80816936.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d855dfa540f16b71.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-391a3e139a7de7d9.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-890a433f26cb12f6.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c3935d77d97c0302.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-fb94d834e3aa7888.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07e6e1de70849c88.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fa3bcff0a8cb353e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-091aaa738b886090.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f68bf401230ec2c9.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-54f47c5a046dcde8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bba8283c6ab604ce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a5357b23c7f3ecd6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.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-bb18b6b5dd608deb.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-73f55a93cefa254f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6e04826b9bbed4f8.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-414f8e87e6211340.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1e6f553132f272f9.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-383c6f824650d446.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b140ce5f5777630f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-73e201b82f0004db.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b1c7d8d009b82d1.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-e798f9d73156d523.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1d01d77c91956b5.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-98c1eb26c4594584.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2088b4afba159a5f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c823657ec6b4a005.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-617665d59d125e2c.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`
38332023-10-03T00:43:17.173Z 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=4f20c524bb904506 -C extra-filename=-4f20c524bb904506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-40807f0ffa3fbb6f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-72ec0da821afa678.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-dc3ee660355839d1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d4908f9d605d6a.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-497e0f319f47e7a5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f043e3cf2c64f0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-df5bcc9590363533.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-582067a6fc922025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-43f7d35b16a38cc2.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-96ba65ce4e879ce4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c379fb4b2f514de0.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-e7cee1e7378d6e95.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ac92abd3025e6a3a.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-088e8f48440dd0ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8d692000bcfa2ff0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-a455e46490f5db4c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a5846f77ae586a33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-61245e22e6eb79fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5befc55ed23c5786.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e2591b0dad99b00b.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`
38342023-10-03T00:43:27.125Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38352023-10-03T00:43:27.219Z 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=66e4500b9d03643e -C extra-filename=-66e4500b9d03643e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-dc3ee660355839d1.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c44ad71374927048.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5f76e95ac40538fe.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7624efb9dae37d4d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dd810ab776f99b51.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9043137ab1ed63e4.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e5e0b3f4edf0d17f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c379fb4b2f514de0.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38362023-10-03T00:43:52.636Z 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=0ec18bfce50c074c -C extra-filename=-0ec18bfce50c074c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d855dfa540f16b71.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c3935d77d97c0302.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-fb94d834e3aa7888.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a861a660c7a0b850.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-54f47c5a046dcde8.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d6ba88c571144665.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dcbd57b64098d1b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-02208c80296e686d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-63719fbe7eca2a82.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-545a2c2e330059d0.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5c57c41b1421f92a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6e04826b9bbed4f8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c873c201977a85ae.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a053b6ce14bf984c.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-414f8e87e6211340.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b99a876f1357d210.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8f43593812ff568e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-96c42cfefbbaa684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38372023-10-03T00:44:52.853Z 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=852a56618a8cc2e7 -C extra-filename=-852a56618a8cc2e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-40807f0ffa3fbb6f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-72ec0da821afa678.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-dc3ee660355839d1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d4908f9d605d6a.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-497e0f319f47e7a5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f043e3cf2c64f0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-df5bcc9590363533.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-582067a6fc922025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dd810ab776f99b51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-43f7d35b16a38cc2.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-96ba65ce4e879ce4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c379fb4b2f514de0.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-e7cee1e7378d6e95.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ac92abd3025e6a3a.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-088e8f48440dd0ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8d692000bcfa2ff0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-a455e46490f5db4c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a5846f77ae586a33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-61245e22e6eb79fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5befc55ed23c5786.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e2591b0dad99b00b.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`
38382023-10-03T00:44:52.971Z 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=18330eaf6ceb7167 -C extra-filename=-18330eaf6ceb7167 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-40807f0ffa3fbb6f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-72ec0da821afa678.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-dc3ee660355839d1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d4908f9d605d6a.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-497e0f319f47e7a5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f043e3cf2c64f0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-df5bcc9590363533.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-582067a6fc922025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dd810ab776f99b51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-43f7d35b16a38cc2.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-96ba65ce4e879ce4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c379fb4b2f514de0.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-e7cee1e7378d6e95.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ac92abd3025e6a3a.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-088e8f48440dd0ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8d692000bcfa2ff0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-a455e46490f5db4c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a5846f77ae586a33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-61245e22e6eb79fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5befc55ed23c5786.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e2591b0dad99b00b.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-03T00:44:53.470Z 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=56ed150a61b9ee16 -C extra-filename=-56ed150a61b9ee16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-7571014630a39f8b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5e2430900a8ac2e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-ad4558c468f5767d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9a9fb7f40ff09ffd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-73d58108dc09a9af.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-b066585546d96786.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3eeef74243757ceb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-85cccd65eaabdfa3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8bd06fa63c15b3aa.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66e4500b9d03643e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7624efb9dae37d4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dd810ab776f99b51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e95a7141bbca6c2f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.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-40e9a9a83c8b88f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d016d35d9339b583.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38402023-10-03T00:44:54.485Z 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=3394a7d4985f2bdd -C extra-filename=-3394a7d4985f2bdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-7571014630a39f8b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-ad4558c468f5767d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-485ae207bc428df5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-dc3ee660355839d1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2ddb3b348e66ca31.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-73d58108dc09a9af.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f043e3cf2c64f0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f31beb5e0a43ed16.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eef38ab40ac74d85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3eeef74243757ceb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-85cccd65eaabdfa3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c44ad71374927048.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8bd06fa63c15b3aa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5f76e95ac40538fe.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66e4500b9d03643e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0733d622f861e266.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7624efb9dae37d4d.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-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dd810ab776f99b51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e95a7141bbca6c2f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b01eae32ddf5b3c9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9043137ab1ed63e4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d21f89857407fd27.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d6ddeb6a36162a99.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c379fb4b2f514de0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-15905a5a644b0390.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ac92abd3025e6a3a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.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-40e9a9a83c8b88f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c3da5786693aff56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.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-a455e46490f5db4c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d016d35d9339b583.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-79fdfec55eccaeac.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38412023-10-03T00:44:54.684Z 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=8885e51dca480b28 -C extra-filename=-8885e51dca480b28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-40807f0ffa3fbb6f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-72ec0da821afa678.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-dc3ee660355839d1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d4908f9d605d6a.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-497e0f319f47e7a5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f043e3cf2c64f0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-df5bcc9590363533.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-582067a6fc922025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dd810ab776f99b51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-43f7d35b16a38cc2.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-96ba65ce4e879ce4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c379fb4b2f514de0.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-e7cee1e7378d6e95.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ac92abd3025e6a3a.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-088e8f48440dd0ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8d692000bcfa2ff0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-a455e46490f5db4c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a5846f77ae586a33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-61245e22e6eb79fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5befc55ed23c5786.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e2591b0dad99b00b.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`
38422023-10-03T00:44:57.497Z 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=111bfdc081f35a8c -C extra-filename=-111bfdc081f35a8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c2a29433349228f7.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-9361d8d2eb75d54b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f9cd930b80816936.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d855dfa540f16b71.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-391a3e139a7de7d9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-890a433f26cb12f6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c3935d77d97c0302.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-fb94d834e3aa7888.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07e6e1de70849c88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fa3bcff0a8cb353e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-091aaa738b886090.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f68bf401230ec2c9.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-54f47c5a046dcde8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bba8283c6ab604ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a5357b23c7f3ecd6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-545a2c2e330059d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.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-bb18b6b5dd608deb.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-73f55a93cefa254f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6e04826b9bbed4f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-414f8e87e6211340.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1e6f553132f272f9.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-383c6f824650d446.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b140ce5f5777630f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-73e201b82f0004db.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b1c7d8d009b82d1.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-e798f9d73156d523.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1d01d77c91956b5.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-98c1eb26c4594584.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2088b4afba159a5f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c823657ec6b4a005.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-617665d59d125e2c.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`
38432023-10-03T00:44:58.246Z 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=d374dc671d2e2286 -C extra-filename=-d374dc671d2e2286 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c2a29433349228f7.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-9361d8d2eb75d54b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f9cd930b80816936.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d855dfa540f16b71.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-391a3e139a7de7d9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-890a433f26cb12f6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c3935d77d97c0302.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-fb94d834e3aa7888.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07e6e1de70849c88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fa3bcff0a8cb353e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-091aaa738b886090.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f68bf401230ec2c9.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-54f47c5a046dcde8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bba8283c6ab604ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a5357b23c7f3ecd6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-545a2c2e330059d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.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-bb18b6b5dd608deb.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-73f55a93cefa254f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6e04826b9bbed4f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-414f8e87e6211340.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1e6f553132f272f9.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-383c6f824650d446.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b140ce5f5777630f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-73e201b82f0004db.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b1c7d8d009b82d1.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-e798f9d73156d523.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1d01d77c91956b5.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-98c1eb26c4594584.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2088b4afba159a5f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c823657ec6b4a005.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-617665d59d125e2c.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-03T00:45:22.609Z 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=260e5298067fbd67 -C extra-filename=-260e5298067fbd67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c2a29433349228f7.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-9361d8d2eb75d54b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f9cd930b80816936.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d855dfa540f16b71.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-391a3e139a7de7d9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-890a433f26cb12f6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c3935d77d97c0302.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-fb94d834e3aa7888.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07e6e1de70849c88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fa3bcff0a8cb353e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-091aaa738b886090.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f68bf401230ec2c9.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-54f47c5a046dcde8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bba8283c6ab604ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a5357b23c7f3ecd6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-545a2c2e330059d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.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-bb18b6b5dd608deb.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-73f55a93cefa254f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6e04826b9bbed4f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-414f8e87e6211340.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-53804aebbf5aafe9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1e6f553132f272f9.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-383c6f824650d446.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b140ce5f5777630f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-73e201b82f0004db.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b1c7d8d009b82d1.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-e798f9d73156d523.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1d01d77c91956b5.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-98c1eb26c4594584.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2088b4afba159a5f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c823657ec6b4a005.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-617665d59d125e2c.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-03T00:45:22.811Z 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=93f16890f040fa9c -C extra-filename=-93f16890f040fa9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.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-8dcbd57b64098d1b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec18bfce50c074c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-38b593f2dfd32a8b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-47dd98d7665e6420.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-545a2c2e330059d0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5c57c41b1421f92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ca47d99532a49d09.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-f9f66a82eff57ca3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-432dd2819e472b52.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/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`
38462023-10-03T00:45:28.371Z 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=91ee6d3c663a55de -C extra-filename=-91ee6d3c663a55de --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-0a7335217f347b6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f9cd930b80816936.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.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-d855dfa540f16b71.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d8f0c84d65d551b9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-fb94d834e3aa7888.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07e6e1de70849c88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-fec6e3b780c2401a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fa3bcff0a8cb353e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a861a660c7a0b850.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-54f47c5a046dcde8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a6a9bfe3f51de44a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d6ba88c571144665.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-247661e3ed88a9cc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dcbd57b64098d1b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-02208c80296e686d.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-38b593f2dfd32a8b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-47dd98d7665e6420.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-63719fbe7eca2a82.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b1fb1598afc8ccf3.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-df79dececda9fc49.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6e04826b9bbed4f8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c873c201977a85ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-785280cfeb17268e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2015110800b05dcd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-414f8e87e6211340.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b99a876f1357d210.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-0e1cd2b465d2c093.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1e6f553132f272f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.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-7f9a81b8035e680f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-73e201b82f0004db.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-e798f9d73156d523.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-0bdeff9b687ed124.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-432dd2819e472b52.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b82036a7136ee75f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-96c42cfefbbaa684.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38472023-10-03T00:45:32.150Z 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=163a260558de9baf -C extra-filename=-163a260558de9baf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.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-5f76e95ac40538fe.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66e4500b9d03643e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7b45061254de7172.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dd810ab776f99b51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b01eae32ddf5b3c9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.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-1a96415c01ad7f17.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/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-03T00:45:40.254Z 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=30c8cdfe61c81bb8 -C extra-filename=-30c8cdfe61c81bb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-7571014630a39f8b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-73d58108dc09a9af.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-85cccd65eaabdfa3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c44ad71374927048.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66e4500b9d03643e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0733d622f861e266.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7624efb9dae37d4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7b45061254de7172.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-379c4f8c8e58662f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38492023-10-03T00:45:42.880Z 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=1b11d0461957df2c -C extra-filename=-1b11d0461957df2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-7571014630a39f8b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-ad4558c468f5767d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-485ae207bc428df5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-dc3ee660355839d1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2ddb3b348e66ca31.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-73d58108dc09a9af.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f043e3cf2c64f0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f31beb5e0a43ed16.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eef38ab40ac74d85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3eeef74243757ceb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-85cccd65eaabdfa3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c44ad71374927048.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8bd06fa63c15b3aa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5f76e95ac40538fe.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66e4500b9d03643e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0733d622f861e266.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7624efb9dae37d4d.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-373fc2ec0a979988.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7b45061254de7172.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dd810ab776f99b51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e95a7141bbca6c2f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b01eae32ddf5b3c9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9043137ab1ed63e4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d21f89857407fd27.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d6ddeb6a36162a99.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c379fb4b2f514de0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-15905a5a644b0390.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ac92abd3025e6a3a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.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-40e9a9a83c8b88f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c3da5786693aff56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.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-a455e46490f5db4c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d016d35d9339b583.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-79fdfec55eccaeac.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38502023-10-03T00:45:48.858Z 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=b8d4d2fbdb5df946 -C extra-filename=-b8d4d2fbdb5df946 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-7571014630a39f8b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-ad4558c468f5767d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-485ae207bc428df5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-dc3ee660355839d1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2ddb3b348e66ca31.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-73d58108dc09a9af.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f043e3cf2c64f0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f31beb5e0a43ed16.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eef38ab40ac74d85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3eeef74243757ceb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-85cccd65eaabdfa3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c44ad71374927048.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8bd06fa63c15b3aa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5f76e95ac40538fe.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66e4500b9d03643e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0733d622f861e266.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7624efb9dae37d4d.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-373fc2ec0a979988.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7b45061254de7172.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dd810ab776f99b51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e95a7141bbca6c2f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b01eae32ddf5b3c9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9043137ab1ed63e4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d21f89857407fd27.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d6ddeb6a36162a99.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c379fb4b2f514de0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-15905a5a644b0390.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ac92abd3025e6a3a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.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-40e9a9a83c8b88f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c3da5786693aff56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.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-a455e46490f5db4c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d016d35d9339b583.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-79fdfec55eccaeac.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38512023-10-03T00:45:48.978Z 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=9b1d49ab37d5ce81 -C extra-filename=-9b1d49ab37d5ce81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-7571014630a39f8b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-73d58108dc09a9af.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-85cccd65eaabdfa3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c44ad71374927048.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66e4500b9d03643e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0733d622f861e266.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7624efb9dae37d4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7b45061254de7172.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-379c4f8c8e58662f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38522023-10-03T00:45:51.905Z 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=aac4b873fc0ec68d -C extra-filename=-aac4b873fc0ec68d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.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-5f76e95ac40538fe.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66e4500b9d03643e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7b45061254de7172.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dd810ab776f99b51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b01eae32ddf5b3c9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.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-1a96415c01ad7f17.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/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`
38532023-10-03T00:46:04.001Z 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=6a7db9ca0af26e8e -C extra-filename=-6a7db9ca0af26e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-7571014630a39f8b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-ad4558c468f5767d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-485ae207bc428df5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-dc3ee660355839d1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2ddb3b348e66ca31.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-73d58108dc09a9af.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f043e3cf2c64f0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f31beb5e0a43ed16.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eef38ab40ac74d85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3eeef74243757ceb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-85cccd65eaabdfa3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c44ad71374927048.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8bd06fa63c15b3aa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5f76e95ac40538fe.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66e4500b9d03643e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0733d622f861e266.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7624efb9dae37d4d.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-373fc2ec0a979988.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7b45061254de7172.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dd810ab776f99b51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e95a7141bbca6c2f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b01eae32ddf5b3c9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9043137ab1ed63e4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d21f89857407fd27.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d6ddeb6a36162a99.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c379fb4b2f514de0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-15905a5a644b0390.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ac92abd3025e6a3a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.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-40e9a9a83c8b88f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c3da5786693aff56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.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-a455e46490f5db4c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d016d35d9339b583.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-79fdfec55eccaeac.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38542023-10-03T00:46:08.112Z 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=b879c6994c5c1a61 -C extra-filename=-b879c6994c5c1a61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-0a7335217f347b6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f9cd930b80816936.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a437c1b266a2ad22.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-d855dfa540f16b71.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d8f0c84d65d551b9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-fb94d834e3aa7888.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07e6e1de70849c88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-954f361d484ac4e4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-fec6e3b780c2401a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fa3bcff0a8cb353e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a861a660c7a0b850.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c927a1fb4deecb93.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-54f47c5a046dcde8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d30c3d2945011c66.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a6a9bfe3f51de44a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d6ba88c571144665.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-247661e3ed88a9cc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8dcbd57b64098d1b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-02208c80296e686d.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-38b593f2dfd32a8b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-47dd98d7665e6420.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-63719fbe7eca2a82.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d85cb379f048e4d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b1fb1598afc8ccf3.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-df79dececda9fc49.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6e04826b9bbed4f8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c873c201977a85ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-785280cfeb17268e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2015110800b05dcd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-414f8e87e6211340.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b99a876f1357d210.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-0e1cd2b465d2c093.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1e6f553132f272f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e9bbb7fced213e03.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-7f9a81b8035e680f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-efd08e1bf126dc83.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-73e201b82f0004db.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-e798f9d73156d523.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-0bdeff9b687ed124.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98c1eb26c4594584.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-ddad71d02e7865de.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-432dd2819e472b52.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b82036a7136ee75f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-96c42cfefbbaa684.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b8abeca4473db00d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38552023-10-03T00:46:15.189Z 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=02806dc8229eecae -C extra-filename=-02806dc8229eecae --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-40807f0ffa3fbb6f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-72ec0da821afa678.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-dc3ee660355839d1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d4908f9d605d6a.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-497e0f319f47e7a5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f043e3cf2c64f0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-df5bcc9590363533.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-582067a6fc922025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dd810ab776f99b51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-43f7d35b16a38cc2.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-96ba65ce4e879ce4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c379fb4b2f514de0.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-e7cee1e7378d6e95.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ac92abd3025e6a3a.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-088e8f48440dd0ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8d692000bcfa2ff0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-a455e46490f5db4c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a5846f77ae586a33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-61245e22e6eb79fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5befc55ed23c5786.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e2591b0dad99b00b.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`
38562023-10-03T00:56:21.055Z Finished test [unoptimized + debuginfo] target(s) in 36m 26s
38572023-10-03T00:56:21.478Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-ff5e194128fd395f`
38582023-10-03T00:56:21.545Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-7aea20e3d6ec96c6`
38592023-10-03T00:56:21.565Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-f33f6640768d20ef`
38602023-10-03T00:56:21.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-5ab194e192852c8c`
38612023-10-03T00:56:21.613Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-ab0c02dbe84a73c4`
38622023-10-03T00:56:21.636Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-f387e97a3e6c184e`
38632023-10-03T00:56:21.661Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-f3c0dd45251a82a5`
38642023-10-03T00:56:21.681Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-5c5f5efa5b944d07`
38652023-10-03T00:56:21.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-773215659ca1a1d8`
38662023-10-03T00:56:22.132Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-68c1af6dc90aa493`
38672023-10-03T00:56:22.141Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-59dc0059d2671dc7`
38682023-10-03T00:56:22.587Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-2152c95d53809363`
38692023-10-03T00:56:22.607Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-4db02407b452d555`
38702023-10-03T00:56:22.622Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-0ade74c80b8e809e`
38712023-10-03T00:56:22.633Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-076299f1532a0e74`
38722023-10-03T00:56:23.097Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-f12ffc0f318f20f6`
38732023-10-03T00:56:23.116Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-7dd2b44ddb3956d3`
38742023-10-03T00:56:23.138Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-83695e4f1d5e1529`
38752023-10-03T00:56:23.562Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-84491f5515b219e2`
38762023-10-03T00:56:23.578Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-ce6f969a5738cf4e`
38772023-10-03T00:56:23.996Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-1f57f24c3cdc56b5`
38782023-10-03T00:56:24.013Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-6a25c83ca8fc1ab2`
38792023-10-03T00:56:24.024Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-d59c51a11509440c`
38802023-10-03T00:56:24.041Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-ef9dce678630d903`
38812023-10-03T00:56:24.054Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-b4f9aac3556e1c46`
38822023-10-03T00:56:24.076Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-437f2086834222c0`
38832023-10-03T00:56:24.092Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-1fcd860a4072f0c9`
38842023-10-03T00:56:24.106Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-730cc477ee1a2d5a`
38852023-10-03T00:56:24.126Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-2c454394f0520eb1`
38862023-10-03T00:56:24.558Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-e33ac1e846ff1613`
38872023-10-03T00:56:25.378Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-2452d035b61795b1`
38882023-10-03T00:56:25.382Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-d39f37b432380537`
38892023-10-03T00:56:25.396Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-9f279995188790bb`
38902023-10-03T00:56:25.820Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-e219c58a83353eaa`
38912023-10-03T00:56:25.829Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-cfffb6ef45db447f`
38922023-10-03T00:56:25.838Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-56ed150a61b9ee16`
38932023-10-03T00:56:25.851Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-209d4fc4d5cb9448`
38942023-10-03T00:56:25.869Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-0cbaeebe6d621976`
38952023-10-03T00:56:25.886Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-96a7f57ad15f813b`
38962023-10-03T00:56:25.907Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-e3efc9f3cbe6214f`
38972023-10-03T00:56:25.918Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-2ec16a10e3dedc34`
38982023-10-03T00:56:25.930Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-163a260558de9baf`
38992023-10-03T00:56:25.941Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-aac4b873fc0ec68d`
39002023-10-03T00:56:25.950Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-5f692f3bdb71d174`
39012023-10-03T00:56:25.979Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-a10d78c62b3b1e08`
39022023-10-03T00:56:25.991Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-f6fa5db59ced5831`
39032023-10-03T00:56:26.007Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-3394a7d4985f2bdd`
39042023-10-03T00:56:26.042Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-1b11d0461957df2c`
39052023-10-03T00:56:26.067Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-6a7db9ca0af26e8e`
39062023-10-03T00:56:26.897Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-b8d4d2fbdb5df946`
39072023-10-03T00:56:26.912Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-30c8cdfe61c81bb8`
39082023-10-03T00:56:26.933Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-9b1d49ab37d5ce81`
39092023-10-03T00:56:26.964Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-0c8c2217ce4f359d`
39102023-10-03T00:56:26.978Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-54e6c29de5d107b3`
39112023-10-03T00:56:26.994Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-b856698341e98b6b`
39122023-10-03T00:56:27.416Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-2d0c39fd96f2639e`
39132023-10-03T00:56:27.428Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-4f20c524bb904506`
39142023-10-03T00:56:27.442Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-02806dc8229eecae`
39152023-10-03T00:56:27.447Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-18330eaf6ceb7167`
39162023-10-03T00:56:27.452Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-852a56618a8cc2e7`
39172023-10-03T00:56:27.467Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-8885e51dca480b28`
39182023-10-03T00:56:27.477Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-fc7c7fdc87e79eb9`
39192023-10-03T00:56:27.901Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-fcd6fab85dead770`
39202023-10-03T00:56:27.915Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-12f5788301ea0409`
39212023-10-03T00:56:27.924Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-b0023f15183ddfc3`
39222023-10-03T00:56:27.932Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-57beece2a2147e7a`
39232023-10-03T00:56:27.952Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-e8cb95ddd6488e9d`
39242023-10-03T00:56:27.970Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-5cc7c1fe91d526b4`
39252023-10-03T00:56:28.006Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-889f3cd8b2e51730`
39262023-10-03T00:56:28.019Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-29b808471883b90c`
39272023-10-03T00:56:28.028Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-bea8ce739869b047`
39282023-10-03T00:56:28.035Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-d4161cca2c3eb761`
39292023-10-03T00:56:28.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-b3ee35f489217410`
39302023-10-03T00:56:28.048Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-54cca0c63bada9f9`
39312023-10-03T00:56:28.057Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-59f8746430041d4d`
39322023-10-03T00:56:28.499Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-61c1a9272b392d6a`
39332023-10-03T00:56:28.527Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-2c14dd5f11a58aa9`
39342023-10-03T00:56:28.548Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-77ca856f306bb94a`
39352023-10-03T00:56:28.974Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-dbd337f8bd1e32e6`
39362023-10-03T00:56:28.983Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-92d7bd1a4488269e`
39372023-10-03T00:56:28.993Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-04314491e35e7329`
39382023-10-03T00:56:29.008Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-28c0735f5317b6c3`
39392023-10-03T00:56:29.043Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-993568bc1ed3346a`
39402023-10-03T00:56:29.048Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-aa56c9e400b100ac`
39412023-10-03T00:56:29.053Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-93e1d09718ab4d55`
39422023-10-03T00:56:29.059Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-a30b0cec183f26b6`
39432023-10-03T00:56:29.065Z
39442023-10-03T00:56:29.071Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-38aacef4c946abbb`
39452023-10-03T00:56:29.077Z ##### ###### #### #####
39462023-10-03T00:56:29.082Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-57a38393f5252ef2`
39472023-10-03T00:56:29.086Z # # # #
39482023-10-03T00:56:29.089Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-ec096db7be23f810`
39492023-10-03T00:56:29.092Z # ##### #### #
39502023-10-03T00:56:29.096Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-abae4a32ea5a050e`
39512023-10-03T00:56:29.099Z # # # #
39522023-10-03T00:56:29.104Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-44506ee7bb1b349b`
39532023-10-03T00:56:29.108Z # # # # #
39542023-10-03T00:56:29.111Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-ac9311a521f72a68`
39552023-10-03T00:56:29.114Z # ###### #### #
39562023-10-03T00:56:29.119Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-5db821c6f1d4fca8`
39572023-10-03T00:56:29.122Z
39582023-10-03T00:56:29.125Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-8c71ec35df956bcf`
39592023-10-03T00:56:29.131Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-ab5d8703184b7b7e`
39602023-10-03T00:56:29.135Z Executable `/work/oxidecomputer/omicron/target/debug/deps/xtask-df4034c480dd2f04`
39612023-10-03T00:56:29.138Z
39622023-10-03T00:56:29.141Zreal 36:27.621147304
39632023-10-03T00:56:29.144Zuser 3:30:28.883558977
39642023-10-03T00:56:29.148Zsys 24:43.253229662
39652023-10-03T00:56:29.151Ztrap 9.282337653
39662023-10-03T00:56:29.154Ztflt 3.467456709
39672023-10-03T00:56:29.156Zdflt 42.960083114
39682023-10-03T00:56:29.159Zkflt 0.038218292
39692023-10-03T00:56:29.163Zlock 6:57:57.923433988
39702023-10-03T00:56:29.166Zslp 12:29:07.804066457
39712023-10-03T00:56:29.171Zlat 6:41.704090800
39722023-10-03T00:56:29.174Zstop 8:39.704671395
39732023-10-03T00:56:29.177Z Downloading crates ...
39742023-10-03T00:56:29.182Z Downloaded bumpalo v3.13.0
39752023-10-03T00:56:29.185Z Downloaded android-tzdata v0.1.1
39762023-10-03T00:56:29.189Z Downloaded russh-cryptovec v0.7.0
39772023-10-03T00:56:29.192Z Downloaded windows-targets v0.48.5
39782023-10-03T00:56:29.195Z Downloaded wasm-bindgen-shared v0.2.87
39792023-10-03T00:56:29.198Z Downloaded rand_chacha v0.2.2
39802023-10-03T00:56:29.201Z Downloaded iana-time-zone-haiku v0.1.2
39812023-10-03T00:56:29.204Z Downloaded ipconfig v0.3.2
39822023-10-03T00:56:29.208Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
39832023-10-03T00:56:29.211Z Downloaded getrandom v0.1.16
39842023-10-03T00:56:29.215Z Downloaded crossterm_winapi v0.9.1
39852023-10-03T00:56:29.219Z Downloaded bcrypt-pbkdf v0.10.0
39862023-10-03T00:56:29.227Z Downloaded errno-dragonfly v0.1.2
39872023-10-03T00:56:29.246Z Downloaded hermit-abi v0.3.2
39882023-10-03T00:56:29.261Z Downloaded core-foundation v0.9.3
39892023-10-03T00:56:29.679Z Downloaded rand_hc v0.2.0
39902023-10-03T00:56:29.691Z Downloaded dirs v5.0.1
39912023-10-03T00:56:30.119Z Downloaded fs2 v0.4.3
39922023-10-03T00:56:30.137Z Downloaded android_system_properties v0.1.5
39932023-10-03T00:56:30.150Z Downloaded rdrand v0.4.0
39942023-10-03T00:56:30.165Z Downloaded anstyle-wincon v2.1.0
39952023-10-03T00:56:30.589Z Downloaded redox_users v0.4.3
39962023-10-03T00:56:30.606Z Downloaded fuchsia-cprng v0.1.1
39972023-10-03T00:56:30.624Z Downloaded option-ext v0.2.0
39982023-10-03T00:56:30.640Z Downloaded md5 v0.7.0
39992023-10-03T00:56:30.662Z Downloaded cbc v0.1.2
40002023-10-03T00:56:30.669Z Downloaded windows-targets v0.42.2
40012023-10-03T00:56:30.677Z Downloaded critical-section v1.1.2
40022023-10-03T00:56:30.682Z Downloaded rand_core v0.4.2
40032023-10-03T00:56:30.691Z Downloaded rand_core v0.3.1
40042023-10-03T00:56:30.708Z Downloaded redox_syscall v0.3.5
40052023-10-03T00:56:30.729Z Downloaded wasm-bindgen-backend v0.2.87
40062023-10-03T00:56:30.750Z Downloaded hermit-abi v0.1.19
40072023-10-03T00:56:30.768Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
40082023-10-03T00:56:30.782Z Downloaded core-foundation-sys v0.8.4
40092023-10-03T00:56:30.811Z Downloaded pbkdf2 v0.11.0
40102023-10-03T00:56:30.826Z Downloaded winapi-util v0.1.5
40112023-10-03T00:56:30.848Z Downloaded atomic-polyfill v0.1.11
40122023-10-03T00:56:30.866Z Downloaded ghash v0.5.0
40132023-10-03T00:56:30.916Z Downloaded wasm-bindgen-futures v0.4.37
40142023-10-03T00:56:30.931Z Downloaded wasm-bindgen-macro-support v0.2.87
40152023-10-03T00:56:30.976Z Downloaded wasm-bindgen-macro v0.2.87
40162023-10-03T00:56:30.982Z Downloaded rand_core v0.5.1
40172023-10-03T00:56:30.990Z Downloaded dirs-sys v0.4.1
40182023-10-03T00:56:31.811Z Downloaded security-framework-sys v2.9.1
40192023-10-03T00:56:31.844Z Downloaded password-hash v0.4.2
40202023-10-03T00:56:31.860Z Downloaded ed25519 v2.2.2
40212023-10-03T00:56:31.874Z Downloaded schannel v0.1.22
40222023-10-03T00:56:31.884Z Downloaded wasm-streams v0.3.0
40232023-10-03T00:56:31.967Z Downloaded blowfish v0.9.1
40242023-10-03T00:56:32.389Z Downloaded redox_syscall v0.2.16
40252023-10-03T00:56:32.414Z Downloaded russh-keys v0.38.0
40262023-10-03T00:56:32.427Z Downloaded winreg v0.50.0
40272023-10-03T00:56:32.442Z Downloaded pbkdf2 v0.12.2
40282023-10-03T00:56:32.455Z Downloaded encode_unicode v0.3.6
40292023-10-03T00:56:32.478Z Downloaded js-sys v0.3.64
40302023-10-03T00:56:32.505Z Downloaded security-framework v2.9.2
40312023-10-03T00:56:32.533Z Downloaded widestring v1.0.2
40322023-10-03T00:56:32.553Z Downloaded rand v0.7.3
40332023-10-03T00:56:32.571Z Downloaded ed25519-dalek v2.0.0
40342023-10-03T00:56:32.594Z Downloaded russh v0.38.0
40352023-10-03T00:56:32.611Z Downloaded aes-gcm v0.10.2
40362023-10-03T00:56:32.625Z Downloaded wasm-bindgen v0.2.87
40372023-10-03T00:56:32.643Z Downloaded windows_aarch64_gnullvm v0.42.2
40382023-10-03T00:56:32.659Z Downloaded windows_x86_64_gnullvm v0.42.2
40392023-10-03T00:56:32.676Z Downloaded windows_aarch64_gnullvm v0.48.5
40402023-10-03T00:56:32.693Z Downloaded windows_x86_64_gnullvm v0.48.5
40412023-10-03T00:56:32.702Z Downloaded fiat-crypto v0.2.1
40422023-10-03T00:56:32.715Z Downloaded windows_x86_64_msvc v0.42.2
40432023-10-03T00:56:32.727Z Downloaded windows_aarch64_msvc v0.42.2
40442023-10-03T00:56:32.736Z Downloaded windows_x86_64_gnu v0.42.2
40452023-10-03T00:56:32.749Z Downloaded windows_i686_gnu v0.42.2
40462023-10-03T00:56:32.759Z Downloaded windows_i686_msvc v0.42.2
40472023-10-03T00:56:32.770Z Downloaded windows_i686_gnu v0.48.5
40482023-10-03T00:56:32.785Z Downloaded windows_x86_64_msvc v0.48.5
40492023-10-03T00:56:32.794Z Downloaded windows_aarch64_msvc v0.48.5
40502023-10-03T00:56:32.810Z Downloaded windows_x86_64_gnu v0.48.5
40512023-10-03T00:56:32.823Z Downloaded web-sys v0.3.64
40522023-10-03T00:56:32.853Z Downloaded windows_i686_msvc v0.48.5
40532023-10-03T00:56:32.874Z Downloaded linux-raw-sys v0.3.8
40542023-10-03T00:56:32.895Z Downloaded winapi v0.3.9
40552023-10-03T00:56:33.325Z Downloaded linux-raw-sys v0.4.5
40562023-10-03T00:56:33.342Z Downloaded windows-sys v0.45.0
40572023-10-03T00:56:33.361Z Downloaded windows-sys v0.48.0
40582023-10-03T00:56:33.803Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
40592023-10-03T00:56:33.815Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
40602023-10-03T00:56:33.824Z Downloaded windows v0.48.0
40612023-10-03T00:56:34.649Zinfo: experimental features enabled: setup-scripts
40622023-10-03T00:56:34.660Z Finished test [unoptimized + debuginfo] target(s) in 1.71s
40632023-10-03T00:56:34.673Z Starting 906 tests across 96 binaries (4 skipped)
40642023-10-03T00:56:34.686Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed
40652023-10-03T00:56:34.858Z Compiling unicode-ident v1.0.12
40662023-10-03T00:56:34.876Z Compiling cfg-if v1.0.0
40672023-10-03T00:56:34.893Z Compiling once_cell v1.18.0
40682023-10-03T00:56:34.910Z Compiling libc v0.2.148
40692023-10-03T00:56:34.926Z Compiling serde_json v1.0.107
40702023-10-03T00:56:34.935Z Compiling memchr v2.6.3
40712023-10-03T00:56:34.946Z Compiling generic-array v0.14.7
40722023-10-03T00:56:34.957Z Compiling itoa v1.0.9
40732023-10-03T00:56:34.969Z Compiling getrandom v0.2.10
40742023-10-03T00:56:35.293Z Compiling log v0.4.20
40752023-10-03T00:56:35.433Z Compiling proc-macro2 v1.0.67
40762023-10-03T00:56:35.525Z Compiling ryu v1.0.15
40772023-10-03T00:56:35.785Z Compiling scopeguard v1.2.0
40782023-10-03T00:56:35.826Z Compiling libm v0.2.7
40792023-10-03T00:56:35.846Z Compiling byteorder v1.4.3
40802023-10-03T00:56:36.212Z Compiling lock_api v0.4.10
40812023-10-03T00:56:36.272Z Compiling smallvec v1.11.0
40822023-10-03T00:56:36.290Z Compiling ahash v0.8.3
40832023-10-03T00:56:36.638Z Compiling pin-project-lite v0.2.13
40842023-10-03T00:56:36.708Z Compiling rand_core v0.6.4
40852023-10-03T00:56:36.745Z Compiling quote v1.0.33
40862023-10-03T00:56:36.829Z Compiling heck v0.4.1
40872023-10-03T00:56:36.915Z Compiling fnv v1.0.7
40882023-10-03T00:56:37.122Z Compiling jobserver v0.1.26
40892023-10-03T00:56:37.472Z Compiling syn v2.0.32
40902023-10-03T00:56:37.553Z Compiling syn v1.0.109
40912023-10-03T00:56:37.841Z Compiling cc v1.0.83
40922023-10-03T00:56:37.951Z Compiling num-traits v0.2.16
40932023-10-03T00:56:38.002Z Compiling parking_lot_core v0.9.8
40942023-10-03T00:56:38.286Z Compiling typenum v1.16.0
40952023-10-03T00:56:38.336Z Compiling iana-time-zone v0.1.57
40962023-10-03T00:56:38.864Z Compiling parking_lot v0.12.1
40972023-10-03T00:56:38.895Z Compiling futures-core v0.3.28
40982023-10-03T00:56:39.036Z Compiling ucd-trie v0.1.6
40992023-10-03T00:56:39.453Z Compiling mio v0.8.8
41002023-10-03T00:56:39.884Z Compiling signal-hook-registry v1.4.1
41012023-10-03T00:56:40.430Z Compiling socket2 v0.5.3
41022023-10-03T00:56:40.716Z Compiling num_cpus v1.16.0
41032023-10-03T00:56:40.901Z Compiling spin v0.5.2
41042023-10-03T00:56:41.005Z Compiling futures-sink v0.3.28
41052023-10-03T00:56:41.172Z Compiling tinyvec_macros v0.1.1
41062023-10-03T00:56:41.223Z Compiling dyn-clone v1.0.13
41072023-10-03T00:56:41.270Z Compiling futures-channel v0.3.28
41082023-10-03T00:56:41.321Z Compiling tinyvec v1.6.0
41092023-10-03T00:56:41.522Z Compiling slab v0.4.9
41102023-10-03T00:56:41.949Z Compiling futures-task v0.3.28
41112023-10-03T00:56:41.958Z Compiling allocator-api2 v0.2.16
41122023-10-03T00:56:41.973Z Compiling time-core v0.1.1
41132023-10-03T00:56:41.989Z Compiling futures-io v0.3.28
41142023-10-03T00:56:42.007Z Compiling pin-utils v0.1.0
41152023-10-03T00:56:42.140Z Compiling hashbrown v0.13.2
41162023-10-03T00:56:42.234Z Compiling time-macros v0.2.13
41172023-10-03T00:56:42.497Z Compiling aho-corasick v1.0.4
41182023-10-03T00:56:42.743Z Compiling ring v0.16.20
41192023-10-03T00:56:43.215Z Compiling openssl-sys v0.9.93
41202023-10-03T00:56:44.100Z Compiling unicode-normalization v0.1.22
41212023-10-03T00:56:44.131Z Compiling hashbrown v0.14.0
41222023-10-03T00:56:44.858Z Compiling openssl v0.10.57
41232023-10-03T00:56:44.888Z Compiling native-tls v0.2.11
41242023-10-03T00:56:45.327Z Compiling tracing-core v0.1.31
41252023-10-03T00:56:45.945Z Compiling equivalent v1.0.1
41262023-10-03T00:56:46.080Z Compiling unicode-bidi v0.3.13
41272023-10-03T00:56:46.108Z Compiling regex-syntax v0.7.5
41282023-10-03T00:56:47.309Z Compiling const-oid v0.9.5
41292023-10-03T00:56:47.533Z Compiling ppv-lite86 v0.2.17
41302023-10-03T00:56:48.246Z Compiling rustls v0.21.7
41312023-10-03T00:56:48.283Z Compiling subtle v2.5.0
41322023-10-03T00:56:48.346Z Compiling bzip2-sys v0.1.11+1.0.8
41332023-10-03T00:56:48.736Z Compiling base64 v0.21.4
41342023-10-03T00:56:48.862Z Compiling rand_chacha v0.3.1
41352023-10-03T00:56:49.191Z Compiling untrusted v0.7.1
41362023-10-03T00:56:49.514Z Compiling strsim v0.10.0
41372023-10-03T00:56:49.646Z Compiling rand v0.8.5
41382023-10-03T00:56:49.947Z Compiling serde_derive_internals v0.26.0
41392023-10-03T00:56:50.411Z Compiling synstructure v0.12.6
41402023-10-03T00:56:51.804Z Compiling thread-id v4.2.0
41412023-10-03T00:56:51.987Z Compiling num-bigint v0.4.4
41422023-10-03T00:56:52.845Z Compiling regex-automata v0.3.8
41432023-10-03T00:56:53.087Z Compiling bitflags v1.3.2
41442023-10-03T00:56:53.242Z Compiling percent-encoding v2.3.0
41452023-10-03T00:56:53.800Z Compiling hashbrown v0.12.3
41462023-10-03T00:56:54.074Z Compiling openssl-probe v0.1.5
41472023-10-03T00:56:54.534Z Compiling foreign-types-shared v0.1.1
41482023-10-03T00:56:54.717Z Compiling unicode-width v0.1.10
41492023-10-03T00:56:54.967Z Compiling foreign-types v0.3.2
41502023-10-03T00:56:55.676Z Compiling indexmap v1.9.3
41512023-10-03T00:56:56.857Z Compiling backtrace v0.3.69
41522023-10-03T00:56:57.337Z Compiling errno v0.3.2
41532023-10-03T00:56:57.356Z Compiling siphasher v0.3.11
41542023-10-03T00:56:57.370Z Compiling adler v1.0.2
41552023-10-03T00:56:57.384Z Compiling try-lock v0.2.4
41562023-10-03T00:56:58.055Z Compiling want v0.3.1
41572023-10-03T00:56:58.061Z Compiling miniz_oxide v0.7.1
41582023-10-03T00:56:58.067Z Compiling rustls-webpki v0.101.4
41592023-10-03T00:56:58.084Z Compiling sct v0.7.0
41602023-10-03T00:56:58.364Z Compiling form_urlencoded v1.2.0
41612023-10-03T00:56:58.851Z Compiling io-lifetimes v1.0.11
41622023-10-03T00:56:59.163Z Compiling lazy_static v1.4.0
41632023-10-03T00:56:59.409Z Compiling httparse v1.8.0
41642023-10-03T00:56:59.429Z Compiling socket2 v0.4.9
41652023-10-03T00:56:59.931Z Compiling anstyle v1.0.2
41662023-10-03T00:57:00.844Z Compiling httpdate v1.0.3
41672023-10-03T00:57:00.853Z Compiling utf8parse v0.2.1
41682023-10-03T00:57:00.863Z Compiling serde_derive v1.0.188
41692023-10-03T00:57:00.878Z Compiling zeroize_derive v1.4.2
41702023-10-03T00:57:01.302Z Compiling thiserror-impl v1.0.48
41712023-10-03T00:57:01.728Z Compiling tokio-macros v2.1.0
41722023-10-03T00:57:01.741Z Compiling futures-macro v0.3.28
41732023-10-03T00:57:01.755Z Compiling tracing-attributes v0.1.26
41742023-10-03T00:57:01.768Z Compiling schemars_derive v0.8.13
41752023-10-03T00:57:03.292Z Compiling zeroize v1.6.0
41762023-10-03T00:57:04.338Z Compiling openssl-macros v0.1.1
41772023-10-03T00:57:05.686Z Compiling zerocopy-derive v0.2.0
41782023-10-03T00:57:05.705Z Compiling thiserror v1.0.48
41792023-10-03T00:57:06.161Z Compiling pest v2.7.2
41802023-10-03T00:57:06.178Z Compiling futures-util v0.3.28
41812023-10-03T00:57:06.374Z Compiling crypto-common v0.1.6
41822023-10-03T00:57:06.661Z Compiling tracing v0.1.37
41832023-10-03T00:57:07.133Z Compiling block-buffer v0.10.4
41842023-10-03T00:57:07.501Z Compiling digest v0.10.7
41852023-10-03T00:57:08.509Z Compiling regex v1.9.5
41862023-10-03T00:57:08.838Z Compiling zerocopy v0.3.0
41872023-10-03T00:57:09.333Z Compiling async-trait v0.1.73
41882023-10-03T00:57:09.785Z Compiling hubpack_derive v0.1.1
41892023-10-03T00:57:10.214Z Compiling pest_meta v2.7.2
41902023-10-03T00:57:10.265Z Compiling dof v0.1.5
41912023-10-03T00:57:10.883Z Compiling zerocopy-derive v0.6.3
41922023-10-03T00:57:10.908Z Compiling cpufeatures v0.2.9
41932023-10-03T00:57:11.054Z Compiling tower-service v0.3.2
41942023-10-03T00:57:11.251Z Compiling sha2 v0.10.7
41952023-10-03T00:57:11.663Z Compiling hmac v0.12.1
41962023-10-03T00:57:12.032Z Compiling md-5 v0.10.5
41972023-10-03T00:57:12.460Z Compiling pest_generator v2.7.2
41982023-10-03T00:57:12.695Z Compiling anstyle-parse v0.2.1
41992023-10-03T00:57:13.619Z Compiling rustix v0.37.23
42002023-10-03T00:57:14.248Z Compiling serde v1.0.188
42012023-10-03T00:57:16.134Z Compiling diesel_table_macro_syntax v0.1.0
42022023-10-03T00:57:16.738Z Compiling rustls-pemfile v1.0.3
42032023-10-03T00:57:16.800Z Compiling idna v0.4.0
42042023-10-03T00:57:17.057Z Compiling stringprep v0.1.3
42052023-10-03T00:57:17.822Z Compiling pest_derive v2.7.2
42062023-10-03T00:57:18.487Z Compiling regress v0.7.1
42072023-10-03T00:57:19.289Z Compiling dtrace-parser v0.1.14
42082023-10-03T00:57:19.312Z Compiling num-integer v0.1.45
42092023-10-03T00:57:19.375Z Compiling spin v0.9.8
42102023-10-03T00:57:19.812Z Compiling hash32 v0.2.1
42112023-10-03T00:57:20.025Z Compiling fallible-iterator v0.2.0
42122023-10-03T00:57:20.436Z Compiling gimli v0.28.0
42132023-10-03T00:57:20.633Z Compiling colorchoice v1.0.0
42142023-10-03T00:57:21.035Z Compiling anstyle-query v1.0.0
42152023-10-03T00:57:21.238Z Compiling stable_deref_trait v1.2.0
42162023-10-03T00:57:21.251Z Compiling anstream v0.5.0
42172023-10-03T00:57:21.401Z Compiling time v0.3.27
42182023-10-03T00:57:22.325Z Compiling url v2.4.1
42192023-10-03T00:57:25.088Z Compiling bytes v1.5.0
42202023-10-03T00:57:27.002Z Compiling uuid v1.4.1
42212023-10-03T00:57:27.151Z Compiling chrono v0.4.31
42222023-10-03T00:57:27.813Z Compiling tokio v1.32.0
42232023-10-03T00:57:28.970Z Compiling http v0.2.9
42242023-10-03T00:57:30.875Z Compiling semver v1.0.18
42252023-10-03T00:57:31.776Z Compiling schemars v0.8.13
42262023-10-03T00:57:32.082Z Compiling rustc_version v0.4.0
42272023-10-03T00:57:33.618Z Compiling indexmap v2.0.0
42282023-10-03T00:57:33.628Z Compiling heapless v0.7.16
42292023-10-03T00:57:33.644Z Compiling bitflags v2.4.0
42302023-10-03T00:57:34.972Z Compiling usdt-impl v0.3.5
42312023-10-03T00:57:35.135Z Compiling serde_tokenstream v0.1.7
42322023-10-03T00:57:36.245Z Compiling http-body v0.4.5
42332023-10-03T00:57:36.296Z Compiling serde_tokenstream v0.2.0
42342023-10-03T00:57:36.507Z Compiling openapiv3 v1.0.3
42352023-10-03T00:57:37.363Z Compiling usdt-macro v0.3.5
42362023-10-03T00:57:37.400Z Compiling usdt-attr-macro v0.3.5
42372023-10-03T00:57:39.838Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
42382023-10-03T00:57:41.248Z Compiling tokio-util v0.7.8
42392023-10-03T00:57:43.669Z Compiling h2 v0.3.21
42402023-10-03T00:57:44.552Z Compiling tokio-rustls v0.24.1
42412023-10-03T00:57:45.218Z Compiling addr2line v0.21.0
42422023-10-03T00:57:47.166Z Compiling tokio-native-tls v0.3.1
42432023-10-03T00:57:47.653Z Compiling postgres-protocol v0.6.6
42442023-10-03T00:57:49.630Z Compiling toml_datetime v0.6.3
42452023-10-03T00:57:50.187Z Compiling serde_spanned v0.6.3
42462023-10-03T00:57:50.217Z Compiling rustls-native-certs v0.6.3
42472023-10-03T00:57:50.305Z Compiling diesel_derives v2.1.1
42482023-10-03T00:57:50.740Z Compiling terminal_size v0.2.6
42492023-10-03T00:57:51.044Z Compiling block-padding v0.3.3
42502023-10-03T00:57:51.313Z Compiling enum-as-inner v0.5.1
42512023-10-03T00:57:51.409Z Compiling serde_repr v0.1.16
42522023-10-03T00:57:51.634Z Compiling clap_derive v4.4.2
42532023-10-03T00:57:53.094Z Compiling phf_shared v0.11.2
42542023-10-03T00:57:53.364Z Compiling crc32fast v1.3.2
42552023-10-03T00:57:53.725Z Compiling scheduled-thread-pool v0.2.7
42562023-10-03T00:57:53.895Z Compiling object v0.32.1
42572023-10-03T00:57:54.557Z Compiling regex-automata v0.1.10
42582023-10-03T00:57:55.355Z Compiling winnow v0.5.15
42592023-10-03T00:58:00.122Z Compiling hyper v0.14.27
42602023-10-03T00:58:01.693Z Compiling matches v0.1.10
42612023-10-03T00:58:01.717Z Compiling tap v1.0.1
42622023-10-03T00:58:01.734Z Compiling ipnet v2.8.0
42632023-10-03T00:58:01.838Z Compiling either v1.9.0
42642023-10-03T00:58:01.929Z Compiling rustc-demangle v0.1.23
42652023-10-03T00:58:02.455Z Compiling bit-vec v0.6.3
42662023-10-03T00:58:03.168Z Compiling clap_lex v0.5.1
42672023-10-03T00:58:03.505Z Compiling deranged v0.3.8
42682023-10-03T00:58:03.601Z Compiling managed v0.8.0
42692023-10-03T00:58:03.905Z Compiling num_threads v0.1.6
42702023-10-03T00:58:04.054Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
42712023-10-03T00:58:04.109Z Compiling clap_builder v4.4.2
42722023-10-03T00:58:05.676Z Compiling smoltcp v0.9.1
42732023-10-03T00:58:09.397Z Compiling itertools v0.10.5
42742023-10-03T00:58:09.625Z Compiling wyz v0.5.1
42752023-10-03T00:58:10.361Z Compiling idna v0.2.3
42762023-10-03T00:58:12.078Z Compiling hyper-rustls v0.24.1
42772023-10-03T00:58:13.481Z Compiling hyper-tls v0.5.0
42782023-10-03T00:58:13.492Z Compiling toml_edit v0.19.15
42792023-10-03T00:58:14.772Z Compiling bstr v0.2.17
42802023-10-03T00:58:14.808Z Compiling r2d2 v0.8.10
42812023-10-03T00:58:15.114Z Compiling flate2 v1.0.27
42822023-10-03T00:58:15.339Z Compiling phf v0.11.2
42832023-10-03T00:58:15.518Z Compiling inout v0.1.3
42842023-10-03T00:58:15.841Z Compiling postgres-types v0.2.6
42852023-10-03T00:58:16.445Z Compiling ipnetwork v0.20.0
42862023-10-03T00:58:16.886Z Compiling hubpack v0.1.2
42872023-10-03T00:58:16.902Z Compiling serde_urlencoded v0.7.1
42882023-10-03T00:58:16.913Z Compiling futures-executor v0.3.28
42892023-10-03T00:58:17.250Z Compiling zerocopy v0.6.3
42902023-10-03T00:58:17.535Z Compiling phf_shared v0.10.0
42912023-10-03T00:58:17.609Z Compiling memoffset v0.9.0
42922023-10-03T00:58:18.185Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
42932023-10-03T00:58:18.198Z Compiling radium v0.7.0
42942023-10-03T00:58:18.218Z Compiling crossbeam-utils v0.8.16
42952023-10-03T00:58:18.292Z Compiling float-cmp v0.9.0
42962023-10-03T00:58:18.351Z Compiling encoding_rs v0.8.33
42972023-10-03T00:58:18.633Z Compiling unicode-segmentation v1.10.1
42982023-10-03T00:58:18.655Z Compiling precomputed-hash v0.1.1
42992023-10-03T00:58:18.711Z Compiling static_assertions v1.1.0
43002023-10-03T00:58:19.228Z Compiling new_debug_unreachable v1.0.4
43012023-10-03T00:58:19.236Z Compiling smawk v0.3.1
43022023-10-03T00:58:19.249Z Compiling data-encoding v2.4.0
43032023-10-03T00:58:19.263Z Compiling difflib v0.4.0
43042023-10-03T00:58:19.273Z Compiling fixedbitset v0.4.2
43052023-10-03T00:58:19.857Z Compiling normalize-line-endings v0.3.0
43062023-10-03T00:58:19.905Z Compiling predicates-core v1.0.6
43072023-10-03T00:58:20.003Z Compiling webpki-roots v0.25.2
43082023-10-03T00:58:20.050Z Compiling whoami v1.4.1
43092023-10-03T00:58:20.285Z Compiling funty v2.0.0
43102023-10-03T00:58:20.439Z Compiling unicode-linebreak v0.1.5
43112023-10-03T00:58:21.371Z Compiling mime v0.3.17
43122023-10-03T00:58:21.391Z Compiling textwrap v0.16.0
43132023-10-03T00:58:21.868Z Compiling yasna v0.5.2
43142023-10-03T00:58:21.900Z Compiling tokio-postgres v0.7.10
43152023-10-03T00:58:22.586Z Compiling bitvec v1.0.1
43162023-10-03T00:58:23.154Z Compiling reqwest v0.11.20
43172023-10-03T00:58:23.162Z Compiling predicates v3.0.3
43182023-10-03T00:58:24.304Z Compiling trust-dns-proto v0.22.0
43192023-10-03T00:58:25.270Z Compiling similar v2.2.1
43202023-10-03T00:58:25.599Z Compiling petgraph v0.6.4
43212023-10-03T00:58:25.793Z Compiling crossbeam-epoch v0.9.15
43222023-10-03T00:58:26.995Z Compiling string_cache v0.8.7
43232023-10-03T00:58:27.766Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
43242023-10-03T00:58:28.555Z Compiling toml v0.7.8
43252023-10-03T00:58:28.981Z Compiling diesel v2.1.1
43262023-10-03T00:58:30.212Z Compiling futures v0.3.28
43272023-10-03T00:58:30.236Z Compiling cipher v0.4.4
43282023-10-03T00:58:30.848Z Compiling clap v4.4.3
43292023-10-03T00:58:31.027Z Compiling anyhow v1.0.75
43302023-10-03T00:58:31.042Z Compiling bit-set v0.5.3
43312023-10-03T00:58:31.144Z Compiling tokio-stream v0.1.14
43322023-10-03T00:58:31.504Z Compiling usdt v0.3.5
43332023-10-03T00:58:31.959Z Compiling rustix v0.38.9
43342023-10-03T00:58:32.617Z Compiling hex v0.4.3
43352023-10-03T00:58:32.753Z Compiling num-iter v0.1.43
43362023-10-03T00:58:33.480Z Compiling signature v2.1.0
43372023-10-03T00:58:34.021Z Compiling bstr v1.6.0
43382023-10-03T00:58:34.032Z Compiling console v0.15.7
43392023-10-03T00:58:34.535Z Compiling slog v2.7.0
43402023-10-03T00:58:35.781Z Compiling lalrpop-util v0.20.0
43412023-10-03T00:58:36.089Z Compiling darling_core v0.20.3
43422023-10-03T00:58:44.208Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
43432023-10-03T00:58:46.177Z Compiling darling_macro v0.20.3
43442023-10-03T00:59:04.877Z Compiling structmeta-derive v0.1.6
43452023-10-03T00:59:06.320Z Compiling getopts v0.2.21
43462023-10-03T00:59:07.023Z Compiling serde_yaml v0.9.25
43472023-10-03T00:59:07.423Z Compiling structmeta v0.1.6
43482023-10-03T00:59:07.732Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
43492023-10-03T00:59:08.241Z Compiling darling v0.20.3
43502023-10-03T00:59:09.473Z Compiling camino v1.1.6
43512023-10-03T00:59:22.511Z Compiling slog-json v2.6.1
43522023-10-03T00:59:24.817Z Compiling sha1 v0.10.5
43532023-10-03T00:59:26.062Z Compiling async-stream-impl v0.3.5
43542023-10-03T00:59:28.321Z Compiling regex-syntax v0.6.29
43552023-10-03T00:59:30.096Z Compiling async-stream v0.3.5
43562023-10-03T00:59:31.354Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
43572023-10-03T00:59:32.870Z Compiling slog-term v2.9.0
43582023-10-03T00:59:34.370Z Compiling slog-bunyan v2.4.0
43592023-10-03T00:59:35.585Z Compiling strum_macros v0.25.2
43602023-10-03T00:59:38.353Z Compiling parse-display-derive v0.7.0
43612023-10-03T00:59:40.938Z Compiling serde_with_macros v2.3.3
43622023-10-03T00:59:43.106Z Compiling multer v2.1.0
43632023-10-03T00:59:59.865Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
43642023-10-03T01:00:00.226Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
43652023-10-03T01:00:01.215Z Compiling serde_path_to_error v0.1.14
43662023-10-03T01:00:02.621Z Compiling tempfile v3.8.0
43672023-10-03T01:00:03.232Z Compiling backoff v0.4.0
43682023-10-03T01:00:03.750Z Compiling parse-display v0.7.0
43692023-10-03T01:00:04.072Z Compiling strum v0.25.0
43702023-10-03T01:00:04.237Z Compiling serde_with v2.3.3
43712023-10-03T01:00:04.497Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
43722023-10-03T01:00:04.692Z Compiling headers-core v0.2.0
43732023-10-03T01:00:04.993Z Compiling macaddr v1.0.1
43742023-10-03T01:00:05.411Z Compiling headers v0.3.9
43752023-10-03T01:00:05.433Z Compiling rcgen v0.10.0
43762023-10-03T01:00:05.452Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
43772023-10-03T01:00:05.477Z Compiling camino-tempfile v1.0.2
43782023-10-03T01:00:05.495Z Compiling bzip2 v0.4.4
43792023-10-03T01:00:05.514Z Compiling zip v0.6.6
43802023-10-03T01:00:05.530Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
43812023-10-03T01:00:05.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
43822023-10-03T01:00:05.572Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
43832023-10-03T01:00:05.588Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
43842023-10-03T01:00:05.613Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43852023-10-03T01:00:07.151Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/crdb-seed)
43862023-10-03T01:00:15.428Z Finished dev [unoptimized + debuginfo] target(s) in 3m 41s
43872023-10-03T01:00:15.475Z Running `target/debug/crdb-seed`
43882023-10-03T01:00:15.516ZOct 03 01:00:15.503 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpXeqJfI
43892023-10-03T01:00:15.533ZOct 03 01:00:15.504 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base/.tmpK9qrZ3,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpXeqJfI/listen-url
43902023-10-03T01:00:15.553ZOct 03 01:00:15.504 INFO cockroach environment: BUILDOMAT_JOB_ID=01HBSAYEZWTEGGA8F7RW7A3Y7N 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/lalrpop-util-0.20.0 GITHUB_REF=refs/heads/dependabot/cargo/lalrpop-util-0.20.0 GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=7ac3fa912aafab75150b51a7a762d1261d53b583 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-env9tiYsd 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=422cdb35-dd71-488b-a0dc-912c823952c5 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
43912023-10-03T01:00:17.007ZOct 03 01:00:17.004 INFO cockroach pid: 5670
43922023-10-03T01:00:17.014ZOct 03 01:00:17.004 INFO cockroach listen URL: postgresql://root@[::1]:45191/omicron?sslmode=disable
43932023-10-03T01:00:17.033ZOct 03 01:00:17.004 INFO cockroach: populating
43942023-10-03T01:00:19.084ZOct 03 01:00:18.824 INFO cockroach: populated
43952023-10-03T01:00:21.720ZOct 03 01:00:21.714 INFO Created seed directory: `/var/tmp/omicron_tmp/crdb-base/c57f4ced1447ac7b5e0722b644563fcf94b4998591ad01a8c2cabf9ec1af380e`
43962023-10-03T01:00:21.735Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed
43972023-10-03T01:00:21.814Z PASS [ 0.047s] authz-macros::proc-macro/authz-macros test_authz_dump
43982023-10-03T01:00:21.831Z PASS [ 0.040s] bootstore schemes::tests::hello_roundtrip
43992023-10-03T01:00:21.841Z PASS [ 0.033s] bootstore trust_quorum::rack_secret::tests::create_and_verify
44002023-10-03T01:00:21.853Z PASS [ 0.040s] bootstore schemes::v0::share_pkg::tests::create_packages
44012023-10-03T01:00:21.865Z PASS [ 0.040s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
44022023-10-03T01:00:21.886Z PASS [ 0.033s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_for_enums
44032023-10-03T01:00:22.317Z PASS [ 0.026s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
44042023-10-03T01:00:22.748Z PASS [ 0.033s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
44052023-10-03T01:00:23.166Z PASS [ 0.032s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_table_name
44062023-10-03T01:00:23.177Z PASS [ 0.028s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_minimal_example_compiles
44072023-10-03T01:00:23.187Z PASS [ 0.258s] dns-server storage::test::test_update_in_progress
44082023-10-03T01:00:23.199Z PASS [ 0.267s] dns-server storage::test::test_update_interrupted
44092023-10-03T01:00:23.216Z PASS [ 0.290s] dns-server storage::test::test_update_basic
44102023-10-03T01:00:23.236Z PASS [ 0.548s] dns-server::basic_test a_crud
44112023-10-03T01:00:23.260Z PASS [ 0.476s] dns-server::basic_test aaaa_crud
44122023-10-03T01:00:23.276Z PASS [ 0.456s] dns-server::basic_test multi_record_crud
44132023-10-03T01:00:23.694Z PASS [ 0.469s] dns-server::basic_test empty_record
44142023-10-03T01:00:24.200Z PASS [ 0.379s] dns-server::basic_test name_contains_zone
44152023-10-03T01:00:24.295Z PASS [ 1.141s] bootstore schemes::v0::peer::tests::network_config
44162023-10-03T01:00:24.336Z PASS [ 0.353s] dns-server::basic_test servfail
44172023-10-03T01:00:24.358Z PASS [ 0.383s] dns-server::basic_test nxdomain
44182023-10-03T01:00:24.391Z PASS [ 0.040s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
44192023-10-03T01:00:24.824Z PASS [ 0.025s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
44202023-10-03T01:00:24.843Z PASS [ 0.061s] illumos-utils destructor::test::test_delayed_delete
44212023-10-03T01:00:24.859Z PASS [ 0.032s] illumos-utils destructor::test::test_destructor_bad_close
44222023-10-03T01:00:24.873Z PASS [ 0.493s] dns-server::basic_test srv_crud
44232023-10-03T01:00:24.889Z PASS [ 0.029s] illumos-utils link::test::test_allocate
44242023-10-03T01:00:24.906Z PASS [ 0.208s] dns-server::openapi_test test_dns_server_openapi
44252023-10-03T01:00:24.990Z PASS [ 0.033s] illumos-utils link::test::test_allocate_within_scopes
44262023-10-03T01:00:25.008Z PASS [ 0.028s] illumos-utils running_zone::camino_starts_with_behaviour
44272023-10-03T01:00:25.020Z PASS [ 0.030s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file
44282023-10-03T01:00:25.034Z PASS [ 0.028s] illumos-utils running_zone::tests::test_is_oxide_smf_service
44292023-10-03T01:00:25.050Z PASS [ 1.400s] bootstore schemes::v0::peer::tests::basic_3_nodes
44302023-10-03T01:00:25.059Z PASS [ 0.031s] illumos-utils zone::tests::test_parse_ip_network
44312023-10-03T01:00:25.066Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_bad_zpool_names
44322023-10-03T01:00:25.072Z PASS [ 0.031s] illumos-utils zpool::test::test_parse_external_zpool_name
44332023-10-03T01:00:25.082Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_internal_zpool_name
44342023-10-03T01:00:25.093Z PASS [ 0.031s] illumos-utils zpool::test::test_parse_zpool
44352023-10-03T01:00:25.102Z PASS [ 0.026s] illumos-utils zpool::test::test_parse_zpool_missing_column
44362023-10-03T01:00:25.115Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_name_json
44372023-10-03T01:00:25.130Z PASS [ 0.037s] illumos-utils zpool::test::test_zpool_name_regex
44382023-10-03T01:00:25.146Z PASS [ 0.219s] installinator block_size_writer::tests::proptest_block_writer
44392023-10-03T01:00:25.572Z PASS [ 0.038s] internal-dns config::test::display_hosts
44402023-10-03T01:00:25.589Z PASS [ 0.029s] internal-dns config::test::display_srv_service
44412023-10-03T01:00:25.599Z PASS [ 0.038s] internal-dns config::test::test_builder_errors
44422023-10-03T01:00:25.618Z PASS [ 0.331s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
44432023-10-03T01:00:25.637Z PASS [ 0.046s] internal-dns config::test::test_builder_output
44442023-10-03T01:00:25.659Z PASS [ 0.665s] illumos-utils destructor::test::test_delayed_delete_with_error
44452023-10-03T01:00:25.685Z PASS [ 0.456s] internal-dns resolver::test::lookup_nonexistent_record_fails
44462023-10-03T01:00:26.167Z PASS [ 0.580s] internal-dns resolver::test::insert_and_lookup_one_record
44472023-10-03T01:00:26.622Z PASS [ 0.841s] internal-dns resolver::test::insert_and_lookup_multiple_records
44482023-10-03T01:00:27.045Z PASS [ 0.666s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
44492023-10-03T01:00:27.057Z PASS [ 0.752s] internal-dns resolver::test::resolver_can_access_backup_dns_server
44502023-10-03T01:00:27.073Z PASS [ 0.040s] ipcc-key-value tests::deserialize_fixed_value
44512023-10-03T01:00:27.100Z PASS [ 0.056s] ipcc-key-value tests::installinator_image_id_round_trip
44522023-10-03T01:00:27.132Z PASS [ 0.580s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
44532023-10-03T01:00:27.148Z PASS [ 0.062s] key-manager tests::different_disks_produce_different_keys
44542023-10-03T01:00:27.169Z PASS [ 0.081s] ipcc-key-value tests::serialized_size
44552023-10-03T01:00:27.193Z PASS [ 0.031s] key-manager tests::different_ikm_produces_different_keys
44562023-10-03T01:00:27.208Z PASS [ 0.038s] key-manager tests::disk_encryption_key_epoch_0
44572023-10-03T01:00:27.236Z PASS [ 0.030s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
44582023-10-03T01:00:27.261Z PASS [ 0.035s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
44592023-10-03T01:00:27.298Z PASS [ 0.039s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
44602023-10-03T01:00:27.307Z PASS [ 0.036s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
44612023-10-03T01:00:27.320Z PASS [ 0.034s] nexus-db-model semver_version::test::test_to_from_sortable_string
44622023-10-03T01:00:27.329Z PASS [ 0.031s] nexus-db-model tests::test_ip_subnet_check_requestable_address
44632023-10-03T01:00:27.340Z PASS [ 0.120s] nexus-db-model device_auth::test::test_generate_user_code
44642023-10-03T01:00:27.471Z PASS [ 0.031s] nexus-db-model tests::test_ipv6_net_random_subnet
44652023-10-03T01:00:27.526Z PASS [ 0.036s] nexus-db-model tests::test_roles_database_strings
44662023-10-03T01:00:27.574Z PASS [ 0.046s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
44672023-10-03T01:00:27.635Z PASS [ 0.056s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
44682023-10-03T01:00:27.656Z PASS [ 0.536s] internal-dns resolver::test::update_record
44692023-10-03T01:00:27.725Z PASS [ 0.054s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
44702023-10-03T01:00:27.743Z PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
44712023-10-03T01:00:27.758Z PASS [ 0.044s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
44722023-10-03T01:00:27.815Z PASS [ 0.050s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
44732023-10-03T01:00:27.912Z PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
44742023-10-03T01:00:27.972Z PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
44752023-10-03T01:00:28.060Z PASS [ 0.092s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
44762023-10-03T01:00:28.115Z PASS [ 0.071s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
44772023-10-03T01:00:28.141Z PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_get_token
44782023-10-03T01:00:28.214Z PASS [ 0.056s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
44792023-10-03T01:00:28.300Z PASS [ 0.047s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
44802023-10-03T01:00:28.362Z PASS [ 0.056s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
44812023-10-03T01:00:28.559Z PASS [ 0.052s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
44822023-10-03T01:00:28.766Z PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
44832023-10-03T01:00:28.942Z PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
44842023-10-03T01:00:29.123Z PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_make_header_value
44852023-10-03T01:00:34.084Z PASS [ 0.076s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
44862023-10-03T01:00:35.313Z PASS [ 0.051s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
44872023-10-03T01:00:35.661Z PASS [ 0.051s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
44882023-10-03T01:00:36.126Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
44892023-10-03T01:00:36.373Z PASS [ 0.045s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
44902023-10-03T01:00:36.567Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
44912023-10-03T01:00:36.665Z PASS [ 0.050s] nexus-db-queries authn::external::test::test_authn_sequence
44922023-10-03T01:00:36.686Z PASS [ 0.044s] nexus-db-queries authn::external::token::test::test_make_header_value
44932023-10-03T01:00:36.700Z PASS [ 0.041s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
44942023-10-03T01:00:36.713Z PASS [ 0.044s] nexus-db-queries authn::external::token::test::test_token_header_missing
44952023-10-03T01:00:36.734Z PASS [ 0.045s] nexus-db-queries authn::external::token::test::test_token_header_valid
44962023-10-03T01:00:36.749Z PASS [ 0.053s] nexus-db-queries authn::test::test_internal_users
44972023-10-03T01:00:36.787Z PASS [ 0.073s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
44982023-10-03T01:00:36.805Z PASS [ 4.392s] dns-server::commands_test test_dnsadm
44992023-10-03T01:00:36.832Z PASS [ 7.640s] nexus-db-queries authz::context::test::test_unregistered_resource
45002023-10-03T01:00:36.838Z PASS [ 7.603s] nexus-db-queries context::test::test_background_context
45012023-10-03T01:00:36.872Z PASS [ 13.659s] installinator mock_peers::tests::proptest_fetch_artifact
45022023-10-03T01:00:39.138Z PASS [ 15.807s] installinator write::tests::proptest_write_artifact
45032023-10-03T01:00:43.487Z PASS [ 10.026s] nexus-db-queries context::test::test_child_context
45042023-10-03T01:00:43.871Z PASS [ 17.994s] nexus-db-queries authz::policy_test::test_conferred_roles
45052023-10-03T01:00:44.470Z PASS [ 9.575s] nexus-db-queries context::test::test_test_context
45062023-10-03T01:00:44.549Z PASS [ 7.684s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
45072023-10-03T01:00:46.503Z PASS [ 7.497s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
45082023-10-03T01:00:51.227Z PASS [ 7.760s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
45092023-10-03T01:00:51.870Z PASS [ 8.048s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
45102023-10-03T01:00:52.324Z PASS [ 7.785s] nexus-db-queries db::collection_attach::test::test_attach_once
45112023-10-03T01:00:52.465Z PASS [ 8.086s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
45122023-10-03T01:00:52.904Z PASS [ 0.056s] nexus-db-queries db::collection_attach::test::test_verify_query
45132023-10-03T01:00:54.179Z PASS [ 7.669s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
45142023-10-03T01:00:59.692Z PASS [ 8.019s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
45152023-10-03T01:00:59.762Z PASS [ 7.643s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
45162023-10-03T01:01:00.391Z PASS [ 7.894s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
45172023-10-03T01:01:00.430Z PASS [ 8.113s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
45182023-10-03T01:01:01.507Z PASS [ 7.334s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
45192023-10-03T01:01:01.575Z PASS [ 0.061s] nexus-db-queries db::collection_detach::test::test_verify_query
45202023-10-03T01:01:06.998Z PASS [ 7.751s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
45212023-10-03T01:01:07.412Z PASS [ 7.893s] nexus-db-queries db::collection_detach::test::test_detach_once
45222023-10-03T01:01:11.961Z PASS [ 8.032s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
45232023-10-03T01:01:12.274Z PASS [ 8.040s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
45242023-10-03T01:01:12.432Z PASS [ 7.967s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
45252023-10-03T01:01:14.208Z PASS [ 7.213s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
45262023-10-03T01:01:14.878Z PASS [ 7.461s] nexus-db-queries db::collection_detach_many::test::test_detach_many
45272023-10-03T01:01:15.870Z PASS [ 7.401s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
45282023-10-03T01:01:15.927Z PASS [ 0.055s] nexus-db-queries db::collection_detach_many::test::test_verify_query
45292023-10-03T01:01:16.357Z PASS [ 7.533s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
45302023-10-03T01:01:16.988Z PASS [ 7.041s] nexus-db-queries db::collection_detach_many::test::test_detach_once
45312023-10-03T01:01:16.991Z PASS [ 0.056s] nexus-db-queries db::collection_insert::test::test_verify_query
45322023-10-03T01:01:16.995Z PASS [ 50.794s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
45332023-10-03T01:01:19.847Z PASS [ 5.644s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
45342023-10-03T01:01:19.895Z PASS [ 0.044s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
45352023-10-03T01:01:20.558Z PASS [ 5.692s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
45362023-10-03T01:01:21.264Z PASS [ 5.312s] nexus-db-queries db::collection_insert::test::test_collection_present
45372023-10-03T01:01:21.283Z PASS [ 5.351s] nexus-db-queries db::collection_insert::test::test_collection_not_present
45382023-10-03T01:01:21.768Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
45392023-10-03T01:01:21.776Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
45402023-10-03T01:01:21.822Z PASS [ 5.152s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
45412023-10-03T01:01:22.247Z PASS [ 5.572s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
45422023-10-03T01:01:26.036Z PASS [ 64.261s] bootstore::v0-fsm-proptest-learner run
45432023-10-03T01:01:27.267Z PASS [ 7.363s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
45442023-10-03T01:01:29.617Z PASS [ 8.350s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
45452023-10-03T01:01:29.725Z PASS [ 7.901s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
45462023-10-03T01:01:29.739Z PASS [ 8.456s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
45472023-10-03T01:01:29.795Z PASS [ 7.589s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
45482023-10-03T01:01:30.287Z PASS [ 9.716s] nexus-db-queries db::datastore::dns::test::test_dns_update
45492023-10-03T01:01:33.624Z PASS [ 7.571s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
45502023-10-03T01:01:34.803Z PASS [ 7.545s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
45512023-10-03T01:01:37.508Z PASS [ 7.772s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
45522023-10-03T01:01:37.659Z PASS [ 8.042s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
45532023-10-03T01:01:37.681Z PASS [ 7.947s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
45542023-10-03T01:01:37.694Z PASS [ 7.898s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
45552023-10-03T01:01:38.601Z PASS [ 0.057s] nexus-db-queries db::datastore::region::test::test_extent_count
45562023-10-03T01:01:39.034Z PASS [ 8.319s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
45572023-10-03T01:01:39.215Z PASS [ 77.435s] bootstore::v0-fsm-proptest-rack-coordinator run
45582023-10-03T01:01:41.025Z PASS [ 7.408s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
45592023-10-03T01:01:42.459Z PASS [ 7.653s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
45602023-10-03T01:01:46.044Z PASS [ 7.116s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
45612023-10-03T01:01:46.062Z PASS [ 7.713s] nexus-db-queries db::datastore::test::test_component_update_conflict
45622023-10-03T01:01:46.083Z PASS [ 7.431s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
45632023-10-03T01:01:46.108Z PASS [ 8.405s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
45642023-10-03T01:01:46.317Z PASS [ 8.806s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
45652023-10-03T01:01:46.404Z PASS [ 7.175s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
45662023-10-03T01:01:47.936Z PASS [ 6.901s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
45672023-10-03T01:01:49.618Z PASS [ 6.738s] nexus-db-queries db::datastore::test::test_project_creation
45682023-10-03T01:01:49.899Z PASS [ 5.090s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
45692023-10-03T01:01:53.110Z PASS [ 7.660s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
45702023-10-03T01:01:53.681Z PASS [ 7.379s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
45712023-10-03T01:01:55.152Z PASS [ 5.254s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
45722023-10-03T01:01:55.660Z PASS [ 9.383s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
45732023-10-03T01:01:55.685Z PASS [ 9.413s] nexus-db-queries db::datastore::test::test_region_allocation
45742023-10-03T01:01:55.734Z PASS [ 9.342s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
45752023-10-03T01:01:55.781Z PASS [ 0.050s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
45762023-10-03T01:01:55.800Z PASS [ 7.885s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
45772023-10-03T01:01:55.833Z PASS [ 0.053s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
45782023-10-03T01:01:55.860Z PASS [ 0.054s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
45792023-10-03T01:01:55.912Z PASS [ 0.060s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
45802023-10-03T01:01:56.394Z PASS [ 7.198s] nexus-db-queries db::datastore::test::test_session_methods
45812023-10-03T01:01:59.864Z PASS [ 6.741s] nexus-db-queries db::datastore::test::test_ssh_keys
45822023-10-03T01:02:00.998Z PASS [ 6.683s] nexus-db-queries db::datastore::test::test_system_update_conflict
45832023-10-03T01:02:02.323Z PASS [ 5.185s] nexus-db-queries db::explain::test::test_explain_full_table_scan
45842023-10-03T01:02:02.847Z PASS [ 5.307s] nexus-db-queries db::explain::test::test_explain_async
45852023-10-03T01:02:03.770Z PASS [ 5.712s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
45862023-10-03T01:02:03.794Z PASS [ 5.548s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
45872023-10-03T01:02:03.828Z PASS [ 6.964s] nexus-db-queries db::datastore::test::test_table_scan
45882023-10-03T01:02:03.867Z PASS [ 6.691s] nexus-db-queries db::lookup::test::test_lookup
45892023-10-03T01:02:08.421Z PASS [ 5.344s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
45902023-10-03T01:02:11.159Z PASS [ 5.626s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
45912023-10-03T01:02:16.846Z PASS [ 7.569s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
45922023-10-03T01:02:19.168Z PASS [ 7.825s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
45932023-10-03T01:02:34.819Z PASS [ 7.675s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
45942023-10-03T01:02:35.983Z PASS [ 8.051s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
45952023-10-03T01:02:36.611Z PASS [ 7.780s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
45962023-10-03T01:02:38.014Z PASS [ 7.467s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
45972023-10-03T01:02:44.654Z PASS [ 0.054s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
45982023-10-03T01:02:44.851Z PASS [ 6.519s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
45992023-10-03T01:02:45.357Z PASS [ 7.063s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
46002023-10-03T01:02:45.466Z PASS [ 7.735s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
46012023-10-03T01:02:45.593Z PASS [ 8.135s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
46022023-10-03T01:02:45.777Z PASS [ 7.449s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
46032023-10-03T01:02:45.923Z PASS [ 7.643s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
46042023-10-03T01:02:46.383Z PASS [ 7.659s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
46052023-10-03T01:02:47.353Z PASS [ 8.813s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
46062023-10-03T01:02:47.834Z PASS [ 7.323s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
46072023-10-03T01:02:47.861Z PASS [ 6.936s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
46082023-10-03T01:02:47.889Z PASS [ 7.222s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
46092023-10-03T01:02:47.936Z PASS [ 7.532s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
46102023-10-03T01:02:47.964Z PASS [ 0.043s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
46112023-10-03T01:02:47.985Z PASS [ 7.752s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
46122023-10-03T01:02:48.074Z PASS [ 7.615s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
46132023-10-03T01:02:48.104Z PASS [ 7.547s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
46142023-10-03T01:02:48.173Z PASS [ 7.640s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
46152023-10-03T01:02:48.208Z PASS [ 7.491s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
46162023-10-03T01:02:48.233Z PASS [ 0.042s] nexus-defaults tests::test_random_vpc_ipv6_prefix
46172023-10-03T01:02:48.251Z PASS [ 0.043s] nexus-types external_api::shared::test::test_policy_parsing
46182023-10-03T01:02:49.121Z PASS [ 0.154s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
46192023-10-03T01:02:49.589Z PASS [ 0.064s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
46202023-10-03T01:02:49.623Z PASS [ 0.083s] omicron-certificates tests::test_cert_extended_key_usage
46212023-10-03T01:02:49.679Z PASS [ 0.120s] omicron-certificates tests::test_common_name_is_validated
46222023-10-03T01:02:49.701Z PASS [ 0.101s] omicron-certificates tests::test_subject_alternate_names_are_validated
46232023-10-03T01:02:49.716Z PASS [ 7.170s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
46242023-10-03T01:02:49.730Z PASS [ 0.059s] omicron-common address::test::test_dns_subnets
46252023-10-03T01:02:49.746Z PASS [ 0.041s] omicron-common address::test::test_ip_range_checks_non_decreasing
46262023-10-03T01:02:49.761Z PASS [ 0.048s] omicron-common address::test::test_ip_range_enum_deserialization
46272023-10-03T01:02:49.779Z PASS [ 0.048s] omicron-common address::test::test_ip_range_iter
46282023-10-03T01:02:51.037Z PASS [ 0.034s] omicron-common address::test::test_ip_range_try_from
46292023-10-03T01:02:51.057Z PASS [ 0.037s] omicron-common address::test::test_ipv6_subnet_deserialize
46302023-10-03T01:02:51.146Z PASS [ 0.035s] omicron-common address::test::test_sled_address
46312023-10-03T01:02:51.171Z PASS [ 0.037s] omicron-common api::external::error::test::test_bail_unless
46322023-10-03T01:02:51.610Z PASS [ 0.037s] omicron-common api::external::error::test::test_context
46332023-10-03T01:02:51.625Z PASS [ 0.043s] omicron-common api::external::http_pagination::test::test_pagination_examples
46342023-10-03T01:02:52.048Z PASS [ 0.058s] omicron-common api::external::http_pagination::test::test_pagination_schemas
46352023-10-03T01:02:52.054Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_scan_by_id
46362023-10-03T01:02:52.061Z PASS [ 0.037s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
46372023-10-03T01:02:52.068Z PASS [ 0.127s] omicron-common api::external::http_pagination::test::test_scan_by_name
46382023-10-03T01:02:52.074Z PASS [ 0.090s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
46392023-10-03T01:02:52.079Z PASS [ 0.050s] omicron-common api::external::test::test_bytecount
46402023-10-03T01:02:52.083Z PASS [ 0.070s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
46412023-10-03T01:02:52.090Z PASS [ 0.047s] omicron-common api::external::test::test_bytecount_display
46422023-10-03T01:02:52.094Z PASS [ 0.035s] omicron-common api::external::test::test_firewall_deserialization
46432023-10-03T01:02:52.099Z PASS [ 0.071s] omicron-common api::external::test::test_digest
46442023-10-03T01:02:52.109Z PASS [ 0.057s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
46452023-10-03T01:02:52.114Z PASS [ 0.064s] omicron-common api::external::test::test_firewall_rule_target_parse
46462023-10-03T01:02:52.117Z PASS [ 0.042s] omicron-common api::external::test::test_ip_port_range_from_str
46472023-10-03T01:02:52.126Z PASS [ 0.034s] omicron-common api::external::test::test_ip_port_range_into_str
46482023-10-03T01:02:52.138Z PASS [ 0.032s] omicron-common api::external::test::test_ipnet_first_last_address
46492023-10-03T01:02:52.171Z PASS [ 0.030s] omicron-common api::external::test::test_ipnet_serde
46502023-10-03T01:02:52.184Z PASS [ 0.032s] omicron-common api::external::test::test_ipv4_net_operations
46512023-10-03T01:02:52.196Z PASS [ 0.032s] omicron-common api::external::test::test_ipv6_net_operations
46522023-10-03T01:02:52.208Z PASS [ 0.037s] omicron-common api::external::test::test_mac_system_iterator
46532023-10-03T01:02:52.250Z PASS [ 0.036s] omicron-common api::external::test::test_mac_to_int_conversions
46542023-10-03T01:02:52.266Z PASS [ 0.031s] omicron-common api::external::test::test_macaddr
46552023-10-03T01:02:52.282Z PASS [ 0.036s] omicron-common api::external::test::test_name_parse
46562023-10-03T01:02:52.708Z PASS [ 0.035s] omicron-common api::external::test::test_name_parse_from_param
46572023-10-03T01:02:52.726Z PASS [ 0.030s] omicron-common api::external::test::test_resource_name_parse
46582023-10-03T01:02:53.994Z PASS [ 0.031s] omicron-common api::external::test::test_role_name_parse
46592023-10-03T01:02:54.020Z PASS [ 0.034s] omicron-common api::external::test::test_route_destination_parse
46602023-10-03T01:02:54.040Z PASS [ 0.033s] omicron-common api::external::test::test_route_target_parse
46612023-10-03T01:02:54.100Z PASS [ 0.030s] omicron-common api::external::test::test_semver_serialize
46622023-10-03T01:02:54.124Z PASS [ 0.032s] omicron-common api::external::test::test_semver_validation
46632023-10-03T01:02:54.143Z PASS [ 0.032s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
46642023-10-03T01:02:54.160Z PASS [ 0.039s] omicron-common ledger::test::test_commit_handles_write_failures
46652023-10-03T01:02:54.179Z PASS [ 0.039s] omicron-common ledger::test::test_create_default_ledger
46662023-10-03T01:02:54.222Z PASS [ 0.039s] omicron-common ledger::test::test_create_ledger_reads_from_storage
46672023-10-03T01:02:54.660Z PASS [ 0.037s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
46682023-10-03T01:02:54.692Z PASS [ 0.042s] omicron-common nexus_config::test::test_bad_authn_schemes
46692023-10-03T01:02:55.127Z PASS [ 0.042s] omicron-common nexus_config::test::test_config_bad_toml
46702023-10-03T01:02:55.143Z PASS [ 0.024s] omicron-common nexus_config::test::test_config_nonexistent
46712023-10-03T01:02:55.172Z PASS [ 0.041s] omicron-common nexus_config::test::test_config_empty
46722023-10-03T01:02:55.608Z PASS [ 0.035s] omicron-common nexus_config::test::test_deployment_config_schema
46732023-10-03T01:02:55.629Z PASS [ 0.035s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
46742023-10-03T01:02:56.070Z PASS [ 0.042s] omicron-common nexus_config::test::test_repo_configs_are_valid
46752023-10-03T01:02:56.135Z PASS [ 0.040s] omicron-common nexus_config::test::test_valid
46762023-10-03T01:02:56.566Z PASS [ 0.027s] omicron-common postgres_config::test::test_bad_url
46772023-10-03T01:02:56.583Z PASS [ 0.035s] omicron-common postgres_config::test::test_example_url
46782023-10-03T01:02:57.007Z PASS [ 0.032s] omicron-common update::tests::serde_artifact_kind
46792023-10-03T01:02:57.438Z PASS [ 0.338s] omicron-dev::test_omicron_dev test_cert_create
46802023-10-03T01:02:57.872Z PASS [ 5.405s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
46812023-10-03T01:02:57.900Z PASS [ 0.116s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
46822023-10-03T01:02:57.924Z PASS [ 0.105s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
46832023-10-03T01:02:57.949Z PASS [ 0.103s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
46842023-10-03T01:02:57.974Z PASS [ 5.817s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
46852023-10-03T01:02:58.003Z PASS [ 0.103s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
46862023-10-03T01:02:58.437Z PASS [ 0.050s] omicron-gateway management_switch::location_map::tests::test_config_validation
46872023-10-03T01:02:58.453Z PASS [ 0.047s] omicron-gateway management_switch::location_map::tests::test_resolve_location
46882023-10-03T01:02:58.889Z PASS [ 5.568s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
46892023-10-03T01:02:59.323Z PASS [ 7.554s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
46902023-10-03T01:02:59.345Z PASS [ 0.456s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
46912023-10-03T01:03:00.602Z PASS [ 0.451s] omicron-gateway::test_all integration_tests::component_list::component_list
46922023-10-03T01:03:00.625Z PASS [ 7.715s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
46932023-10-03T01:03:00.642Z PASS [ 0.351s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
46942023-10-03T01:03:00.672Z PASS [ 0.385s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
46952023-10-03T01:03:00.706Z PASS [ 0.643s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
46962023-10-03T01:03:00.743Z PASS [ 5.547s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
46972023-10-03T01:03:00.783Z PASS [ 3.650s] omicron-dev::test_omicron_dev test_db_killed
46982023-10-03T01:03:01.215Z PASS [ 13.515s] omicron-dev::test_omicron_dev test_db_run
46992023-10-03T01:03:01.238Z PASS [ 22.828s] omicron-dev::test_omicron_dev test_run_all
47002023-10-03T01:03:01.677Z PASS [ 23.263s] omicron-nexus app::background::common::test::test_driver_basic
47012023-10-03T01:03:01.690Z PASS [ 1.375s] omicron-nexus app::external_endpoints::test::test_authority
47022023-10-03T01:03:02.125Z PASS [ 23.108s] omicron-nexus app::background::dns_propagation::test::test_basic
47032023-10-03T01:03:02.177Z PASS [ 0.123s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
47042023-10-03T01:03:02.203Z PASS [ 0.067s] omicron-nexus app::external_endpoints::test::test_no_endpoint
47052023-10-03T01:03:02.234Z PASS [ 0.108s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
47062023-10-03T01:03:02.268Z PASS [ 0.077s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
47072023-10-03T01:03:02.293Z PASS [ 23.213s] omicron-nexus app::background::external_endpoints::test::test_basic
47082023-10-03T01:03:02.315Z PASS [ 23.513s] omicron-nexus app::background::dns_config::test::test_basic
47092023-10-03T01:03:02.342Z PASS [ 23.313s] omicron-nexus app::background::dns_servers::test::test_basic
47102023-10-03T01:03:02.359Z PASS [ 24.358s] omicron-nexus app::background::common::test::test_activation_in_progress
47112023-10-03T01:03:04.056Z PASS [ 21.887s] omicron-nexus app::background::init::test::test_dns_propagation_basic
47122023-10-03T01:03:04.517Z PASS [ 9.621s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
47132023-10-03T01:03:18.937Z PASS [ 23.736s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
47142023-10-03T01:03:20.065Z PASS [ 24.207s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
47152023-10-03T01:03:20.837Z PASS [ 25.626s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
47162023-10-03T01:03:21.799Z PASS [ 26.100s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
47172023-10-03T01:03:29.136Z PASS [ 30.876s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
47182023-10-03T01:03:29.329Z PASS [ 30.941s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
47192023-10-03T01:03:49.250Z PASS [ 28.786s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
47202023-10-03T01:03:51.673Z PASS [ 29.157s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
47212023-10-03T01:03:52.211Z PASS [ 30.287s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
47222023-10-03T01:03:52.346Z PASS [ 32.474s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
47232023-10-03T01:03:53.334Z PASS [ 27.248s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
47242023-10-03T01:04:15.471Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47252023-10-03T01:04:16.386Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47262023-10-03T01:04:17.059Z PASS [ 21.440s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
47272023-10-03T01:04:18.251Z PASS [ 27.121s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
47282023-10-03T01:04:18.873Z PASS [ 28.421s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
47292023-10-03T01:04:19.346Z PASS [ 0.063s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
47302023-10-03T01:04:19.450Z PASS [ 30.194s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
47312023-10-03T01:04:22.241Z PASS [ 30.818s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
47322023-10-03T01:04:25.307Z PASS [ 59.345s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
47332023-10-03T01:04:43.727Z PASS [ 18.366s] omicron-nexus app::sagas::test_saga::test_saga_stuck
47342023-10-03T01:04:45.250Z PASS [ 26.324s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
47352023-10-03T01:04:49.633Z PASS [ 30.171s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
47362023-10-03T01:04:57.165Z PASS [ 34.918s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
47372023-10-03T01:05:04.072Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47382023-10-03T01:05:04.515Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47392023-10-03T01:05:07.797Z PASS [ 18.601s] omicron-nexus app::update::tests::test_populate_mock_system_updates
47402023-10-03T01:05:07.844Z PASS [ 22.589s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
47412023-10-03T01:05:10.448Z PASS [ 26.777s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
47422023-10-03T01:05:14.782Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47432023-10-03T01:05:16.869Z PASS [ 19.716s] omicron-nexus app::update::tests::test_semver_max
47442023-10-03T01:05:18.253Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
47452023-10-03T01:05:26.217Z PASS [ 141.751s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47462023-10-03T01:05:26.257Z PASS [ 141.308s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47472023-10-03T01:05:26.302Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
47482023-10-03T01:05:26.721Z PASS [ 0.065s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
47492023-10-03T01:05:26.736Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
47502023-10-03T01:05:27.203Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
47512023-10-03T01:05:27.218Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
47522023-10-03T01:05:27.238Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
47532023-10-03T01:05:27.249Z PASS [ 0.080s] omicron-nexus external_api::console_api::test::test_relative_uri
47542023-10-03T01:05:27.258Z PASS [ 0.170s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
47552023-10-03T01:05:27.266Z PASS [ 9.687s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
47562023-10-03T01:05:27.758Z PASS [ 19.946s] omicron-nexus app::update::tests::test_system_updates
47572023-10-03T01:05:28.143Z PASS [ 20.296s] omicron-nexus app::update::tests::test_update_deployments
47582023-10-03T01:05:31.582Z PASS [ 20.624s] omicron-nexus app::update::tests::test_updateable_components
47592023-10-03T01:05:32.010Z PASS [ 0.154s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
47602023-10-03T01:05:36.759Z PASS [ 9.012s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
47612023-10-03T01:05:37.280Z PASS [ 9.137s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
47622023-10-03T01:05:50.600Z PASS [ 18.375s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
47632023-10-03T01:05:51.912Z PASS [ 19.040s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
47642023-10-03T01:05:51.990Z PASS [ 19.162s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
47652023-10-03T01:05:56.235Z PASS [ 19.405s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
47662023-10-03T01:05:57.900Z PASS [ 20.619s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
47672023-10-03T01:06:04.819Z PASS [ 19.897s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
47682023-10-03T01:06:06.103Z PASS [ 20.487s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
47692023-10-03T01:06:09.504Z PASS [ 18.701s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
47702023-10-03T01:06:14.785Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47712023-10-03T01:06:18.167Z PASS [ 119.506s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
47722023-10-03T01:06:24.267Z PASS [ 28.108s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
47732023-10-03T01:06:24.400Z PASS [ 19.563s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
47742023-10-03T01:06:25.058Z PASS [ 18.965s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
47752023-10-03T01:06:26.076Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
47762023-10-03T01:06:28.078Z PASS [ 18.985s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
47772023-10-03T01:06:30.626Z PASS [ 32.730s] omicron-nexus::test_all integration_tests::basic::test_projects_list
47782023-10-03T01:06:31.031Z PASS [ 0.403s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
47792023-10-03T01:06:31.502Z PASS [ 0.139s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
47802023-10-03T01:06:32.011Z PASS [ 0.125s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
47812023-10-03T01:06:32.348Z PASS [ 1.062s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
47822023-10-03T01:06:32.889Z PASS [ 0.521s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
47832023-10-03T01:06:37.019Z PASS [ 70.929s] omicron-nexus populate::test::test_populators
47842023-10-03T01:06:37.229Z PASS [ 19.477s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
47852023-10-03T01:06:44.564Z PASS [ 19.904s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
47862023-10-03T01:06:44.637Z PASS [ 20.369s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
47872023-10-03T01:06:47.466Z PASS [ 23.091s] omicron-nexus::test_all integration_tests::certificates::test_crud
47882023-10-03T01:06:52.917Z PASS [ 20.048s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
47892023-10-03T01:06:56.955Z PASS [ 19.972s] omicron-nexus::test_all integration_tests::console_api::test_assets
47902023-10-03T01:06:56.972Z PASS [ 19.757s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
47912023-10-03T01:06:58.665Z PASS [ 30.581s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
47922023-10-03T01:07:08.245Z PASS [ 20.766s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
47932023-10-03T01:07:09.516Z PASS [ 24.913s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
47942023-10-03T01:07:11.667Z PASS [ 27.035s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
47952023-10-03T01:07:13.036Z PASS [ 20.113s] omicron-nexus::test_all integration_tests::console_api::test_session_me
47962023-10-03T01:07:14.786Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47972023-10-03T01:07:18.422Z PASS [ 21.466s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
47982023-10-03T01:07:18.721Z PASS [ 20.065s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
47992023-10-03T01:07:23.545Z PASS [ 26.567s] omicron-nexus::test_all integration_tests::console_api::test_sessions
48002023-10-03T01:07:30.015Z PASS [ 21.747s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
48012023-10-03T01:07:34.975Z PASS [ 25.503s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
48022023-10-03T01:07:39.312Z PASS [ 26.280s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
48032023-10-03T01:07:43.482Z PASS [ 24.765s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
48042023-10-03T01:07:44.160Z PASS [ 25.743s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
48052023-10-03T01:07:46.088Z PASS [ 22.536s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
48062023-10-03T01:07:47.801Z PASS [ 36.125s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
48072023-10-03T01:08:08.957Z PASS [ 23.823s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
48082023-10-03T01:08:10.818Z PASS [ 37.778s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
48092023-10-03T01:08:14.166Z PASS [ 21.699s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
48102023-10-03T01:08:14.628Z PASS [ 25.666s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
48112023-10-03T01:08:25.584Z PASS [ 22.110s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
48122023-10-03T01:08:26.555Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48132023-10-03T01:08:26.877Z PASS [ 45.692s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
48142023-10-03T01:08:27.008Z PASS [ 51.319s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
48152023-10-03T01:08:31.261Z PASS [ 22.733s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
48162023-10-03T01:08:31.742Z PASS [ 24.367s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
48172023-10-03T01:08:34.448Z PASS [ 24.400s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
48182023-10-03T01:08:37.656Z PASS [ 29.814s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
48192023-10-03T01:08:53.039Z PASS [ 42.292s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
48202023-10-03T01:08:53.852Z PASS [ 27.556s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
48212023-10-03T01:08:54.968Z PASS [ 29.886s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
48222023-10-03T01:08:55.123Z PASS [ 23.308s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_content_length
48232023-10-03T01:08:55.211Z PASS [ 24.624s] omicron-nexus::test_all integration_tests::images::test_image_create
48242023-10-03T01:08:58.358Z PASS [ 24.036s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_image_size
48252023-10-03T01:09:01.185Z PASS [ 23.571s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_url
48262023-10-03T01:09:16.955Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48272023-10-03T01:09:19.162Z PASS [ 24.728s] omicron-nexus::test_all integration_tests::images::test_image_create_url_404
48282023-10-03T01:09:19.807Z PASS [ 303.290s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48292023-10-03T01:09:26.261Z PASS [ 23.924s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
48302023-10-03T01:09:43.500Z PASS [ 26.110s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
48312023-10-03T01:09:44.275Z PASS [ 26.886s] omicron-nexus::test_all integration_tests::images::test_image_promotion
48322023-10-03T01:09:45.173Z PASS [ 22.373s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
48332023-10-03T01:09:45.729Z PASS [ 26.188s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
48342023-10-03T01:09:45.830Z PASS [ 8.650s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
48352023-10-03T01:09:46.190Z PASS [ 8.400s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
48362023-10-03T01:09:46.637Z PASS [ 33.004s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
48372023-10-03T01:09:46.699Z PASS [ 9.864s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
48382023-10-03T01:09:46.728Z PASS [ 11.686s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
48392023-10-03T01:09:46.757Z PASS [ 24.556s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
48402023-10-03T01:09:48.390Z PASS [ 19.440s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
48412023-10-03T01:09:52.783Z PASS [ 28.259s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
48422023-10-03T01:09:54.995Z PASS [ 28.145s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
48432023-10-03T01:10:00.250Z PASS [ 33.781s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
48442023-10-03T01:10:00.599Z PASS [ 27.820s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
48452023-10-03T01:10:09.348Z PASS [ 43.752s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
48462023-10-03T01:10:12.261Z PASS [ 48.293s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
48472023-10-03T01:10:20.816Z PASS [ 26.479s] omicron-nexus::test_all integration_tests::instances::test_instance_access
48482023-10-03T01:10:43.666Z PASS [ 32.797s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
48492023-10-03T01:10:45.130Z PASS [ 28.297s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
48502023-10-03T01:10:46.134Z PASS [ 35.067s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
48512023-10-03T01:10:46.446Z PASS [ 34.480s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
48522023-10-03T01:10:46.519Z PASS [ 32.657s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
48532023-10-03T01:10:46.564Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
48542023-10-03T01:10:48.687Z PASS [ 36.577s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
48552023-10-03T01:10:59.129Z PASS [ 32.799s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
48562023-10-03T01:11:09.561Z PASS [ 46.407s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
48572023-10-03T01:11:09.943Z PASS [ 31.240s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
48582023-10-03T01:11:10.359Z PASS [ 33.997s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
48592023-10-03T01:11:10.841Z PASS [ 84.229s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
48602023-10-03T01:11:12.223Z PASS [ 37.244s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
48612023-10-03T01:11:13.273Z PASS [ 24.863s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
48622023-10-03T01:11:21.954Z PASS [ 40.046s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
48632023-10-03T01:11:26.298Z PASS [ 24.954s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
48642023-10-03T01:11:39.086Z PASS [ 28.317s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
48652023-10-03T01:11:40.796Z PASS [ 27.145s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
48662023-10-03T01:11:41.151Z PASS [ 21.125s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
48672023-10-03T01:11:41.904Z PASS [ 35.738s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
48682023-10-03T01:11:42.143Z PASS [ 27.731s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
48692023-10-03T01:11:48.302Z PASS [ 19.203s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
48702023-10-03T01:11:51.746Z PASS [ 21.582s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
48712023-10-03T01:11:51.864Z PASS [ 21.288s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
48722023-10-03T01:11:51.899Z PASS [ 39.858s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
48732023-10-03T01:11:53.469Z PASS [ 21.774s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
48742023-10-03T01:11:53.946Z PASS [ 31.942s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
48752023-10-03T01:11:55.210Z PASS [ 21.085s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
48762023-10-03T01:12:06.552Z PASS [ 21.172s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
48772023-10-03T01:12:11.397Z PASS [ 30.399s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project
48782023-10-03T01:12:11.591Z PASS [ 19.760s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo
48792023-10-03T01:12:11.823Z PASS [ 20.619s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
48802023-10-03T01:12:12.519Z PASS [ 20.791s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
48812023-10-03T01:12:15.526Z PASS [ 21.614s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
48822023-10-03T01:12:18.426Z PASS [ 23.228s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
48832023-10-03T01:12:23.168Z PASS [ 29.716s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
48842023-10-03T01:12:31.263Z PASS [ 19.408s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
48852023-10-03T01:12:38.441Z PASS [ 26.858s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
48862023-10-03T01:12:39.232Z PASS [ 23.720s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
48872023-10-03T01:12:42.608Z PASS [ 23.748s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
48882023-10-03T01:12:47.371Z PASS [ 24.199s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
48892023-10-03T01:12:48.041Z PASS [ 35.775s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
48902023-10-03T01:13:03.166Z PASS [ 51.063s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
48912023-10-03T01:13:03.491Z PASS [ 24.270s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
48922023-10-03T01:13:06.557Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
48932023-10-03T01:13:09.621Z PASS [ 63.064s] omicron-nexus::test_all integration_tests::metrics::test_metrics
48942023-10-03T01:13:17.428Z PASS [ 29.841s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
48952023-10-03T01:13:19.568Z PASS [ 48.770s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
48962023-10-03T01:13:27.014Z PASS [ 48.585s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
48972023-10-03T01:13:27.323Z PASS [ 23.831s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
48982023-10-03T01:13:29.303Z PASS [ 41.930s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
48992023-10-03T01:13:31.001Z PASS [ 48.829s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
49002023-10-03T01:13:39.535Z PASS [ 33.293s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
49012023-10-03T01:13:43.073Z PASS [ 33.452s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_from_url
49022023-10-03T01:13:49.528Z PASS [ 22.209s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
49032023-10-03T01:13:53.550Z PASS [ 22.551s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
49042023-10-03T01:13:54.330Z PASS [ 25.026s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
49052023-10-03T01:14:02.386Z PASS [ 25.923s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
49062023-10-03T01:14:08.826Z PASS [ 50.982s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
49072023-10-03T01:14:12.541Z PASS [ 52.965s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
49082023-10-03T01:14:12.661Z PASS [ 18.316s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
49092023-10-03T01:14:12.969Z PASS [ 23.439s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
49102023-10-03T01:14:14.612Z PASS [ 31.541s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
49112023-10-03T01:14:16.228Z PASS [ 22.675s] omicron-nexus::test_all integration_tests::projects::test_projects
49122023-10-03T01:14:21.676Z PASS [ 19.291s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
49132023-10-03T01:14:27.009Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
49142023-10-03T01:14:30.652Z PASS [ 22.245s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
49152023-10-03T01:14:30.925Z PASS [ 0.264s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
49162023-10-03T01:14:31.056Z PASS [ 0.142s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
49172023-10-03T01:14:31.200Z PASS [ 0.142s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
49182023-10-03T01:14:31.442Z PASS [ 0.214s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
49192023-10-03T01:14:31.581Z PASS [ 0.164s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
49202023-10-03T01:14:32.693Z PASS [ 20.162s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
49212023-10-03T01:14:33.336Z PASS [ 20.366s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
49222023-10-03T01:14:34.846Z PASS [ 20.239s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
49232023-10-03T01:14:35.198Z PASS [ 22.486s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
49242023-10-03T01:14:36.694Z PASS [ 69.678s] omicron-nexus::test_all integration_tests::password_login::test_local_users
49252023-10-03T01:14:38.900Z PASS [ 22.674s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
49262023-10-03T01:14:48.665Z PASS [ 25.812s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
49272023-10-03T01:14:58.937Z PASS [ 22.252s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
49282023-10-03T01:14:59.635Z PASS [ 0.194s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
49292023-10-03T01:14:59.784Z PASS [ 0.070s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
49302023-10-03T01:14:59.895Z PASS [ 0.109s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
49312023-10-03T01:14:59.981Z PASS [ 21.205s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
49322023-10-03T01:15:00.017Z PASS [ 22.344s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
49332023-10-03T01:15:00.035Z PASS [ 20.810s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
49342023-10-03T01:15:00.064Z PASS [ 21.004s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
49352023-10-03T01:15:00.117Z PASS [ 21.876s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
49362023-10-03T01:15:01.634Z PASS [ 22.585s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
49372023-10-03T01:15:19.063Z PASS [ 10.972s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
49382023-10-03T01:15:19.211Z PASS [ 20.508s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
49392023-10-03T01:15:19.239Z PASS [ 10.511s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
49402023-10-03T01:15:19.281Z PASS [ 10.177s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
49412023-10-03T01:15:19.298Z PASS [ 18.946s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
49422023-10-03T01:15:19.313Z PASS [ 19.387s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
49432023-10-03T01:15:19.325Z PASS [ 18.883s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
49442023-10-03T01:15:19.341Z PASS [ 19.583s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
49452023-10-03T01:15:19.359Z PASS [ 5.738s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
49462023-10-03T01:15:19.371Z PASS [ 10.468s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
49472023-10-03T01:15:19.391Z PASS [ 10.951s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
49482023-10-03T01:15:26.191Z PASS [ 12.253s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
49492023-10-03T01:15:30.242Z PASS [ 16.757s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
49502023-10-03T01:15:33.749Z PASS [ 24.679s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
49512023-10-03T01:15:34.696Z PASS [ 19.458s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
49522023-10-03T01:15:35.694Z PASS [ 18.120s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
49532023-10-03T01:15:36.283Z PASS [ 22.694s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
49542023-10-03T01:15:36.927Z PASS [ 19.477s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
49552023-10-03T01:15:40.132Z PASS [ 21.132s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
49562023-10-03T01:15:49.234Z PASS [ 20.643s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
49572023-10-03T01:15:56.641Z PASS [ 21.797s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
49582023-10-03T01:15:56.891Z PASS [ 22.190s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
49592023-10-03T01:15:57.192Z PASS [ 19.727s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
49602023-10-03T01:15:57.356Z PASS [ 21.376s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
49612023-10-03T01:15:57.543Z PASS [ 20.526s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
49622023-10-03T01:16:01.054Z PASS [ 24.055s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
49632023-10-03T01:16:01.227Z PASS [ 20.537s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
49642023-10-03T01:16:09.786Z PASS [ 22.968s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
49652023-10-03T01:16:17.180Z PASS [ 21.161s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
49662023-10-03T01:16:17.536Z PASS [ 21.466s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
49672023-10-03T01:16:17.831Z PASS [ 21.881s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
49682023-10-03T01:16:19.063Z PASS [ 21.243s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
49692023-10-03T01:16:21.078Z PASS [ 21.322s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
49702023-10-03T01:16:21.302Z PASS [ 20.648s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
49712023-10-03T01:16:23.010Z PASS [ 30.552s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
49722023-10-03T01:16:35.535Z PASS [ 25.748s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
49732023-10-03T01:16:38.754Z PASS [ 20.097s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
49742023-10-03T01:16:39.901Z PASS [ 22.363s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
49752023-10-03T01:16:42.669Z PASS [ 21.392s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
49762023-10-03T01:17:05.621Z PASS [ 27.981s] omicron-nexus::test_all integration_tests::silos::test_silos
49772023-10-03T01:17:05.878Z PASS [ 29.883s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
49782023-10-03T01:17:07.169Z PASS [ 24.669s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
49792023-10-03T01:17:08.462Z PASS [ 26.644s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
49802023-10-03T01:17:08.924Z PASS [ 22.928s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
49812023-10-03T01:17:09.308Z PASS [ 19.913s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
49822023-10-03T01:17:09.424Z PASS [ 21.510s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
49832023-10-03T01:17:09.493Z PASS [ 21.316s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
49842023-10-03T01:17:09.556Z PASS [ 22.093s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
49852023-10-03T01:17:14.423Z PASS [ 35.679s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
49862023-10-03T01:17:17.021Z PASS [ 37.109s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
49872023-10-03T01:17:21.497Z PASS [ 33.783s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
49882023-10-03T01:17:28.058Z PASS [ 20.745s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
49892023-10-03T01:17:30.963Z PASS [ 21.817s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
49902023-10-03T01:17:30.993Z PASS [ 28.430s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
49912023-10-03T01:17:33.281Z PASS [ 18.855s] omicron-nexus::test_all integration_tests::system_updates::test_get_update
49922023-10-03T01:17:36.535Z PASS [ 19.523s] omicron-nexus::test_all integration_tests::system_updates::test_list_components
49932023-10-03T01:17:37.458Z PASS [ 0.926s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
49942023-10-03T01:17:39.955Z PASS [ 31.296s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
49952023-10-03T01:17:40.514Z PASS [ 19.018s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components
49962023-10-03T01:17:40.896Z PASS [ 42.435s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
49972023-10-03T01:17:48.684Z PASS [ 20.214s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates
49982023-10-03T01:17:50.512Z PASS [ 19.514s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments
49992023-10-03T01:17:51.050Z PASS [ 20.084s] omicron-nexus::test_all integration_tests::system_updates::test_system_version
50002023-10-03T01:17:57.498Z PASS [ 19.677s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
50012023-10-03T01:18:00.398Z PASS [ 19.641s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
50022023-10-03T01:18:01.295Z PASS [ 21.302s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
50032023-10-03T01:18:13.983Z PASS [ 29.641s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
50042023-10-03T01:18:18.950Z PASS [ 30.676s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
50052023-10-03T01:18:22.179Z PASS [ 31.646s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
50062023-10-03T01:18:24.639Z PASS [ 33.346s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
50072023-10-03T01:18:33.284Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
50082023-10-03T01:18:35.519Z PASS [ 38.391s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
50092023-10-03T01:18:39.800Z PASS [ 39.655s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
50102023-10-03T01:18:49.812Z PASS [ 48.200s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
50112023-10-03T01:18:57.733Z PASS [ 47.192s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
50122023-10-03T01:18:59.524Z PASS [ 35.135s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
50132023-10-03T01:19:07.120Z PASS [ 17.745s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
50142023-10-03T01:19:07.753Z PASS [ 48.809s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
50152023-10-03T01:19:09.375Z PASS [ 96.075s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
50162023-10-03T01:19:14.351Z PASS [ 34.444s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
50172023-10-03T01:19:14.722Z PASS [ 30.662s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
50182023-10-03T01:19:16.009Z PASS [ 48.935s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
50192023-10-03T01:19:16.794Z PASS [ 19.067s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
50202023-10-03T01:19:19.445Z PASS [ 19.887s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
50212023-10-03T01:19:27.602Z PASS [ 19.836s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
50222023-10-03T01:19:27.726Z PASS [ 20.611s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
50232023-10-03T01:19:28.999Z PASS [ 19.652s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
50242023-10-03T01:19:29.083Z PASS [ 19.118s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
50252023-10-03T01:19:30.036Z PASS [ 19.577s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
50262023-10-03T01:19:31.060Z PASS [ 19.957s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
50272023-10-03T01:19:36.725Z PASS [ 19.899s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
50282023-10-03T01:19:41.418Z PASS [ 20.216s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
50292023-10-03T01:19:48.449Z PASS [ 20.724s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
50302023-10-03T01:19:49.063Z PASS [ 21.067s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
50312023-10-03T01:19:49.329Z PASS [ 20.319s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
50322023-10-03T01:19:49.509Z PASS [ 20.421s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
50332023-10-03T01:19:50.193Z PASS [ 20.156s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
50342023-10-03T01:19:57.708Z PASS [ 26.246s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
50352023-10-03T01:20:05.606Z PASS [ 28.455s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
50362023-10-03T01:20:08.526Z PASS [ 19.197s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
50372023-10-03T01:20:08.720Z PASS [ 19.198s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
50382023-10-03T01:20:09.179Z PASS [ 0.063s] omicron-package dot::test::test_bad_dependency
50392023-10-03T01:20:09.189Z PASS [ 0.040s] omicron-package dot::test::test_dot_output
50402023-10-03T01:20:09.757Z PASS [ 19.561s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
50412023-10-03T01:20:09.791Z PASS [ 0.032s] omicron-passwords test::test_password_constraints
50422023-10-03T01:20:10.497Z PASS [ 30.860s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
50432023-10-03T01:20:11.825Z PASS [ 3.304s] omicron-omdb::test_all_output test_omdb_usage_errors
50442023-10-03T01:20:11.883Z PASS [ 0.062s] omicron-passwords test::test_stable
50452023-10-03T01:20:11.939Z PASS [ 0.031s] omicron-passwords test::test_weak_hashes
50462023-10-03T01:20:11.953Z PASS [ 0.031s] omicron-rpaths internal::tests::test_configure_from_path
50472023-10-03T01:20:12.032Z PASS [ 0.081s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
50482023-10-03T01:20:12.466Z PASS [ 0.029s] omicron-rpaths internal::tests::test_emit_rpath
50492023-10-03T01:20:12.480Z PASS [ 0.084s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
50502023-10-03T01:20:12.503Z PASS [ 0.074s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
50512023-10-03T01:20:12.518Z PASS [ 0.059s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
50522023-10-03T01:20:12.534Z PASS [ 0.060s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
50532023-10-03T01:20:12.546Z PASS [ 0.070s] omicron-sled-agent bootstrap::server::tests::persistent_sled_agent_request_serialization
50542023-10-03T01:20:12.559Z PASS [ 0.056s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
50552023-10-03T01:20:12.570Z PASS [ 0.048s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
50562023-10-03T01:20:12.582Z PASS [ 0.047s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
50572023-10-03T01:20:12.615Z PASS [ 0.050s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
50582023-10-03T01:20:13.052Z PASS [ 0.047s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
50592023-10-03T01:20:13.061Z PASS [ 0.049s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
50602023-10-03T01:20:13.072Z PASS [ 0.060s] omicron-sled-agent config::test::test_smf_configs
50612023-10-03T01:20:13.081Z PASS [ 0.050s] omicron-sled-agent profile::tests::empty_profile
50622023-10-03T01:20:13.089Z PASS [ 0.046s] omicron-sled-agent profile::tests::test_instance
50632023-10-03T01:20:13.103Z PASS [ 0.051s] omicron-sled-agent profile::tests::test_multiple
50642023-10-03T01:20:13.153Z PASS [ 0.058s] omicron-sled-agent profile::tests::test_property
50652023-10-03T01:20:13.164Z PASS [ 0.062s] omicron-sled-agent profile::tests::test_property_group
50662023-10-03T01:20:13.174Z PASS [ 0.047s] omicron-sled-agent profile::tests::test_service
50672023-10-03T01:20:13.183Z PASS [ 0.048s] omicron-sled-agent profile::tests::test_service_property_group
50682023-10-03T01:20:13.195Z PASS [ 0.063s] omicron-sled-agent rack_setup::config::test::test_extra_certs
50692023-10-03T01:20:13.242Z PASS [ 0.050s] omicron-sled-agent rack_setup::config::test::test_subnets
50702023-10-03T01:20:13.284Z PASS [ 0.048s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
50712023-10-03T01:20:13.343Z PASS [ 0.056s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
50722023-10-03T01:20:13.396Z PASS [ 0.055s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
50732023-10-03T01:20:13.459Z PASS [ 0.063s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_schema
50742023-10-03T01:20:13.518Z PASS [ 0.057s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
50752023-10-03T01:20:13.550Z PASS [ 3.760s] omicron-passwords test::test_reproducible
50762023-10-03T01:20:13.595Z PASS [ 0.067s] omicron-sled-agent services::test::test_all_zone_requests_schema
50772023-10-03T01:20:13.612Z PASS [ 0.049s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
50782023-10-03T01:20:14.336Z PASS [ 0.330s] omicron-sled-agent services::test::test_ensure_service
50792023-10-03T01:20:14.344Z PASS [ 0.322s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
50802023-10-03T01:20:14.349Z PASS [ 0.228s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
50812023-10-03T01:20:14.358Z PASS [ 0.245s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
50822023-10-03T01:20:14.787Z PASS [ 0.048s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
50832023-10-03T01:20:14.808Z PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
50842023-10-03T01:20:14.820Z PASS [ 0.062s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
50852023-10-03T01:20:14.824Z PASS [ 0.074s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
50862023-10-03T01:20:14.829Z PASS [ 0.065s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
50872023-10-03T01:20:14.833Z PASS [ 0.050s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
50882023-10-03T01:20:14.838Z PASS [ 0.054s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
50892023-10-03T01:20:14.843Z PASS [ 0.050s] omicron-sled-agent storage::dataset::test::serialize_dataset_name
50902023-10-03T01:20:14.847Z PASS [ 0.048s] omicron-sled-agent updates::test::test_query_no_components
50912023-10-03T01:20:14.858Z PASS [ 0.049s] omicron-sled-agent updates::test::test_query_sled_agent_version
50922023-10-03T01:20:14.870Z PASS [ 0.058s] omicron-sled-agent updates::test::test_query_zone_version
50932023-10-03T01:20:14.880Z PASS [ 26.164s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
50942023-10-03T01:20:14.894Z PASS [ 0.298s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
50952023-10-03T01:20:14.898Z PASS [ 0.065s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
50962023-10-03T01:20:15.027Z PASS [ 0.418s] omicron-sled-agent zone_bundle::illumos_tests::test_context
50972023-10-03T01:20:15.463Z PASS [ 0.989s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
50982023-10-03T01:20:15.529Z PASS [ 0.494s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
50992023-10-03T01:20:15.629Z PASS [ 0.092s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
51002023-10-03T01:20:15.671Z PASS [ 0.055s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
51012023-10-03T01:20:15.747Z PASS [ 0.070s] omicron-sled-agent zone_bundle::tests::test_disk_usage
51022023-10-03T01:20:15.792Z PASS [ 0.051s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
51032023-10-03T01:20:15.839Z PASS [ 0.043s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
51042023-10-03T01:20:15.882Z PASS [ 0.045s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
51052023-10-03T01:20:15.913Z PASS [ 27.259s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
51062023-10-03T01:20:16.150Z PASS [ 0.185s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
51072023-10-03T01:20:16.197Z PASS [ 0.317s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
51082023-10-03T01:20:16.319Z PASS [ 0.223s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
51092023-10-03T01:20:16.330Z PASS [ 0.866s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
51102023-10-03T01:20:16.341Z PASS [ 1.544s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
51112023-10-03T01:20:16.375Z PASS [ 0.056s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
51122023-10-03T01:20:16.384Z PASS [ 0.043s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
51132023-10-03T01:20:16.424Z PASS [ 0.040s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
51142023-10-03T01:20:16.845Z PASS [ 0.037s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
51152023-10-03T01:20:16.869Z PASS [ 0.272s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
51162023-10-03T01:20:16.885Z PASS [ 0.089s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
51172023-10-03T01:20:17.326Z PASS [ 0.384s] omicron-test-utils dev::db::test::test_bad_cmd
51182023-10-03T01:20:17.332Z PASS [ 0.727s] omicron-test-utils dev::db::test::test_cmd_fails
51192023-10-03T01:20:17.338Z PASS [ 0.053s] omicron-test-utils dev::db::test::test_make_pg_config_fail
51202023-10-03T01:20:17.343Z PASS [ 0.441s] omicron-test-utils dev::db::test::test_database_start_hang
51212023-10-03T01:20:17.349Z PASS [ 0.044s] omicron-test-utils dev::db::test::test_make_pg_config_ok
51222023-10-03T01:20:17.362Z PASS [ 0.044s] omicron-test-utils dev::db::test::test_process_exit_abnormal
51232023-10-03T01:20:17.368Z PASS [ 0.053s] omicron-test-utils dev::db::test::test_process_exit_normal
51242023-10-03T01:20:17.398Z PASS [ 1.046s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
51252023-10-03T01:20:18.149Z PASS [ 9.344s] omicron-passwords test::test_compatible
51262023-10-03T01:20:18.196Z PASS [ 0.042s] omicron-test-utils dev::db::test::test_starter_tmpdir
51272023-10-03T01:20:18.272Z PASS [ 0.053s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
51282023-10-03T01:20:18.297Z PASS [ 0.044s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
51292023-10-03T01:20:18.335Z PASS [ 0.039s] oximeter histogram::tests::test_bin_range
51302023-10-03T01:20:18.371Z PASS [ 0.035s] oximeter histogram::tests::test_bin_range_from
51312023-10-03T01:20:18.417Z PASS [ 0.036s] oximeter histogram::tests::test_bin_range_to
51322023-10-03T01:20:18.462Z PASS [ 0.038s] oximeter histogram::tests::test_ensure_finite
51332023-10-03T01:20:18.520Z PASS [ 0.057s] oximeter histogram::tests::test_foo
51342023-10-03T01:20:19.776Z PASS [ 0.056s] oximeter histogram::tests::test_histogram
51352023-10-03T01:20:19.789Z PASS [ 0.037s] oximeter histogram::tests::test_histogram_extreme_bins
51362023-10-03T01:20:19.803Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_extreme_samples
51372023-10-03T01:20:19.813Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_float_bins
51382023-10-03T01:20:19.822Z PASS [ 0.040s] oximeter histogram::tests::test_histogram_to_arrays
51392023-10-03T01:20:19.832Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_unbounded_samples
51402023-10-03T01:20:19.859Z PASS [ 0.044s] oximeter histogram::tests::test_histogram_unsorted_bins
51412023-10-03T01:20:19.872Z PASS [ 0.050s] oximeter histogram::tests::test_histogram_with_bins
51422023-10-03T01:20:19.894Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
51432023-10-03T01:20:19.914Z PASS [ 0.066s] oximeter histogram::tests::test_histogram_with_overlapping_bins
51442023-10-03T01:20:19.925Z PASS [ 0.083s] oximeter histogram::tests::test_log_linear_bins_all_representable
51452023-10-03T01:20:19.936Z PASS [ 0.040s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
51462023-10-03T01:20:19.949Z PASS [ 0.037s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
51472023-10-03T01:20:20.376Z PASS [ 0.038s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
51482023-10-03T01:20:20.385Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
51492023-10-03T01:20:20.392Z PASS [ 0.071s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
51502023-10-03T01:20:20.398Z PASS [ 0.077s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
51512023-10-03T01:20:20.404Z PASS [ 0.047s] oximeter histogram::tests::test_span_decades
51522023-10-03T01:20:20.418Z PASS [ 0.038s] oximeter histogram::tests::test_span_decades_other_counts_f64
51532023-10-03T01:20:20.435Z PASS [ 0.045s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
51542023-10-03T01:20:20.442Z PASS [ 0.038s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
51552023-10-03T01:20:20.448Z PASS [ 0.047s] oximeter traits::tests::test_metric_trait
51562023-10-03T01:20:20.454Z PASS [ 0.055s] oximeter traits::tests::test_producer_trait
51572023-10-03T01:20:20.458Z PASS [ 0.035s] oximeter traits::tests::test_target_trait
51582023-10-03T01:20:20.466Z PASS [ 0.040s] oximeter types::tests::test_cumulative_f64
51592023-10-03T01:20:20.470Z PASS [ 0.033s] oximeter types::tests::test_cumulative_i64
51602023-10-03T01:20:20.474Z PASS [ 0.050s] oximeter types::tests::test_datum
51612023-10-03T01:20:20.484Z PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
51622023-10-03T01:20:20.503Z PASS [ 0.045s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
51632023-10-03T01:20:20.521Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
51642023-10-03T01:20:20.534Z PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
51652023-10-03T01:20:20.552Z PASS [ 22.642s] omicron-omdb::test_all_output test_omdb_env_settings
51662023-10-03T01:20:20.574Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
51672023-10-03T01:20:20.604Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
51682023-10-03T01:20:20.624Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
51692023-10-03T01:20:20.655Z LEAK [ 2.674s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
51702023-10-03T01:20:21.085Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
51712023-10-03T01:20:21.094Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
51722023-10-03T01:20:21.111Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
51732023-10-03T01:20:21.127Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
51742023-10-03T01:20:21.141Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
51752023-10-03T01:20:21.174Z PASS [ 0.050s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
51762023-10-03T01:20:21.191Z PASS [ 0.051s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
51772023-10-03T01:20:21.206Z PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
51782023-10-03T01:20:21.220Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
51792023-10-03T01:20:21.646Z PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
51802023-10-03T01:20:21.682Z PASS [ 0.043s] oximeter types::tests::test_measurement
51812023-10-03T01:20:21.710Z PASS [ 0.046s] oximeter types::tests::test_sample_struct
51822023-10-03T01:20:21.719Z PASS [ 0.047s] oximeter types::tests::test_verify_field_names
51832023-10-03T01:20:21.732Z PASS [ 0.206s] oximeter-collector::test_commands test_oximeter_no_args
51842023-10-03T01:20:21.763Z PASS [ 0.215s] oximeter-collector::test_commands test_oximeter_openapi
51852023-10-03T01:20:21.798Z PASS [ 0.330s] oximeter-db client::tests::test_bad_database_connection
51862023-10-03T01:20:21.816Z PASS [ 1.228s] oximeter-db client::tests::test_build_client
51872023-10-03T01:20:21.946Z PASS [ 1.562s] oximeter-db client::tests::test_client_insert
51882023-10-03T01:20:22.101Z PASS [ 1.587s] oximeter-db client::tests::test_client_select_timeseries_one
51892023-10-03T01:20:22.968Z PASS [ 6.077s] omicron-test-utils dev::db::test::test_database_concurrent
51902023-10-03T01:20:22.971Z PASS [ 5.454s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
51912023-10-03T01:20:23.777Z PASS [ 1.792s] oximeter-db client::tests::test_differentiate_by_timeseries_name
51922023-10-03T01:20:23.791Z PASS [ 1.684s] oximeter-db client::tests::test_field_record_count
51932023-10-03T01:20:23.868Z PASS [ 1.760s] oximeter-db client::tests::test_get_schema_no_new_values
51942023-10-03T01:20:24.525Z PASS [ 1.689s] oximeter-db client::tests::test_recall_field_value_bool
51952023-10-03T01:20:24.620Z PASS [ 2.038s] oximeter-db client::tests::test_list_timeseries
51962023-10-03T01:20:24.824Z PASS [ 1.452s] oximeter-db client::tests::test_recall_field_value_i16
51972023-10-03T01:20:25.141Z PASS [ 1.478s] oximeter-db client::tests::test_recall_field_value_i32
51982023-10-03T01:20:26.297Z PASS [ 1.586s] oximeter-db client::tests::test_recall_field_value_i8
51992023-10-03T01:20:26.767Z PASS [ 2.246s] oximeter-db client::tests::test_recall_field_value_i64
52002023-10-03T01:20:26.782Z PASS [ 1.619s] oximeter-db client::tests::test_recall_field_value_ipv4addr
52012023-10-03T01:20:26.791Z PASS [ 1.653s] oximeter-db client::tests::test_recall_field_value_ipv6addr
52022023-10-03T01:20:26.836Z PASS [ 1.614s] oximeter-db client::tests::test_recall_field_value_string
52032023-10-03T01:20:27.694Z PASS [ 1.480s] oximeter-db client::tests::test_recall_field_value_u64
52042023-10-03T01:20:27.724Z PASS [ 1.616s] oximeter-db client::tests::test_recall_field_value_u16
52052023-10-03T01:20:27.841Z PASS [ 1.726s] oximeter-db client::tests::test_recall_field_value_u32
52062023-10-03T01:20:27.948Z PASS [ 1.430s] oximeter-db client::tests::test_recall_field_value_u8
52072023-10-03T01:20:28.118Z PASS [ 22.976s] omicron-omdb::test_all_output test_omdb_success_cases
52082023-10-03T01:20:28.132Z PASS [ 1.407s] oximeter-db client::tests::test_recall_field_value_uuid
52092023-10-03T01:20:29.160Z PASS [ 1.438s] oximeter-db client::tests::test_recall_measurement_cumulative_f64
52102023-10-03T01:20:29.183Z PASS [ 1.488s] oximeter-db client::tests::test_recall_measurement_bool
52112023-10-03T01:20:29.222Z PASS [ 1.352s] oximeter-db client::tests::test_recall_measurement_cumulative_i64
52122023-10-03T01:20:29.246Z PASS [ 1.337s] oximeter-db client::tests::test_recall_measurement_cumulative_u64
52132023-10-03T01:20:29.351Z PASS [ 11.995s] omicron-test-utils dev::db::test::test_setup_database_default_dir
52142023-10-03T01:20:29.409Z PASS [ 1.262s] oximeter-db client::tests::test_recall_measurement_f64
52152023-10-03T01:20:29.441Z PASS [ 1.310s] oximeter-db client::tests::test_recall_measurement_f32
52162023-10-03T01:20:32.086Z PASS [ 1.345s] oximeter-db client::tests::test_recall_measurement_histogram_i16
52172023-10-03T01:20:32.269Z PASS [ 1.307s] oximeter-db client::tests::test_recall_measurement_histogram_i64
52182023-10-03T01:20:33.890Z PASS [ 20.117s] omicron-passwords test::test_smoke
52192023-10-03T01:20:34.499Z PASS [ 1.298s] oximeter-db client::tests::test_recall_measurement_histogram_i8
52202023-10-03T01:20:35.383Z PASS [ 1.501s] oximeter-db client::tests::test_recall_measurement_histogram_i32
52212023-10-03T01:20:35.668Z PASS [ 1.543s] oximeter-db client::tests::test_recall_measurement_histogram_f64
52222023-10-03T01:20:35.821Z PASS [ 1.312s] oximeter-db client::tests::test_recall_measurement_histogram_u16
52232023-10-03T01:20:36.041Z PASS [ 1.301s] oximeter-db client::tests::test_recall_measurement_histogram_u32
52242023-10-03T01:20:36.655Z PASS [ 1.385s] oximeter-db client::tests::test_recall_measurement_histogram_u64
52252023-10-03T01:20:36.827Z PASS [ 1.321s] oximeter-db client::tests::test_recall_measurement_i32
52262023-10-03T01:20:36.935Z PASS [ 1.296s] oximeter-db client::tests::test_recall_measurement_u16
52272023-10-03T01:20:36.961Z PASS [ 1.314s] oximeter-db client::tests::test_recall_measurement_i64
52282023-10-03T01:20:37.063Z PASS [ 1.320s] oximeter-db client::tests::test_recall_measurement_i8
52292023-10-03T01:20:37.098Z PASS [ 1.293s] oximeter-db client::tests::test_recall_measurement_u32
52302023-10-03T01:20:37.109Z PASS [ 1.470s] oximeter-db client::tests::test_recall_measurement_histogram_u8
52312023-10-03T01:20:37.131Z PASS [ 1.445s] oximeter-db client::tests::test_recall_measurement_i16
52322023-10-03T01:20:37.139Z PASS [ 1.246s] oximeter-db client::tests::test_schema_mismatch
52332023-10-03T01:20:37.151Z PASS [ 1.258s] oximeter-db client::tests::test_schema_update
52342023-10-03T01:20:37.160Z PASS [ 1.388s] oximeter-db client::tests::test_recall_measurement_u64
52352023-10-03T01:20:37.170Z PASS [ 1.374s] oximeter-db client::tests::test_recall_measurement_u8
52362023-10-03T01:20:37.180Z PASS [ 1.390s] oximeter-db client::tests::test_select_timeseries_with_all
52372023-10-03T01:20:37.194Z PASS [ 1.458s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
52382023-10-03T01:20:37.203Z PASS [ 0.041s] oximeter-db client::tests::test_unravel_index
52392023-10-03T01:20:37.618Z PASS [ 0.039s] oximeter-db model::tests::test_db_bool
52402023-10-03T01:20:37.630Z PASS [ 1.863s] oximeter-db client::tests::test_select_timeseries_with_order
52412023-10-03T01:20:37.640Z PASS [ 0.047s] oximeter-db model::tests::test_db_datum_type_conversion
52422023-10-03T01:20:37.655Z PASS [ 0.366s] oximeter-db model::tests::test_db_bool_bad
52432023-10-03T01:20:38.143Z PASS [ 0.042s] oximeter-db model::tests::test_db_field_list_conversion
52442023-10-03T01:20:38.175Z PASS [ 0.042s] oximeter-db model::tests::test_db_field_type_conversion
52452023-10-03T01:20:38.183Z PASS [ 1.970s] oximeter-db client::tests::test_select_timeseries_with_limit
52462023-10-03T01:20:38.192Z PASS [ 0.040s] oximeter-db model::tests::test_db_histogram
52472023-10-03T01:20:38.204Z PASS [ 0.038s] oximeter-db model::tests::test_histogram_to_arrays
52482023-10-03T01:20:38.212Z PASS [ 0.043s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
52492023-10-03T01:20:38.224Z PASS [ 0.043s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
52502023-10-03T01:20:38.234Z PASS [ 0.039s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
52512023-10-03T01:20:38.244Z PASS [ 0.038s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
52522023-10-03T01:20:38.257Z PASS [ 0.038s] oximeter-db model::tests::test_unroll_from_source
52532023-10-03T01:20:38.271Z PASS [ 0.038s] oximeter-db model::tests::test_unroll_measurement_row
52542023-10-03T01:20:38.688Z PASS [ 0.036s] oximeter-db query::tests::test_field_cmp
52552023-10-03T01:20:38.720Z PASS [ 0.036s] oximeter-db query::tests::test_field_selector_as_query
52562023-10-03T01:20:38.730Z PASS [ 0.034s] oximeter-db query::tests::test_field_value_as_db_str
52572023-10-03T01:20:38.747Z PASS [ 0.220s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
52582023-10-03T01:20:38.760Z PASS [ 0.061s] oximeter-db query::tests::test_select_query_builder_field_selectors
52592023-10-03T01:20:38.775Z PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_from_parts
52602023-10-03T01:20:38.791Z PASS [ 0.082s] oximeter-db query::tests::test_select_query_builder_filter_raw
52612023-10-03T01:20:38.817Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_limit_offset
52622023-10-03T01:20:38.831Z PASS [ 0.062s] oximeter-db query::tests::test_select_query_builder_full
52632023-10-03T01:20:38.844Z PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_no_fields
52642023-10-03T01:20:38.860Z PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_no_selectors
52652023-10-03T01:20:38.873Z PASS [ 0.037s] oximeter-db query::tests::test_time_range
52662023-10-03T01:20:38.888Z PASS [ 0.067s] oximeter-db query::tests::test_string_field_selector
52672023-10-03T01:20:38.900Z PASS [ 0.045s] oximeter-db tests::test_timeseries_name
52682023-10-03T01:20:38.910Z PASS [ 0.047s] oximeter-db tests::test_timeseries_name_from_str
52692023-10-03T01:20:38.923Z PASS [ 0.033s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
52702023-10-03T01:20:38.937Z PASS [ 0.088s] oximeter-instruments http::tests::test_normalize_uri_path
52712023-10-03T01:20:39.368Z PASS [ 0.032s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_field_name
52722023-10-03T01:20:39.376Z PASS [ 0.105s] oximeter-instruments http::tests::test_latency_tracker
52732023-10-03T01:20:39.385Z PASS [ 0.031s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
52742023-10-03T01:20:39.394Z PASS [ 0.030s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
52752023-10-03T01:20:39.402Z PASS [ 0.030s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
52762023-10-03T01:20:39.411Z PASS [ 0.032s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_annotated_field
52772023-10-03T01:20:39.421Z PASS [ 0.032s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_datum_field
52782023-10-03T01:20:39.435Z PASS [ 0.032s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_enum
52792023-10-03T01:20:39.441Z PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_without_datum_field
52802023-10-03T01:20:39.450Z PASS [ 0.029s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target
52812023-10-03T01:20:39.460Z PASS [ 0.029s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_empty_struct
52822023-10-03T01:20:39.503Z PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_enum
52832023-10-03T01:20:39.515Z PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_unit_struct
52842023-10-03T01:20:39.531Z PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_with_datum_field
52852023-10-03T01:20:39.544Z PASS [ 1.287s] oximeter-db client::tests::test_timeseries_schema_list
52862023-10-03T01:20:39.550Z PASS [ 0.031s] sled-hardware disk::test::test_partition_device_paths
52872023-10-03T01:20:39.556Z PASS [ 0.047s] sled-hardware disk::test::test_disk_paths
52882023-10-03T01:20:39.562Z PASS [ 0.047s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
52892023-10-03T01:20:39.584Z PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
52902023-10-03T01:20:40.048Z PASS [ 1.368s] oximeter-db client::tests::test_select_timeseries_with_start_time
52912023-10-03T01:20:40.070Z PASS [ 0.043s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
52922023-10-03T01:20:40.101Z PASS [ 0.036s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
52932023-10-03T01:20:40.122Z PASS [ 1.279s] oximeter-db client::tests::test_unquoted_64bit_integers
52942023-10-03T01:20:40.139Z PASS [ 0.033s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
52952023-10-03T01:20:40.224Z PASS [ 0.033s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
52962023-10-03T01:20:40.261Z PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
52972023-10-03T01:20:40.275Z PASS [ 0.040s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
52982023-10-03T01:20:40.290Z PASS [ 0.036s] tufaceous-lib archive::tests::test_validate_path
52992023-10-03T01:20:40.300Z PASS [ 0.038s] tufaceous-lib key::tests::test_from_str
53002023-10-03T01:20:40.307Z PASS [ 0.064s] update-engine engine::tests::error_exits_early
53012023-10-03T01:20:40.313Z PASS [ 0.114s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
53022023-10-03T01:20:40.325Z PASS [ 1.568s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
53032023-10-03T01:20:40.335Z PASS [ 0.033s] update-engine events::tests::progress_event_parse_unknown
53042023-10-03T01:20:40.347Z PASS [ 1.599s] oximeter-db client::tests::test_select_timeseries_with_select_one
53052023-10-03T01:20:40.353Z PASS [ 0.031s] update-engine events::tests::step_event_parse_unknown
53062023-10-03T01:20:40.363Z PASS [ 0.059s] wicket rack_setup::config_toml::tests::round_trip_nonempty_config
53072023-10-03T01:20:40.375Z PASS [ 0.082s] wicketd installinator_progress::tests::test_states
53082023-10-03T01:20:40.379Z PASS [ 0.263s] update-engine buffer::tests::test_buffer
53092023-10-03T01:20:40.388Z PASS [ 0.189s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts
53102023-10-03T01:20:40.405Z PASS [ 0.319s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
53112023-10-03T01:20:40.412Z PASS [ 0.624s] tufaceous::integration-tests command_tests::test_init_and_add
53122023-10-03T01:20:40.418Z PASS [ 0.359s] wicketd::mod integration_tests::commands::test_wicketd_openapi
53132023-10-03T01:20:40.422Z PASS [ 0.816s] tufaceous::manifest-tests check_manifest::fake.toml
53142023-10-03T01:20:40.426Z PASS [ 1.096s] tufaceous::integration-tests command_tests::test_assemble_fake
53152023-10-03T01:20:40.433Z PASS [ 1.048s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake
53162023-10-03T01:20:40.439Z PASS [ 1.000s] wicketd::mod integration_tests::inventory::test_inventory
53172023-10-03T01:20:40.450Z PASS [ 1.790s] wicketd::mod integration_tests::updates::test_update_races
53182023-10-03T01:20:40.459Z PASS [ 1.711s] wicketd::mod integration_tests::updates::test_updates
53192023-10-03T01:20:40.471Z PASS [ 3.839s] wicketd::mod integration_tests::updates::test_installinator_fetch
53202023-10-03T01:20:40.484Z------------
53212023-10-03T01:20:40.492Z Summary [1445.173s] 906 tests run: 906 passed (11 slow, 1 leaky), 4 skipped
53222023-10-03T01:20:40.496Z
53232023-10-03T01:20:40.502Zreal 24:15.878772105
53242023-10-03T01:20:40.508Zuser 2:22:12.726245217
53252023-10-03T01:20:40.535Zsys 29:56.710522988
53262023-10-03T01:20:40.552Ztrap 2:25.088951065
53272023-10-03T01:20:40.565Ztflt 12.275568460
53282023-10-03T01:20:40.576Zdflt 19.635056720
53292023-10-03T01:20:40.590Zkflt 0.144862486
53302023-10-03T01:20:41.013Zlock 471:32:53.936734041
53312023-10-03T01:20:41.047Zslp 25:23:31.778513660
53322023-10-03T01:20:41.061Zlat 2:06:42.641182928
53332023-10-03T01:20:41.076Zstop 19:47.143909402
53342023-10-03T01:20:41.090Z
53352023-10-03T01:20:41.104Z ##### #### #### ##### ###### #### #####
53362023-10-03T01:20:41.119Z # # # # # # # # # #
53372023-10-03T01:20:41.144Z # # # # # # ##### #### #
53382023-10-03T01:20:41.168Z # # # # # # # # #
53392023-10-03T01:20:41.176Z # # # # # # # # # # #
53402023-10-03T01:20:41.180Z ##### #### #### # ###### #### #
53412023-10-03T01:20:41.189Z
53422023-10-03T01:20:41.200Z Fresh unicode-ident v1.0.12
53432023-10-03T01:20:41.218Z Fresh cfg-if v1.0.0
53442023-10-03T01:20:41.323Z Fresh autocfg v1.1.0
53452023-10-03T01:20:41.345Z Fresh version_check v0.9.4
53462023-10-03T01:20:41.358Z Fresh proc-macro2 v1.0.67
53472023-10-03T01:20:41.364Z Fresh once_cell v1.18.0
53482023-10-03T01:20:41.376Z Fresh memchr v2.6.3
53492023-10-03T01:20:41.381Z Fresh log v0.4.20
53502023-10-03T01:20:41.391Z Fresh itoa v1.0.9
53512023-10-03T01:20:41.394Z Fresh quote v1.0.33
53522023-10-03T01:20:41.814Z Fresh libc v0.2.148
53532023-10-03T01:20:41.822Z Fresh scopeguard v1.2.0
53542023-10-03T01:20:41.833Z Fresh smallvec v1.11.0
53552023-10-03T01:20:41.853Z Fresh syn v2.0.32
53562023-10-03T01:20:41.865Z Fresh syn v1.0.109
53572023-10-03T01:20:41.874Z Fresh getrandom v0.2.10
53582023-10-03T01:20:41.884Z Fresh jobserver v0.1.26
53592023-10-03T01:20:41.893Z Fresh serde_derive v1.0.188
53602023-10-03T01:20:41.899Z Fresh lock_api v0.4.10
53612023-10-03T01:20:41.905Z Fresh libm v0.2.7
53622023-10-03T01:20:41.910Z Fresh parking_lot_core v0.9.8
53632023-10-03T01:20:41.917Z Fresh ryu v1.0.15
53642023-10-03T01:20:41.923Z Fresh cc v1.0.83
53652023-10-03T01:20:41.929Z Fresh thiserror-impl v1.0.48
53662023-10-03T01:20:41.940Z Fresh serde v1.0.188
53672023-10-03T01:20:41.951Z Fresh num-traits v0.2.16
53682023-10-03T01:20:41.960Z Fresh parking_lot v0.12.1
53692023-10-03T01:20:41.966Z Fresh rand_core v0.6.4
53702023-10-03T01:20:41.973Z Fresh spin v0.5.2
53712023-10-03T01:20:41.986Z Fresh pin-project-lite v0.2.13
53722023-10-03T01:20:41.995Z Fresh bytes v1.5.0
53732023-10-03T01:20:42.006Z Fresh thiserror v1.0.48
53742023-10-03T01:20:42.021Z Fresh signal-hook-registry v1.4.1
53752023-10-03T01:20:42.045Z Fresh num_cpus v1.16.0
53762023-10-03T01:20:42.055Z Fresh mio v0.8.8
53772023-10-03T01:20:42.064Z Fresh zeroize_derive v1.4.2
53782023-10-03T01:20:42.070Z Fresh ahash v0.8.3
53792023-10-03T01:20:42.080Z Fresh zeroize v1.6.0
53802023-10-03T01:20:42.102Z Fresh bitflags v2.4.0
53812023-10-03T01:20:42.119Z Fresh pkg-config v0.3.27
53822023-10-03T01:20:42.139Z Fresh tokio-macros v2.1.0
53832023-10-03T01:20:42.153Z Fresh socket2 v0.5.3
53842023-10-03T01:20:42.589Z Fresh allocator-api2 v0.2.16
53852023-10-03T01:20:42.605Z Fresh futures-core v0.3.28
53862023-10-03T01:20:42.623Z Fresh tokio v1.32.0
53872023-10-03T01:20:42.656Z Fresh hashbrown v0.14.0
53882023-10-03T01:20:42.681Z Fresh fnv v1.0.7
53892023-10-03T01:20:43.103Z Fresh byteorder v1.4.3
53902023-10-03T01:20:43.130Z Fresh futures-sink v0.3.28
53912023-10-03T01:20:43.139Z Fresh iana-time-zone v0.1.57
53922023-10-03T01:20:43.166Z Fresh pin-utils v0.1.0
53932023-10-03T01:20:43.177Z Fresh chrono v0.4.31
53942023-10-03T01:20:43.186Z Fresh heck v0.4.1
53952023-10-03T01:20:43.197Z Fresh equivalent v1.0.1
53962023-10-03T01:20:43.210Z Fresh indexmap v2.0.0
53972023-10-03T01:20:43.232Z Fresh futures-macro v0.3.28
53982023-10-03T01:20:46.546Z Fresh typenum v1.16.0
53992023-10-03T01:20:46.591Z Fresh futures-channel v0.3.28
54002023-10-03T01:20:47.078Z Fresh futures-task v0.3.28
54012023-10-03T01:20:47.292Z Fresh slab v0.4.9
54022023-10-03T01:20:47.505Z Fresh futures-io v0.3.28
54032023-10-03T01:20:47.525Z Fresh tinyvec_macros v0.1.1
54042023-10-03T01:20:47.547Z Fresh uuid v1.4.1
54052023-10-03T01:20:47.670Z Fresh generic-array v0.14.7
54062023-10-03T01:20:47.685Z Fresh futures-util v0.3.28
54072023-10-03T01:20:47.697Z Fresh tinyvec v1.6.0
54082023-10-03T01:20:47.713Z Fresh aho-corasick v1.0.4
54092023-10-03T01:20:47.734Z Fresh regex-syntax v0.7.5
54102023-10-03T01:20:47.743Z Fresh subtle v2.5.0
54112023-10-03T01:20:47.761Z Fresh vcpkg v0.2.15
54122023-10-03T01:20:48.242Z Fresh unicode-bidi v0.3.13
54132023-10-03T01:20:48.274Z Fresh unicode-normalization v0.1.22
54142023-10-03T01:20:48.289Z Fresh regex-automata v0.3.8
54152023-10-03T01:20:48.314Z Fresh crypto-common v0.1.6
54162023-10-03T01:20:48.332Z Fresh lazy_static v1.4.0
54172023-10-03T01:20:48.759Z Fresh percent-encoding v2.3.0
54182023-10-03T01:20:48.807Z Fresh serde_derive_internals v0.26.0
54192023-10-03T01:20:48.839Z Fresh dyn-clone v1.0.13
54202023-10-03T01:20:48.869Z Fresh regex v1.9.5
54212023-10-03T01:20:48.897Z Fresh form_urlencoded v1.2.0
54222023-10-03T01:20:48.952Z Fresh schemars_derive v0.8.13
54232023-10-03T01:20:49.042Z Fresh tracing-attributes v0.1.26
54242023-10-03T01:20:49.093Z Fresh tracing-core v0.1.31
54252023-10-03T01:20:49.203Z Fresh const-oid v0.9.5
54262023-10-03T01:20:49.286Z Fresh bitflags v1.3.2
54272023-10-03T01:20:49.436Z Fresh base64 v0.21.4
54282023-10-03T01:20:49.487Z Fresh tracing v0.1.37
54292023-10-03T01:20:49.516Z Fresh http v0.2.9
54302023-10-03T01:20:49.547Z Fresh ppv-lite86 v0.2.17
54312023-10-03T01:20:49.601Z Fresh idna v0.4.0
54322023-10-03T01:20:49.653Z Fresh rand_chacha v0.3.1
54332023-10-03T01:20:49.822Z Fresh url v2.4.1
54342023-10-03T01:20:49.862Z Fresh errno v0.3.2
54352023-10-03T01:20:49.889Z Fresh block-buffer v0.10.4
54362023-10-03T01:20:49.899Z Fresh hashbrown v0.12.3
54372023-10-03T01:20:49.907Z Fresh rand v0.8.5
54382023-10-03T01:20:49.920Z Fresh digest v0.10.7
54392023-10-03T01:20:49.934Z Fresh unicode-width v0.1.10
54402023-10-03T01:20:49.947Z Fresh cpufeatures v0.2.9
54412023-10-03T01:20:50.364Z Fresh serde_spanned v0.6.3
54422023-10-03T01:20:50.379Z Fresh indexmap v1.9.3
54432023-10-03T01:20:50.394Z Fresh httparse v1.8.0
54442023-10-03T01:20:50.408Z Fresh toml_datetime v0.6.3
54452023-10-03T01:20:50.421Z Fresh winnow v0.5.15
54462023-10-03T01:20:50.435Z Fresh tokio-util v0.7.8
54472023-10-03T01:20:50.454Z Fresh toml_edit v0.19.15
54482023-10-03T01:20:50.470Z Fresh untrusted v0.7.1
54492023-10-03T01:20:50.483Z Fresh adler v1.0.2
54502023-10-03T01:20:50.910Z Fresh socket2 v0.4.9
54512023-10-03T01:20:50.921Z Fresh rustix v0.38.9
54522023-10-03T01:20:51.510Z Fresh semver v1.0.18
54532023-10-03T01:20:51.519Z Fresh ring v0.16.20
54542023-10-03T01:20:51.530Z Fresh miniz_oxide v0.7.1
54552023-10-03T01:20:51.538Z Fresh ucd-trie v0.1.6
54562023-10-03T01:20:51.548Z Fresh httpdate v1.0.3
54572023-10-03T01:20:51.555Z Fresh pest v2.7.2
54582023-10-03T01:20:51.574Z Fresh try-lock v0.2.4
54592023-10-03T01:20:51.577Z Fresh sct v0.7.0
54602023-10-03T01:20:51.691Z Fresh rustls-webpki v0.101.4
54612023-10-03T01:20:51.698Z Fresh serde_json v1.0.107
54622023-10-03T01:20:51.708Z Fresh h2 v0.3.21
54632023-10-03T01:20:51.716Z Fresh http-body v0.4.5
54642023-10-03T01:20:51.726Z Fresh want v0.3.1
54652023-10-03T01:20:51.731Z Fresh foreign-types-shared v0.1.1
54662023-10-03T01:20:51.738Z Fresh tower-service v0.3.2
54672023-10-03T01:20:51.742Z Fresh strsim v0.10.0
54682023-10-03T01:20:51.748Z Fresh unicode-xid v0.2.4
54692023-10-03T01:20:51.757Z Fresh openssl-probe v0.1.5
54702023-10-03T01:20:51.767Z Fresh rustls v0.21.7
54712023-10-03T01:20:51.778Z Fresh hyper v0.14.27
54722023-10-03T01:20:51.789Z Fresh foreign-types v0.3.2
54732023-10-03T01:20:51.800Z Fresh openssl-sys v0.9.93
54742023-10-03T01:20:51.846Z Fresh rustls-pemfile v1.0.3
54752023-10-03T01:20:51.884Z Fresh hashbrown v0.13.2
54762023-10-03T01:20:51.914Z Fresh openssl-macros v0.1.1
54772023-10-03T01:20:51.946Z Fresh mime v0.3.17
54782023-10-03T01:20:51.971Z Fresh openssl v0.10.57
54792023-10-03T01:20:51.996Z Fresh tokio-rustls v0.24.1
54802023-10-03T01:20:52.013Z Fresh gimli v0.28.0
54812023-10-03T01:20:52.037Z Fresh ipnet v2.8.0
54822023-10-03T01:20:52.050Z Fresh object v0.32.1
54832023-10-03T01:20:52.065Z Fresh addr2line v0.21.0
54842023-10-03T01:20:52.079Z Fresh rustc-demangle v0.1.23
54852023-10-03T01:20:52.504Z Fresh serde_urlencoded v0.7.1
54862023-10-03T01:20:52.519Z Fresh async-trait v0.1.73
54872023-10-03T01:20:52.534Z Fresh native-tls v0.2.11
54882023-10-03T01:20:52.544Z Fresh backtrace v0.3.69
54892023-10-03T01:20:52.555Z Fresh encoding_rs v0.8.33
54902023-10-03T01:20:52.574Z Fresh either v1.9.0
54912023-10-03T01:20:52.605Z Fresh rustls-native-certs v0.6.3
54922023-10-03T01:20:52.622Z Fresh time-core v0.1.1
54932023-10-03T01:20:52.632Z Fresh anyhow v1.0.75
54942023-10-03T01:20:52.648Z Fresh tokio-native-tls v0.3.1
54952023-10-03T01:20:52.653Z Fresh hyper-rustls v0.24.1
54962023-10-03T01:20:52.659Z Fresh webpki-roots v0.25.2
54972023-10-03T01:20:52.674Z Fresh time-macros v0.2.13
54982023-10-03T01:20:52.686Z Fresh deranged v0.3.8
54992023-10-03T01:20:52.693Z Fresh hyper-tls v0.5.0
55002023-10-03T01:20:52.696Z Fresh num_threads v0.1.6
55012023-10-03T01:20:52.702Z Fresh synstructure v0.12.6
55022023-10-03T01:20:52.706Z Fresh pest_meta v2.7.2
55032023-10-03T01:20:52.711Z Fresh rustc_version v0.4.0
55042023-10-03T01:20:52.715Z Fresh crossbeam-utils v0.8.16
55052023-10-03T01:20:52.720Z Fresh time v0.3.27
55062023-10-03T01:20:52.725Z Fresh slog v2.7.0
55072023-10-03T01:20:52.729Z Fresh pest_generator v2.7.2
55082023-10-03T01:20:52.735Z Fresh zerocopy-derive v0.2.0
55092023-10-03T01:20:52.748Z Fresh toml v0.7.8
55102023-10-03T01:20:52.753Z Fresh pest_derive v2.7.2
55112023-10-03T01:20:52.760Z Fresh zerocopy v0.3.0
55122023-10-03T01:20:52.766Z Fresh futures-executor v0.3.28
55132023-10-03T01:20:52.772Z Fresh thread-id v4.2.0
55142023-10-03T01:20:52.791Z Fresh siphasher v0.3.11
55152023-10-03T01:20:52.794Z Fresh serde_tokenstream v0.1.7
55162023-10-03T01:20:52.799Z Fresh sha2 v0.10.7
55172023-10-03T01:20:52.802Z Fresh hmac v0.12.1
55182023-10-03T01:20:52.813Z Fresh dof v0.1.5
55192023-10-03T01:20:52.831Z Fresh dtrace-parser v0.1.14
55202023-10-03T01:20:52.839Z Fresh futures v0.3.28
55212023-10-03T01:20:52.845Z Fresh fallible-iterator v0.2.0
55222023-10-03T01:20:53.275Z Fresh spin v0.9.8
55232023-10-03T01:20:53.299Z Fresh hex v0.4.3
55242023-10-03T01:20:53.325Z Fresh itertools v0.10.5
55252023-10-03T01:20:53.336Z Fresh md-5 v0.10.5
55262023-10-03T01:20:53.364Z Fresh stringprep v0.1.3
55272023-10-03T01:20:53.391Z Fresh utf8parse v0.2.1
55282023-10-03T01:20:53.399Z Fresh phf_shared v0.11.2
55292023-10-03T01:20:53.412Z Fresh usdt-attr-macro v0.3.5
55302023-10-03T01:20:53.446Z Fresh usdt-macro v0.3.5
55312023-10-03T01:20:53.500Z Fresh crc32fast v1.3.2
55322023-10-03T01:20:53.566Z Fresh postgres-protocol v0.6.6
55332023-10-03T01:20:53.587Z Fresh schemars v0.8.13
55342023-10-03T01:20:53.608Z Fresh zerocopy-derive v0.6.3
55352023-10-03T01:20:53.659Z Fresh num-integer v0.1.45
55362023-10-03T01:20:53.725Z Fresh unicode-segmentation v1.10.1
55372023-10-03T01:20:53.760Z Fresh anstyle v1.0.2
55382023-10-03T01:20:54.199Z Fresh io-lifetimes v1.0.11
55392023-10-03T01:20:54.220Z Fresh zerocopy v0.6.3
55402023-10-03T01:20:54.242Z Fresh flate2 v1.0.27
55412023-10-03T01:20:54.308Z Fresh phf v0.11.2
55422023-10-03T01:20:54.336Z Fresh block-padding v0.3.3
55432023-10-03T01:20:54.365Z Fresh whoami v1.4.1
55442023-10-03T01:20:54.803Z Fresh static_assertions v1.1.0
55452023-10-03T01:20:54.831Z Fresh bit-vec v0.6.3
55462023-10-03T01:20:54.848Z Fresh anstyle-parse v0.2.1
55472023-10-03T01:20:54.859Z Fresh colorchoice v1.0.0
55482023-10-03T01:20:54.873Z Fresh inout v0.1.3
55492023-10-03T01:20:54.931Z Fresh rustix v0.37.23
55502023-10-03T01:20:54.947Z Fresh anstyle-query v1.0.0
55512023-10-03T01:20:54.963Z Fresh clap_lex v0.5.1
55522023-10-03T01:20:54.993Z Fresh terminal_size v0.2.6
55532023-10-03T01:20:55.431Z Fresh anstream v0.5.0
55542023-10-03T01:20:55.450Z Fresh cipher v0.4.4
55552023-10-03T01:20:55.459Z Fresh managed v0.8.0
55562023-10-03T01:20:55.467Z Fresh tap v1.0.1
55572023-10-03T01:20:55.477Z Fresh wyz v0.5.1
55582023-10-03T01:20:55.487Z Fresh radium v0.7.0
55592023-10-03T01:20:55.499Z Fresh clap_builder v4.4.2
55602023-10-03T01:20:55.511Z Fresh memoffset v0.9.0
55612023-10-03T01:20:55.534Z Fresh bit-set v0.5.3
55622023-10-03T01:20:55.546Z Fresh phf_shared v0.10.0
55632023-10-03T01:20:55.562Z Fresh clap_derive v4.4.2
55642023-10-03T01:20:55.577Z Fresh precomputed-hash v0.1.1
55652023-10-03T01:20:55.596Z Fresh new_debug_unreachable v1.0.4
55662023-10-03T01:20:56.023Z Fresh data-encoding v2.4.0
55672023-10-03T01:20:56.144Z Fresh fixedbitset v0.4.2
55682023-10-03T01:20:56.165Z Fresh matches v0.1.10
55692023-10-03T01:20:56.186Z Fresh funty v2.0.0
55702023-10-03T01:20:56.620Z Fresh clap v4.4.3
55712023-10-03T01:20:56.641Z Fresh crossbeam-epoch v0.9.15
55722023-10-03T01:20:56.657Z Fresh idna v0.2.3
55732023-10-03T01:20:56.673Z Fresh petgraph v0.6.4
55742023-10-03T01:20:56.690Z Fresh bitvec v1.0.1
55752023-10-03T01:20:56.694Z Fresh string_cache v0.8.7
55762023-10-03T01:20:56.698Z Fresh num-iter v0.1.43
55772023-10-03T01:20:56.701Z Fresh enum-as-inner v0.5.1
55782023-10-03T01:20:56.704Z Fresh trust-dns-proto v0.22.0
55792023-10-03T01:20:56.708Z Fresh scheduled-thread-pool v0.2.7
55802023-10-03T01:20:56.712Z Fresh diesel_table_macro_syntax v0.1.0
55812023-10-03T01:20:56.715Z Fresh regex-automata v0.1.10
55822023-10-03T01:20:56.719Z Fresh predicates-core v1.0.6
55832023-10-03T01:20:56.723Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
55842023-10-03T01:20:56.728Z Fresh bstr v0.2.17
55852023-10-03T01:20:56.731Z Fresh bzip2-sys v0.1.11+1.0.8
55862023-10-03T01:20:56.735Z Fresh r2d2 v0.8.10
55872023-10-03T01:20:56.739Z Fresh diesel_derives v2.1.1
55882023-10-03T01:20:56.743Z Fresh signature v2.1.0
55892023-10-03T01:20:56.747Z Fresh hash32 v0.2.1
55902023-10-03T01:20:56.751Z Fresh serde_tokenstream v0.2.0
55912023-10-03T01:20:56.756Z Fresh float-cmp v0.9.0
55922023-10-03T01:20:56.759Z Fresh difflib v0.4.0
55932023-10-03T01:20:56.763Z Fresh stable_deref_trait v1.2.0
55942023-10-03T01:20:56.767Z Fresh unicode-linebreak v0.1.5
55952023-10-03T01:20:56.771Z Fresh smawk v0.3.1
55962023-10-03T01:20:56.774Z Fresh normalize-line-endings v0.3.0
55972023-10-03T01:20:56.778Z Fresh textwrap v0.16.0
55982023-10-03T01:20:56.783Z Fresh heapless v0.7.16
55992023-10-03T01:20:56.787Z Fresh bzip2 v0.4.4
56002023-10-03T01:20:56.799Z Fresh console v0.15.7
56012023-10-03T01:20:57.215Z Fresh bstr v1.6.0
56022023-10-03T01:20:57.223Z Fresh hubpack_derive v0.1.1
56032023-10-03T01:20:57.235Z Fresh num-bigint v0.4.4
56042023-10-03T01:20:57.249Z Fresh zip v0.6.6
56052023-10-03T01:20:57.271Z Fresh smoltcp v0.9.1
56062023-10-03T01:20:57.291Z Fresh similar v2.2.1
56072023-10-03T01:20:57.310Z Fresh serde_repr v0.1.16
56082023-10-03T01:20:57.328Z Fresh predicates v3.0.3
56092023-10-03T01:20:57.339Z Fresh hubpack v0.1.2
56102023-10-03T01:20:57.353Z Fresh yasna v0.5.2
56112023-10-03T01:20:57.775Z Fresh regress v0.7.1
56122023-10-03T01:20:57.782Z Fresh tokio-stream v0.1.14
56132023-10-03T01:20:57.788Z Fresh lalrpop-util v0.20.0
56142023-10-03T01:20:57.803Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
56152023-10-03T01:20:57.811Z Fresh reqwest v0.11.20
56162023-10-03T01:20:57.817Z Fresh openapiv3 v1.0.3
56172023-10-03T01:20:57.826Z Fresh ipnetwork v0.20.0
56182023-10-03T01:20:57.830Z Fresh usdt-impl v0.3.5
56192023-10-03T01:20:57.833Z Fresh getopts v0.2.21
56202023-10-03T01:20:57.838Z Fresh typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
56212023-10-03T01:20:57.844Z Fresh usdt v0.3.5
56222023-10-03T01:20:57.850Z Fresh unsafe-libyaml v0.2.9
56232023-10-03T01:20:57.855Z Fresh postgres-types v0.2.6
56242023-10-03T01:20:57.862Z Fresh ident_case v1.0.1
56252023-10-03T01:20:57.890Z Fresh serde_yaml v0.9.25
56262023-10-03T01:20:57.922Z Fresh tokio-postgres v0.7.10
56272023-10-03T01:20:57.956Z Fresh typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
56282023-10-03T01:20:58.400Z Fresh dirs-sys-next v0.1.2
56292023-10-03T01:20:58.445Z Fresh atty v0.2.14
56302023-10-03T01:20:58.464Z Fresh rustversion v1.0.14
56312023-10-03T01:20:58.473Z Fresh fastrand v2.0.0
56322023-10-03T01:20:58.482Z Fresh typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
56332023-10-03T01:20:58.490Z Fresh dirs-next v2.0.0
56342023-10-03T01:20:58.514Z Fresh crossbeam-channel v0.5.8
56352023-10-03T01:20:58.532Z Fresh match_cfg v0.1.0
56362023-10-03T01:20:58.543Z Fresh progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
56372023-10-03T01:20:58.560Z Fresh tempfile v3.8.0
56382023-10-03T01:20:58.575Z Fresh progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
56392023-10-03T01:20:58.583Z Fresh term v0.7.0
56402023-10-03T01:20:58.998Z Fresh hostname v0.3.1
56412023-10-03T01:20:59.009Z Fresh diesel v2.1.1
56422023-10-03T01:20:59.016Z Fresh regex-syntax v0.6.29
56432023-10-03T01:20:59.022Z Fresh darling_core v0.20.3
56442023-10-03T01:20:59.027Z Fresh darling_macro v0.20.3
56452023-10-03T01:20:59.036Z Fresh thread_local v1.1.7
56462023-10-03T01:20:59.455Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
56472023-10-03T01:20:59.465Z Fresh instant v0.1.12
56482023-10-03T01:20:59.468Z Fresh take_mut v0.2.2
56492023-10-03T01:20:59.472Z Fresh darling v0.20.3
56502023-10-03T01:20:59.477Z Fresh slog-term v2.9.0
56512023-10-03T01:20:59.481Z Fresh slog-json v2.6.1
56522023-10-03T01:20:59.484Z Fresh sha1 v0.10.5
56532023-10-03T01:20:59.488Z Fresh strum_macros v0.25.2
56542023-10-03T01:20:59.491Z Fresh slog-async v2.8.0
56552023-10-03T01:20:59.495Z Fresh serde_with_macros v2.3.3
56562023-10-03T01:20:59.499Z Fresh paste v1.0.14
56572023-10-03T01:20:59.502Z Fresh slog-bunyan v2.4.0
56582023-10-03T01:20:59.506Z Fresh structmeta-derive v0.1.6
56592023-10-03T01:20:59.510Z Fresh strum v0.25.0
56602023-10-03T01:20:59.515Z Fresh serde_with v2.3.3
56612023-10-03T01:20:59.519Z Fresh structmeta v0.1.6
56622023-10-03T01:20:59.522Z Fresh camino v1.1.6
56632023-10-03T01:20:59.526Z Fresh async-stream-impl v0.3.5
56642023-10-03T01:20:59.529Z Fresh atomic-waker v1.1.1
56652023-10-03T01:20:59.533Z Fresh debug-ignore v1.0.5
56662023-10-03T01:20:59.537Z Fresh multer v2.1.0
56672023-10-03T01:20:59.541Z Fresh async-stream v0.3.5
56682023-10-03T01:20:59.545Z Fresh waitgroup v0.1.2
56692023-10-03T01:20:59.549Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
56702023-10-03T01:20:59.555Z Fresh serde_path_to_error v0.1.14
56712023-10-03T01:20:59.570Z Fresh quick-error v1.2.3
56722023-10-03T01:20:59.578Z Fresh parse-display-derive v0.7.0
56732023-10-03T01:20:59.583Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
56742023-10-03T01:20:59.586Z Fresh backoff v0.4.0
56752023-10-03T01:20:59.590Z Fresh parse-display v0.7.0
56762023-10-03T01:20:59.593Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
56772023-10-03T01:20:59.596Z Fresh macaddr v1.0.1
56782023-10-03T01:20:59.602Z Fresh wait-timeout v0.2.0
56792023-10-03T01:20:59.607Z Fresh rand_xorshift v0.3.0
56802023-10-03T01:20:59.613Z Fresh unarray v0.1.4
56812023-10-03T01:20:59.616Z Fresh rusty-fork v0.3.0
56822023-10-03T01:20:59.619Z Fresh test-strategy v0.2.1
56832023-10-03T01:20:59.622Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
56842023-10-03T01:20:59.625Z Fresh base64ct v1.6.0
56852023-10-03T01:20:59.628Z Fresh is-terminal v0.4.9
56862023-10-03T01:20:59.631Z Fresh proc-macro-crate v1.3.1
56872023-10-03T01:20:59.638Z Fresh blake2 v0.10.6
56882023-10-03T01:20:59.641Z Fresh proptest v1.2.0
56892023-10-03T01:20:59.645Z Fresh password-hash v0.5.0
56902023-10-03T01:20:59.649Z Fresh num_enum_derive v0.5.11
56912023-10-03T01:20:59.653Z Fresh base64 v0.13.1
56922023-10-03T01:20:59.656Z Fresh proc-macro-error-attr v1.0.4
56932023-10-03T01:20:59.660Z Fresh num_enum v0.5.11
56942023-10-03T01:20:59.664Z Fresh argon2 v0.5.2
56952023-10-03T01:20:59.668Z Fresh postcard-cobs v0.1.5-pre
56962023-10-03T01:20:59.672Z Fresh proc-macro-error v1.0.4
56972023-10-03T01:20:59.676Z Fresh postcard v0.7.3
56982023-10-03T01:20:59.680Z Fresh smoltcp v0.8.2
56992023-10-03T01:20:59.685Z Fresh foreign-types-macros v0.2.3
57002023-10-03T01:20:59.711Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
57012023-10-03T01:20:59.720Z Fresh cfg-if v0.1.10
57022023-10-03T01:20:59.731Z Fresh termtree v0.4.1
57032023-10-03T01:20:59.735Z Fresh foreign-types-shared v0.3.1
57042023-10-03T01:20:59.738Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57052023-10-03T01:20:59.741Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
57062023-10-03T01:20:59.745Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57072023-10-03T01:20:59.749Z Fresh predicates-tree v1.0.9
57082023-10-03T01:20:59.753Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
57092023-10-03T01:20:59.757Z Fresh foreign-types v0.5.0
57102023-10-03T01:20:59.762Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
57112023-10-03T01:20:59.768Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
57122023-10-03T01:20:59.771Z
57132023-10-03T01:20:59.779Z Fresh cstr-argument v0.1.2
57142023-10-03T01:20:59.785Zrunning 5 tests
57152023-10-03T01:20:59.789Z Fresh pretty-hex v0.2.1
57162023-10-03T01:20:59.792Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
57172023-10-03T01:20:59.801Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57182023-10-03T01:20:59.807Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
57192023-10-03T01:20:59.811Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57202023-10-03T01:20:59.820Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
57212023-10-03T01:20:59.827Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
57222023-10-03T01:20:59.833Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
57232023-10-03T01:20:59.842Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
57242023-10-03T01:20:59.848Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
57252023-10-03T01:20:59.853Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
57262023-10-03T01:20:59.860Z
57272023-10-03T01:20:59.866Z Fresh colored v2.0.4
57282023-10-03T01:20:59.877Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
57292023-10-03T01:20:59.887Z Fresh zone_cfg_derive v0.2.0
57302023-10-03T01:20:59.905Z
57312023-10-03T01:20:59.924Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
57322023-10-03T01:20:59.937Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
57332023-10-03T01:20:59.951Z Fresh predicates v2.1.5
57342023-10-03T01:20:59.962Z Fresh mockall_derive v0.11.4
57352023-10-03T01:20:59.991Z Fresh same-file v1.0.6
57362023-10-03T01:21:00.017Z Fresh downcast v0.11.0
57372023-10-03T01:21:00.029Z Fresh fragile v2.0.0
57382023-10-03T01:21:00.035Z Fresh zone v0.2.0
57392023-10-03T01:21:00.044Z Fresh walkdir v2.4.0
57402023-10-03T01:21:00.052Z Fresh mockall v0.11.4
57412023-10-03T01:21:00.057Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
57422023-10-03T01:21:00.064Z Fresh smf v0.2.2
57432023-10-03T01:21:00.074Z Fresh termcolor v1.2.0
57442023-10-03T01:21:00.080Z Fresh pem v1.1.1
57452023-10-03T01:21:00.089Z Fresh linked-hash-map v0.5.6
57462023-10-03T01:21:00.096Z Fresh lru-cache v0.1.2
57472023-10-03T01:21:00.109Z Fresh xattr v1.0.1
57482023-10-03T01:21:00.138Z Fresh filetime v0.2.22
57492023-10-03T01:21:00.558Z Fresh ciborium-io v0.2.1
57502023-10-03T01:21:00.572Z Fresh half v1.8.2
57512023-10-03T01:21:00.590Z Fresh tar v0.4.40
57522023-10-03T01:21:00.612Z Fresh cancel-safe-futures v0.1.2
57532023-10-03T01:21:01.042Z Fresh ciborium-ll v0.2.1
57542023-10-03T01:21:01.094Z Fresh headers-core v0.2.0
57552023-10-03T01:21:01.106Z Fresh pem-rfc7468 v0.7.0
57562023-10-03T01:21:01.128Z Fresh toml v0.5.11
57572023-10-03T01:21:01.161Z Fresh slog-dtrace v0.2.3
57582023-10-03T01:21:01.180Z Fresh ciborium v0.2.1
57592023-10-03T01:21:01.194Z Fresh headers v0.3.9
57602023-10-03T01:21:01.217Z Fresh der_derive v0.7.2
57612023-10-03T01:21:01.643Z Fresh flagset v0.4.3
57622023-10-03T01:21:01.656Z Fresh hkdf v0.12.3
57632023-10-03T01:21:01.662Z Fresh itertools v0.11.0
57642023-10-03T01:21:01.669Z Fresh rcgen v0.10.0
57652023-10-03T01:21:01.676Z Fresh der v0.7.8
57662023-10-03T01:21:01.681Z Fresh heck v0.3.3
57672023-10-03T01:21:01.686Z Fresh semver-parser v0.10.2
57682023-10-03T01:21:01.690Z Fresh textwrap v0.11.0
57692023-10-03T01:21:01.696Z Fresh subprocess v0.2.9
57702023-10-03T01:21:01.702Z Fresh keccak v0.1.4
57712023-10-03T01:21:01.709Z Fresh strsim v0.8.0
57722023-10-03T01:21:01.715Z Fresh spki v0.7.2
57732023-10-03T01:21:01.722Z Fresh vec_map v0.8.2
57742023-10-03T01:21:01.729Z Fresh ansi_term v0.12.1
57752023-10-03T01:21:01.736Z Fresh structopt-derive v0.4.18
57762023-10-03T01:21:02.151Z Fresh clap v2.34.0
57772023-10-03T01:21:02.159Z Fresh sha3 v0.10.8
57782023-10-03T01:21:02.165Z Fresh semver v0.11.0
57792023-10-03T01:21:02.582Z Fresh secrecy v0.8.0
57802023-10-03T01:21:02.592Z Fresh crc-catalog v2.2.0
57812023-10-03T01:21:02.601Z Fresh home v0.5.5
57822023-10-03T01:21:02.613Z Fresh maybe-uninit v2.0.0
57832023-10-03T01:21:03.050Z Fresh libefi-sys v0.1.0
57842023-10-03T01:21:03.062Z Fresh structopt v0.3.26
57852023-10-03T01:21:03.073Z Fresh crc v3.0.1
57862023-10-03T01:21:03.087Z Fresh toolchain_find v0.2.0
57872023-10-03T01:21:03.106Z Fresh memoffset v0.7.1
57882023-10-03T01:21:03.524Z Fresh pkcs8 v0.10.2
57892023-10-03T01:21:03.531Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
57902023-10-03T01:21:03.539Z Fresh resolv-conf v0.7.0
57912023-10-03T01:21:03.547Z Fresh derive-where v1.2.5
57922023-10-03T01:21:03.561Z Fresh packed_struct_codegen v0.10.1
57932023-10-03T01:21:03.574Z Fresh linear-map v1.2.0
57942023-10-03T01:21:04.022Z Fresh nodrop v0.1.14
57952023-10-03T01:21:04.035Z Fresh arc-swap v1.6.0
57962023-10-03T01:21:04.050Z Fresh array-init v0.0.4
57972023-10-03T01:21:04.076Z Fresh trust-dns-resolver v0.22.0
57982023-10-03T01:21:04.095Z Fresh packed_struct v0.10.1
57992023-10-03T01:21:04.108Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
58002023-10-03T01:21:04.136Z Fresh slog-scope v4.4.0
58012023-10-03T01:21:04.556Z Fresh pkcs1 v0.7.5
58022023-10-03T01:21:04.567Z Fresh rustfmt-wrapper v0.2.0
58032023-10-03T01:21:04.575Z Fresh num-bigint-dig v0.8.4
58042023-10-03T01:21:04.580Z Fresh signal-hook v0.3.17
58052023-10-03T01:21:04.585Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
58062023-10-03T01:21:04.602Z Fresh smallvec v0.6.14
58072023-10-03T01:21:04.609Z Fresh progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
58082023-10-03T01:21:04.617Z Fresh utf-8 v0.7.6
58092023-10-03T01:21:04.623Z Fresh glob v0.3.1
58102023-10-03T01:21:04.647Z Fresh bitfield v0.14.0
58112023-10-03T01:21:04.659Z Fresh slog-stdlog v4.1.1
58122023-10-03T01:21:04.669Z Fresh serde-hex v0.1.0
58132023-10-03T01:21:04.698Z Fresh progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
58142023-10-03T01:21:04.717Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9)
58152023-10-03T01:21:05.131Z Fresh rsa v0.9.2
58162023-10-03T01:21:05.135Z Fresh num-rational v0.4.1
58172023-10-03T01:21:05.139Z Fresh doc-comment v0.3.3
58182023-10-03T01:21:05.143Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
58192023-10-03T01:21:05.149Z Fresh x509-cert v0.2.4
58202023-10-03T01:21:05.156Z Fresh env_logger v0.10.0
58212023-10-03T01:21:05.165Z Fresh ron v0.8.1
58222023-10-03T01:21:05.177Z Fresh num-complex v0.4.4
58232023-10-03T01:21:05.182Z Fresh crc-any v2.4.3
58242023-10-03T01:21:05.185Z Fresh slog-envlogger v2.2.0
58252023-10-03T01:21:05.191Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
58262023-10-03T01:21:05.196Z Fresh num v0.4.1
58272023-10-03T01:21:05.201Z Fresh lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9)
58282023-10-03T01:21:05.204Z Fresh object v0.30.4
58292023-10-03T01:21:05.209Z Fresh fxhash v0.2.1
58302023-10-03T01:21:05.244Z Fresh path-slash v0.1.5
58312023-10-03T01:21:05.261Z Fresh camino-tempfile v1.0.2
58322023-10-03T01:21:05.266Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e)
58332023-10-03T01:21:05.269Z Fresh snafu-derive v0.7.5
58342023-10-03T01:21:05.272Z Fresh humantime v2.1.0
58352023-10-03T01:21:05.275Z Fresh convert_case v0.4.0
58362023-10-03T01:21:05.279Z Fresh libz-sys v1.1.12
58372023-10-03T01:21:05.283Z Fresh snafu v0.7.5
58382023-10-03T01:21:05.286Z Fresh derive_more v0.99.17
58392023-10-03T01:21:05.289Z Fresh semver v0.1.20
58402023-10-03T01:21:05.293Z Fresh newline-converter v0.3.0
58412023-10-03T01:21:05.296Z Fresh universal-hash v0.5.1
58422023-10-03T01:21:05.300Z Fresh libgit2-sys v0.15.2+1.6.4
58432023-10-03T01:21:05.305Z Fresh rustc_version v0.1.7
58442023-10-03T01:21:05.728Z Fresh opaque-debug v0.3.0
58452023-10-03T01:21:05.745Z Fresh expectorate v1.0.7
58462023-10-03T01:21:05.768Z Fresh tungstenite v0.18.0
58472023-10-03T01:21:05.788Z Fresh git2 v0.17.2
58482023-10-03T01:21:05.802Z Fresh buf-list v1.0.3
58492023-10-03T01:21:05.811Z Fresh crossbeam-deque v0.8.3
58502023-10-03T01:21:05.820Z Fresh api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
58512023-10-03T01:21:05.831Z Fresh display-error-chain v0.1.1
58522023-10-03T01:21:05.840Z Fresh rayon-core v1.11.0
58532023-10-03T01:21:05.886Z Fresh vergen v8.2.4
58542023-10-03T01:21:05.895Z Fresh omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
58552023-10-03T01:21:05.907Z Fresh tokio-tungstenite v0.18.0
58562023-10-03T01:21:05.915Z Fresh aead v0.5.2
58572023-10-03T01:21:05.926Z Fresh path-dedot v3.1.0
58582023-10-03T01:21:05.934Z Fresh diff v0.1.13
58592023-10-03T01:21:05.944Z Fresh crunchy v0.2.2
58602023-10-03T01:21:05.958Z Fresh path-absolutize v3.1.0
58612023-10-03T01:21:05.969Z Fresh newtype_derive v0.1.6
58622023-10-03T01:21:05.982Z Fresh platforms v3.0.2
58632023-10-03T01:21:05.994Z Fresh rayon v1.7.0
58642023-10-03T01:21:06.008Z Fresh libsqlite3-sys v0.26.0
58652023-10-03T01:21:06.016Z Fresh darling_core v0.14.4
58662023-10-03T01:21:06.022Z Fresh globset v0.4.13
58672023-10-03T01:21:06.040Z Fresh olpc-cjson v0.1.3
58682023-10-03T01:21:06.051Z Fresh hashlink v0.8.3
58692023-10-03T01:21:06.054Z Fresh serde_plain v1.0.2
58702023-10-03T01:21:06.058Z Fresh nibble_vec v0.1.0
58712023-10-03T01:21:06.064Z Fresh fallible-streaming-iterator v0.1.9
58722023-10-03T01:21:06.067Z Fresh minimal-lexical v0.2.1
58732023-10-03T01:21:06.071Z Fresh signature v1.6.4
58742023-10-03T01:21:06.074Z Fresh endian-type v0.1.2
58752023-10-03T01:21:06.077Z Fresh tough v0.12.5
58762023-10-03T01:21:06.080Z Fresh darling_macro v0.14.4
58772023-10-03T01:21:06.084Z Fresh ed25519 v1.5.3
58782023-10-03T01:21:06.087Z Fresh nom v7.1.3
58792023-10-03T01:21:06.090Z Fresh radix_trie v0.2.1
58802023-10-03T01:21:06.093Z Fresh rusqlite v0.29.0
58812023-10-03T01:21:06.096Z Fresh parking_lot_core v0.8.6
58822023-10-03T01:21:06.115Z Fresh steno v0.4.0
58832023-10-03T01:21:06.119Z Fresh tiny-keccak v2.0.2
58842023-10-03T01:21:06.123Z Fresh unicase v2.7.0
58852023-10-03T01:21:06.134Z Fresh nix v0.26.2
58862023-10-03T01:21:06.145Z Fresh omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
58872023-10-03T01:21:06.158Z Fresh num_enum_derive v0.7.0
58882023-10-03T01:21:06.178Z Fresh ascii-canvas v3.0.0
58892023-10-03T01:21:06.188Z Fresh twox-hash v1.6.3
58902023-10-03T01:21:06.205Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
58912023-10-03T01:21:06.217Z Fresh sha-1 v0.10.1
58922023-10-03T01:21:06.233Z Fresh ff v0.13.0
58932023-10-03T01:21:06.251Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
58942023-10-03T01:21:06.276Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
58952023-10-03T01:21:06.286Z Fresh ena v0.14.2
58962023-10-03T01:21:06.305Z Fresh libloading v0.7.4
58972023-10-03T01:21:06.320Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
58982023-10-03T01:21:06.337Z Fresh lalrpop v0.19.12
58992023-10-03T01:21:06.354Z Fresh clang-sys v1.6.1
59002023-10-03T01:21:06.365Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59012023-10-03T01:21:06.374Z Fresh num_enum v0.7.0
59022023-10-03T01:21:06.384Z Fresh group v0.13.0
59032023-10-03T01:21:06.394Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
59042023-10-03T01:21:06.406Z Fresh tungstenite v0.17.3
59052023-10-03T01:21:06.419Z Fresh nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59062023-10-03T01:21:06.431Z Fresh trust-dns-client v0.22.0
59072023-10-03T01:21:06.441Z Fresh parking_lot v0.11.2
59082023-10-03T01:21:06.450Z Fresh salty v0.2.0
59092023-10-03T01:21:06.464Z Fresh cexpr v0.6.0
59102023-10-03T01:21:06.475Z Fresh darling v0.14.4
59112023-10-03T01:21:06.494Z Fresh prettyplease v0.2.12
59122023-10-03T01:21:06.512Z Fresh polyval v0.6.1
59132023-10-03T01:21:06.525Z Fresh signal-hook-mio v0.2.3
59142023-10-03T01:21:06.609Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
59152023-10-03T01:21:06.674Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
59162023-10-03T01:21:06.697Z Fresh aes v0.8.3
59172023-10-03T01:21:06.740Z Fresh ctr v0.9.2
59182023-10-03T01:21:06.754Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
59192023-10-03T01:21:06.773Z Fresh which v4.4.0
59202023-10-03T01:21:06.792Z Fresh crypto-bigint v0.5.2
59212023-10-03T01:21:06.864Z Fresh serde-big-array v0.4.1
59222023-10-03T01:21:06.878Z Fresh bincode v1.3.3
59232023-10-03T01:21:06.899Z Fresh serde-big-array v0.5.1
59242023-10-03T01:21:06.915Z Fresh thiserror-impl-no-std v2.0.2
59252023-10-03T01:21:06.940Z Fresh curve25519-dalek-derive v0.1.0
59262023-10-03T01:21:06.956Z Fresh num-derive v0.4.0
59272023-10-03T01:21:06.967Z Fresh peeking_take_while v0.1.2
59282023-10-03T01:21:06.977Z Fresh shlex v1.1.0
59292023-10-03T01:21:06.986Z Fresh rustc-hash v1.1.0
59302023-10-03T01:21:06.996Z Fresh lazycell v1.3.0
59312023-10-03T01:21:07.010Z Fresh base16ct v0.2.0
59322023-10-03T01:21:07.018Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
59332023-10-03T01:21:07.030Z Fresh curve25519-dalek v4.1.0
59342023-10-03T01:21:07.043Z Fresh elliptic-curve v0.13.5
59352023-10-03T01:21:07.056Z Fresh bindgen v0.65.1
59362023-10-03T01:21:07.067Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
59372023-10-03T01:21:07.080Z Fresh crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
59382023-10-03T01:21:07.100Z Fresh thiserror-no-std v2.0.2
59392023-10-03T01:21:07.126Z Fresh aes-gcm-siv v0.11.1
59402023-10-03T01:21:07.138Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
59412023-10-03T01:21:07.147Z Fresh derive_builder_core v0.12.0
59422023-10-03T01:21:07.581Z Fresh trust-dns-server v0.22.1
59432023-10-03T01:21:07.594Z Fresh sled v0.34.7
59442023-10-03T01:21:07.607Z Fresh tokio-tungstenite v0.17.2
59452023-10-03T01:21:07.615Z Fresh oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59462023-10-03T01:21:07.621Z Fresh portable-atomic v1.4.3
59472023-10-03T01:21:07.628Z Fresh poly1305 v0.8.0
59482023-10-03T01:21:07.635Z Fresh env_logger v0.9.3
59492023-10-03T01:21:07.651Z Fresh signal-hook-tokio v0.3.1
59502023-10-03T01:21:08.082Z Fresh chacha20 v0.9.1
59512023-10-03T01:21:08.095Z Fresh bytesize v1.3.0
59522023-10-03T01:21:08.525Z Fresh async-recursion v1.0.5
59532023-10-03T01:21:08.556Z Fresh ref-cast-impl v1.0.20
59542023-10-03T01:21:08.583Z Fresh bitstruct_derive v0.1.0
59552023-10-03T01:21:08.606Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
59562023-10-03T01:21:08.615Z Fresh fs-err v2.9.0
59572023-10-03T01:21:08.629Z Fresh ringbuffer v0.14.2
59582023-10-03T01:21:08.651Z Fresh number_prefix v0.4.0
59592023-10-03T01:21:09.094Z Fresh pretty-hex v0.3.0
59602023-10-03T01:21:09.106Z Fresh ascii v1.1.0
59612023-10-03T01:21:09.120Z Fresh corncobs v0.1.3
59622023-10-03T01:21:09.131Z Fresh chacha20poly1305 v0.10.1
59632023-10-03T01:21:09.146Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
59642023-10-03T01:21:09.158Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
59652023-10-03T01:21:09.171Z Fresh indicatif v0.17.6
59662023-10-03T01:21:09.609Z Fresh crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
59672023-10-03T01:21:09.629Z Fresh ref-cast v1.0.20
59682023-10-03T01:21:09.632Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
59692023-10-03T01:21:09.635Z Fresh bitstruct v0.1.1
59702023-10-03T01:21:09.638Z Fresh derive_builder_macro v0.12.0
59712023-10-03T01:21:09.640Z Fresh mime_guess v2.0.4
59722023-10-03T01:21:09.643Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
59732023-10-03T01:21:09.647Z Fresh erased-serde v0.3.30
59742023-10-03T01:21:09.650Z Fresh vsss-rs v3.3.1
59752023-10-03T01:21:09.653Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
59762023-10-03T01:21:09.655Z Fresh dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59772023-10-03T01:21:09.658Z Fresh strum_macros v0.24.3
59782023-10-03T01:21:09.676Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
59792023-10-03T01:21:09.686Z Fresh const_format_proc_macros v0.2.31
59802023-10-03T01:21:10.111Z Fresh serde_arrays v0.1.0
59812023-10-03T01:21:10.117Z Fresh enum-iterator-derive v1.2.1
59822023-10-03T01:21:10.123Z Fresh indoc v1.0.9
59832023-10-03T01:21:10.130Z Fresh lalrpop-util v0.19.12
59842023-10-03T01:21:10.136Z Fresh polar-core v0.26.4
59852023-10-03T01:21:10.142Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
59862023-10-03T01:21:10.150Z Fresh const_format v0.2.31
59872023-10-03T01:21:10.156Z Fresh enum-iterator v1.4.1
59882023-10-03T01:21:10.162Z
59892023-10-03T01:21:10.168Z Fresh internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59902023-10-03T01:21:10.176Zrunning 0 tests
59912023-10-03T01:21:10.182Z Fresh derive_builder v0.12.0
59922023-10-03T01:21:10.189Z
59932023-10-03T01:21:10.198Z Fresh libxml v0.3.3
59942023-10-03T01:21:10.207Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59952023-10-03T01:21:10.215Z Fresh crossterm v0.27.0
59962023-10-03T01:21:10.242Z
59972023-10-03T01:21:10.249Z Fresh ron v0.7.1
59982023-10-03T01:21:10.257Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
59992023-10-03T01:21:10.263Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
60002023-10-03T01:21:10.270Z Fresh bb8 v0.8.1
60012023-10-03T01:21:10.684Z Fresh quick-xml v0.23.1
60022023-10-03T01:21:10.691Z Fresh oso-derive v0.26.4
60032023-10-03T01:21:10.700Z Fresh impl-trait-for-tuples v0.2.2
60042023-10-03T01:21:10.714Z Fresh maplit v1.0.2
60052023-10-03T01:21:10.730Z Fresh assert_matches v1.5.0
60062023-10-03T01:21:10.759Z Fresh http-range v0.1.5
60072023-10-03T01:21:10.822Z Fresh bit_field v0.10.2
60082023-10-03T01:21:10.839Z Fresh cassowary v0.3.0
60092023-10-03T01:21:10.852Z Fresh indoc v2.0.3
60102023-10-03T01:21:10.866Z Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
60112023-10-03T01:21:10.871Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087)
60122023-10-03T01:21:10.876Z Fresh oso v0.26.4
60132023-10-03T01:21:10.883Z Fresh hyper-staticfile v0.9.5
60142023-10-03T01:21:10.888Z Fresh propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
60152023-10-03T01:21:10.902Z Fresh ratatui v0.23.0
60162023-10-03T01:21:10.915Z
60172023-10-03T01:21:10.930Z Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
60182023-10-03T01:21:10.966Zrunning 0 tests
60192023-10-03T01:21:10.977Z Fresh cookie v0.16.2
60202023-10-03T01:21:11.001Z
60212023-10-03T01:21:11.012Z Fresh rtoolbox v0.0.1
60222023-10-03T01:21:11.020Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60232023-10-03T01:21:11.028Z Fresh vte_generate_state_changes v0.1.1
60242023-10-03T01:21:11.038Z
60252023-10-03T01:21:11.049Z Fresh os_str_bytes v6.5.1
60262023-10-03T01:21:11.066Z
60272023-10-03T01:21:11.094Z Fresh owo-colors v3.5.0
60282023-10-03T01:21:11.106Zrunning 3 tests
60292023-10-03T01:21:11.109Z Fresh plotters-backend v0.3.5
60302023-10-03T01:21:11.113Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
60312023-10-03T01:21:11.119Z Fresh tui-tree-widget v0.13.0
60322023-10-03T01:21:11.125Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
60332023-10-03T01:21:11.128Z Fresh vte v0.11.1
60342023-10-03T01:21:11.132Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
60352023-10-03T01:21:11.140Z Fresh rpassword v7.2.0
60362023-10-03T01:21:11.145Z
60372023-10-03T01:21:11.150Z Fresh plotters-svg v0.3.5
60382023-10-03T01:21:11.155Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
60392023-10-03T01:21:11.160Z Fresh clap_lex v0.2.4
60402023-10-03T01:21:11.171Z
60412023-10-03T01:21:11.597Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
60422023-10-03T01:21:11.604Z
60432023-10-03T01:21:11.610Z Fresh clap_derive v3.2.25
60442023-10-03T01:21:11.613Zrunning 0 tests
60452023-10-03T01:21:11.616Z Fresh cast v0.3.0
60462023-10-03T01:21:11.627Z
60472023-10-03T01:21:11.645Z Fresh shell-words v1.1.0
60482023-10-03T01:21:11.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60492023-10-03T01:21:11.669Z Fresh strip-ansi-escapes v0.2.0
60502023-10-03T01:21:11.675Z
60512023-10-03T01:21:11.681Z Fresh plotters v0.3.5
60522023-10-03T01:21:11.686Z Fresh crossterm v0.26.1
60532023-10-03T01:21:11.705Z Fresh criterion-plot v0.5.0
60542023-10-03T01:21:11.713Z Fresh clap v3.2.25
60552023-10-03T01:21:11.720Z Fresh tinytemplate v1.2.1
60562023-10-03T01:21:11.734Z Fresh fd-lock v3.0.13
60572023-10-03T01:21:11.744Z Fresh dashmap v5.5.1
60582023-10-03T01:21:11.749Z Fresh threadpool v1.8.1
60592023-10-03T01:21:11.758Z Fresh serial_test_derive v0.10.0
60602023-10-03T01:21:11.765Z Fresh pin-project-internal v1.1.3
60612023-10-03T01:21:11.769Z Fresh nanorand v0.7.0
60622023-10-03T01:21:11.771Z Fresh anes v0.1.6
60632023-10-03T01:21:11.774Z Fresh arrayvec v0.7.4
60642023-10-03T01:21:11.777Z Fresh relative-path v1.9.0
60652023-10-03T01:21:11.780Z Fresh arrayref v0.3.7
60662023-10-03T01:21:11.783Z Fresh nu-ansi-term v0.49.0
60672023-10-03T01:21:11.787Z Fresh yansi v0.5.1
60682023-10-03T01:21:11.792Z Fresh oorandom v11.1.3
60692023-10-03T01:21:11.795Z Fresh constant_time_eq v0.2.6
60702023-10-03T01:21:11.799Z Fresh libtest-mimic v0.5.2
60712023-10-03T01:21:11.802Z Fresh pin-project v1.1.3
60722023-10-03T01:21:11.806Z Fresh criterion v0.5.1
60732023-10-03T01:21:11.809Z Fresh pretty_assertions v1.4.0
60742023-10-03T01:21:11.813Z Fresh reedline v0.23.0
60752023-10-03T01:21:11.859Z Fresh blake2b_simd v1.0.1
60762023-10-03T01:21:11.869Z Fresh serial_test v0.10.0
60772023-10-03T01:21:11.890Z Fresh rstest_macros v0.18.2
60782023-10-03T01:21:11.914Z Fresh flume v0.11.0
60792023-10-03T01:21:11.955Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
60802023-10-03T01:21:11.978Z Fresh assert_cmd v2.0.12
60812023-10-03T01:21:11.993Z Fresh omicron-zone-package v0.8.3
60822023-10-03T01:21:12.018Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
60832023-10-03T01:21:12.046Z Fresh fatfs v0.3.6
60842023-10-03T01:21:12.063Z Fresh basic-toml v0.1.4
60852023-10-03T01:21:12.072Z Fresh rand v0.4.6
60862023-10-03T01:21:12.082Z Fresh remove_dir_all v0.5.3
60872023-10-03T01:21:12.091Z Fresh constant_time_eq v0.3.0
60882023-10-03T01:21:12.099Z Fresh futures-timer v3.0.2
60892023-10-03T01:21:12.108Z Fresh topological-sort v0.2.2
60902023-10-03T01:21:12.118Z Fresh rstest v0.18.2
60912023-10-03T01:21:12.126Z Fresh rust-argon2 v1.0.1
60922023-10-03T01:21:12.136Z Fresh tempdir v0.3.7
60932023-10-03T01:21:12.143Z Fresh trybuild v1.0.85
60942023-10-03T01:21:12.149Z Fresh datatest-stable v0.1.3
60952023-10-03T01:21:12.154Z Fresh partial-io v0.5.4
60962023-10-03T01:21:12.571Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
60972023-10-03T01:21:12.583Z Fresh httptest v0.15.4
60982023-10-03T01:21:12.598Z Fresh similar-asserts v1.5.0
60992023-10-03T01:21:12.614Z Fresh approx v0.5.1
61002023-10-03T01:21:12.629Z Fresh hex-literal v0.4.1
61012023-10-03T01:21:12.640Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
61022023-10-03T01:21:12.654Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
61032023-10-03T01:21:12.668Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
61042023-10-03T01:21:12.681Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
61052023-10-03T01:21:12.691Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
61062023-10-03T01:21:12.709Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
61072023-10-03T01:21:13.125Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
61082023-10-03T01:21:13.136Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
61092023-10-03T01:21:13.149Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
61102023-10-03T01:21:13.162Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
61112023-10-03T01:21:13.175Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client)
61122023-10-03T01:21:13.592Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
61132023-10-03T01:21:13.630Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
61142023-10-03T01:21:13.649Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
61152023-10-03T01:21:13.664Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
61162023-10-03T01:21:13.687Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
61172023-10-03T01:21:13.703Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
61182023-10-03T01:21:13.719Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client)
61192023-10-03T01:21:13.739Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
61202023-10-03T01:21:13.749Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
61212023-10-03T01:21:13.759Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
61222023-10-03T01:21:13.770Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
61232023-10-03T01:21:13.776Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client)
61242023-10-03T01:21:13.783Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
61252023-10-03T01:21:13.790Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
61262023-10-03T01:21:13.802Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
61272023-10-03T01:21:13.818Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
61282023-10-03T01:21:13.825Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client)
61292023-10-03T01:21:14.240Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
61302023-10-03T01:21:14.252Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
61312023-10-03T01:21:14.263Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
61322023-10-03T01:21:14.282Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
61332023-10-03T01:21:14.300Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
61342023-10-03T01:21:14.724Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
61352023-10-03T01:21:14.745Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
61362023-10-03T01:21:14.779Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
61372023-10-03T01:21:14.796Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
61382023-10-03T01:21:14.811Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
61392023-10-03T01:21:14.824Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
61402023-10-03T01:21:14.835Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
61412023-10-03T01:21:14.842Z
61422023-10-03T01:21:14.850Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
61432023-10-03T01:21:14.860Zrunning 0 tests
61442023-10-03T01:21:15.281Z Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
61452023-10-03T01:21:15.290Z
61462023-10-03T01:21:15.308Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
61472023-10-03T01:21:15.326Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61482023-10-03T01:21:15.331Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
61492023-10-03T01:21:15.336Z
61502023-10-03T01:21:15.343Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
61512023-10-03T01:21:15.349Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
61522023-10-03T01:21:15.355Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
61532023-10-03T01:21:15.361Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
61542023-10-03T01:21:15.366Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
61552023-10-03T01:21:15.378Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
61562023-10-03T01:21:15.387Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
61572023-10-03T01:21:15.403Z Finished test [unoptimized + debuginfo] target(s) in 20.00s
61582023-10-03T01:21:15.409Z Doc-tests authz-macros
61592023-10-03T01:21:15.413Z 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-5e2430900a8ac2e1.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-90d0f81a7636fec6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
61602023-10-03T01:21:15.417Z Doc-tests bootstore
61612023-10-03T01:21:15.422Z 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-40807f0ffa3fbb6f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-8068ddbfa021534a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd25faf12858c3f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4817170793adc505.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61622023-10-03T01:21:15.428Z
61632023-10-03T01:21:15.432Z Doc-tests bootstrap-agent-client
61642023-10-03T01:21:15.439Zrunning 0 tests
61652023-10-03T01:21:15.443Z 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-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-72ec0da821afa678.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
61662023-10-03T01:21:15.449Z
61672023-10-03T01:21:15.455Z Doc-tests db-macros
61682023-10-03T01:21:15.459Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61692023-10-03T01:21:15.465Z 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-9a9fb7f40ff09ffd.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-90d0f81a7636fec6.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-df8bd7e6e160dfc0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
61702023-10-03T01:21:15.471Z
61712023-10-03T01:21:15.478Z Doc-tests ddm-admin-client
61722023-10-03T01:21:15.491Z 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-497e0f319f47e7a5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-15905a5a644b0390.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib -C embed-bitcode=no -D warnings --error-format human`
61732023-10-03T01:21:15.500Z Doc-tests dns-server
61742023-10-03T01:21:15.513Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-212f198cc036b21a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-efc91c4215267f9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
61752023-10-03T01:21:15.519Z Doc-tests dns-service-client
61762023-10-03T01:21:16.357Z 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-65f0a5b9aa27f6b0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
61772023-10-03T01:21:16.373Z Doc-tests dpd-client
61782023-10-03T01:21:16.391Z 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-65f0a5b9aa27f6b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f043e3cf2c64f0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-15905a5a644b0390.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
61792023-10-03T01:21:16.420Z
61802023-10-03T01:21:16.468Zrunning 0 tests
61812023-10-03T01:21:16.507Z
61822023-10-03T01:21:16.521Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61832023-10-03T01:21:16.538Z
61842023-10-03T01:21:16.554Z Doc-tests gateway-client
61852023-10-03T01:21:16.577Z 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-65f0a5b9aa27f6b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
61862023-10-03T01:21:16.592Z
61872023-10-03T01:21:16.606Zrunning 0 tests
61882023-10-03T01:21:16.619Z
61892023-10-03T01:21:17.043Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61902023-10-03T01:21:17.048Z
61912023-10-03T01:21:17.052Z Doc-tests gateway-test-utils
61922023-10-03T01:21:17.057Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f31beb5e0a43ed16.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-997aec910a10ca90.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e3024c55992dd6de.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
61932023-10-03T01:21:17.132Z
61942023-10-03T01:21:17.145Zrunning 0 tests
61952023-10-03T01:21:17.156Z
61962023-10-03T01:21:17.185Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61972023-10-03T01:21:17.196Z
61982023-10-03T01:21:17.205Z Doc-tests illumos-utils
61992023-10-03T01:21:17.212Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-d6747a67eb12a775.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-06dfca46eba4276e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-43f7d35b16a38cc2.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-96ba65ce4e879ce4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a5846f77ae586a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e2591b0dad99b00b.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' -D warnings --error-format human`
62002023-10-03T01:21:18.697Z
62012023-10-03T01:21:18.712Zrunning 0 tests
62022023-10-03T01:21:18.725Z
62032023-10-03T01:21:18.748Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62042023-10-03T01:21:18.768Z
62052023-10-03T01:21:18.789Z Doc-tests installinator
62062023-10-03T01:21:19.234Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-a1adce0e8d883411.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-497e0f319f47e7a5.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-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-42aa9eacb4dc6cb5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-15f3d31ef40599d2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-85cbffaa3092387a.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-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.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-5df601c68c742a31.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-15905a5a644b0390.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd25faf12858c3f3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-a5846f77ae586a33.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80727f9019f98b7f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62072023-10-03T01:21:19.667Z
62082023-10-03T01:21:19.677Zrunning 0 tests
62092023-10-03T01:21:19.685Z
62102023-10-03T01:21:19.695Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62112023-10-03T01:21:19.707Z
62122023-10-03T01:21:19.713Z Doc-tests installinator-artifact-client
62132023-10-03T01:21:19.723Z 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-15f3d31ef40599d2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62142023-10-03T01:21:21.047Z
62152023-10-03T01:21:21.060Zrunning 0 tests
62162023-10-03T01:21:21.069Z
62172023-10-03T01:21:21.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62182023-10-03T01:21:21.132Z
62192023-10-03T01:21:21.138Z Doc-tests installinator-artifactd
62202023-10-03T01:21:21.146Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-2cab6caaeddf198e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62212023-10-03T01:21:21.629Z
62222023-10-03T01:21:21.633Zrunning 0 tests
62232023-10-03T01:21:21.636Z
62242023-10-03T01:21:21.639Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62252023-10-03T01:21:21.642Z
62262023-10-03T01:21:21.658Z Doc-tests installinator-common
62272023-10-03T01:21:21.662Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rlib -C embed-bitcode=no -D warnings --error-format human`
62282023-10-03T01:21:22.386Z
62292023-10-03T01:21:22.392Zrunning 0 tests
62302023-10-03T01:21:22.397Z
62312023-10-03T01:21:22.400Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62322023-10-03T01:21:22.403Z
62332023-10-03T01:21:22.415Z Doc-tests internal-dns
62342023-10-03T01:21:22.420Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33e779dc87312514.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62352023-10-03T01:21:23.152Z
62362023-10-03T01:21:23.386Zrunning 0 tests
62372023-10-03T01:21:23.575Z
62382023-10-03T01:21:23.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62392023-10-03T01:21:23.674Z
62402023-10-03T01:21:24.121Z Doc-tests ipcc-key-value
62412023-10-03T01:21:24.832Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc_key_value --test ipcc-key-value/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc-key-value -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-85cbffaa3092387a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd25faf12858c3f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62422023-10-03T01:21:24.837Z
62432023-10-03T01:21:24.840Zrunning 0 tests
62442023-10-03T01:21:24.843Z
62452023-10-03T01:21:24.847Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62462023-10-03T01:21:24.850Z
62472023-10-03T01:21:24.853Z Doc-tests key-manager
62482023-10-03T01:21:24.856Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-582067a6fc922025.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -C embed-bitcode=no -D warnings --error-format human`
62492023-10-03T01:21:24.861Z
62502023-10-03T01:21:24.864Zrunning 0 tests
62512023-10-03T01:21:24.866Z
62522023-10-03T01:21:24.871Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62532023-10-03T01:21:24.874Z
62542023-10-03T01:21:24.877Z Doc-tests nexus-client
62552023-10-03T01:21:24.879Z 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-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62562023-10-03T01:21:26.699Z
62572023-10-03T01:21:27.114Zrunning 0 tests
62582023-10-03T01:21:27.118Z
62592023-10-03T01:21:27.124Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62602023-10-03T01:21:27.131Z
62612023-10-03T01:21:27.137Z Doc-tests nexus-db-model
62622023-10-03T01:21:27.142Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9a9fb7f40ff09ffd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-73d58108dc09a9af.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-85cccd65eaabdfa3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8bd06fa63c15b3aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7624efb9dae37d4d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e1e12d56de264b48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d016d35d9339b583.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
62632023-10-03T01:21:37.273Z
62642023-10-03T01:21:37.287Zrunning 2 tests
62652023-10-03T01:21:40.035Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
62662023-10-03T01:21:40.056Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
62672023-10-03T01:21:40.479Z
62682023-10-03T01:21:40.562Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.76s
62692023-10-03T01:21:40.577Z
62702023-10-03T01:21:40.590Z Doc-tests nexus-db-queries
62712023-10-03T01:21:40.602Z 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-7571014630a39f8b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5e2430900a8ac2e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-ad4558c468f5767d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9a9fb7f40ff09ffd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-73d58108dc09a9af.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-b066585546d96786.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3eeef74243757ceb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-85cccd65eaabdfa3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c44ad71374927048.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8bd06fa63c15b3aa.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66e4500b9d03643e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7624efb9dae37d4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dd810ab776f99b51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e95a7141bbca6c2f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.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-40e9a9a83c8b88f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d016d35d9339b583.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
62722023-10-03T01:21:43.225Z
62732023-10-03T01:21:44.073Zrunning 1 test
62742023-10-03T01:21:44.493Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
62752023-10-03T01:21:44.502Z
62762023-10-03T01:21:44.510Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
62772023-10-03T01:21:44.521Z
62782023-10-03T01:21:44.538Z Doc-tests nexus-defaults
62792023-10-03T01:21:44.544Z 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-94afb5431936cec3.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-8bd06fa63c15b3aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib -C embed-bitcode=no -D warnings --error-format human`
62802023-10-03T01:21:44.549Z
62812023-10-03T01:21:44.564Zrunning 0 tests
62822023-10-03T01:21:44.581Z
62832023-10-03T01:21:44.592Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62842023-10-03T01:21:44.598Z
62852023-10-03T01:21:44.604Z Doc-tests nexus-types
62862023-10-03T01:21:44.611Z 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-f11b4eabf9806a52.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.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-7624efb9dae37d4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d016d35d9339b583.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62872023-10-03T01:21:46.866Z
62882023-10-03T01:21:46.895Zrunning 0 tests
62892023-10-03T01:21:46.925Z
62902023-10-03T01:21:46.949Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62912023-10-03T01:21:47.392Z
62922023-10-03T01:21:47.425Z Doc-tests omicron-certificates
62932023-10-03T01:21:47.439Z 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-e1e12d56de264b48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib -C embed-bitcode=no -D warnings --error-format human`
62942023-10-03T01:21:47.450Z
62952023-10-03T01:21:47.467Zrunning 0 tests
62962023-10-03T01:21:47.946Z
62972023-10-03T01:21:50.049Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62982023-10-03T01:21:50.887Z
62992023-10-03T01:21:50.891Z Doc-tests omicron-common
63002023-10-03T01:21:50.897Z 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-f11b4eabf9806a52.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2c934cf7b7561081.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd25faf12858c3f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
63012023-10-03T01:21:50.908Z
63022023-10-03T01:21:50.914Zrunning 2 tests
63032023-10-03T01:21:50.918Ztest common/src/lib.rs - FileKv (line 57) ... ignored
63042023-10-03T01:21:57.520Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 456) ... ok
63052023-10-03T01:21:57.703Z
63062023-10-03T01:21:57.771Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 7.65s
63072023-10-03T01:21:57.894Z
63082023-10-03T01:21:57.937Z Doc-tests omicron-gateway
63092023-10-03T01:21:58.087Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-c336f805ebeb0504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-dd13f015496095eb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f31beb5e0a43ed16.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-85cbffaa3092387a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-997aec910a10ca90.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1a96415c01ad7f17.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e3024c55992dd6de.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5befc55ed23c5786.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
63102023-10-03T01:21:59.124Z
63112023-10-03T01:21:59.213Zrunning 0 tests
63122023-10-03T01:21:59.490Z
63132023-10-03T01:21:59.766Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63142023-10-03T01:21:59.903Z
63152023-10-03T01:22:00.867Z Doc-tests omicron-nexus
63162023-10-03T01:22:01.599Z 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-7571014630a39f8b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-ad4558c468f5767d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-485ae207bc428df5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-dc3ee660355839d1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2ddb3b348e66ca31.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-73d58108dc09a9af.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f043e3cf2c64f0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f31beb5e0a43ed16.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eef38ab40ac74d85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3eeef74243757ceb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-85cccd65eaabdfa3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c44ad71374927048.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8bd06fa63c15b3aa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5f76e95ac40538fe.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66e4500b9d03643e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0733d622f861e266.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7624efb9dae37d4d.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-373fc2ec0a979988.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7b45061254de7172.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dd810ab776f99b51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e95a7141bbca6c2f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b01eae32ddf5b3c9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9043137ab1ed63e4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d21f89857407fd27.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d6ddeb6a36162a99.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c379fb4b2f514de0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-69285a00ab8be006.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-15905a5a644b0390.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ac92abd3025e6a3a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.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-40e9a9a83c8b88f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c3da5786693aff56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.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-a455e46490f5db4c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d016d35d9339b583.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-79fdfec55eccaeac.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
63172023-10-03T01:22:03.358Z
63182023-10-03T01:22:04.039Zrunning 5 tests
63192023-10-03T01:22:06.158Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 226) ... ignored
63202023-10-03T01:22:06.240Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 560) ... ok
63212023-10-03T01:22:07.437Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 632) ... ok
63222023-10-03T01:22:09.311Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 538) ... ok
63232023-10-03T01:22:14.036Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 602) ... ok
63242023-10-03T01:22:27.583Z
63252023-10-03T01:22:28.247Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.18s
63262023-10-03T01:22:28.701Z
63272023-10-03T01:22:37.328Z Doc-tests omicron-package
63282023-10-03T01:22:38.332Z 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-0dbc73337a387043.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-ac39d53ac56deefb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-99ca6a7a155f4e88.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-5fdeba5095a92741.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-a5846f77ae586a33.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rlib -C embed-bitcode=no -D warnings --error-format human`
63292023-10-03T01:22:38.953Z
63302023-10-03T01:22:39.844Zrunning 0 tests
63312023-10-03T01:22:39.987Z
63322023-10-03T01:22:40.186Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63332023-10-03T01:22:40.784Z
63342023-10-03T01:22:40.879Z Doc-tests omicron-passwords
63352023-10-03T01:22:41.549Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-432d5da849165976.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-485ae207bc428df5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4968267b13c43711.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib -C embed-bitcode=no -D warnings --error-format human`
63362023-10-03T01:22:41.715Z
63372023-10-03T01:22:41.896Zrunning 0 tests
63382023-10-03T01:22:42.409Z
63392023-10-03T01:22:42.581Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63402023-10-03T01:22:42.771Z
63412023-10-03T01:22:42.907Z Doc-tests omicron-rpaths
63422023-10-03T01:22:42.985Z 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-4e2af2e572cf0b89.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib -C embed-bitcode=no -D warnings --error-format human`
63432023-10-03T01:22:43.437Z
63442023-10-03T01:22:43.682Zrunning 0 tests
63452023-10-03T01:22:43.884Z
63462023-10-03T01:22:44.000Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63472023-10-03T01:22:44.141Z
63482023-10-03T01:22:44.227Z Doc-tests omicron-sled-agent
63492023-10-03T01:22:44.275Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-40807f0ffa3fbb6f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-72ec0da821afa678.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-dc3ee660355839d1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d4908f9d605d6a.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-497e0f319f47e7a5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ed3a591acd2de1e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-634fa6274e42e00a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2f043e3cf2c64f0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-df5bcc9590363533.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-582067a6fc922025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dd810ab776f99b51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-43f7d35b16a38cc2.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-96ba65ce4e879ce4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c379fb4b2f514de0.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-e7cee1e7378d6e95.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ac92abd3025e6a3a.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-088e8f48440dd0ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8d692000bcfa2ff0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.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-a455e46490f5db4c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a5846f77ae586a33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-61245e22e6eb79fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5befc55ed23c5786.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e2591b0dad99b00b.rlib -C embed-bitcode=no -D warnings --error-format human`
63502023-10-03T01:22:44.304Z
63512023-10-03T01:22:44.327Zrunning 0 tests
63522023-10-03T01:22:44.353Z
63532023-10-03T01:22:44.365Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63542023-10-03T01:22:44.394Z
63552023-10-03T01:22:44.410Z Doc-tests omicron-test-utils
63562023-10-03T01:22:44.432Z 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-de857346a4753d4e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d79c389450e481aa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.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-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d7a19436e818340a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib -C embed-bitcode=no -D warnings --error-format human`
63572023-10-03T01:22:44.461Z
63582023-10-03T01:22:44.500Zrunning 0 tests
63592023-10-03T01:22:44.521Z
63602023-10-03T01:22:44.946Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63612023-10-03T01:22:44.956Z
63622023-10-03T01:22:44.966Z Doc-tests oxide-client
63632023-10-03T01:22:44.977Z 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-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b01eae32ddf5b3c9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
63642023-10-03T01:22:44.991Z
63652023-10-03T01:22:45.003Zrunning 149 tests
63662023-10-03T01:22:45.018Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
63672023-10-03T01:22:45.029Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
63682023-10-03T01:22:45.041Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
63692023-10-03T01:22:45.054Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
63702023-10-03T01:22:45.083Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
63712023-10-03T01:22:45.502Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
63722023-10-03T01:22:45.508Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_import_blocks_from_url (line 26) ... ignored
63732023-10-03T01:22:45.531Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
63742023-10-03T01:22:45.539Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
63752023-10-03T01:22:45.550Ztest oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
63762023-10-03T01:22:45.564Ztest oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
63772023-10-03T01:22:45.579Ztest oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
63782023-10-03T01:22:45.588Ztest oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
63792023-10-03T01:22:45.603Ztest oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
63802023-10-03T01:22:45.608Ztest oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
63812023-10-03T01:22:45.636Ztest oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
63822023-10-03T01:22:45.654Ztest oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
63832023-10-03T01:22:45.666Ztest oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
63842023-10-03T01:22:45.680Ztest oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
63852023-10-03T01:22:45.696Ztest oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
63862023-10-03T01:22:45.711Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
63872023-10-03T01:22:46.137Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
63882023-10-03T01:22:46.153Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
63892023-10-03T01:22:46.192Z Doc-tests oximeter
63902023-10-03T01:22:46.621Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
63912023-10-03T01:22:46.633Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e34ace3cae01a413.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8c162b328991ef1d.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-787d2e87b02d2b18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-dc3a1a6de352d027.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
63922023-10-03T01:22:46.645Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
63932023-10-03T01:22:46.662Z Doc-tests oximeter-client
63942023-10-03T01:22:46.668Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
63952023-10-03T01:22:46.685Z 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-65f0a5b9aa27f6b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9043137ab1ed63e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
63962023-10-03T01:22:46.703Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
63972023-10-03T01:22:46.721Z Doc-tests oximeter-collector
63982023-10-03T01:22:46.737Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
63992023-10-03T01:22:46.746Z 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 clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb2ee0e4a1e3cbbe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e5e0b3f4edf0d17f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d21f89857407fd27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
64002023-10-03T01:22:46.762Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
64012023-10-03T01:22:46.778Z Doc-tests oximeter-db
64022023-10-03T01:22:46.788Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
64032023-10-03T01:22:46.807Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.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-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d21f89857407fd27.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2d54999a263b728a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
64042023-10-03T01:22:46.823Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
64052023-10-03T01:22:46.833Z Doc-tests oximeter-instruments
64062023-10-03T01:22:46.845Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
64072023-10-03T01:22:46.866Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d6ddeb6a36162a99.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -D warnings --error-format human`
64082023-10-03T01:22:46.883Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
64092023-10-03T01:22:46.891Z Doc-tests oximeter-macro-impl
64102023-10-03T01:22:46.901Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
64112023-10-03T01:22:46.913Z 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-90d0f81a7636fec6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8c162b328991ef1d.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
64122023-10-03T01:22:46.947Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
64132023-10-03T01:22:47.388Z Doc-tests oximeter-producer
64142023-10-03T01:22:47.417Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
64152023-10-03T01:22:47.432Z 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 chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-101ed5b679b3c40c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c379fb4b2f514de0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
64162023-10-03T01:22:47.449Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
64172023-10-03T01:22:47.462Z Doc-tests sled-agent-client
64182023-10-03T01:22:47.478Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
64192023-10-03T01:22:47.481Z 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-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9d39f576111d07da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
64202023-10-03T01:22:47.501Ztest oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
64212023-10-03T01:22:47.510Z Doc-tests sled-hardware
64222023-10-03T01:22:48.024Ztest oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
64232023-10-03T01:22:48.059Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f8db91097aaf0b09.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-582067a6fc922025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-9198960e7c62598c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-06e4e3dcc76a6f59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8d692000bcfa2ff0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-61245e22e6eb79fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
64242023-10-03T01:22:48.496Ztest oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
64252023-10-03T01:22:48.933Z Doc-tests sp-sim
64262023-10-03T01:22:48.952Ztest oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
64272023-10-03T01:22:49.382Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-997aec910a10ca90.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e3024c55992dd6de.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-86c04f65e66bdc00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -C embed-bitcode=no -D warnings --error-format human`
64282023-10-03T01:22:49.389Ztest oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
64292023-10-03T01:22:49.396Z Doc-tests tufaceous
64302023-10-03T01:22:49.408Ztest oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
64312023-10-03T01:22:49.424Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e42993d6b57771df.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-382b7dffd50c7077.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-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b3ac4b7f59a6b2a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f705e3e1a96b6109.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80727f9019f98b7f.rlib -C embed-bitcode=no -D warnings --error-format human`
64322023-10-03T01:22:49.443Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
64332023-10-03T01:22:49.458Z Doc-tests tufaceous-lib
64342023-10-03T01:22:49.893Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
64352023-10-03T01:22:49.908Z 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-a1adce0e8d883411.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f523a89f6109928.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-74ce7e21408928b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-79fdfec55eccaeac.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80727f9019f98b7f.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`
64362023-10-03T01:22:49.925Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
64372023-10-03T01:22:49.945Z Doc-tests update-engine
64382023-10-03T01:22:49.959Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
64392023-10-03T01:22:49.973Z 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-a1adce0e8d883411.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196d58d1e0d9655b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
64402023-10-03T01:22:49.990Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
64412023-10-03T01:22:50.006Z Doc-tests wicket
64422023-10-03T01:22:50.023Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
64432023-10-03T01:22:50.053Z 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-a1adce0e8d883411.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1899625e43eab6b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.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-dd25faf12858c3f3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-83f8f85fdac4392f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-fe44fa17631b5963.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-9471e603c3c07df9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7846479718fe8b80.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7bba17b65bca6087.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d9175694bef252d0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -C embed-bitcode=no -D warnings --error-format human`
64442023-10-03T01:22:50.078Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
64452023-10-03T01:22:50.102Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
64462023-10-03T01:22:50.545Ztest oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
64472023-10-03T01:22:50.975Ztest oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
64482023-10-03T01:22:51.022Ztest oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
64492023-10-03T01:22:51.036Ztest oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
64502023-10-03T01:22:51.049Ztest oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
64512023-10-03T01:22:51.074Ztest oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
64522023-10-03T01:22:51.089Z Doc-tests wicket-common
64532023-10-03T01:22:51.107Ztest oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
64542023-10-03T01:22:51.148Z 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-cd60a1cfb0eb3165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-dbef2d1cf20de289.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7bba17b65bca6087.rlib -C embed-bitcode=no -D warnings --error-format human`
64552023-10-03T01:22:51.158Ztest oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
64562023-10-03T01:22:51.169Z Doc-tests wicket-dbg
64572023-10-03T01:22:51.176Ztest oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
64582023-10-03T01:22:51.184Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1899625e43eab6b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-83f8f85fdac4392f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-55a0823c8f3fa7e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7846479718fe8b80.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-640993fee0c6561c.rlib -C embed-bitcode=no -D warnings --error-format human`
64592023-10-03T01:22:51.196Ztest oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
64602023-10-03T01:22:51.210Ztest oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
64612023-10-03T01:22:51.223Ztest oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
64622023-10-03T01:22:51.228Ztest oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
64632023-10-03T01:22:51.234Ztest oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
64642023-10-03T01:22:51.240Ztest oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
64652023-10-03T01:22:51.246Ztest oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
64662023-10-03T01:22:51.250Ztest oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
64672023-10-03T01:22:51.309Ztest oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
64682023-10-03T01:22:51.332Ztest oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
64692023-10-03T01:22:51.349Ztest oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
64702023-10-03T01:22:51.366Ztest oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
64712023-10-03T01:22:51.378Ztest oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
64722023-10-03T01:22:51.811Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
64732023-10-03T01:22:51.830Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
64742023-10-03T01:22:51.846Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
64752023-10-03T01:22:51.861Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
64762023-10-03T01:22:51.886Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
64772023-10-03T01:22:51.900Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
64782023-10-03T01:22:51.916Z Doc-tests wicketd
64792023-10-03T01:22:52.434Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
64802023-10-03T01:22:53.122Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-72ec0da821afa678.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0dbc73337a387043.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-497e0f319f47e7a5.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-2f043e3cf2c64f0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-08c38ad0b60da81c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ef3792f35c5aa142.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-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cd60a1cfb0eb3165.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4bd62052e05353e2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f31beb5e0a43ed16.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-74ce7e21408928b1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d4353a8320751b90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-09f565e8d37395a3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-42aa9eacb4dc6cb5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-15f3d31ef40599d2.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-2cab6caaeddf198e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e1e12d56de264b48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-373fc2ec0a979988.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b9b8f815c94cc6b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-69949046be32a0c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4f74ee035243b54e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a455e46490f5db4c.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.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-dbef2d1cf20de289.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-586252121e607715.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8fe23bd50422b58b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9575e29858a1e4b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-79fdfec55eccaeac.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1fc4d4b81d389829.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f705e3e1a96b6109.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-80727f9019f98b7f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7bba17b65bca6087.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-fdb1769bac142691.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d9175694bef252d0.rlib -C embed-bitcode=no -D warnings --error-format human`
64812023-10-03T01:22:53.153Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
64822023-10-03T01:22:53.180Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
64832023-10-03T01:22:53.207Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
64842023-10-03T01:22:53.228Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
64852023-10-03T01:22:54.100Ztest oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
64862023-10-03T01:22:54.131Ztest oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
64872023-10-03T01:22:54.153Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
64882023-10-03T01:22:54.171Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
64892023-10-03T01:22:54.189Z Doc-tests wicketd-client
64902023-10-03T01:22:54.205Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
64912023-10-03T01:22:54.219Z 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-65f0a5b9aa27f6b0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d2f3a4b6867f3ff2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-94afb5431936cec3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-45a5c36390b9af39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e7cee1e7378d6e95.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a2844e8f82a53c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b2fa1c551a6a437.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9471e603c3c07df9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7bba17b65bca6087.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d9175694bef252d0.rlib -C embed-bitcode=no -D warnings --error-format human`
64922023-10-03T01:22:54.232Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
64932023-10-03T01:22:54.250Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
64942023-10-03T01:22:54.271Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
64952023-10-03T01:22:54.290Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
64962023-10-03T01:22:54.707Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
64972023-10-03T01:22:54.721Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
64982023-10-03T01:22:54.746Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
64992023-10-03T01:22:55.175Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
65002023-10-03T01:22:55.196Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
65012023-10-03T01:22:55.213Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
65022023-10-03T01:22:55.230Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
65032023-10-03T01:22:55.668Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
65042023-10-03T01:22:55.698Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
65052023-10-03T01:22:55.714Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
65062023-10-03T01:22:55.733Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
65072023-10-03T01:22:55.746Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
65082023-10-03T01:22:55.760Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
65092023-10-03T01:22:56.190Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
65102023-10-03T01:22:56.212Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
65112023-10-03T01:22:56.239Ztest oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
65122023-10-03T01:22:56.660Z
65132023-10-03T01:22:57.670Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
65142023-10-03T01:22:58.090Zreal 2:11.938305785
65152023-10-03T01:22:58.104Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
65162023-10-03T01:22:58.123Zuser 1:52.634841682
65172023-10-03T01:22:58.138Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
65182023-10-03T01:22:58.565Zsys 34.818718264
65192023-10-03T01:22:58.581Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
65202023-10-03T01:22:59.011Ztrap 0.020208925
65212023-10-03T01:22:59.023Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
65222023-10-03T01:22:59.451Ztflt 0.562476895
65232023-10-03T01:22:59.460Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
65242023-10-03T01:22:59.471Zdflt 3.186746959
65252023-10-03T01:22:59.489Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
65262023-10-03T01:22:59.503Zkflt 0.023026444
65272023-10-03T01:23:00.359Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
65282023-10-03T01:23:00.395Zlock 1:37.043019452
65292023-10-03T01:23:00.436Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
65302023-10-03T01:23:00.474Zslp 11:20.461159223
65312023-10-03T01:23:00.915Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
65322023-10-03T01:23:00.934Zlat 0.772197242
65332023-10-03T01:23:00.956Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
65342023-10-03T01:23:00.970Zstop 2.510072509
65352023-10-03T01:23:00.992Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
65362023-10-03T01:23:01.434Zfiles in /var/tmp/omicron_tmp (none expected on success):
65372023-10-03T01:23:01.888Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
65382023-10-03T01:23:01.913Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
65392023-10-03T01:23:01.938Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
65402023-10-03T01:23:01.977Ztest oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
65412023-10-03T01:23:02.003Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
65422023-10-03T01:23:02.432Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
65432023-10-03T01:23:02.460Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
65442023-10-03T01:23:02.486Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
65452023-10-03T01:23:02.516Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
65462023-10-03T01:23:02.548Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
65472023-10-03T01:23:02.575Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
65482023-10-03T01:23:03.028Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
65492023-10-03T01:23:03.087Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
65502023-10-03T01:23:03.127Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
65512023-10-03T01:23:03.159Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
65522023-10-03T01:23:03.213Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
65532023-10-03T01:23:03.692Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
65542023-10-03T01:23:03.736Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
65552023-10-03T01:23:03.778Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
65562023-10-03T01:23:03.854Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
65572023-10-03T01:23:03.906Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
65582023-10-03T01:23:04.344Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
65592023-10-03T01:23:04.365Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
65602023-10-03T01:23:04.382Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
65612023-10-03T01:23:04.398Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
65622023-10-03T01:23:04.457Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
65632023-10-03T01:23:04.960Ztest oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
65642023-10-03T01:23:04.976Z
65652023-10-03T01:23:04.992Ztest result: ok. 0 passed; 0 failed; 149 ignored; 0 measured; 0 filtered out; finished in 0.37s
65662023-10-03T01:23:05.048Z
65672023-10-03T01:23:05.062Z
65682023-10-03T01:23:05.089Zrunning 8 tests
65692023-10-03T01:23:05.105Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 65) - compile fail ... ok
65702023-10-03T01:23:05.123Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 138) - compile fail ... ok
65712023-10-03T01:23:05.140Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
65722023-10-03T01:23:05.156Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 117) ... ok
65732023-10-03T01:23:05.175Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 39) ... ok
65742023-10-03T01:23:05.199Zprocess exited: duration 3916386 ms, exit code 0
65752023-10-03T01:23:05.221Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
65762023-10-03T01:23:05.243Zexec warning: stdio descriptors remain open after task exit; waiting 60 seconds for them to close
65772023-10-03T01:23:05.263Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
65782023-10-03T01:23:05.283Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 308) ... ok
65792023-10-03T01:23:05.711Z
65802023-10-03T01:23:06.148Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.76s
65812023-10-03T01:23:06.191Z
65822023-10-03T01:23:06.206Z
65832023-10-03T01:23:06.225Zrunning 0 tests
65842023-10-03T01:23:06.241Z
65852023-10-03T01:23:06.267Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65862023-10-03T01:23:06.291Z
65872023-10-03T01:23:06.323Z
65882023-10-03T01:23:06.345Zrunning 0 tests
65892023-10-03T01:23:06.367Z
65902023-10-03T01:23:06.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65912023-10-03T01:23:06.852Z
65922023-10-03T01:23:06.870Z
65932023-10-03T01:23:06.881Zrunning 0 tests
65942023-10-03T01:23:06.895Z
65952023-10-03T01:23:06.911Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65962023-10-03T01:23:06.933Z
65972023-10-03T01:23:06.958Z
65982023-10-03T01:23:06.982Zrunning 0 tests
65992023-10-03T01:23:07.004Z
66002023-10-03T01:23:07.858Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66012023-10-03T01:23:07.884Z
66022023-10-03T01:23:08.320Z
66032023-10-03T01:23:08.340Zrunning 0 tests
66042023-10-03T01:23:08.359Z
66052023-10-03T01:23:09.237Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66062023-10-03T01:23:09.252Z
66072023-10-03T01:23:09.264Z
66082023-10-03T01:23:09.271Zrunning 0 tests
66092023-10-03T01:23:09.281Z
66102023-10-03T01:23:09.295Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66112023-10-03T01:23:09.308Z
66122023-10-03T01:23:09.319Z
66132023-10-03T01:23:09.335Zrunning 0 tests
66142023-10-03T01:23:09.347Z
66152023-10-03T01:23:09.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66162023-10-03T01:23:09.798Z
66172023-10-03T01:23:09.815Z
66182023-10-03T01:23:09.832Zrunning 0 tests
66192023-10-03T01:23:09.849Z
66202023-10-03T01:23:09.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66212023-10-03T01:23:09.900Z
66222023-10-03T01:23:10.330Z
66232023-10-03T01:23:10.772Zrunning 0 tests
66242023-10-03T01:23:14.579Z
66252023-10-03T01:23:14.591Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66262023-10-03T01:23:14.601Z
66272023-10-03T01:23:15.032Z
66282023-10-03T01:23:15.050Zrunning 0 tests
66292023-10-03T01:23:15.069Z
66302023-10-03T01:23:15.496Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66312023-10-03T01:23:15.923Z
66322023-10-03T01:23:15.941Z
66332023-10-03T01:23:15.961Zrunning 0 tests
66342023-10-03T01:23:15.977Z
66352023-10-03T01:23:15.993Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66362023-10-03T01:23:16.009Z
66372023-10-03T01:23:17.901Z
66382023-10-03T01:23:17.963Zrunning 3 tests
66392023-10-03T01:23:18.068Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
66402023-10-03T01:23:18.101Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
66412023-10-03T01:23:18.114Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
66422023-10-03T01:23:18.176Z
66432023-10-03T01:23:18.193Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
66442023-10-03T01:23:18.212Z
66452023-10-03T01:23:18.292Z
66462023-10-03T01:23:18.746Zrunning 0 tests
66472023-10-03T01:23:18.807Z
66482023-10-03T01:23:18.836Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66492023-10-03T01:23:18.906Z
66502023-10-03T01:23:19.557Z
66512023-10-03T01:23:19.785Zrunning 0 tests
66522023-10-03T01:23:20.005Z
66532023-10-03T01:23:20.145Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66542023-10-03T01:23:20.293Z
66552023-10-03T01:23:20.354Z
66562023-10-03T01:23:20.486Zrunning 0 tests
66572023-10-03T01:23:22.740Z
66582023-10-03T01:23:22.827Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66592023-10-03T01:23:22.966Z
66602023-10-03T01:23:23.487Z
66612023-10-03T01:23:23.610Zrunning 0 tests
66622023-10-03T01:23:23.726Z
66632023-10-03T01:23:24.525Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66642023-10-03T01:23:25.028Z
66652023-10-03T01:23:31.655Z
66662023-10-03T01:23:33.622Zrunning 0 tests
66672023-10-03T01:23:34.327Z
66682023-10-03T01:23:52.684Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66692023-10-03T01:23:53.464Z
66702023-10-03T01:23:53.862Z164200 11 drwxr-xr-x 2 build build 2 Oct 3 01:22 /var/tmp/omicron_tmp
 
66712023-10-03T01:23:54.637Zfound 0 output files