01HE753E1D1XH8YG6AFH43BHJD: 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: 01HE753SN84TK43488R5HKP706

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-02T04:37:55.940Zjob assigned to worker 01HE753YFQBZB6H5EFPFWTNXND (queued for 1 m 1 s)
 
22023-11-02T04:37:56.010Zstarting task 0: "setup"
32023-11-02T04:37:56.098Z++ uname -s
42023-11-02T04:37:56.106Z+ kern=SunOS
52023-11-02T04:37:56.111Z+ case "$kern" in
62023-11-02T04:37:56.121Z+ groupadd -g 12345 build
72023-11-02T04:37:56.126Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-02T04:37:58.100Z+ zfs create -o mountpoint=/work rpool/work
92023-11-02T04:37:58.223Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-02T04:37:58.226Z+ home_fs=zfs
112023-11-02T04:37:58.229Z+ [[ zfs == autofs ]]
122023-11-02T04:37:58.232Z+ mkdir -p /home/build
132023-11-02T04:37:58.234Z+ chown build:build /home/build /work
142023-11-02T04:38:00.237Z+ chmod 0700 /home/build /work
152023-11-02T04:38:00.251Zprocess exited: duration 4222 ms, exit code 0
 
162023-11-02T04:38:00.280Zstarting task 1: "rust-toolchain"
172023-11-02T04:38:00.314Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-02T04:38:00.337Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-02T04:38:00.485Zinfo: downloading installer
202023-11-02T04:38:02.710Zwarning: it looks like you have an existing installation of Rust at:
212023-11-02T04:38:02.717Zwarning: /opt/ooce/bin
222023-11-02T04:38:02.724Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-02T04:38:02.739Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-02T04:38:02.749Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-02T04:38:02.757Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-02T04:38:02.765Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-02T04:38:02.772Zerror: cannot install while Rust is installed
282023-11-02T04:38:02.779Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-02T04:38:02.795Zinfo: profile set to 'default'
302023-11-02T04:38:02.803Zinfo: default host triple is x86_64-unknown-illumos
312023-11-02T04:38:02.811Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-02T04:38:02.985Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-02T04:38:02.994Zinfo: downloading component 'cargo'
342023-11-02T04:38:03.774Zinfo: downloading component 'clippy'
352023-11-02T04:38:04.053Zinfo: downloading component 'rust-docs'
362023-11-02T04:38:05.065Zinfo: downloading component 'rust-std'
372023-11-02T04:38:06.868Zinfo: downloading component 'rustc'
382023-11-02T04:38:11.448Zinfo: downloading component 'rustfmt'
392023-11-02T04:38:11.520Zinfo: installing component 'cargo'
402023-11-02T04:38:13.360Zinfo: installing component 'clippy'
412023-11-02T04:38:13.593Zinfo: installing component 'rust-docs'
422023-11-02T04:38:16.348Zinfo: installing component 'rust-std'
432023-11-02T04:38:19.445Zinfo: installing component 'rustc'
442023-11-02T04:38:26.219Zinfo: installing component 'rustfmt'
452023-11-02T04:38:26.715Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-02T04:38:27.130Z
472023-11-02T04:38:27.141Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-02T04:38:27.156Z
492023-11-02T04:38:27.165Z
502023-11-02T04:38:27.214ZRust is installed now. Great!
512023-11-02T04:38:27.219Z
522023-11-02T04:38:27.226ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-02T04:38:27.233Zenvironment variable. This has not been done automatically.
542023-11-02T04:38:27.248Z
552023-11-02T04:38:27.265ZTo configure your current shell, run:
562023-11-02T04:38:27.275Zsource "$HOME/.cargo/env"
572023-11-02T04:38:27.284Z+ rustc --version
582023-11-02T04:38:27.292Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-02T04:38:27.300Zprocess exited: duration 26779 ms, exit code 0
 
602023-11-02T04:38:27.314Zstarting task 2: "authentication"
612023-11-02T04:38:27.371Zprocess exited: duration 40 ms, exit code 0
 
622023-11-02T04:38:27.815Zstarting task 3: "clone repository"
632023-11-02T04:38:27.852Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-02T04:38:27.870Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-02T04:38:27.908ZCloning into '/work/oxidecomputer/omicron'...
662023-11-02T04:38:35.580Z+ cd /work/oxidecomputer/omicron
672023-11-02T04:38:35.586Z+ [[ -n renovate/toml-0.x ]]
682023-11-02T04:38:35.597Z+ git fetch origin renovate/toml-0.x
692023-11-02T04:38:37.412ZFrom https://github.com/oxidecomputer/omicron
702023-11-02T04:38:37.444Z * branch renovate/toml-0.x -> FETCH_HEAD
712023-11-02T04:38:37.463Z+ git checkout -B renovate/toml-0.x remotes/origin/renovate/toml-0.x
722023-11-02T04:38:37.473ZSwitched to a new branch 'renovate/toml-0.x'
732023-11-02T04:38:37.490Zbranch 'renovate/toml-0.x' set up to track 'origin/renovate/toml-0.x'.
742023-11-02T04:38:37.500Z+ git reset --hard 62028649ec29ea537d939b2ca0a204536b2b3efa
752023-11-02T04:38:37.506ZHEAD is now at 62028649 chore(deps): update rust crate toml to 0.8.6
762023-11-02T04:38:37.512Zprocess exited: duration 8177 ms, exit code 0
 
772023-11-02T04:38:37.526Zstarting task 4: "build"
782023-11-02T04:38:37.546Z+ NEXTEST_VERSION=0.9.59
792023-11-02T04:38:37.553Z+ cargo --version
802023-11-02T04:38:37.652Zcargo 1.72.1 (103a7ff2e 2023-08-15)
812023-11-02T04:38:37.656Z+ rustc --version
822023-11-02T04:38:37.736Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
832023-11-02T04:38:37.744Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.59/illumos
842023-11-02T04:38:37.756Z+ gunzip
852023-11-02T04:38:37.767Z+ tar -xvf - -C /home/build/.cargo/bin
862023-11-02T04:38:39.043Zx cargo-nextest, 11418632 bytes, 22303 tape blocks
872023-11-02T04:38:39.098Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
882023-11-02T04:38:39.123Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
892023-11-02T04:38:39.139Ztests will store output in /var/tmp/omicron_tmp
902023-11-02T04:38:39.152Z+ mkdir /var/tmp/omicron_tmp
912023-11-02T04:38:39.162Z+ source ./env.sh
922023-11-02T04:38:39.176Z++ set -o xtrace
932023-11-02T04:38:39.222Z++++ dirname ./env.sh
942023-11-02T04:38:39.260Z+++ cd .
952023-11-02T04:38:39.307Z+++ echo /work/oxidecomputer/omicron
962023-11-02T04:38:39.333Z++ OMICRON_WS=/work/oxidecomputer/omicron
972023-11-02T04:38:39.341Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982023-11-02T04:38:39.345Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992023-11-02T04:38:39.357Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002023-11-02T04:38:39.821Z++ 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-11-02T04:38:39.856Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022023-11-02T04:38:39.894Z++ 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-11-02T04:38:39.923Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042023-11-02T04:38:39.966Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052023-11-02T04:38:39.986Z++ unset OMICRON_WS
1062023-11-02T04:38:40.001Z++ set +o xtrace
1072023-11-02T04:38:40.031Z
1082023-11-02T04:38:40.063Z ##### ##### ###### ##### ###### #### # # # #### #
1092023-11-02T04:38:40.111Z # # # # # # # # # # # # # # #
1102023-11-02T04:38:40.157Z # # # # ##### # # ##### # # # # # #### #
1112023-11-02T04:38:40.178Z ##### ##### # ##### # # # # # # # # #
1122023-11-02T04:38:40.210Z # # # # # # # # # # # # # # #
1132023-11-02T04:38:40.252Z # # # ###### # # ###### ### # #### # #### #
1142023-11-02T04:38:40.684Z
1152023-11-02T04:38:54.732Z Startup: Refreshing catalog 'helios-dev' ... Done
1162023-11-02T04:38:55.733Z Startup: Caching catalogs ... Done
1172023-11-02T04:39:00.426ZPlanning: Solver setup ... Done (4.392s)
1182023-11-02T04:39:00.532ZPlanning: Running solver ... Done (0.117s)
1192023-11-02T04:39:00.583ZPlanning: Finding local manifests ... Done (0.004s)
1202023-11-02T04:39:00.596ZPlanning: Fetching manifests: 0/4 0% complete
1212023-11-02T04:39:00.992ZPlanning: Fetching manifests: 4/4 100% complete
1222023-11-02T04:39:01.071ZPlanning: Package planning ... Done (0.082s)
1232023-11-02T04:39:01.572ZPlanning: Merging actions ... Done (0.085s)
1242023-11-02T04:39:02.417ZPlanning: Checking for conflicting actions ... Done (1.261s)
1252023-11-02T04:39:02.449ZPlanning: Consolidating action changes ... Done (0.017s)
1262023-11-02T04:39:12.407ZPlanning: Evaluating mediators ... Done (9.965s)
1272023-11-02T04:39:12.419ZPlanning: Planning completed in 16.62 seconds
1282023-11-02T04:39:13.906Z Packages to install: 4
1292023-11-02T04:39:13.909Z Mediators to change: 2
1302023-11-02T04:39:13.912Z Services to change: 1
1312023-11-02T04:39:13.914Z Estimated space available: 149.38 GB
1322023-11-02T04:39:13.917ZEstimated space to be consumed: 1.37 GB
1332023-11-02T04:39:13.920Z Create boot environment: No
1342023-11-02T04:39:13.923ZCreate backup boot environment: No
1352023-11-02T04:39:13.925Z Rebuild boot archive: No
1362023-11-02T04:39:13.928Z
1372023-11-02T04:39:13.931ZChanged mediators:
1382023-11-02T04:39:13.933Z mediator clang:
1392023-11-02T04:39:13.936Z version: None -> 15 (system default)
1402023-11-02T04:39:13.939Z
1412023-11-02T04:39:13.942Z mediator llvm:
1422023-11-02T04:39:13.945Z version: 14 (system default) -> 15 (system default)
1432023-11-02T04:39:13.948Z
1442023-11-02T04:39:13.951ZChanged packages:
1452023-11-02T04:39:13.953Zhelios-dev
1462023-11-02T04:39:13.956Z developer/build-essential
1472023-11-02T04:39:13.960Z None -> 11-2.0
1482023-11-02T04:39:13.964Z library/libxmlsec1
1492023-11-02T04:39:13.967Z None -> 1.2.35-2.0
1502023-11-02T04:39:13.970Z ooce/developer/clang-15
1512023-11-02T04:39:13.973Z None -> 15.0.7-2.0
1522023-11-02T04:39:13.976Z ooce/developer/llvm-15
1532023-11-02T04:39:13.978Z None -> 15.0.7-2.0
1542023-11-02T04:39:13.982Z
1552023-11-02T04:39:13.985ZServices:
1562023-11-02T04:39:13.988Z restart_fmri:
1572023-11-02T04:39:13.991Z svc:/system/update-man-index:default
1582023-11-02T04:39:14.418Z
1592023-11-02T04:39:14.454ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1602023-11-02T04:39:19.416ZDownload: 1353/3290 items 105.3/212.6MB 49% complete (21.6M/s)
1612023-11-02T04:39:24.789ZDownload: 3166/3290 items 146.6/212.6MB 68% complete (14.7M/s)
1622023-11-02T04:39:28.389ZDownload: Completed 212.60 MB in 14.01 seconds (15.2M/s)
1632023-11-02T04:39:29.289Z Actions: 1/3687 actions (Installing new actions)
1642023-11-02T04:39:44.201Z Actions: 2918/3687 actions (Installing new actions)
1652023-11-02T04:39:44.295Z Actions: Completed 3687 actions in 8.71 seconds.
1662023-11-02T04:39:44.487Z Done (0.150s)
1672023-11-02T04:39:44.650Z Done (0.000s)
1682023-11-02T04:39:44.716Z Done (0.197s)
1692023-11-02T04:39:46.928Z Done (8.662s)
1702023-11-02T04:39:47.272Z Done (0.249s)
1712023-11-02T04:39:47.286Z Done (0.000s)
1722023-11-02T04:39:47.503Z Done (0.000s)
1732023-11-02T04:39:48.221ZPlanning: Evaluating mediator changes ... Done
1742023-11-02T04:39:48.511ZPlanning: Checking for conflicting actions ... Done
1752023-11-02T04:39:48.529ZPlanning: Consolidating action changes ... Done
1762023-11-02T04:39:48.954ZPlanning: Evaluating mediators ... Done
1772023-11-02T04:39:48.960ZPlanning: Planning completed in 0.74 seconds
1782023-11-02T04:39:49.012Z Mediators to change: 2
1792023-11-02T04:39:49.022Z Create boot environment: No
1802023-11-02T04:39:49.030ZCreate backup boot environment: No
1812023-11-02T04:39:49.104Z Done
1822023-11-02T04:39:49.122Z Done
1832023-11-02T04:39:49.253Z Done
1842023-11-02T04:39:55.074Z Done
1852023-11-02T04:39:55.194Z Done
1862023-11-02T04:39:55.197Z Done
1872023-11-02T04:39:55.303Z Done
1882023-11-02T04:39:56.444ZPlanning: Evaluating mediator changes ... Done
1892023-11-02T04:39:56.464ZPlanning: Merging actions ... Done
1902023-11-02T04:39:56.695ZPlanning: Checking for conflicting actions ... Done
1912023-11-02T04:39:56.702ZPlanning: Consolidating action changes ... Done
1922023-11-02T04:39:57.546ZPlanning: Evaluating mediators ... Done
1932023-11-02T04:39:57.553ZPlanning: Planning completed in 1.33 seconds
1942023-11-02T04:39:57.965Z Packages to change: 1
1952023-11-02T04:39:57.969Z Mediators to change: 1
1962023-11-02T04:39:57.983Z Services to change: 1
1972023-11-02T04:39:57.992Z Create boot environment: No
1982023-11-02T04:39:58.000ZCreate backup boot environment: Yes
1992023-11-02T04:39:59.309Z Actions: 1/6 actions (Updating modified actions)
2002023-11-02T04:39:59.312Z Actions: Completed 6 actions in 0.00 seconds.
2012023-11-02T04:39:59.315Z Done
2022023-11-02T04:39:59.318Z Done
2032023-11-02T04:39:59.361Z Done
2042023-11-02T04:40:05.335Z Done
2052023-11-02T04:40:05.464Z Done
2062023-11-02T04:40:05.469Z Done
2072023-11-02T04:40:05.568Z Done
2082023-11-02T04:40:06.252ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092023-11-02T04:40:06.259Zclang system 15 system
2102023-11-02T04:40:06.267Zcsh system system illumos
2112023-11-02T04:40:06.285Zctags system system illumos
2122023-11-02T04:40:06.297Zgcc vendor 12 vendor
2132023-11-02T04:40:06.303Zgcc system 10 system
2142023-11-02T04:40:06.313Zgcc system 7 system
2152023-11-02T04:40:06.385Zgo system 1.20 system
2162023-11-02T04:40:06.390Zgo system 1.19 system
2172023-11-02T04:40:06.393Zllvm system 15 system
2182023-11-02T04:40:06.396Zllvm system 14 system
2192023-11-02T04:40:06.402Zmariadb system 10.6 system
2202023-11-02T04:40:06.406Zmta vendor vendor dma
2212023-11-02T04:40:06.410Zopenjdk system 17 system
2222023-11-02T04:40:06.413Zopenjdk system 11 system
2232023-11-02T04:40:06.417Zopenjdk system 1.8 system
2242023-11-02T04:40:06.420Zopenssl vendor 3 vendor
2252023-11-02T04:40:06.424Zperl system 5.36 system
2262023-11-02T04:40:06.427Zpostgresql system 15 system
2272023-11-02T04:40:06.430Zpostgresql system 13 system
2282023-11-02T04:40:06.434Zpython vendor 3 vendor
2292023-11-02T04:40:06.438Zpython system 2 system
2302023-11-02T04:40:06.441Zpython3 system 3.11 system
2312023-11-02T04:40:06.444Zruby system 3.0 system
2322023-11-02T04:40:06.447Zwords vendor vendor american-english
2332023-11-02T04:40:06.450Zwords system system australian-english
2342023-11-02T04:40:06.453Zwords system system british-english
2352023-11-02T04:40:06.457Zwords system system canadian-english
2362023-11-02T04:40:06.461Zwords system system french
2372023-11-02T04:40:06.465Zwords system system italian
2382023-11-02T04:40:06.470Zwords system system ngerman
2392023-11-02T04:40:06.474Zwords system system ogerman
2402023-11-02T04:40:06.478Zwords system system spanish
2412023-11-02T04:40:06.800ZFMRI IFO
2422023-11-02T04:40:06.808Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432023-11-02T04:40:06.811Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442023-11-02T04:40:06.814Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452023-11-02T04:40:06.819Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2462023-11-02T04:40:06.822Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472023-11-02T04:40:06.825Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2482023-11-02T04:40:06.871Z+ set -o errexit
2492023-11-02T04:40:06.874Z+++ dirname ./tools/ci_download_cockroachdb
2502023-11-02T04:40:06.878Z++ cd ./tools
2512023-11-02T04:40:06.881Z++ pwd
2522023-11-02T04:40:06.884Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2532023-11-02T04:40:06.888Z++ basename ./tools/ci_download_cockroachdb
2542023-11-02T04:40:06.892Z+ ARG0=ci_download_cockroachdb
2552023-11-02T04:40:06.896Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2562023-11-02T04:40:06.899Z+ CIDL_VERSION=v22.1.9
2572023-11-02T04:40:06.902Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2582023-11-02T04:40:06.905Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2592023-11-02T04:40:06.910Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2602023-11-02T04:40:06.915Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2612023-11-02T04:40:06.920Z+ TARGET_DIR=out
2622023-11-02T04:40:06.926Z+ DOWNLOAD_DIR=out/downloads
2632023-11-02T04:40:06.932Z+ DEST_DIR=./out/cockroachdb
2642023-11-02T04:40:06.940Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2652023-11-02T04:40:06.944Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2662023-11-02T04:40:06.948Z+ main
2672023-11-02T04:40:06.951Z+ [[ 0 != 0 ]]
2682023-11-02T04:40:06.954Z+ CIDL_OS=solaris2.11
2692023-11-02T04:40:06.957Z+ [[ 0 != 0 ]]
2702023-11-02T04:40:06.961Z+ configure_os solaris2.11
2712023-11-02T04:40:06.965Z+ echo 'current directory: /work/oxidecomputer/omicron'
2722023-11-02T04:40:06.968Zcurrent directory: /work/oxidecomputer/omicron
2732023-11-02T04:40:06.971Z+ echo 'configuring based on OS: "solaris2.11"'
2742023-11-02T04:40:06.974Zconfiguring based on OS: "solaris2.11"
2752023-11-02T04:40:06.979Z+ case "$1" in
2762023-11-02T04:40:06.985Z+ CIDL_BUILD=illumos
2772023-11-02T04:40:06.999Z+ CIDL_SUFFIX=tar.gz
2782023-11-02T04:40:07.012Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2792023-11-02T04:40:07.020Z+ CIDL_MD5FUNC=do_md5sum
2802023-11-02T04:40:07.030Z+ CIDL_URL_BASE=https://illumos.org/downloads
2812023-11-02T04:40:07.036Z+ CIDL_ASSEMBLE=do_assemble_illumos
2822023-11-02T04:40:07.044Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2832023-11-02T04:40:07.050Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2842023-11-02T04:40:07.053Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852023-11-02T04:40:07.057Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2862023-11-02T04:40:07.063Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2872023-11-02T04:40:07.066Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2882023-11-02T04:40:07.071ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2892023-11-02T04:40:07.075Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2902023-11-02T04:40:07.078ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912023-11-02T04:40:07.084Z+ mkdir -p out/downloads
2922023-11-02T04:40:07.087Z+ mkdir -p ./out/cockroachdb
2932023-11-02T04:40:07.093Z+ local DO_DOWNLOAD=true
2942023-11-02T04:40:07.102Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2952023-11-02T04:40:07.108Z+ '[' true == true ']'
2962023-11-02T04:40:07.114Z+ echo Downloading...
2972023-11-02T04:40:07.120ZDownloading...
2982023-11-02T04:40:07.125Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992023-11-02T04:40:07.130Z+ 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
3002023-11-02T04:40:11.322Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012023-11-02T04:40:11.330Z++ md5sum
3022023-11-02T04:40:11.335Z++ awk '{print $1}'
3032023-11-02T04:40:11.507Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3042023-11-02T04:40:11.515Z+ [[ 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 ]]
3052023-11-02T04:40:11.522Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062023-11-02T04:40:11.529Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3072023-11-02T04:40:15.282Z+ do_assemble_illumos
3082023-11-02T04:40:15.289Z+ rm -r ./out/cockroachdb
3092023-11-02T04:40:15.299Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3102023-11-02T04:40:15.597Z+ ./out/cockroachdb/bin/cockroach version
3112023-11-02T04:40:15.901ZBuild Tag: v22.1.9-dirty
3122023-11-02T04:40:15.910ZBuild Time: 2022/10/26 21:17:46
3132023-11-02T04:40:15.928ZDistribution: OSS
3142023-11-02T04:40:15.942ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3152023-11-02T04:40:15.957ZGo Version: go1.17.13
3162023-11-02T04:40:15.970ZC Compiler: gcc 10.3.0
3172023-11-02T04:40:15.984ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3182023-11-02T04:40:16.004ZBuild Type: release
3192023-11-02T04:40:16.028Z+ set -o errexit
3202023-11-02T04:40:16.035Z+++ dirname ./tools/ci_download_clickhouse
3212023-11-02T04:40:16.062Z++ cd ./tools
3222023-11-02T04:40:16.067Z++ pwd
3232023-11-02T04:40:16.078Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3242023-11-02T04:40:16.085Z++ basename ./tools/ci_download_clickhouse
3252023-11-02T04:40:16.095Z+ ARG0=ci_download_clickhouse
3262023-11-02T04:40:16.105Z+ TARGET_DIR=out
3272023-11-02T04:40:16.118Z+ DOWNLOAD_DIR=out/downloads
3282023-11-02T04:40:16.133Z+ DEST_DIR=./out/clickhouse
3292023-11-02T04:40:16.550Z+ CIDL_VERSION=v22.8.9.24
3302023-11-02T04:40:16.567Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3312023-11-02T04:40:16.578Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3322023-11-02T04:40:17.003Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3332023-11-02T04:40:17.018Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3342023-11-02T04:40:17.028Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3352023-11-02T04:40:17.035Z+ main
3362023-11-02T04:40:17.044Z+ [[ 0 != 0 ]]
3372023-11-02T04:40:17.057Z+ CIDL_OS=solaris2.11
3382023-11-02T04:40:17.071Z+ [[ 0 != 0 ]]
3392023-11-02T04:40:17.084Z+ configure_os solaris2.11
3402023-11-02T04:40:17.498Z+ echo 'current directory: /work/oxidecomputer/omicron'
3412023-11-02T04:40:17.508Zcurrent directory: /work/oxidecomputer/omicron
3422023-11-02T04:40:17.520Z+ echo 'configuring based on OS: "solaris2.11"'
3432023-11-02T04:40:17.533Zconfiguring based on OS: "solaris2.11"
3442023-11-02T04:40:17.540Z+ CIDL_DASHREV=
3452023-11-02T04:40:17.544Z+ case "$1" in
3462023-11-02T04:40:17.548Z+ CIDL_PLATFORM=illumos
3472023-11-02T04:40:17.551Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3482023-11-02T04:40:17.554Z+ CIDL_MD5FUNC=do_md5sum
3492023-11-02T04:40:17.561Z+ CIDL_DASHREV=-1
3502023-11-02T04:40:17.564Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3512023-11-02T04:40:17.567Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3522023-11-02T04:40:17.570Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3532023-11-02T04:40:17.572Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3542023-11-02T04:40:17.576Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3552023-11-02T04:40:17.579ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3562023-11-02T04:40:17.582Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3572023-11-02T04:40:17.584ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3582023-11-02T04:40:17.587Z+ mkdir -p out/downloads
3592023-11-02T04:40:17.590Z+ mkdir -p ./out/clickhouse
3602023-11-02T04:40:17.593Z+ local DO_DOWNLOAD=true
3612023-11-02T04:40:17.597Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3622023-11-02T04:40:17.600Z+ '[' true == true ']'
3632023-11-02T04:40:17.603Z+ echo Downloading...
3642023-11-02T04:40:17.606ZDownloading...
3652023-11-02T04:40:17.608Z+ 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
3662023-11-02T04:40:17.611Z+ 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
3672023-11-02T04:40:20.520Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3682023-11-02T04:40:20.524Z++ md5sum
3692023-11-02T04:40:20.540Z++ awk '{print $1}'
3702023-11-02T04:40:20.797Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3712023-11-02T04:40:20.804Z+ [[ 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 ]]
3722023-11-02T04:40:20.811Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3732023-11-02T04:40:20.816Z+ mkdir -p ./out/clickhouse
3742023-11-02T04:40:20.819Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3752023-11-02T04:40:25.772Z+ ./out/clickhouse/clickhouse server --version
3762023-11-02T04:40:25.844ZClickHouse server version 22.8.9.1.
3772023-11-02T04:40:26.261Z+ set -o errexit
3782023-11-02T04:40:26.283Z+++ dirname ./tools/ci_download_console
3792023-11-02T04:40:26.291Z++ cd ./tools
3802023-11-02T04:40:26.302Z++ pwd
3812023-11-02T04:40:26.314Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3822023-11-02T04:40:26.323Z++ basename ./tools/ci_download_console
3832023-11-02T04:40:26.338Z+ ARG0=ci_download_console
3842023-11-02T04:40:26.349Z+ TARGET_DIR=out
3852023-11-02T04:40:26.357Z+ DOWNLOAD_DIR=out/downloads
3862023-11-02T04:40:26.362Z+ DEST_DIR=./out/console-assets
3872023-11-02T04:40:26.779Z+ source /work/oxidecomputer/omicron/tools/console_version
3882023-11-02T04:40:26.788Z++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128
3892023-11-02T04:40:26.798Z++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3902023-11-02T04:40:26.806Z+ URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3912023-11-02T04:40:26.814Z+ TARBALL_FILE=out/downloads/console.tar.gz
3922023-11-02T04:40:26.824Z+ main
3932023-11-02T04:40:26.831Z+ [[ 0 != 0 ]]
3942023-11-02T04:40:26.838Z+ echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz'
3952023-11-02T04:40:26.848ZURL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3962023-11-02T04:40:26.859Z+ echo 'Local file: out/downloads/console.tar.gz'
3972023-11-02T04:40:26.874ZLocal file: out/downloads/console.tar.gz
3982023-11-02T04:40:26.890Z+ local DO_DOWNLOAD=true
3992023-11-02T04:40:26.905Z+ [[ -f out/downloads/console.tar.gz ]]
4002023-11-02T04:40:26.912Z+ mkdir -p out/downloads
4012023-11-02T04:40:26.925Z+ '[' true == true ']'
4022023-11-02T04:40:26.934Z+ echo Downloading...
4032023-11-02T04:40:26.944ZDownloading...
4042023-11-02T04:40:26.953Z+ do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz
4052023-11-02T04:40:27.030Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
4062023-11-02T04:40:27.049Z++ do_sha256sum out/downloads/console.tar.gz
4072023-11-02T04:40:27.058Z++ case "$OSTYPE" in
4082023-11-02T04:40:27.069Z++ SHA=sha256sum
4092023-11-02T04:40:27.080Z++ sha256sum
4102023-11-02T04:40:27.084Z++ awk '{print $1}'
4112023-11-02T04:40:27.088Z+ calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
4122023-11-02T04:40:27.093Z+ [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]]
4132023-11-02T04:40:27.097Z+ rm -rf ./out/console-assets
4142023-11-02T04:40:27.102Z+ mkdir -p ./out/console-assets
4152023-11-02T04:40:27.106Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4162023-11-02T04:40:27.112Z+ mkdir -p ./out/console-assets
4172023-11-02T04:40:27.121Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4182023-11-02T04:40:27.136Z+ set -o errexit
4192023-11-02T04:40:27.141Z+++ dirname ./tools/ci_download_maghemite_openapi
4202023-11-02T04:40:27.152Z++ cd ./tools
4212023-11-02T04:40:27.157Z++ pwd
4222023-11-02T04:40:27.162Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4232023-11-02T04:40:27.166Z++ basename ./tools/ci_download_maghemite_openapi
4242023-11-02T04:40:27.170Z+ ARG0=ci_download_maghemite_openapi
4252023-11-02T04:40:27.174Z+ TARGET_DIR=out
4262023-11-02T04:40:27.178Z+ DOWNLOAD_DIR=out/downloads
4272023-11-02T04:40:27.182Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4282023-11-02T04:40:27.186Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
4292023-11-02T04:40:27.190Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4302023-11-02T04:40:27.195Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4312023-11-02T04:40:27.198Z+ LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4322023-11-02T04:40:27.203Z+ main
4332023-11-02T04:40:27.207Z+ [[ 0 != 0 ]]
4342023-11-02T04:40:27.213Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json'
4352023-11-02T04:40:27.217ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4362023-11-02T04:40:27.220Z+ echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4372023-11-02T04:40:27.223ZLocal file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4382023-11-02T04:40:27.227Z+ local DO_DOWNLOAD=true
4392023-11-02T04:40:27.230Z+ [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4402023-11-02T04:40:27.233Z+ mkdir -p out/downloads
4412023-11-02T04:40:27.237Z+ '[' true == true ']'
4422023-11-02T04:40:27.240Z+ echo Downloading...
4432023-11-02T04:40:27.243ZDownloading...
4442023-11-02T04:40:27.246Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4452023-11-02T04:40:27.249Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4462023-11-02T04:40:27.464Z++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4472023-11-02T04:40:27.468Z++ case "$OSTYPE" in
4482023-11-02T04:40:27.471Z++ SHA=sha256sum
4492023-11-02T04:40:27.477Z++ sha256sum
4502023-11-02T04:40:27.495Z++ awk '{print $1}'
4512023-11-02T04:40:27.506Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4522023-11-02T04:40:27.519Z+ [[ 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 ]]
4532023-11-02T04:40:27.529Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4542023-11-02T04:40:27.541Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
4552023-11-02T04:40:27.551Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4562023-11-02T04:40:27.563Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4572023-11-02T04:40:27.574Z+ LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4582023-11-02T04:40:27.585Z+ main
4592023-11-02T04:40:27.592Z+ [[ 0 != 0 ]]
4602023-11-02T04:40:27.605Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json'
4612023-11-02T04:40:27.611ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4622023-11-02T04:40:27.617Z+ echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4632023-11-02T04:40:27.622ZLocal file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4642023-11-02T04:40:27.634Z+ local DO_DOWNLOAD=true
4652023-11-02T04:40:27.638Z+ [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4662023-11-02T04:40:27.642Z+ mkdir -p out/downloads
4672023-11-02T04:40:27.646Z+ '[' true == true ']'
4682023-11-02T04:40:27.650Z+ echo Downloading...
4692023-11-02T04:40:27.653ZDownloading...
4702023-11-02T04:40:27.657Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4712023-11-02T04:40:27.661Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4722023-11-02T04:40:27.665Z++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4732023-11-02T04:40:27.668Z++ case "$OSTYPE" in
4742023-11-02T04:40:27.670Z++ SHA=sha256sum
4752023-11-02T04:40:27.673Z++ sha256sum
4762023-11-02T04:40:27.676Z++ awk '{print $1}'
4772023-11-02T04:40:27.679Z+ calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4782023-11-02T04:40:27.682Z+ [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]]
4792023-11-02T04:40:27.686Z+ set -o errexit
4802023-11-02T04:40:27.693Z+++ dirname ./tools/ci_download_dendrite_openapi
4812023-11-02T04:40:27.707Z++ cd ./tools
4822023-11-02T04:40:27.717Z++ pwd
4832023-11-02T04:40:27.741Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4842023-11-02T04:40:27.745Z++ basename ./tools/ci_download_dendrite_openapi
4852023-11-02T04:40:27.750Z+ ARG0=ci_download_dendrite_openapi
4862023-11-02T04:40:27.758Z+ TARGET_DIR=out
4872023-11-02T04:40:27.760Z+ DOWNLOAD_DIR=out/downloads
4882023-11-02T04:40:27.764Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4892023-11-02T04:40:27.767Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
4902023-11-02T04:40:27.770Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4912023-11-02T04:40:27.774Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4922023-11-02T04:40:27.777Z+ LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4932023-11-02T04:40:27.781Z+ main
4942023-11-02T04:40:27.785Z+ [[ 0 != 0 ]]
4952023-11-02T04:40:27.788Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json'
4962023-11-02T04:40:27.791ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4972023-11-02T04:40:27.794Z+ echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json'
4982023-11-02T04:40:27.800ZLocal file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4992023-11-02T04:40:27.803Z+ local DO_DOWNLOAD=true
5002023-11-02T04:40:27.807Z+ [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]]
5012023-11-02T04:40:27.811Z+ mkdir -p out/downloads
5022023-11-02T04:40:27.815Z+ '[' true == true ']'
5032023-11-02T04:40:27.820Z+ echo Downloading...
5042023-11-02T04:40:27.823ZDownloading...
5052023-11-02T04:40:27.827Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
5062023-11-02T04:40:27.831Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
5072023-11-02T04:40:27.858Z++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
5082023-11-02T04:40:27.862Z++ case "$OSTYPE" in
5092023-11-02T04:40:27.865Z++ SHA=sha256sum
5102023-11-02T04:40:27.869Z++ sha256sum
5112023-11-02T04:40:27.873Z++ awk '{print $1}'
5122023-11-02T04:40:27.877Z+ calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
5132023-11-02T04:40:27.881Z+ [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]]
5142023-11-02T04:40:27.886Z+ set -o errexit
5152023-11-02T04:40:27.890Z+++ dirname ./tools/ci_download_dendrite_stub
5162023-11-02T04:40:27.895Z++ cd ./tools
5172023-11-02T04:40:27.899Z++ pwd
5182023-11-02T04:40:27.904Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5192023-11-02T04:40:27.909Z++ basename ./tools/ci_download_dendrite_stub
5202023-11-02T04:40:27.913Z+ ARG0=ci_download_dendrite_stub
5212023-11-02T04:40:27.917Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5222023-11-02T04:40:27.921Z++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5232023-11-02T04:40:27.925Z++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea
5242023-11-02T04:40:27.940Z++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2
5252023-11-02T04:40:27.952Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5262023-11-02T04:40:28.370Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
5272023-11-02T04:40:28.792Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
5282023-11-02T04:40:28.802Z+ TARGET_DIR=out
5292023-11-02T04:40:28.811Z+ DOWNLOAD_DIR=out/downloads
5302023-11-02T04:40:28.820Z+ DEST_DIR=./out/dendrite-stub
5312023-11-02T04:40:28.829Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5322023-11-02T04:40:28.839Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5332023-11-02T04:40:28.848Z+ REPO=oxidecomputer/dendrite
5342023-11-02T04:40:28.857Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966
5352023-11-02T04:40:28.867Z+ main
5362023-11-02T04:40:28.876Z+ [[ 0 != 0 ]]
5372023-11-02T04:40:28.888Z+ CIDL_OS=solaris2.11
5382023-11-02T04:40:28.906Z+ [[ 0 != 0 ]]
5392023-11-02T04:40:28.916Z+ configure_os solaris2.11
5402023-11-02T04:40:28.926Z+ echo 'current directory: /work/oxidecomputer/omicron'
5412023-11-02T04:40:28.937Zcurrent directory: /work/oxidecomputer/omicron
5422023-11-02T04:40:28.944Z+ echo 'configuring based on OS: "solaris2.11"'
5432023-11-02T04:40:28.957Zconfiguring based on OS: "solaris2.11"
5442023-11-02T04:40:28.964Z+ case "$1" in
5452023-11-02T04:40:28.972Z+ SET_BINARIES=
5462023-11-02T04:40:28.982Z+ CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5472023-11-02T04:40:28.992Z+ CIDL_SHA256FUNC=do_sha256sum
5482023-11-02T04:40:29.003Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5492023-11-02T04:40:29.013Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5502023-11-02T04:40:29.028Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5512023-11-02T04:40:29.036Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz'
5522023-11-02T04:40:29.053ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5532023-11-02T04:40:29.068Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5542023-11-02T04:40:29.129ZLocal file: out/downloads/dendrite-stub.tar.gz
5552023-11-02T04:40:29.144Z+ mkdir -p out/downloads
5562023-11-02T04:40:29.152Z+ mkdir -p ./out/dendrite-stub
5572023-11-02T04:40:29.156Z+ fetch_and_verify
5582023-11-02T04:40:29.162Z+ local DO_DOWNLOAD=true
5592023-11-02T04:40:29.174Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5602023-11-02T04:40:29.179Z+ '[' true == true ']'
5612023-11-02T04:40:29.184Z+ echo Downloading...
5622023-11-02T04:40:29.189ZDownloading...
5632023-11-02T04:40:29.196Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5642023-11-02T04:40:29.204Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5652023-11-02T04:40:33.585Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5662023-11-02T04:40:33.588Z++ sha256sum
5672023-11-02T04:40:33.593Z++ awk '{print $1}'
5682023-11-02T04:40:33.797Z+ calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5692023-11-02T04:40:33.804Z+ [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]]
5702023-11-02T04:40:33.815Z+ do_untar out/downloads/dendrite-stub.tar.gz
5712023-11-02T04:40:33.827Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5722023-11-02T04:40:34.588Z+ do_assemble
5732023-11-02T04:40:34.592Z+ rm -r ./out/dendrite-stub
5742023-11-02T04:40:34.597Z+ mkdir ./out/dendrite-stub
5752023-11-02T04:40:34.601Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5762023-11-02T04:40:34.702Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5772023-11-02T04:40:34.714Z+ set -o errexit
5782023-11-02T04:40:34.717Z+++ dirname ./tools/ci_download_maghemite_mgd
5792023-11-02T04:40:34.720Z++ cd ./tools
5802023-11-02T04:40:34.723Z++ pwd
5812023-11-02T04:40:34.728Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5822023-11-02T04:40:34.731Z++ basename ./tools/ci_download_maghemite_mgd
5832023-11-02T04:40:34.734Z+ ARG0=ci_download_maghemite_mgd
5842023-11-02T04:40:34.737Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5852023-11-02T04:40:34.740Z++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
5862023-11-02T04:40:34.743Z++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73
5872023-11-02T04:40:34.751Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5882023-11-02T04:40:34.754Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5892023-11-02T04:40:34.757Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
5902023-11-02T04:40:34.760Z+ TARGET_DIR=out
5912023-11-02T04:40:34.777Z+ DOWNLOAD_DIR=out/downloads
5922023-11-02T04:40:34.789Z+ DEST_DIR=./out/mgd
5932023-11-02T04:40:34.798Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5942023-11-02T04:40:34.803Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5952023-11-02T04:40:34.806Z+ REPO=oxidecomputer/maghemite
5962023-11-02T04:40:34.809Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5972023-11-02T04:40:34.812Z+ main
5982023-11-02T04:40:34.815Z+ [[ 0 != 0 ]]
5992023-11-02T04:40:34.818Z+ CIDL_OS=solaris2.11
6002023-11-02T04:40:34.821Z+ [[ 0 != 0 ]]
6012023-11-02T04:40:34.824Z+ configure_os solaris2.11
6022023-11-02T04:40:34.828Z+ echo 'current directory: /work/oxidecomputer/omicron'
6032023-11-02T04:40:34.831Zcurrent directory: /work/oxidecomputer/omicron
6042023-11-02T04:40:34.835Z+ echo 'configuring based on OS: "solaris2.11"'
6052023-11-02T04:40:34.840Zconfiguring based on OS: "solaris2.11"
6062023-11-02T04:40:34.843Z+ case "$1" in
6072023-11-02T04:40:34.846Z+ SET_BINARIES=
6082023-11-02T04:40:34.849Z+ CIDL_SHA256FUNC=do_sha256sum
6092023-11-02T04:40:34.852Z+ TARBALL_FILENAME=mgd.tar.gz
6102023-11-02T04:40:34.854Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
6112023-11-02T04:40:34.858Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6122023-11-02T04:40:34.864Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz'
6132023-11-02T04:40:34.875ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
6142023-11-02T04:40:34.890Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6152023-11-02T04:40:34.912ZLocal file: out/downloads/mgd.tar.gz
6162023-11-02T04:40:34.918Z+ mkdir -p out/downloads
6172023-11-02T04:40:34.923Z+ mkdir -p ./out/mgd
6182023-11-02T04:40:34.927Z+ fetch_and_verify
6192023-11-02T04:40:34.931Z+ local DO_DOWNLOAD=true
6202023-11-02T04:40:34.935Z+ [[ -f out/downloads/mgd.tar.gz ]]
6212023-11-02T04:40:34.938Z+ '[' true == true ']'
6222023-11-02T04:40:34.941Z+ echo Downloading...
6232023-11-02T04:40:34.944ZDownloading...
6242023-11-02T04:40:34.947Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz
6252023-11-02T04:40:34.951Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
6262023-11-02T04:40:42.593Z++ do_sha256sum out/downloads/mgd.tar.gz
6272023-11-02T04:40:42.620Z++ sha256sum
6282023-11-02T04:40:43.850Z++ awk '{print $1}'
6292023-11-02T04:40:43.854Z+ calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
6302023-11-02T04:40:43.857Z+ [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]]
6312023-11-02T04:40:43.859Z+ do_untar out/downloads/mgd.tar.gz
6322023-11-02T04:40:43.863Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6332023-11-02T04:40:43.868Z+ do_assemble
6342023-11-02T04:40:43.871Z+ rm -r ./out/mgd
6352023-11-02T04:40:43.873Z+ mkdir ./out/mgd
6362023-11-02T04:40:43.877Z+ cp -r out/downloads/root ./out/mgd/root
6372023-11-02T04:40:43.880Z+ set -o errexit
6382023-11-02T04:40:43.883Z+++ dirname ./tools/ci_download_transceiver_control
6392023-11-02T04:40:43.886Z++ cd ./tools
6402023-11-02T04:40:43.889Z++ pwd
6412023-11-02T04:40:43.893Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6422023-11-02T04:40:43.898Z++ basename ./tools/ci_download_transceiver_control
6432023-11-02T04:40:43.904Z+ ARG0=ci_download_transceiver_control
6442023-11-02T04:40:43.909Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6452023-11-02T04:40:43.912Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6462023-11-02T04:40:43.917Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6472023-11-02T04:40:43.920Z+ TARGET_DIR=out
6482023-11-02T04:40:43.922Z+ DOWNLOAD_DIR=out/downloads
6492023-11-02T04:40:43.925Z+ DEST_DIR=./out/transceiver-control
6502023-11-02T04:40:43.928Z+ BIN_DIR=/opt/oxide/bin
6512023-11-02T04:40:43.931Z+ BINARY=xcvradm
6522023-11-02T04:40:43.935Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6532023-11-02T04:40:43.938Z+ REPO=oxidecomputer/transceiver-control
6542023-11-02T04:40:43.942Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6552023-11-02T04:40:43.945Z+ main
6562023-11-02T04:40:43.948Z+ [[ 0 != 0 ]]
6572023-11-02T04:40:43.952Z+ CIDL_OS=solaris2.11
6582023-11-02T04:40:43.956Z+ [[ 0 != 0 ]]
6592023-11-02T04:40:43.960Z+ configure_os solaris2.11
6602023-11-02T04:40:43.964Z+ echo 'current directory: /work/oxidecomputer/omicron'
6612023-11-02T04:40:43.976Zcurrent directory: /work/oxidecomputer/omicron
6622023-11-02T04:40:43.984Z+ echo 'configuring based on OS: "solaris2.11"'
6632023-11-02T04:40:43.990Zconfiguring based on OS: "solaris2.11"
6642023-11-02T04:40:43.995Z+ case "$1" in
6652023-11-02T04:40:44.002Z+ SET_BINARIES=
6662023-11-02T04:40:44.007Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6672023-11-02T04:40:44.014Z+ CIDL_SHA256FUNC=do_sha256sum
6682023-11-02T04:40:44.020Z+ ARCHIVE_FILENAME=xcvradm.gz
6692023-11-02T04:40:44.026Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6702023-11-02T04:40:44.031Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6712023-11-02T04:40:44.037Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6722023-11-02T04:40:44.043ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6732023-11-02T04:40:44.048Z+ echo 'Local file: out/downloads/xcvradm.gz'
6742023-11-02T04:40:44.056ZLocal file: out/downloads/xcvradm.gz
6752023-11-02T04:40:44.063Z+ mkdir -p out/downloads
6762023-11-02T04:40:44.072Z+ mkdir -p ./out/transceiver-control
6772023-11-02T04:40:44.078Z+ fetch_and_verify
6782023-11-02T04:40:44.088Z+ local DO_DOWNLOAD=true
6792023-11-02T04:40:44.097Z+ [[ -f out/downloads/xcvradm.gz ]]
6802023-11-02T04:40:44.108Z+ '[' true == true ']'
6812023-11-02T04:40:44.121Z+ echo Downloading...
6822023-11-02T04:40:44.127ZDownloading...
6832023-11-02T04:40:44.138Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6842023-11-02T04:40:44.152Z+ 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
6852023-11-02T04:40:49.292Z++ do_sha256sum out/downloads/xcvradm.gz
6862023-11-02T04:40:49.309Z++ sha256sum
6872023-11-02T04:40:49.321Z++ awk '{print $1}'
6882023-11-02T04:40:49.338Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6892023-11-02T04:40:49.344Z+ [[ 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 ]]
6902023-11-02T04:40:49.353Z+ do_unpack out/downloads/xcvradm.gz
6912023-11-02T04:40:49.358Z+ mkdir -p out/downloads/root//opt/oxide/bin
6922023-11-02T04:40:49.366Z+ gzip -dc out/downloads/xcvradm.gz
6932023-11-02T04:40:49.396Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6942023-11-02T04:40:49.400Z+ do_assemble
6952023-11-02T04:40:49.411Z+ rm -r ./out/transceiver-control
6962023-11-02T04:40:49.419Z+ mkdir ./out/transceiver-control
6972023-11-02T04:40:49.426Z+ cp -r out/downloads/root ./out/transceiver-control/root
6982023-11-02T04:40:49.623ZAll builder prerequisites installed successfully, and PATH looks valid
6992023-11-02T04:40:49.628Z
7002023-11-02T04:40:49.633Zreal 2:10.447236565
7012023-11-02T04:40:49.637Zuser 52.332344403
7022023-11-02T04:40:49.640Zsys 10.266050527
7032023-11-02T04:40:49.650Ztrap 0.021080397
7042023-11-02T04:40:49.658Ztflt 0.484548406
7052023-11-02T04:40:49.662Zdflt 1.210779005
7062023-11-02T04:40:49.666Zkflt 0.399564271
7072023-11-02T04:40:49.674Zlock 2.199774482
7082023-11-02T04:40:49.677Zslp 4:08.392776862
7092023-11-02T04:40:49.680Zlat 3.342206955
7102023-11-02T04:40:49.683Zstop 0.084872948
7112023-11-02T04:40:49.686Z
7122023-11-02T04:40:49.688Z ##### # # # # #####
7132023-11-02T04:40:49.691Z # # # # # # # #
7142023-11-02T04:40:49.694Z ##### # # # # # #
7152023-11-02T04:40:49.696Z # # # # # # # #
7162023-11-02T04:40:49.699Z # # # # # # # #
7172023-11-02T04:40:49.702Z ##### #### # ###### #####
7182023-11-02T04:40:49.704Z
7192023-11-02T04:40:50.055Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7202023-11-02T04:40:50.850Z Updating crates.io index
7212023-11-02T04:40:50.855Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7222023-11-02T04:40:51.322Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7232023-11-02T04:40:53.329Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7242023-11-02T04:40:53.955Z Updating git repository `http://github.com/oxidecomputer/tofino`
7252023-11-02T04:40:54.785Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7262023-11-02T04:40:54.800Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7272023-11-02T04:40:54.910Z Updating git repository `https://github.com/oxidecomputer/propolis`
7282023-11-02T04:40:55.915Z Updating git repository `https://github.com/oxidecomputer/crucible`
7292023-11-02T04:40:57.658Z Updating git repository `https://github.com/oxidecomputer/opte`
7302023-11-02T04:40:58.631Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7312023-11-02T04:40:58.984Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7322023-11-02T04:40:59.296Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7332023-11-02T04:40:59.864Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7342023-11-02T04:41:00.286Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7352023-11-02T04:41:00.714Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7362023-11-02T04:41:01.150Z Updating git repository `https://github.com/njaremko/samael`
7372023-11-02T04:41:01.617Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7382023-11-02T04:41:02.339Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7392023-11-02T04:41:03.735Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7402023-11-02T04:41:04.063Z Updating git repository `https://github.com/jgallagher/nix`
7412023-11-02T04:41:05.344Z Updating git repository `https://github.com/cbiffle/hubpack`
7422023-11-02T04:41:06.812Z Updating git repository `https://github.com/oxidecomputer/omicron`
7432023-11-02T04:41:17.966Z Updating git repository `https://github.com/oxidecomputer/rfb`
7442023-11-02T04:41:18.388Z Updating git repository `https://github.com/oxidecomputer/typify`
7452023-11-02T04:41:19.423Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7462023-11-02T04:41:19.825Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7472023-11-02T04:41:20.180Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7482023-11-02T04:41:21.765Z Downloading crates ...
7492023-11-02T04:41:22.010Z Downloaded camino v1.1.6
7502023-11-02T04:41:22.021Z Downloaded cc v1.0.83
7512023-11-02T04:41:22.032Z Downloaded bytecount v0.6.3
7522023-11-02T04:41:22.039Z Downloaded hubpack v0.1.2
7532023-11-02T04:41:22.048Z Downloaded httpdate v1.0.3
7542023-11-02T04:41:22.054Z Downloaded home v0.5.5
7552023-11-02T04:41:22.066Z Downloaded mime v0.3.17
7562023-11-02T04:41:22.075Z Downloaded mockall v0.11.4
7572023-11-02T04:41:22.081Z Downloaded new_debug_unreachable v1.0.4
7582023-11-02T04:41:22.091Z Downloaded hyper-rustls v0.24.2
7592023-11-02T04:41:22.109Z Downloaded rustc_version v0.4.0
7602023-11-02T04:41:22.113Z Downloaded iana-time-zone v0.1.57
7612023-11-02T04:41:22.117Z Downloaded rustc-hash v1.1.0
7622023-11-02T04:41:22.120Z Downloaded rayon-core v1.12.0
7632023-11-02T04:41:22.123Z Downloaded instant v0.1.12
7642023-11-02T04:41:22.126Z Downloaded constant_time_eq v0.3.0
7652023-11-02T04:41:22.129Z Downloaded is-terminal v0.4.9
7662023-11-02T04:41:22.131Z Downloaded inout v0.1.3
7672023-11-02T04:41:22.144Z Downloaded anstyle-query v1.0.0
7682023-11-02T04:41:22.160Z Downloaded const-oid v0.9.5
7692023-11-02T04:41:22.171Z Downloaded constant_time_eq v0.2.6
7702023-11-02T04:41:22.178Z Downloaded bitstruct_derive v0.1.0
7712023-11-02T04:41:22.184Z Downloaded array-init v0.0.4
7722023-11-02T04:41:22.196Z Downloaded atomic-waker v1.1.1
7732023-11-02T04:41:22.208Z Downloaded autocfg v1.1.0
7742023-11-02T04:41:22.219Z Downloaded base16ct v0.2.0
7752023-11-02T04:41:22.640Z Downloaded rpassword v7.2.0
7762023-11-02T04:41:22.667Z Downloaded lalrpop-util v0.19.12
7772023-11-02T04:41:22.675Z Downloaded memoffset v0.9.0
7782023-11-02T04:41:22.685Z Downloaded anyhow v1.0.75
7792023-11-02T04:41:22.694Z Downloaded addr2line v0.21.0
7802023-11-02T04:41:22.711Z Downloaded indexmap v1.9.3
7812023-11-02T04:41:22.721Z Downloaded managed v0.8.0
7822023-11-02T04:41:22.727Z Downloaded tower-service v0.3.2
7832023-11-02T04:41:22.735Z Downloaded anes v0.1.6
7842023-11-02T04:41:22.744Z Downloaded itoa v1.0.9
7852023-11-02T04:41:22.751Z Downloaded bytesize v1.3.0
7862023-11-02T04:41:22.760Z Downloaded time-core v0.1.1
7872023-11-02T04:41:22.770Z Downloaded base64ct v1.6.0
7882023-11-02T04:41:22.777Z Downloaded tinyvec_macros v0.1.1
7892023-11-02T04:41:22.797Z Downloaded foreign-types v0.5.0
7902023-11-02T04:41:23.208Z Downloaded serde_tokenstream v0.2.0
7912023-11-02T04:41:23.214Z Downloaded zone_cfg_derive v0.2.0
7922023-11-02T04:41:23.220Z Downloaded group v0.13.0
7932023-11-02T04:41:23.233Z Downloaded cargo_toml v0.16.3
7942023-11-02T04:41:23.241Z Downloaded zone v0.2.0
7952023-11-02T04:41:23.251Z Downloaded clap v4.4.3
7962023-11-02T04:41:23.259Z Downloaded structmeta v0.2.0
7972023-11-02T04:41:23.265Z Downloaded maybe-uninit v2.0.0
7982023-11-02T04:41:23.274Z Downloaded getrandom v0.2.10
7992023-11-02T04:41:23.280Z Downloaded tiny-keccak v2.0.2
8002023-11-02T04:41:23.287Z Downloaded dtrace-parser v0.1.14
8012023-11-02T04:41:23.294Z Downloaded futures-core v0.3.29
8022023-11-02T04:41:23.305Z Downloaded fixedbitset v0.4.2
8032023-11-02T04:41:23.318Z Downloaded same-file v1.0.6
8042023-11-02T04:41:23.338Z Downloaded postgres-types v0.2.6
8052023-11-02T04:41:23.349Z Downloaded backtrace v0.3.69
8062023-11-02T04:41:23.377Z Downloaded spki v0.7.2
8072023-11-02T04:41:23.388Z Downloaded number_prefix v0.4.0
8082023-11-02T04:41:23.466Z Downloaded scheduled-thread-pool v0.2.7
8092023-11-02T04:41:23.482Z Downloaded nodrop v0.1.14
8102023-11-02T04:41:23.499Z Downloaded string_cache v0.8.7
8112023-11-02T04:41:23.503Z Downloaded aho-corasick v1.0.4
8122023-11-02T04:41:23.513Z Downloaded strsim v0.8.0
8132023-11-02T04:41:23.526Z Downloaded strip-ansi-escapes v0.2.0
8142023-11-02T04:41:23.530Z Downloaded curve25519-dalek-derive v0.1.0
8152023-11-02T04:41:23.534Z Downloaded num_enum v0.5.11
8162023-11-02T04:41:23.539Z Downloaded tokio-macros v2.1.0
8172023-11-02T04:41:23.543Z Downloaded radium v0.7.0
8182023-11-02T04:41:23.549Z Downloaded rand v0.4.6
8192023-11-02T04:41:23.557Z Downloaded resolv-conf v0.7.0
8202023-11-02T04:41:23.564Z Downloaded shlex v1.1.0
8212023-11-02T04:41:23.571Z Downloaded serial_test v0.10.0
8222023-11-02T04:41:23.578Z Downloaded slog-json v2.6.1
8232023-11-02T04:41:23.597Z Downloaded foreign-types-shared v0.1.1
8242023-11-02T04:41:23.602Z Downloaded waitgroup v0.1.2
8252023-11-02T04:41:23.605Z Downloaded predicates-core v1.0.6
8262023-11-02T04:41:23.609Z Downloaded crossbeam v0.8.2
8272023-11-02T04:41:23.613Z Downloaded foreign-types v0.3.2
8282023-11-02T04:41:23.616Z Downloaded slog-envlogger v2.2.0
8292023-11-02T04:41:23.620Z Downloaded normalize-line-endings v0.3.0
8302023-11-02T04:41:23.623Z Downloaded foreign-types-shared v0.3.1
8312023-11-02T04:41:23.626Z Downloaded usdt-attr-macro v0.3.5
8322023-11-02T04:41:23.629Z Downloaded tempdir v0.3.7
8332023-11-02T04:41:23.633Z Downloaded phf_shared v0.10.0
8342023-11-02T04:41:23.636Z Downloaded num-derive v0.4.0
8352023-11-02T04:41:23.639Z Downloaded deranged v0.3.8
8362023-11-02T04:41:23.642Z Downloaded vec_map v0.8.2
8372023-11-02T04:41:23.645Z Downloaded dashmap v5.5.1
8382023-11-02T04:41:23.649Z Downloaded headers v0.3.9
8392023-11-02T04:41:23.652Z Downloaded errno v0.3.2
8402023-11-02T04:41:23.657Z Downloaded fxhash v0.2.1
8412023-11-02T04:41:23.660Z Downloaded unsafe-libyaml v0.2.9
8422023-11-02T04:41:23.663Z Downloaded pin-utils v0.1.0
8432023-11-02T04:41:23.667Z Downloaded newtype_derive v0.1.6
8442023-11-02T04:41:23.670Z Downloaded nu-ansi-term v0.49.0
8452023-11-02T04:41:23.673Z Downloaded nibble_vec v0.1.0
8462023-11-02T04:41:23.676Z Downloaded pem v1.1.1
8472023-11-02T04:41:23.680Z Downloaded num_enum v0.7.0
8482023-11-02T04:41:23.683Z Downloaded crypto-common v0.1.6
8492023-11-02T04:41:23.686Z Downloaded path-absolutize v3.1.0
8502023-11-02T04:41:23.691Z Downloaded path-slash v0.1.5
8512023-11-02T04:41:23.695Z Downloaded oso-derive v0.27.0
8522023-11-02T04:41:23.698Z Downloaded openssl-probe v0.1.5
8532023-11-02T04:41:23.701Z Downloaded semver v0.11.0
8542023-11-02T04:41:23.705Z Downloaded ed25519 v1.5.3
8552023-11-02T04:41:23.711Z Downloaded serde_spanned v0.6.4
8562023-11-02T04:41:23.720Z Downloaded hashbrown v0.12.3
8572023-11-02T04:41:23.726Z Downloaded crunchy v0.2.2
8582023-11-02T04:41:23.734Z Downloaded float-cmp v0.9.0
8592023-11-02T04:41:23.741Z Downloaded zerocopy v0.6.4
8602023-11-02T04:41:23.749Z Downloaded strum v0.25.0
8612023-11-02T04:41:23.758Z Downloaded take_mut v0.2.2
8622023-11-02T04:41:23.769Z Downloaded darling v0.14.4
8632023-11-02T04:41:23.779Z Downloaded futures-executor v0.3.29
8642023-11-02T04:41:23.790Z Downloaded hashbrown v0.14.0
8652023-11-02T04:41:23.801Z Downloaded pretty-hex v0.2.1
8662023-11-02T04:41:23.811Z Downloaded strsim v0.10.0
8672023-11-02T04:41:23.825Z Downloaded ringbuffer v0.15.0
8682023-11-02T04:41:23.835Z Downloaded parse-display v0.7.0
8692023-11-02T04:41:23.845Z Downloaded display-error-chain v0.2.0
8702023-11-02T04:41:23.853Z Downloaded wyz v0.5.1
8712023-11-02T04:41:23.857Z Downloaded enum-as-inner v0.5.1
8722023-11-02T04:41:23.864Z Downloaded serde_plain v1.0.2
8732023-11-02T04:41:23.869Z Downloaded postgres-protocol v0.6.6
8742023-11-02T04:41:23.877Z Downloaded crossbeam-epoch v0.9.15
8752023-11-02T04:41:23.881Z Downloaded endian-type v0.1.2
8762023-11-02T04:41:23.886Z Downloaded cpufeatures v0.2.9
8772023-11-02T04:41:23.890Z Downloaded fallible-streaming-iterator v0.1.9
8782023-11-02T04:41:23.895Z Downloaded prettyplease v0.2.12
8792023-11-02T04:41:23.900Z Downloaded try-lock v0.2.4
8802023-11-02T04:41:23.917Z Downloaded which v4.4.0
8812023-11-02T04:41:23.921Z Downloaded signal-hook-tokio v0.3.1
8822023-11-02T04:41:23.925Z Downloaded generic-array v0.14.7
8832023-11-02T04:41:23.934Z Downloaded termtree v0.4.1
8842023-11-02T04:41:24.355Z Downloaded plotters-svg v0.3.5
8852023-11-02T04:41:24.386Z Downloaded crossbeam-deque v0.8.3
8862023-11-02T04:41:24.799Z Downloaded serde_repr v0.1.16
8872023-11-02T04:41:24.806Z Downloaded fnv v1.0.7
8882023-11-02T04:41:24.813Z Downloaded oorandom v11.1.3
8892023-11-02T04:41:24.817Z Downloaded subtle v2.5.0
8902023-11-02T04:41:24.822Z Downloaded darling_macro v0.14.4
8912023-11-02T04:41:24.833Z Downloaded pretty-hex v0.3.0
8922023-11-02T04:41:24.871Z Downloaded time v0.3.27
8932023-11-02T04:41:24.876Z Downloaded opaque-debug v0.3.0
8942023-11-02T04:41:24.882Z Downloaded predicates-tree v1.0.9
8952023-11-02T04:41:24.886Z Downloaded tinyvec v1.6.0
8962023-11-02T04:41:24.894Z Downloaded twox-hash v1.6.3
8972023-11-02T04:41:24.904Z Downloaded serde_yaml v0.9.25
8982023-11-02T04:41:24.908Z Downloaded darling_macro v0.20.3
8992023-11-02T04:41:24.920Z Downloaded whoami v1.4.1
9002023-11-02T04:41:24.933Z Downloaded slab v0.4.9
9012023-11-02T04:41:24.947Z Downloaded unicase v2.7.0
9022023-11-02T04:41:24.959Z Downloaded olpc-cjson v0.1.3
9032023-11-02T04:41:25.416Z Downloaded futures-macro v0.3.29
9042023-11-02T04:41:25.421Z Downloaded difflib v0.4.0
9052023-11-02T04:41:25.427Z Downloaded proc-macro-crate v1.3.1
9062023-11-02T04:41:25.431Z Downloaded data-encoding v2.4.0
9072023-11-02T04:41:25.434Z Downloaded derive_builder_core v0.12.0
9082023-11-02T04:41:25.438Z Downloaded signature v1.6.4
9092023-11-02T04:41:25.442Z Downloaded serde_tokenstream v0.1.7
9102023-11-02T04:41:25.446Z Downloaded usdt-macro v0.3.5
9112023-11-02T04:41:25.449Z Downloaded newline-converter v0.3.0
9122023-11-02T04:41:25.453Z Downloaded slog-scope v4.4.0
9132023-11-02T04:41:25.457Z Downloaded serde v1.0.188
9142023-11-02T04:41:25.460Z Downloaded num_threads v0.1.6
9152023-11-02T04:41:25.467Z Downloaded datatest-stable v0.2.3
9162023-11-02T04:41:25.470Z Downloaded ref-cast v1.0.20
9172023-11-02T04:41:25.473Z Downloaded postcard-cobs v0.1.5-pre
9182023-11-02T04:41:25.477Z Downloaded signal-hook-registry v1.4.1
9192023-11-02T04:41:25.480Z Downloaded debug-ignore v1.0.5
9202023-11-02T04:41:25.484Z Downloaded tui-tree-widget v0.13.0
9212023-11-02T04:41:25.488Z Downloaded omicron-zone-package v0.8.3
9222023-11-02T04:41:25.496Z Downloaded untrusted v0.7.1
9232023-11-02T04:41:25.507Z Downloaded vte_generate_state_changes v0.1.1
9242023-11-02T04:41:25.523Z Downloaded unicode-bidi v0.3.13
9252023-11-02T04:41:25.547Z Downloaded num_enum_derive v0.7.0
9262023-11-02T04:41:25.557Z Downloaded diff v0.1.13
9272023-11-02T04:41:25.576Z Downloaded ref-cast-impl v1.0.20
9282023-11-02T04:41:25.587Z Downloaded dof v0.1.5
9292023-11-02T04:41:25.593Z Downloaded funty v2.0.0
9302023-11-02T04:41:25.596Z Downloaded slog-term v2.9.0
9312023-11-02T04:41:25.599Z Downloaded fragile v2.0.0
9322023-11-02T04:41:25.609Z Downloaded serde_json v1.0.108
9332023-11-02T04:41:25.613Z Downloaded corncobs v0.1.3
9342023-11-02T04:41:25.616Z Downloaded tokio-tungstenite v0.20.1
9352023-11-02T04:41:25.620Z Downloaded pem v3.0.2
9362023-11-02T04:41:25.624Z Downloaded toml_edit v0.20.7
9372023-11-02T04:41:25.629Z Downloaded semver v0.1.20
9382023-11-02T04:41:25.714Z Downloaded pem-rfc7468 v0.7.0
9392023-11-02T04:41:25.720Z Downloaded owo-colors v3.5.0
9402023-11-02T04:41:25.724Z Downloaded derive-where v1.2.5
9412023-11-02T04:41:25.734Z Downloaded vte v0.11.1
9422023-11-02T04:41:25.739Z Downloaded smallvec v1.11.0
9432023-11-02T04:41:25.744Z Downloaded rstest v0.18.2
9442023-11-02T04:41:25.748Z Downloaded parking_lot v0.12.1
9452023-11-02T04:41:25.751Z Downloaded tempfile v3.8.0
9462023-11-02T04:41:25.755Z Downloaded x509-cert v0.2.4
9472023-11-02T04:41:25.759Z Downloaded rsa v0.9.2
9482023-11-02T04:41:25.762Z Downloaded clap v2.34.0
9492023-11-02T04:41:25.767Z Downloaded derive_more v0.99.17
9502023-11-02T04:41:25.771Z Downloaded tungstenite v0.18.0
9512023-11-02T04:41:25.780Z Downloaded subprocess v0.2.9
9522023-11-02T04:41:25.803Z Downloaded smoltcp v0.8.2
9532023-11-02T04:41:25.841Z Downloaded zip v0.6.6
9542023-11-02T04:41:25.870Z Downloaded portable-atomic v1.4.3
9552023-11-02T04:41:25.877Z Downloaded crossbeam-channel v0.5.8
9562023-11-02T04:41:25.885Z Downloaded smoltcp v0.9.1
9572023-11-02T04:41:25.891Z Downloaded criterion v0.5.1
9582023-11-02T04:41:25.899Z Downloaded tokio-util v0.7.10
9592023-11-02T04:41:25.903Z Downloaded regress v0.7.1
9602023-11-02T04:41:25.910Z Downloaded bindgen v0.65.1
9612023-11-02T04:41:25.915Z Downloaded unicode-normalization v0.1.22
9622023-11-02T04:41:25.919Z Downloaded futures-util v0.3.29
9632023-11-02T04:41:25.923Z Downloaded quick-xml v0.23.1
9642023-11-02T04:41:25.931Z Downloaded proptest v1.3.1
9652023-11-02T04:41:25.941Z Downloaded rustls v0.21.8
9662023-11-02T04:41:25.951Z Downloaded polar-core v0.27.0
9672023-11-02T04:41:25.964Z Downloaded regex-syntax v0.7.5
9682023-11-02T04:41:25.973Z Downloaded curve25519-dalek v4.1.0
9692023-11-02T04:41:25.986Z Downloaded radix_trie v0.2.1
9702023-11-02T04:41:26.397Z Downloaded tabled v0.14.0
9712023-11-02T04:41:26.400Z Downloaded object v0.32.1
9722023-11-02T04:41:26.416Z Downloaded openssl v0.10.57
9732023-11-02T04:41:26.426Z Downloaded sled v0.34.7
9742023-11-02T04:41:26.444Z Downloaded diesel v2.1.3
9752023-11-02T04:41:26.458Z Downloaded zerocopy-derive v0.6.4
9762023-11-02T04:41:26.465Z Downloaded tokio v1.33.0
9772023-11-02T04:41:26.473Z Downloaded sha3 v0.10.8
9782023-11-02T04:41:26.477Z Downloaded zerocopy-derive v0.2.0
9792023-11-02T04:41:26.483Z Downloaded regex-automata v0.4.3
9802023-11-02T04:41:26.488Z Downloaded regex-syntax v0.8.2
9812023-11-02T04:41:26.497Z Downloaded openapiv3 v1.0.3
9822023-11-02T04:41:26.503Z Downloaded encoding_rs v0.8.33
9832023-11-02T04:41:26.509Z Downloaded regex-automata v0.3.8
9842023-11-02T04:41:26.514Z Downloaded libc v0.2.149
9852023-11-02T04:41:26.525Z Downloaded rustix v0.38.9
9862023-11-02T04:41:26.531Z Downloaded bstr v1.6.0
9872023-11-02T04:41:26.535Z Downloaded nix v0.26.2
9882023-11-02T04:41:26.539Z Downloaded libz-sys v1.1.12
9892023-11-02T04:41:26.542Z Downloaded bzip2-sys v0.1.11+1.0.8
9902023-11-02T04:41:26.546Z Downloaded object v0.30.4
9912023-11-02T04:41:26.552Z Downloaded syn v2.0.32
9922023-11-02T04:41:26.561Z Downloaded syn v1.0.109
9932023-11-02T04:41:26.568Z Downloaded rustix v0.37.23
9942023-11-02T04:41:26.582Z Downloaded ratatui v0.23.0
9952023-11-02T04:41:26.996Z Downloaded regex v1.10.2
9962023-11-02T04:41:27.006Z Downloaded plotters v0.3.5
9972023-11-02T04:41:27.012Z Downloaded bitvec v1.0.1
9982023-11-02T04:41:27.016Z Downloaded gimli v0.28.0
9992023-11-02T04:41:27.030Z Downloaded trust-dns-proto v0.22.0
10002023-11-02T04:41:27.038Z Downloaded regex-syntax v0.6.29
10012023-11-02T04:41:27.046Z Downloaded trust-dns-server v0.22.1
10022023-11-02T04:41:27.054Z Downloaded winnow v0.5.15
10032023-11-02T04:41:27.466Z Downloaded libgit2-sys v0.15.2+1.6.4
10042023-11-02T04:41:27.469Z Downloaded num-bigint v0.4.4
10052023-11-02T04:41:27.473Z Downloaded reedline v0.23.0
10062023-11-02T04:41:27.476Z Downloaded petgraph v0.6.4
10072023-11-02T04:41:27.480Z Downloaded vcpkg v0.2.15
10082023-11-02T04:41:27.485Z Downloaded lalrpop v0.19.12
10092023-11-02T04:41:27.490Z Downloaded idna v0.2.3
10102023-11-02T04:41:27.497Z Downloaded crossterm v0.26.1
10112023-11-02T04:41:27.502Z Downloaded git2 v0.17.2
10122023-11-02T04:41:27.507Z Downloaded webpki-roots v0.25.2
10132023-11-02T04:41:27.515Z Downloaded idna v0.4.0
10142023-11-02T04:41:27.522Z Downloaded num-bigint-dig v0.8.4
10152023-11-02T04:41:27.527Z Downloaded nom v7.1.3
10162023-11-02T04:41:27.531Z Downloaded crossterm v0.27.0
10172023-11-02T04:41:27.540Z Downloaded rusqlite v0.29.0
10182023-11-02T04:41:27.549Z Downloaded der_derive v0.7.2
10192023-11-02T04:41:27.553Z Downloaded rstest_macros v0.18.2
10202023-11-02T04:41:27.557Z Downloaded pretty_assertions v1.4.0
10212023-11-02T04:41:27.561Z Downloaded chrono v0.4.31
10222023-11-02T04:41:27.565Z Downloaded serde_with v2.3.3
10232023-11-02T04:41:27.570Z Downloaded darling_core v0.14.4
10242023-11-02T04:41:27.574Z Downloaded darling_core v0.20.3
10252023-11-02T04:41:27.578Z Downloaded papergrid v0.10.0
10262023-11-02T04:41:27.582Z Downloaded uuid v1.4.1
10272023-11-02T04:41:27.585Z Downloaded rustls-webpki v0.101.7
10282023-11-02T04:41:27.591Z Downloaded signature v2.1.0
10292023-11-02T04:41:27.599Z Downloaded futures v0.3.29
10302023-11-02T04:41:27.607Z Downloaded structopt v0.3.26
10312023-11-02T04:41:27.614Z Downloaded ucd-trie v0.1.6
10322023-11-02T04:41:27.617Z Downloaded typenum v1.16.0
10332023-11-02T04:41:27.623Z Downloaded openssl-sys v0.9.93
10342023-11-02T04:41:28.038Z Downloaded crypto-bigint v0.5.2
10352023-11-02T04:41:28.049Z Downloaded schemars v0.8.13
10362023-11-02T04:41:28.058Z Downloaded regex-automata v0.1.10
10372023-11-02T04:41:28.067Z Downloaded hyper v0.14.27
10382023-11-02T04:41:28.077Z Downloaded ctr v0.9.2
10392023-11-02T04:41:28.086Z Downloaded expectorate v1.1.0
10402023-11-02T04:41:28.097Z Downloaded vergen v8.2.4
10412023-11-02T04:41:28.118Z Downloaded pest v2.7.2
10422023-11-02T04:41:28.536Z Downloaded universal-hash v0.5.1
10432023-11-02T04:41:28.541Z Downloaded unicode-xid v0.2.4
10442023-11-02T04:41:28.546Z Downloaded tokio-native-tls v0.3.1
10452023-11-02T04:41:28.552Z Downloaded fd-lock v3.0.13
10462023-11-02T04:41:28.555Z Downloaded oso v0.27.0
10472023-11-02T04:41:28.558Z Downloaded crossbeam-utils v0.8.16
10482023-11-02T04:41:28.561Z Downloaded semver-parser v0.10.2
10492023-11-02T04:41:28.566Z Downloaded slog v2.7.0
10502023-11-02T04:41:28.570Z Downloaded hkdf v0.12.3
10512023-11-02T04:41:28.577Z Downloaded futures-io v0.3.29
10522023-11-02T04:41:28.581Z Downloaded quick-error v1.2.3
10532023-11-02T04:41:28.592Z Downloaded darling v0.20.3
10542023-11-02T04:41:28.598Z Downloaded futures-timer v3.0.2
10552023-11-02T04:41:28.633Z Downloaded clap_builder v4.4.2
10562023-11-02T04:41:28.654Z Downloaded zeroize v1.6.0
10572023-11-02T04:41:28.662Z Downloaded crc32fast v1.3.2
10582023-11-02T04:41:28.668Z Downloaded futures-channel v0.3.29
10592023-11-02T04:41:28.678Z Downloaded unicode-width v0.1.11
10602023-11-02T04:41:28.697Z Downloaded proc-macro2 v1.0.67
10612023-11-02T04:41:28.705Z Downloaded parking_lot_core v0.9.8
10622023-11-02T04:41:28.718Z Downloaded slog-dtrace v0.2.3
10632023-11-02T04:41:28.730Z Downloaded tabled_derive v0.6.0
10642023-11-02T04:41:28.740Z Downloaded polyval v0.6.1
10652023-11-02T04:41:28.747Z Downloaded plotters-backend v0.3.5
10662023-11-02T04:41:28.754Z Downloaded unarray v0.1.4
10672023-11-02T04:41:28.762Z Downloaded proc-macro-error v1.0.4
10682023-11-02T04:41:28.779Z Downloaded der v0.7.8
10692023-11-02T04:41:28.788Z Downloaded fatfs v0.3.6
10702023-11-02T04:41:28.798Z Downloaded trust-dns-resolver v0.22.0
10712023-11-02T04:41:28.810Z Downloaded flate2 v1.0.28
10722023-11-02T04:41:29.225Z Downloaded url v2.4.1
10732023-11-02T04:41:29.238Z Downloaded derive_builder_macro v0.12.0
10742023-11-02T04:41:29.247Z Downloaded elliptic-curve v0.13.5
10752023-11-02T04:41:29.260Z Downloaded libm v0.2.7
10762023-11-02T04:41:29.289Z Downloaded hashbrown v0.13.2
10772023-11-02T04:41:29.295Z Downloaded tough v0.12.5
10782023-11-02T04:41:29.301Z Downloaded bstr v0.2.17
10792023-11-02T04:41:29.305Z Downloaded itertools v0.10.5
10802023-11-02T04:41:29.312Z Downloaded filetime v0.2.22
10812023-11-02T04:41:29.336Z Downloaded either v1.9.0
10822023-11-02T04:41:29.355Z Downloaded paste v1.0.14
10832023-11-02T04:41:29.362Z Downloaded poly1305 v0.8.0
10842023-11-02T04:41:29.368Z Downloaded parking_lot_core v0.8.6
10852023-11-02T04:41:29.372Z Downloaded once_cell v1.18.0
10862023-11-02T04:41:29.377Z Downloaded predicates v3.0.4
10872023-11-02T04:41:29.400Z Downloaded dirs-next v2.0.0
10882023-11-02T04:41:29.408Z Downloaded crc-catalog v2.2.0
10892023-11-02T04:41:29.421Z Downloaded digest v0.10.7
10902023-11-02T04:41:29.426Z Downloaded num-complex v0.4.4
10912023-11-02T04:41:29.430Z Downloaded vsss-rs v3.3.1
10922023-11-02T04:41:29.435Z Downloaded structmeta-derive v0.2.0
10932023-11-02T04:41:29.439Z Downloaded version_check v0.9.4
10942023-11-02T04:41:29.460Z Downloaded utf-8 v0.7.6
10952023-11-02T04:41:29.477Z Downloaded toml v0.8.6
10962023-11-02T04:41:29.487Z Downloaded yasna v0.5.2
10972023-11-02T04:41:29.495Z Downloaded partial-io v0.5.4
10982023-11-02T04:41:29.505Z Downloaded serde_derive_internals v0.26.0
10992023-11-02T04:41:29.915Z Downloaded thread-id v4.2.0
11002023-11-02T04:41:29.921Z Downloaded parse-display-derive v0.7.0
11012023-11-02T04:41:29.924Z Downloaded dirs-sys-next v0.1.2
11022023-11-02T04:41:29.928Z Downloaded sct v0.7.0
11032023-11-02T04:41:29.932Z Downloaded crc-any v2.4.3
11042023-11-02T04:41:29.935Z Downloaded tinytemplate v1.2.1
11052023-11-02T04:41:29.938Z Downloaded cstr-argument v0.1.2
11062023-11-02T04:41:29.941Z Downloaded percent-encoding v2.3.0
11072023-11-02T04:41:29.944Z Downloaded structopt-derive v0.4.18
11082023-11-02T04:41:29.949Z Downloaded env_logger v0.9.3
11092023-11-02T04:41:29.965Z Downloaded textwrap v0.16.0
11102023-11-02T04:41:29.969Z Downloaded ring v0.17.5
11112023-11-02T04:41:29.977Z Downloaded steno v0.4.0
11122023-11-02T04:41:29.980Z Downloaded toml_edit v0.19.15
11132023-11-02T04:41:29.995Z Downloaded aes v0.8.3
11142023-11-02T04:41:30.003Z Downloaded synstructure v0.12.6
11152023-11-02T04:41:30.012Z Downloaded strum_macros v0.25.2
11162023-11-02T04:41:30.024Z Downloaded crc v3.0.1
11172023-11-02T04:41:30.035Z Downloaded fallible-iterator v0.2.0
11182023-11-02T04:41:30.040Z Downloaded salty v0.2.0
11192023-11-02T04:41:30.051Z Downloaded serde_arrays v0.1.0
11202023-11-02T04:41:30.150Z Downloaded yansi v0.5.1
11212023-11-02T04:41:30.165Z Downloaded xattr v1.0.1
11222023-11-02T04:41:30.186Z Downloaded postcard v0.7.3
11232023-11-02T04:41:30.205Z Downloaded erased-serde v0.3.30
11242023-11-02T04:41:30.223Z Downloaded r2d2 v0.8.10
11252023-11-02T04:41:30.235Z Downloaded diesel_derives v2.1.1
11262023-11-02T04:41:30.248Z Downloaded platforms v3.0.2
11272023-11-02T04:41:30.262Z Downloaded pest_derive v2.7.2
11282023-11-02T04:41:30.282Z Downloaded trust-dns-client v0.22.0
11292023-11-02T04:41:30.293Z Downloaded libsqlite3-sys v0.26.0
11302023-11-02T04:41:30.301Z Downloaded flume v0.11.0
11312023-11-02T04:41:30.310Z Downloaded libxml v0.3.3
11322023-11-02T04:41:30.319Z Downloaded ring v0.16.20
11332023-11-02T04:41:30.328Z Downloaded itertools v0.11.0
11342023-11-02T04:41:30.341Z Downloaded phf_shared v0.11.2
11352023-11-02T04:41:30.349Z Downloaded zeroize_derive v1.4.2
11362023-11-02T04:41:30.361Z Downloaded strum_macros v0.24.3
11372023-11-02T04:41:30.370Z Downloaded rand_chacha v0.3.1
11382023-11-02T04:41:30.379Z Downloaded memchr v2.6.3
11392023-11-02T04:41:30.383Z Downloaded unicode-segmentation v1.10.1
11402023-11-02T04:41:30.386Z Downloaded fastrand v2.0.0
11412023-11-02T04:41:30.390Z Downloaded pkcs8 v0.10.2
11422023-11-02T04:41:30.399Z Downloaded crucible-workspace-hack v0.1.0
11432023-11-02T04:41:30.403Z Downloaded structmeta v0.1.6
11442023-11-02T04:41:30.407Z Downloaded futures-task v0.3.29
11452023-11-02T04:41:30.413Z Downloaded ppv-lite86 v0.2.17
11462023-11-02T04:41:30.419Z Downloaded pkcs1 v0.7.5
11472023-11-02T04:41:30.423Z Downloaded pin-project-lite v0.2.13
11482023-11-02T04:41:30.427Z Downloaded shell-words v1.1.0
11492023-11-02T04:41:30.431Z Downloaded sha2 v0.10.8
11502023-11-02T04:41:30.435Z Downloaded pest_meta v2.7.2
11512023-11-02T04:41:30.440Z Downloaded ena v0.14.2
11522023-11-02T04:41:30.450Z Downloaded dyn-clone v1.0.13
11532023-11-02T04:41:30.459Z Downloaded serde_derive v1.0.188
11542023-11-02T04:41:30.471Z Downloaded secrecy v0.8.0
11552023-11-02T04:41:30.523Z Downloaded num_enum_derive v0.5.11
11562023-11-02T04:41:30.543Z Downloaded toml v0.7.8
11572023-11-02T04:41:30.563Z Downloaded openssl-macros v0.1.1
11582023-11-02T04:41:30.585Z Downloaded toml v0.5.11
11592023-11-02T04:41:30.611Z Downloaded reqwest v0.11.20
11602023-11-02T04:41:30.638Z Downloaded thiserror v1.0.49
11612023-11-02T04:41:30.668Z Downloaded minimal-lexical v0.2.1
11622023-11-02T04:41:30.698Z Downloaded http v0.2.9
11632023-11-02T04:41:30.727Z Downloaded untrusted v0.9.0
11642023-11-02T04:41:30.760Z Downloaded crossbeam-queue v0.3.8
11652023-11-02T04:41:30.794Z Downloaded num v0.4.1
11662023-11-02T04:41:30.826Z Downloaded serde_with_macros v2.3.3
11672023-11-02T04:41:31.257Z Downloaded usdt-impl v0.3.5
11682023-11-02T04:41:31.267Z Downloaded derive_builder v0.12.0
11692023-11-02T04:41:31.275Z Downloaded tracing v0.1.37
11702023-11-02T04:41:31.717Z Downloaded num-traits v0.2.16
11712023-11-02T04:41:31.726Z Downloaded tar v0.4.40
11722023-11-02T04:41:31.732Z Downloaded tokio-postgres v0.7.10
11732023-11-02T04:41:31.740Z Downloaded h2 v0.3.21
11742023-11-02T04:41:31.749Z Downloaded wait-timeout v0.2.0
11752023-11-02T04:41:31.754Z Downloaded siphasher v0.3.11
11762023-11-02T04:41:31.777Z Downloaded pkg-config v0.3.27
11772023-11-02T04:41:31.789Z Downloaded pest_generator v2.7.2
11782023-11-02T04:41:31.807Z Downloaded doc-comment v0.3.3
11792023-11-02T04:41:31.833Z Downloaded phf v0.11.2
11802023-11-02T04:41:31.845Z Downloaded socket2 v0.5.4
11812023-11-02T04:41:31.854Z Downloaded socket2 v0.4.9
11822023-11-02T04:41:31.860Z Downloaded rand_xorshift v0.3.0
11832023-11-02T04:41:31.864Z Downloaded num-rational v0.4.1
11842023-11-02T04:41:31.869Z Downloaded pin-project v1.1.3
11852023-11-02T04:41:31.872Z Downloaded rayon v1.8.0
11862023-11-02T04:41:31.876Z Downloaded snafu v0.7.5
11872023-11-02T04:41:31.879Z Downloaded tracing-core v0.1.31
11882023-11-02T04:41:31.883Z Downloaded walkdir v2.4.0
11892023-11-02T04:41:31.886Z Downloaded password-hash v0.5.0
11902023-11-02T04:41:31.890Z Downloaded criterion-plot v0.5.0
11912023-11-02T04:41:31.894Z Downloaded term v0.7.0
11922023-11-02T04:41:31.897Z Downloaded spin v0.9.8
11932023-11-02T04:41:31.900Z Downloaded snafu-derive v0.7.5
11942023-11-02T04:41:31.902Z Downloaded unicode-ident v1.0.12
11952023-11-02T04:41:31.911Z Downloaded rand_core v0.6.4
11962023-11-02T04:41:31.914Z Downloaded rustls-pemfile v1.0.3
11972023-11-02T04:41:31.918Z Downloaded rustls-native-certs v0.6.3
11982023-11-02T04:41:31.921Z Downloaded rustfmt-wrapper v0.2.0
11992023-11-02T04:41:31.924Z Downloaded rtoolbox v0.0.1
12002023-11-02T04:41:31.927Z Downloaded num_cpus v1.16.0
12012023-11-02T04:41:31.930Z Downloaded num-iter v0.1.43
12022023-11-02T04:41:31.933Z Downloaded num-integer v0.1.45
12032023-11-02T04:41:31.936Z Downloaded ron v0.8.1
12042023-11-02T04:41:31.940Z Downloaded termios v0.3.3
12052023-11-02T04:41:31.943Z Downloaded predicates v2.1.5
12062023-11-02T04:41:31.946Z Downloaded chacha20poly1305 v0.10.1
12072023-11-02T04:41:31.949Z Downloaded zerocopy v0.3.0
12082023-11-02T04:41:31.952Z Downloaded serde-hex v0.1.0
12092023-11-02T04:41:31.955Z Downloaded flagset v0.4.3
12102023-11-02T04:41:31.958Z Downloaded thiserror-no-std v2.0.2
12112023-11-02T04:41:31.961Z Downloaded thiserror-impl-no-std v2.0.2
12122023-11-02T04:41:31.964Z Downloaded thiserror-impl v1.0.49
12132023-11-02T04:41:31.968Z Downloaded terminal_size v0.2.6
12142023-11-02T04:41:31.972Z Downloaded rustversion v1.0.14
12152023-11-02T04:41:31.977Z Downloaded env_logger v0.10.0
12162023-11-02T04:41:31.980Z Downloaded tungstenite v0.20.1
12172023-11-02T04:41:31.983Z Downloaded proc-macro-error-attr v1.0.4
12182023-11-02T04:41:31.988Z Downloaded peeking_take_while v0.1.2
12192023-11-02T04:41:31.996Z Downloaded path-dedot v3.1.0
12202023-11-02T04:41:32.002Z Downloaded parking_lot v0.11.2
12212023-11-02T04:41:32.008Z Downloaded utf8parse v0.2.1
12222023-11-02T04:41:32.011Z Downloaded tokio-stream v0.1.14
12232023-11-02T04:41:32.015Z Downloaded rust-argon2 v1.0.1
12242023-11-02T04:41:32.019Z Downloaded ff v0.13.0
12252023-11-02T04:41:32.024Z Downloaded usdt v0.3.5
12262023-11-02T04:41:32.030Z Downloaded toml_datetime v0.6.5
12272023-11-02T04:41:32.036Z Downloaded termcolor v1.2.0
12282023-11-02T04:41:32.041Z Downloaded tap v1.0.1
12292023-11-02T04:41:32.048Z Downloaded clang-sys v1.6.1
12302023-11-02T04:41:32.054Z Downloaded base64 v0.21.5
12312023-11-02T04:41:32.060Z Downloaded fs-err v2.9.0
12322023-11-02T04:41:32.065Z Downloaded tokio-rustls v0.24.1
12332023-11-02T04:41:32.067Z Downloaded ryu v1.0.15
12342023-11-02T04:41:32.071Z Downloaded indexmap v2.0.0
12352023-11-02T04:41:32.074Z Downloaded tracing-attributes v0.1.26
12362023-11-02T04:41:32.077Z Downloaded basic-toml v0.1.4
12372023-11-02T04:41:32.081Z Downloaded base64 v0.13.1
12382023-11-02T04:41:32.084Z Downloaded tokio-tungstenite v0.18.0
12392023-11-02T04:41:32.087Z Downloaded similar v2.2.1
12402023-11-02T04:41:32.095Z Downloaded rcgen v0.11.3
12412023-11-02T04:41:32.098Z Downloaded miniz_oxide v0.7.1
12422023-11-02T04:41:32.101Z Downloaded spin v0.5.2
12432023-11-02T04:41:32.106Z Downloaded signal-hook v0.3.17
12442023-11-02T04:41:32.109Z Downloaded indicatif v0.17.7
12452023-11-02T04:41:32.112Z Downloaded form_urlencoded v1.2.0
12462023-11-02T04:41:32.115Z Downloaded lock_api v0.4.10
12472023-11-02T04:41:32.118Z Downloaded const_format v0.2.31
12482023-11-02T04:41:32.122Z Downloaded smf v0.2.2
12492023-11-02T04:41:32.126Z Downloaded test-strategy v0.3.1
12502023-11-02T04:41:32.129Z Downloaded semver v1.0.20
12512023-11-02T04:41:32.132Z Downloaded packed_struct v0.10.1
12522023-11-02T04:41:32.134Z Downloaded trybuild v1.0.85
12532023-11-02T04:41:32.138Z Downloaded downcast v0.11.0
12542023-11-02T04:41:32.140Z Downloaded mockall_derive v0.11.4
12552023-11-02T04:41:32.145Z Downloaded libtest-mimic v0.6.1
12562023-11-02T04:41:32.158Z Downloaded log v0.4.20
12572023-11-02T04:41:32.162Z Downloaded ron v0.7.1
12582023-11-02T04:41:32.165Z Downloaded time-macros v0.2.13
12592023-11-02T04:41:32.172Z Downloaded cancel-safe-futures v0.1.5
12602023-11-02T04:41:32.585Z Downloaded byteorder v1.5.0
12612023-11-02T04:41:32.592Z Downloaded half v1.8.2
12622023-11-02T04:41:32.603Z Downloaded lazycell v1.3.0
12632023-11-02T04:41:32.613Z Downloaded arc-swap v1.6.0
12642023-11-02T04:41:32.622Z Downloaded cookie v0.16.2
12652023-11-02T04:41:32.627Z Downloaded pin-project-internal v1.1.3
12662023-11-02T04:41:32.636Z Downloaded allocator-api2 v0.2.16
12672023-11-02T04:41:32.640Z Downloaded topological-sort v0.2.2
12682023-11-02T04:41:32.644Z Downloaded textwrap v0.11.0
12692023-11-02T04:41:32.647Z Downloaded thread_local v1.1.7
12702023-11-02T04:41:32.651Z Downloaded relative-path v1.9.0
12712023-11-02T04:41:32.654Z Downloaded precomputed-hash v0.1.1
12722023-11-02T04:41:32.658Z Downloaded foreign-types-macros v0.2.3
12732023-11-02T04:41:32.662Z Downloaded libefi-sys v0.1.0
12742023-11-02T04:41:32.665Z Downloaded diesel_table_macro_syntax v0.1.0
12752023-11-02T04:41:32.670Z Downloaded stringprep v0.1.3
12762023-11-02T04:41:32.674Z Downloaded smallvec v0.6.14
12772023-11-02T04:41:32.680Z Downloaded packed_struct_codegen v0.10.1
12782023-11-02T04:41:32.684Z Downloaded structmeta-derive v0.1.6
12792023-11-02T04:41:32.688Z Downloaded static_assertions v1.1.0
12802023-11-02T04:41:32.693Z Downloaded stable_deref_trait v1.2.0
12812023-11-02T04:41:32.697Z Downloaded equivalent v1.0.1
12822023-11-02T04:41:32.703Z Downloaded futures-sink v0.3.29
12832023-11-02T04:41:32.707Z Downloaded unicode-linebreak v0.1.5
12842023-11-02T04:41:32.713Z Downloaded block-buffer v0.10.4
12852023-11-02T04:41:32.726Z Downloaded linear-map v1.2.0
12862023-11-02T04:41:32.732Z Downloaded lru-cache v0.1.2
12872023-11-02T04:41:32.738Z Downloaded linked-hash-map v0.5.6
12882023-11-02T04:41:32.746Z Downloaded ipnet v2.8.0
12892023-11-02T04:41:32.775Z Downloaded lazy_static v1.4.0
12902023-11-02T04:41:32.795Z Downloaded want v0.3.1
12912023-11-02T04:41:32.802Z Downloaded cargo_metadata v0.18.0
12922023-11-02T04:41:32.806Z Downloaded keccak v0.1.4
12932023-11-02T04:41:32.811Z Downloaded bit-vec v0.6.3
12942023-11-02T04:41:32.815Z Downloaded ahash v0.8.3
12952023-11-02T04:41:32.821Z Downloaded threadpool v1.8.1
12962023-11-02T04:41:32.825Z Downloaded bitflags v2.4.0
12972023-11-02T04:41:32.830Z Downloaded anstyle v1.0.2
12982023-11-02T04:41:32.834Z Downloaded blake2b_simd v1.0.1
12992023-11-02T04:41:32.839Z Downloaded backoff v0.4.0
13002023-11-02T04:41:32.844Z Downloaded md-5 v0.10.5
13012023-11-02T04:41:32.849Z Downloaded maplit v1.0.2
13022023-11-02T04:41:32.853Z Downloaded jobserver v0.1.26
13032023-11-02T04:41:32.858Z Downloaded cipher v0.4.4
13042023-11-02T04:41:32.866Z Downloaded bitflags v1.3.2
13052023-11-02T04:41:32.871Z Downloaded adler v1.0.2
13062023-11-02T04:41:32.875Z Downloaded heck v0.3.3
13072023-11-02T04:41:32.879Z Downloaded libloading v0.7.4
13082023-11-02T04:41:32.883Z Downloaded slog-stdlog v4.1.1
13092023-11-02T04:41:32.891Z Downloaded slog-bunyan v2.4.0
13102023-11-02T04:41:32.896Z Downloaded similar-asserts v1.5.0
13112023-11-02T04:41:32.901Z Downloaded signal-hook-mio v0.2.3
13122023-11-02T04:41:32.906Z Downloaded io-lifetimes v1.0.11
13132023-11-02T04:41:32.912Z Downloaded console v0.15.7
13142023-11-02T04:41:32.915Z Downloaded toolchain_find v0.2.0
13152023-11-02T04:41:32.919Z Downloaded serde_path_to_error v0.1.14
13162023-11-02T04:41:32.923Z Downloaded serde-big-array v0.5.1
13172023-11-02T04:41:32.925Z Downloaded macaddr v1.0.1
13182023-11-02T04:41:32.928Z Downloaded bit_field v0.10.2
13192023-11-02T04:41:32.931Z Downloaded smawk v0.3.1
13202023-11-02T04:41:32.934Z Downloaded arrayvec v0.7.4
13212023-11-02T04:41:32.937Z Downloaded ascii v1.1.0
13222023-11-02T04:41:32.940Z Downloaded slog-async v2.8.0
13232023-11-02T04:41:32.943Z Downloaded sha1 v0.10.5
13242023-11-02T04:41:32.946Z Downloaded serde_urlencoded v0.7.1
13252023-11-02T04:41:32.949Z Downloaded rustc-demangle v0.1.23
13262023-11-02T04:41:32.952Z Downloaded serde-big-array v0.4.1
13272023-11-02T04:41:32.955Z Downloaded scopeguard v1.2.0
13282023-11-02T04:41:32.958Z Downloaded schemars_derive v0.8.13
13292023-11-02T04:41:32.960Z Downloaded ciborium v0.2.1
13302023-11-02T04:41:32.963Z Downloaded anstream v0.5.0
13312023-11-02T04:41:32.966Z Downloaded remove_dir_all v0.5.3
13322023-11-02T04:41:32.969Z Downloaded clap_derive v4.4.2
13332023-11-02T04:41:32.972Z Downloaded aes-gcm-siv v0.11.1
13342023-11-02T04:41:32.975Z Downloaded arrayref v0.3.7
13352023-11-02T04:41:32.977Z Downloaded impl-trait-for-tuples v0.2.2
13362023-11-02T04:41:32.981Z Downloaded bb8 v0.8.1
13372023-11-02T04:41:32.984Z Downloaded bitfield v0.14.0
13382023-11-02T04:41:32.987Z Downloaded glob v0.3.1
13392023-11-02T04:41:32.990Z Downloaded getopts v0.2.21
13402023-11-02T04:41:32.993Z Downloaded bcs v0.1.6
13412023-11-02T04:41:32.996Z Downloaded ipnetwork v0.20.0
13422023-11-02T04:41:32.999Z Downloaded indoc v2.0.3
13432023-11-02T04:41:33.002Z Downloaded chacha20 v0.9.1
13442023-11-02T04:41:33.005Z Downloaded indoc v1.0.9
13452023-11-02T04:41:33.008Z Downloaded argon2 v0.5.2
13462023-11-02T04:41:33.011Z Downloaded serial_test_derive v0.10.0
13472023-11-02T04:41:33.014Z Downloaded rustc_version v0.1.7
13482023-11-02T04:41:33.017Z Downloaded assert_cmd v2.0.12
13492023-11-02T04:41:33.021Z Downloaded async-trait v0.1.74
13502023-11-02T04:41:33.024Z Downloaded ansi_term v0.12.1
13512023-11-02T04:41:33.027Z Downloaded httparse v1.8.0
13522023-11-02T04:41:33.030Z Downloaded globset v0.4.13
13532023-11-02T04:41:33.034Z Downloaded atty v0.2.14
13542023-11-02T04:41:33.037Z Downloaded anstyle-parse v0.2.1
13552023-11-02T04:41:33.040Z Downloaded hyper-staticfile v0.9.5
13562023-11-02T04:41:33.043Z Downloaded ciborium-ll v0.2.1
13572023-11-02T04:41:33.046Z Downloaded cfg-if v1.0.0
13582023-11-02T04:41:33.049Z Downloaded assert_matches v1.5.0
13592023-11-02T04:41:33.052Z Downloaded async-stream-impl v0.3.5
13602023-11-02T04:41:33.057Z Downloaded aead v0.5.2
13612023-11-02T04:41:33.060Z Downloaded ident_case v1.0.1
13622023-11-02T04:41:33.063Z Downloaded ascii-canvas v3.0.0
13632023-11-02T04:41:33.069Z Downloaded async-recursion v1.0.5
13642023-11-02T04:41:33.072Z Downloaded async-stream v0.3.5
13652023-11-02T04:41:33.079Z Downloaded approx v0.5.1
13662023-11-02T04:41:33.085Z Downloaded matches v0.1.10
13672023-11-02T04:41:33.092Z Downloaded match_cfg v0.1.0
13682023-11-02T04:41:33.098Z Downloaded const_format_proc_macros v0.2.31
13692023-11-02T04:41:33.105Z Downloaded mio v0.8.8
13702023-11-02T04:41:33.112Z Downloaded hyper-tls v0.5.0
13712023-11-02T04:41:33.118Z Downloaded convert_case v0.4.0
13722023-11-02T04:41:33.128Z Downloaded colored v2.0.4
13732023-11-02T04:41:33.134Z Downloaded colorchoice v1.0.0
13742023-11-02T04:41:33.140Z Downloaded atomicwrites v0.4.2
13752023-11-02T04:41:33.150Z Downloaded rusty-fork v0.3.0
13762023-11-02T04:41:33.158Z Downloaded rand v0.8.5
13772023-11-02T04:41:33.163Z Downloaded humantime v2.1.0
13782023-11-02T04:41:33.166Z Downloaded hashlink v0.8.3
13792023-11-02T04:41:33.169Z Downloaded cassowary v0.3.0
13802023-11-02T04:41:33.172Z Downloaded camino-tempfile v1.0.2
13812023-11-02T04:41:33.176Z Downloaded bzip2 v0.4.4
13822023-11-02T04:41:33.179Z Downloaded block-padding v0.3.3
13832023-11-02T04:41:33.182Z Downloaded ciborium-io v0.2.1
13842023-11-02T04:41:33.185Z Downloaded cexpr v0.6.0
13852023-11-02T04:41:33.189Z Downloaded cargo-platform v0.1.3
13862023-11-02T04:41:33.193Z Downloaded quote v1.0.33
13872023-11-02T04:41:33.203Z Downloaded nanorand v0.7.0
13882023-11-02T04:41:33.218Z Downloaded multer v2.1.0
13892023-11-02T04:41:33.234Z Downloaded bytes v1.5.0
13902023-11-02T04:41:33.244Z Downloaded hubpack_derive v0.1.1
13912023-11-02T04:41:33.253Z Downloaded http-range v0.1.5
13922023-11-02T04:41:33.264Z Downloaded hostname v0.3.1
13932023-11-02T04:41:33.274Z Downloaded hmac v0.12.1
13942023-11-02T04:41:33.685Z Downloaded hex v0.4.3
13952023-11-02T04:41:33.693Z Downloaded heck v0.4.1
13962023-11-02T04:41:33.700Z Downloaded heapless v0.7.16
13972023-11-02T04:41:33.705Z Downloaded native-tls v0.2.11
13982023-11-02T04:41:33.712Z Downloaded mime_guess v2.0.4
13992023-11-02T04:41:33.719Z Downloaded memoffset v0.7.1
14002023-11-02T04:41:33.726Z Downloaded http-body v0.4.5
14012023-11-02T04:41:33.737Z Downloaded cast v0.3.0
14022023-11-02T04:41:33.745Z Downloaded headers-core v0.2.0
14032023-11-02T04:41:33.754Z Downloaded bitstruct v0.1.1
14042023-11-02T04:41:33.762Z Downloaded httptest v0.15.4
14052023-11-02T04:41:33.771Z Downloaded highway v1.1.0
14062023-11-02T04:41:33.789Z Downloaded hex-literal v0.4.1
14072023-11-02T04:41:33.808Z Downloaded hash32 v0.2.1
14082023-11-02T04:41:34.221Z Downloaded clap_lex v0.5.1
14092023-11-02T04:41:34.634Z Downloaded cfg-if v0.1.10
14102023-11-02T04:41:34.638Z Downloaded bit-set v0.5.3
14112023-11-02T04:41:34.642Z Downloaded buf-list v1.0.3
14122023-11-02T04:41:34.647Z Downloaded blake2 v0.10.6
14132023-11-02T04:41:34.657Z Downloaded bincode v1.3.3
14142023-11-02T04:41:34.668Z Compiling proc-macro2 v1.0.67
14152023-11-02T04:41:35.083Z Compiling unicode-ident v1.0.12
14162023-11-02T04:41:35.087Z Compiling libc v0.2.149
14172023-11-02T04:41:35.090Z Compiling serde v1.0.188
14182023-11-02T04:41:35.093Z Compiling autocfg v1.1.0
14192023-11-02T04:41:35.095Z Compiling cfg-if v1.0.0
14202023-11-02T04:41:35.098Z Compiling version_check v0.9.4
14212023-11-02T04:41:35.101Z Compiling syn v1.0.109
14222023-11-02T04:41:35.104Z 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`
14232023-11-02T04:41:35.107Z 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`
14242023-11-02T04:41:35.110Z 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.149/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=1ebae33600a4552f -C extra-filename=-1ebae33600a4552f --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-1ebae33600a4552f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14252023-11-02T04:41:35.114Z 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`
14262023-11-02T04:41:35.116Z 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`
14272023-11-02T04:41:35.119Z 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`
14282023-11-02T04:41:35.122Z 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`
14292023-11-02T04:41:35.127Z 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`
14302023-11-02T04:41:35.130Z Compiling once_cell v1.18.0
14312023-11-02T04:41:35.133Z 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`
14322023-11-02T04:41:35.137Z Compiling libm v0.2.7
14332023-11-02T04:41:35.140Z 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`
14342023-11-02T04:41:35.143Z Compiling parking_lot_core v0.9.8
14352023-11-02T04:41:35.146Z 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`
14362023-11-02T04:41:35.150Z Compiling memchr v2.6.3
14372023-11-02T04:41:35.153Z 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`
14382023-11-02T04:41:35.155Z Compiling lock_api v0.4.10
14392023-11-02T04:41:35.160Z 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`
14402023-11-02T04:41:35.162Z Compiling num-traits v0.2.16
14412023-11-02T04:41:35.165Z 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`
14422023-11-02T04:41:35.168Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-66ea596ae03a17af/build-script-build`
14432023-11-02T04:41:35.171Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-1ebae33600a4552f/build-script-build`
14442023-11-02T04:41:35.175Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8b7d4688ff6ec7d2/build-script-build`
14452023-11-02T04:41:35.177Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-c84985744f7ea911/build-script-build`
14462023-11-02T04:41:35.180Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-1b7851bfe210c606/build-script-build`
14472023-11-02T04:41:35.183Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8685a19bd2588e85/build-script-build`
14482023-11-02T04:41:35.195Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-36b7bfc19191d7b5/build-script-build`
14492023-11-02T04:41:35.208Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-7ec7d57a9fea354b/build-script-build`
14502023-11-02T04:41:35.221Z Compiling log v0.4.20
14512023-11-02T04:41:35.225Z Compiling thiserror v1.0.49
14522023-11-02T04:41:35.230Z 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`
14532023-11-02T04:41:35.233Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=7f571bfd1a0d0ba2 -C extra-filename=-7f571bfd1a0d0ba2 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-7f571bfd1a0d0ba2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14542023-11-02T04:41:35.236Z Compiling itoa v1.0.9
14552023-11-02T04:41:35.239Z Compiling futures-core v0.3.29
14562023-11-02T04:41:35.243Z 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.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=951633e8fd59a40d -C extra-filename=-951633e8fd59a40d --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`
14572023-11-02T04:41:35.249Z 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`
14582023-11-02T04:41:35.252Z 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`
14592023-11-02T04:41:35.255Z 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.29/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=c9458231e53b930e -C extra-filename=-c9458231e53b930e --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-c9458231e53b930e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14602023-11-02T04:41:35.258Z Compiling ahash v0.8.3
14612023-11-02T04:41:35.261Z 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`
14622023-11-02T04:41:35.267Z Compiling typenum v1.16.0
14632023-11-02T04:41:35.270Z Compiling generic-array v0.14.7
14642023-11-02T04:41:35.273Z Compiling ryu v1.0.15
14652023-11-02T04:41:35.277Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7f571bfd1a0d0ba2/build-script-build`
14662023-11-02T04:41:35.280Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-c9458231e53b930e/build-script-build`
14672023-11-02T04:41:35.283Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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`
14682023-11-02T04:41:35.287Z 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`
14692023-11-02T04:41:35.290Z 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`
14702023-11-02T04:41:35.293Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-615e4bddd6779bcd/build-script-build`
14712023-11-02T04:41:35.296Z Compiling quote v1.0.33
14722023-11-02T04:41:35.299Z 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`
14732023-11-02T04:41:35.304Z Compiling heck v0.4.1
14742023-11-02T04:41:35.307Z 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`
14752023-11-02T04:41:35.314Z Compiling scopeguard v1.2.0
14762023-11-02T04:41:35.317Z 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`
14772023-11-02T04:41:35.320Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-c5834cbc42a6ca13/build-script-build`
14782023-11-02T04:41:35.324Z 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`
14792023-11-02T04:41:35.328Z Compiling slab v0.4.9
14802023-11-02T04:41:35.332Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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`
14812023-11-02T04:41:35.336Z Compiling futures-channel v0.3.29
14822023-11-02T04:41:35.340Z 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.29/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=99ac604a7a4c72a4 -C extra-filename=-99ac604a7a4c72a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-99ac604a7a4c72a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14832023-11-02T04:41:35.343Z Compiling syn v2.0.32
14842023-11-02T04:41:35.346Z 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`
14852023-11-02T04:41:35.348Z 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`
14862023-11-02T04:41:35.354Z Compiling getrandom v0.2.10
14872023-11-02T04:41:35.357Z 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=75d25cd6bbf5ada0 -C extra-filename=-75d25cd6bbf5ada0 --out-dir /work/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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
14882023-11-02T04:41:35.360Z Compiling jobserver v0.1.26
14892023-11-02T04:41:35.363Z 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=48615985f879a63f -C extra-filename=-48615985f879a63f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
14902023-11-02T04:41:35.370Z Compiling futures-task v0.3.29
14912023-11-02T04:41:35.422Z 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.29/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=50b8094d38359fbe -C extra-filename=-50b8094d38359fbe --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-50b8094d38359fbe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14922023-11-02T04:41:35.426Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-ce2f6f3ba70c12d6/build-script-main`
14932023-11-02T04:41:35.432Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-99ac604a7a4c72a4/build-script-build`
14942023-11-02T04:41:35.438Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-1ba3ca3c11bcdc50/build-script-build`
14952023-11-02T04:41:35.460Z Compiling cc v1.0.83
14962023-11-02T04:41:35.466Z 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=b8e3951e079cc622 -C extra-filename=-b8e3951e079cc622 --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-48615985f879a63f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
14972023-11-02T04:41:35.469Z Compiling pkg-config v0.3.27
14982023-11-02T04:41:35.473Z 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`
14992023-11-02T04:41:35.477Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-50b8094d38359fbe/build-script-build`
15002023-11-02T04:41:35.482Z 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"'`
15012023-11-02T04:41:35.488Z Compiling futures-util v0.3.29
15022023-11-02T04:41:35.491Z 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.29/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=9ca00d78d4bb9197 -C extra-filename=-9ca00d78d4bb9197 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-9ca00d78d4bb9197 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15032023-11-02T04:41:35.497Z 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`
15042023-11-02T04:41:35.742Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-9ca00d78d4bb9197/build-script-build`
15052023-11-02T04:41:35.790Z Compiling smallvec v1.11.0
15062023-11-02T04:41:35.794Z 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`
15072023-11-02T04:41:35.798Z 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`
15082023-11-02T04:41:36.142Z Compiling allocator-api2 v0.2.16
15092023-11-02T04:41:36.157Z 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`
15102023-11-02T04:41:36.522Z 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=90a1c1a80b5a9681 -C extra-filename=-90a1c1a80b5a9681 --out-dir /work/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-951633e8fd59a40d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings`
15112023-11-02T04:41:36.554Z Compiling fnv v1.0.7
15122023-11-02T04:41:36.560Z 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`
15132023-11-02T04:41:36.767Z Compiling equivalent v1.0.1
15142023-11-02T04:41:36.776Z 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`
15152023-11-02T04:41:36.886Z Compiling schemars v0.8.13
15162023-11-02T04:41:36.891Z 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`
15172023-11-02T04:41:36.929Z Compiling vcpkg v0.2.15
15182023-11-02T04:41:36.933Z 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`
15192023-11-02T04:41:37.412Z Compiling hashbrown v0.14.0
15202023-11-02T04:41:37.423Z 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`
15212023-11-02T04:41:37.471Z Compiling parking_lot v0.12.1
15222023-11-02T04:41:37.480Z 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=79070e5cf7ada956 -C extra-filename=-79070e5cf7ada956 --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-90a1c1a80b5a9681.rmeta --cap-lints allow -D warnings`
15232023-11-02T04:41:37.647Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-61fde5c49e14e297/build-script-build`
15242023-11-02T04:41:37.694Z Compiling iana-time-zone v0.1.57
15252023-11-02T04:41:37.701Z 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`
15262023-11-02T04:41:38.417Z Compiling serde_json v1.0.108
15272023-11-02T04:41:38.420Z 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.108/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="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=5ada5263d6f7c9cf -C extra-filename=-5ada5263d6f7c9cf --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-5ada5263d6f7c9cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15282023-11-02T04:41:38.994Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-5ada5263d6f7c9cf/build-script-build`
15292023-11-02T04:41:39.039Z Compiling spin v0.5.2
15302023-11-02T04:41:39.045Z 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`
15312023-11-02T04:41:39.165Z Compiling pin-project-lite v0.2.13
15322023-11-02T04:41:39.179Z 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`
15332023-11-02T04:41:39.237Z Compiling rand_core v0.6.4
15342023-11-02T04:41:39.249Z 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=b7752064d206ef48 -C extra-filename=-b7752064d206ef48 --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-75d25cd6bbf5ada0.rmeta --cap-lints allow -D warnings`
15352023-11-02T04:41:39.317Z 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.108/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="raw_value"' --cfg 'feature="std"' -C metadata=6af423f136dee1a0 -C extra-filename=-6af423f136dee1a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-6af423f136dee1a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15362023-11-02T04:41:39.387Z Compiling byteorder v1.5.0
15372023-11-02T04:41:39.404Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6fb8385a046b069a -C extra-filename=-6fb8385a046b069a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15382023-11-02T04:41:39.484Z Compiling aho-corasick v1.0.4
15392023-11-02T04:41:39.487Z 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`
15402023-11-02T04:41:39.704Z Compiling regex-syntax v0.8.2
15412023-11-02T04:41:39.735Z 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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=50a40f9a5cebd39f -C extra-filename=-50a40f9a5cebd39f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15422023-11-02T04:41:39.896Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-6af423f136dee1a0/build-script-build`
15432023-11-02T04:41:40.039Z Compiling signal-hook-registry v1.4.1
15442023-11-02T04:41:40.063Z 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=8ef5bea0a6216ba2 -C extra-filename=-8ef5bea0a6216ba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
15452023-11-02T04:41:40.071Z Compiling mio v0.8.8
15462023-11-02T04:41:40.494Z 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=9113e4b91d4e10f7 -C extra-filename=-9113e4b91d4e10f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings`
15472023-11-02T04:41:40.507Z Compiling httparse v1.8.0
15482023-11-02T04:41:40.513Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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`
15492023-11-02T04:41:40.518Z Compiling num_cpus v1.16.0
15502023-11-02T04:41:40.543Z 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=5352e39305fe0a4c -C extra-filename=-5352e39305fe0a4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
15512023-11-02T04:41:40.551Z 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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2e4b787c2de71c9f -C extra-filename=-2e4b787c2de71c9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15522023-11-02T04:41:40.706Z Compiling indexmap v1.9.3
15532023-11-02T04:41:40.711Z 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`
15542023-11-02T04:41:40.834Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5236cc9fa07aafa3/build-script-build`
15552023-11-02T04:41:40.843Z Compiling dyn-clone v1.0.13
15562023-11-02T04:41:40.863Z 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`
15572023-11-02T04:41:41.166Z Compiling ring v0.16.20
15582023-11-02T04:41:41.175Z 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=290f83d1fda015eb -C extra-filename=-290f83d1fda015eb --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-290f83d1fda015eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --cap-lints allow -D warnings`
15592023-11-02T04:41:41.247Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-d0e7450a8ce08552/build-script-build`
15602023-11-02T04:41:41.298Z Compiling socket2 v0.5.4
15612023-11-02T04:41:41.306Z 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.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="all"' -C metadata=6ce94efbc4534b0f -C extra-filename=-6ce94efbc4534b0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
15622023-11-02T04:41:41.829Z Compiling ring v0.17.5
15632023-11-02T04:41:42.289Z 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/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=fc3cfb7aa88623a0 -C extra-filename=-fc3cfb7aa88623a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-fc3cfb7aa88623a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --cap-lints allow -D warnings`
15642023-11-02T04:41:42.301Z Compiling tinyvec_macros v0.1.1
15652023-11-02T04:41:42.313Z 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`
15662023-11-02T04:41:42.324Z Compiling rustix v0.38.9
15672023-11-02T04:41:42.339Z 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`
15682023-11-02T04:41:42.903Z Compiling tinyvec v1.6.0
15692023-11-02T04:41:42.910Z 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`
15702023-11-02T04:41:42.984Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-290f83d1fda015eb/build-script-build`
15712023-11-02T04:41:43.182Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-f4a3b5516a1033b5/build-script-build`
15722023-11-02T04:41:43.278Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-fc3cfb7aa88623a0/build-script-build`
15732023-11-02T04:41:43.325Z Compiling openssl-sys v0.9.93
15742023-11-02T04:41:43.330Z Compiling futures-sink v0.3.29
15752023-11-02T04:41:43.343Z 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=3843d720dd2e1ee1 -C extra-filename=-3843d720dd2e1ee1 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-3843d720dd2e1ee1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.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`
15762023-11-02T04:41:43.354Z 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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d612af58a2e9deb0 -C extra-filename=-d612af58a2e9deb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15772023-11-02T04:41:43.527Z Compiling pin-utils v0.1.0
15782023-11-02T04:41:43.530Z 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`
15792023-11-02T04:41:43.674Z Compiling semver v1.0.20
15802023-11-02T04:41:43.677Z 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.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=88dd1535b184a6a9 -C extra-filename=-88dd1535b184a6a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-88dd1535b184a6a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15812023-11-02T04:41:44.428Z Compiling unicode-bidi v0.3.13
15822023-11-02T04:41:44.431Z 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`
15832023-11-02T04:41:44.789Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-3843d720dd2e1ee1/build-script-main`
15842023-11-02T04:41:45.556Z Compiling regex-automata v0.4.3
15852023-11-02T04:41:45.573Z 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.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="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=3f53e4c5b0627271 -C extra-filename=-3f53e4c5b0627271 --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-50a40f9a5cebd39f.rmeta --cap-lints allow -D warnings`
15862023-11-02T04:41:46.806Z Compiling serde_derive_internals v0.26.0
15872023-11-02T04:41:46.820Z 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`
15882023-11-02T04:41:47.139Z Compiling unicode-normalization v0.1.22
15892023-11-02T04:41:47.161Z 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`
15902023-11-02T04:41:47.305Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-88dd1535b184a6a9/build-script-build`
15912023-11-02T04:41:47.425Z Compiling rustls v0.21.8
15922023-11-02T04:41:47.431Z 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.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=3180cc9a707df9e7 -C extra-filename=-3180cc9a707df9e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-3180cc9a707df9e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15932023-11-02T04:41:47.938Z Compiling percent-encoding v2.3.0
15942023-11-02T04:41:47.944Z 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`
15952023-11-02T04:41:48.578Z 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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=ded8f3b170e32147 -C extra-filename=-ded8f3b170e32147 --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-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --cap-lints allow -D warnings`
15962023-11-02T04:41:49.020Z 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.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="alloc"' --cfg 'feature="std"' -C metadata=9c6769608002a48c -C extra-filename=-9c6769608002a48c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15972023-11-02T04:41:49.295Z 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`
15982023-11-02T04:41:49.526Z Compiling futures-io v0.3.29
15992023-11-02T04:41:49.529Z 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.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="std"' -C metadata=821b8cd695f8ec6d -C extra-filename=-821b8cd695f8ec6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16002023-11-02T04:41:49.781Z Compiling openssl v0.10.57
16012023-11-02T04:41:49.794Z 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`
16022023-11-02T04:41:50.042Z Compiling form_urlencoded v1.2.0
16032023-11-02T04:41:50.049Z 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`
16042023-11-02T04:41:50.430Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-f20da6aca1599289/build-script-build`
16052023-11-02T04:41:50.477Z 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`
16062023-11-02T04:41:50.582Z Compiling ucd-trie v0.1.6
16072023-11-02T04:41:50.585Z 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`
16082023-11-02T04:41:50.679Z Compiling unicode-xid v0.2.4
16092023-11-02T04:41:50.683Z 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`
16102023-11-02T04:41:50.950Z Compiling backtrace v0.3.69
16112023-11-02T04:41:50.964Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=83378d8df28ab4e1 -C extra-filename=-83378d8df28ab4e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-83378d8df28ab4e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --cap-lints allow -D warnings`
16122023-11-02T04:41:51.443Z Compiling async-trait v0.1.74
16132023-11-02T04:41:51.448Z 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.74/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=ee5ed7da80017bff -C extra-filename=-ee5ed7da80017bff --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-ee5ed7da80017bff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16142023-11-02T04:41:51.637Z Compiling unicode-width v0.1.11
16152023-11-02T04:41:51.655Z 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.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=b5773f86976bf9c1 -C extra-filename=-b5773f86976bf9c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16162023-11-02T04:41:51.667Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-83378d8df28ab4e1/build-script-build`
16172023-11-02T04:41:51.712Z Compiling lazy_static v1.4.0
16182023-11-02T04:41:51.720Z 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`
16192023-11-02T04:41:51.858Z Compiling regex v1.10.2
16202023-11-02T04:41:51.864Z 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.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="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=4ecfbf899a12e38f -C extra-filename=-4ecfbf899a12e38f --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-3f53e4c5b0627271.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rmeta --cap-lints allow -D warnings`
16212023-11-02T04:41:51.890Z Compiling rustversion v1.0.14
16222023-11-02T04:41:51.902Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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`
16232023-11-02T04:41:52.166Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-ee5ed7da80017bff/build-script-build`
16242023-11-02T04:41:52.281Z Compiling native-tls v0.2.11
16252023-11-02T04:41:52.290Z 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`
16262023-11-02T04:41:52.686Z Compiling idna v0.4.0
16272023-11-02T04:41:52.689Z 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`
16282023-11-02T04:41:52.871Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-81bcf05595811fab/build-script-build`
16292023-11-02T04:41:52.916Z Compiling slog v2.7.0
16302023-11-02T04:41:52.931Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-ee1e586feee1bf2b/build-script-build`
16312023-11-02T04:41:52.945Z 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`
16322023-11-02T04:41:52.974Z Compiling anyhow v1.0.75
16332023-11-02T04:41:52.984Z 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`
16342023-11-02T04:41:53.105Z 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`
16352023-11-02T04:41:53.708Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-50f19adf750f9175/build-script-build`
16362023-11-02T04:41:53.737Z Compiling winnow v0.5.15
16372023-11-02T04:41:53.744Z 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`
16382023-11-02T04:41:53.810Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-6e4c0cf124b807de/build-script-build`
16392023-11-02T04:41:53.837Z Compiling subtle v2.5.0
16402023-11-02T04:41:53.840Z 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`
16412023-11-02T04:41:54.382Z Compiling url v2.4.1
16422023-11-02T04:41:54.386Z Compiling crossbeam-utils v0.8.16
16432023-11-02T04:41:54.389Z 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`
16442023-11-02T04:41:54.395Z 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`
16452023-11-02T04:41:55.234Z Compiling bitflags v1.3.2
16462023-11-02T04:41:55.241Z 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`
16472023-11-02T04:41:55.452Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-2b72d92b204211df/build-script-build`
16482023-11-02T04:41:55.486Z Compiling hashbrown v0.13.2
16492023-11-02T04:41:55.494Z 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`
16502023-11-02T04:41:55.513Z Compiling errno v0.3.2
16512023-11-02T04:41:55.523Z 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=7b316bd503d18164 -C extra-filename=-7b316bd503d18164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
16522023-11-02T04:41:55.550Z Compiling time-core v0.1.1
16532023-11-02T04:41:55.556Z 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`
16542023-11-02T04:41:55.824Z Compiling base64 v0.21.5
16552023-11-02T04:41:55.832Z Compiling time-macros v0.2.13
16562023-11-02T04:41:55.840Z 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c0a884fd652c2175 -C extra-filename=-c0a884fd652c2175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16572023-11-02T04:41:55.854Z 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`
16582023-11-02T04:41:57.116Z Compiling tracing-core v0.1.31
16592023-11-02T04:41:57.120Z 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`
16602023-11-02T04:41:57.516Z Compiling strsim v0.10.0
16612023-11-02T04:41:57.519Z 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`
16622023-11-02T04:41:57.778Z Compiling adler v1.0.2
16632023-11-02T04:41:57.785Z 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`
16642023-11-02T04:41:58.136Z Compiling miniz_oxide v0.7.1
16652023-11-02T04:41:58.139Z 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`
16662023-11-02T04:41:58.859Z Compiling serde_derive v1.0.188
16672023-11-02T04:41:58.879Z 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`
16682023-11-02T04:41:58.920Z Compiling thiserror-impl v1.0.49
16692023-11-02T04:41:59.342Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=9da73fdce886a303 -C extra-filename=-9da73fdce886a303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
16702023-11-02T04:41:59.353Z Compiling zeroize_derive v1.4.2
16712023-11-02T04:41:59.369Z 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`
16722023-11-02T04:41:59.648Z Compiling tokio-macros v2.1.0
16732023-11-02T04:41:59.660Z 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`
16742023-11-02T04:42:00.122Z Compiling futures-macro v0.3.29
16752023-11-02T04:42:00.156Z 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.29/src/lib.rs --error-format=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=cfb3bddea19c3a21 -C extra-filename=-cfb3bddea19c3a21 --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`
16762023-11-02T04:42:00.918Z Compiling schemars_derive v0.8.13
16772023-11-02T04:42:00.927Z 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`
16782023-11-02T04:42:01.145Z Compiling tracing-attributes v0.1.26
16792023-11-02T04:42:01.149Z 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`
16802023-11-02T04:42:01.855Z Compiling openssl-macros v0.1.1
16812023-11-02T04:42:01.876Z 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`
16822023-11-02T04:42:02.065Z Compiling zeroize v1.6.0
16832023-11-02T04:42:02.103Z 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`
16842023-11-02T04:42:02.480Z 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`
16852023-11-02T04:42:02.669Z 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.74/src/lib.rs --error-format=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=cde40b1e5460b78c -C extra-filename=-cde40b1e5460b78c --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`
16862023-11-02T04:42:03.284Z Compiling synstructure v0.12.6
16872023-11-02T04:42:03.317Z 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`
16882023-11-02T04:42:03.692Z 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.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="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=bb3989e3a9425633 -C extra-filename=-bb3989e3a9425633 --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-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-cfb3bddea19c3a21.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.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`
16892023-11-02T04:42:04.021Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5da9f46e1a667f5e -C extra-filename=-5da9f46e1a667f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-9da73fdce886a303.so --cap-lints allow -D warnings`
16902023-11-02T04:42:04.598Z Compiling pest v2.7.2
16912023-11-02T04:42:04.617Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9aa5a03f5d78a745 -C extra-filename=-9aa5a03f5d78a745 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-963b26a2aa59b261.rmeta --cap-lints allow -D warnings`
16922023-11-02T04:42:05.030Z Compiling crypto-common v0.1.6
16932023-11-02T04:42:05.043Z 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=ebb22ac2993ca735 -C extra-filename=-ebb22ac2993ca735 --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-b7752064d206ef48.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-04e3f21d815cd8b9.rmeta --cap-lints allow -D warnings`
16942023-11-02T04:42:05.364Z Compiling ppv-lite86 v0.2.17
16952023-11-02T04:42:05.369Z 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`
16962023-11-02T04:42:05.873Z Compiling const-oid v0.9.5
16972023-11-02T04:42:05.876Z 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`
16982023-11-02T04:42:06.273Z Compiling zerocopy-derive v0.2.0
16992023-11-02T04:42:06.319Z 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`
17002023-11-02T04:42:06.748Z Compiling rand_chacha v0.3.1
17012023-11-02T04:42:06.757Z 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=03bf0b56351116c5 -C extra-filename=-03bf0b56351116c5 --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-b7752064d206ef48.rmeta --cap-lints allow -D warnings`
17022023-11-02T04:42:07.090Z Compiling spin v0.9.8
17032023-11-02T04:42:07.103Z 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`
17042023-11-02T04:42:07.236Z Compiling tracing v0.1.37
17052023-11-02T04:42:07.312Z 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`
17062023-11-02T04:42:07.696Z Compiling rand v0.8.5
17072023-11-02T04:42:07.700Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=832475e8c6b10412 -C extra-filename=-832475e8c6b10412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --cap-lints allow -D warnings`
17082023-11-02T04:42:08.029Z Compiling usdt-impl v0.3.5
17092023-11-02T04:42:08.033Z 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`
17102023-11-02T04:42:08.630Z Compiling pest_meta v2.7.2
17112023-11-02T04:42:08.660Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=c8b8319e74150075 -C extra-filename=-c8b8319e74150075 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9aa5a03f5d78a745.rmeta --cap-lints allow -D warnings`
17122023-11-02T04:42:09.107Z Compiling gimli v0.28.0
17132023-11-02T04:42:09.118Z 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`
17142023-11-02T04:42:09.451Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-82b28e27bd76deeb/build-script-build`
17152023-11-02T04:42:09.482Z Compiling zerocopy v0.3.0
17162023-11-02T04:42:09.486Z 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=50eb0e1ab85b64a0 -C extra-filename=-50eb0e1ab85b64a0 --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-6fb8385a046b069a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-76ae81a4f7636b9f.so --cap-lints allow -D warnings`
17172023-11-02T04:42:10.101Z Compiling block-buffer v0.10.4
17182023-11-02T04:42:10.123Z 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`
17192023-11-02T04:42:10.126Z 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`
17202023-11-02T04:42:10.129Z Compiling object v0.32.1
17212023-11-02T04:42:10.147Z 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`
17222023-11-02T04:42:10.874Z Compiling pest_generator v2.7.2
17232023-11-02T04:42:10.880Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=fac6609892be980c -C extra-filename=-fac6609892be980c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9aa5a03f5d78a745.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-c8b8319e74150075.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
17242023-11-02T04:42:11.052Z Compiling hashbrown v0.12.3
17252023-11-02T04:42:11.056Z 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`
17262023-11-02T04:42:11.315Z Compiling rustc-demangle v0.1.23
17272023-11-02T04:42:11.322Z 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`
17282023-11-02T04:42:12.298Z 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`
17292023-11-02T04:42:12.903Z 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`
17302023-11-02T04:42:13.085Z Compiling dof v0.1.5
17312023-11-02T04:42:13.090Z 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=df76cd073edc3efc -C extra-filename=-df76cd073edc3efc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-50eb0e1ab85b64a0.rmeta --cap-lints allow -D warnings`
17322023-11-02T04:42:14.004Z Compiling digest v0.10.7
17332023-11-02T04:42:14.013Z 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=e77795124486928d -C extra-filename=-e77795124486928d --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-ebb22ac2993ca735.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
17342023-11-02T04:42:14.368Z Compiling thread-id v4.2.0
17352023-11-02T04:42:14.372Z 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=b8576bf9a9ca867b -C extra-filename=-b8576bf9a9ca867b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
17362023-11-02T04:42:14.405Z Compiling cpufeatures v0.2.9
17372023-11-02T04:42:14.437Z 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`
17382023-11-02T04:42:14.540Z Compiling untrusted v0.7.1
17392023-11-02T04:42:14.544Z 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`
17402023-11-02T04:42:14.578Z Compiling strum_macros v0.25.2
17412023-11-02T04:42:15.471Z 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`
17422023-11-02T04:42:15.476Z Compiling socket2 v0.4.9
17432023-11-02T04:42:15.480Z 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=24e984d97ec2f30f -C extra-filename=-24e984d97ec2f30f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
17442023-11-02T04:42:15.489Z Compiling untrusted v0.9.0
17452023-11-02T04:42:15.496Z 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.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=1122729ae9a01812 -C extra-filename=-1122729ae9a01812 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17462023-11-02T04:42:15.503Z 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=72a8fc23c420a699 -C extra-filename=-72a8fc23c420a699 --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-c211d5d00c4c9cb1/out -l static=ring-core -l static=ring-test`
17472023-11-02T04:42:15.512Z Compiling try-lock v0.2.4
17482023-11-02T04:42:15.520Z 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`
17492023-11-02T04:42:15.527Z Compiling httpdate v1.0.3
17502023-11-02T04:42:15.538Z 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`
17512023-11-02T04:42:16.135Z Compiling want v0.3.1
17522023-11-02T04:42:16.138Z Compiling openssl-probe v0.1.5
17532023-11-02T04:42:16.167Z 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`
17542023-11-02T04:42:16.170Z 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`
17552023-11-02T04:42:16.201Z Compiling pest_derive v2.7.2
17562023-11-02T04:42:16.204Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=407ee505ea788947 -C extra-filename=-407ee505ea788947 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9aa5a03f5d78a745.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-fac6609892be980c.rlib --extern proc_macro --cap-lints allow -D warnings`
17572023-11-02T04:42:16.620Z Compiling addr2line v0.21.0
17582023-11-02T04:42:16.623Z 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`
17592023-11-02T04:42:16.699Z Compiling foreign-types-shared v0.1.1
17602023-11-02T04:42:16.730Z 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`
17612023-11-02T04:42:16.892Z Compiling tower-service v0.3.2
17622023-11-02T04:42:16.908Z 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`
17632023-11-02T04:42:17.074Z Compiling foreign-types v0.3.2
17642023-11-02T04:42:17.078Z 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`
17652023-11-02T04:42:17.224Z Compiling rustls-pemfile v1.0.3
17662023-11-02T04:42:17.230Z 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=41e0e36fed47255d -C extra-filename=-41e0e36fed47255d --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-c0a884fd652c2175.rmeta --cap-lints allow -D warnings`
17672023-11-02T04:42:17.678Z Compiling dtrace-parser v0.1.14
17682023-11-02T04:42:17.683Z 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=646fb759dadfad9e -C extra-filename=-646fb759dadfad9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.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`
17692023-11-02T04:42:17.688Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d1811b655a45751 -C extra-filename=-8d1811b655a45751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9aa5a03f5d78a745.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-407ee505ea788947.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
17702023-11-02T04:42:17.857Z Compiling mime v0.3.17
17712023-11-02T04:42:17.878Z 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`
17722023-11-02T04:42:17.882Z Compiling ipnet v2.8.0
17732023-11-02T04:42:17.934Z 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`
17742023-11-02T04:42:18.820Z Compiling sct v0.7.0
17752023-11-02T04:42:18.867Z 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=3d23c6a2c002c5c3 -C extra-filename=-3d23c6a2c002c5c3 --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-72a8fc23c420a699.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-c211d5d00c4c9cb1/out`
17762023-11-02T04:42:19.327Z Compiling deranged v0.3.8
17772023-11-02T04:42:19.335Z 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`
17782023-11-02T04:42:20.022Z Compiling num_threads v0.1.6
17792023-11-02T04:42:20.026Z 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`
17802023-11-02T04:42:20.141Z Compiling either v1.9.0
17812023-11-02T04:42:20.154Z 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`
17822023-11-02T04:42:20.221Z 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=06803c57b379db04 -C extra-filename=-06803c57b379db04 --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-951633e8fd59a40d.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`
17832023-11-02T04:42:20.700Z Compiling encoding_rs v0.8.33
17842023-11-02T04:42:21.111Z 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`
17852023-11-02T04:42:21.980Z Compiling rustls-native-certs v0.6.3
17862023-11-02T04:42:21.985Z 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=2d5262ec9f2f1337 -C extra-filename=-2d5262ec9f2f1337 --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-41e0e36fed47255d.rmeta --cap-lints allow -D warnings`
17872023-11-02T04:42:21.991Z Compiling webpki-roots v0.25.2
17882023-11-02T04:42:22.000Z 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`
17892023-11-02T04:42:22.011Z 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`
17902023-11-02T04:42:22.020Z 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`
17912023-11-02T04:42:22.031Z 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=c2bfe975986fcee0 -C extra-filename=-c2bfe975986fcee0 --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-06803c57b379db04.rmeta --cap-lints allow -D warnings`
17922023-11-02T04:42:22.045Z Compiling num-integer v0.1.45
17932023-11-02T04:42:22.087Z 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`
17942023-11-02T04:42:22.460Z Compiling time v0.3.27
17952023-11-02T04:42:22.468Z 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=0876d83c46113eb5 -C extra-filename=-0876d83c46113eb5 --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-951633e8fd59a40d.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`
17962023-11-02T04:42:22.578Z Compiling io-lifetimes v1.0.11
17972023-11-02T04:42:22.586Z 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`
17982023-11-02T04:42:22.971Z Compiling bytes v1.5.0
17992023-11-02T04:42:22.974Z 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`
18002023-11-02T04:42:23.287Z Compiling indexmap v2.0.0
18012023-11-02T04:42:23.292Z 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`
18022023-11-02T04:42:23.355Z Compiling chrono v0.4.31
18032023-11-02T04:42:23.361Z 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`
18042023-11-02T04:42:23.434Z Compiling uuid v1.4.1
18052023-11-02T04:42:23.439Z 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=d93f9957b2560cc0 -C extra-filename=-d93f9957b2560cc0 --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-75d25cd6bbf5ada0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
18062023-11-02T04:42:23.522Z 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.108/src/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="raw_value"' --cfg 'feature="std"' -C metadata=687f97da0b5dadb1 -C extra-filename=-687f97da0b5dadb1 --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`
18072023-11-02T04:42:25.175Z Compiling bitflags v2.4.0
18082023-11-02T04:42:25.178Z 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`
18092023-11-02T04:42:25.323Z Compiling tokio v1.33.0
18102023-11-02T04:42:25.344Z 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.33.0/src/lib.rs --error-format=json --json=diagnostic-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=718688c80c44a9e1 -C extra-filename=-718688c80c44a9e1 --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-951633e8fd59a40d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-5352e39305fe0a4c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.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-8ef5bea0a6216ba2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ce94efbc4534b0f.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-a227de3d2402746e.so --cap-lints allow -D warnings`
18112023-11-02T04:42:25.704Z Compiling http v0.2.9
18122023-11-02T04:42:25.707Z 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`
18132023-11-02T04:42:25.949Z 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.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=61772b8e80787c9c -C extra-filename=-61772b8e80787c9c --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`
18142023-11-02T04:42:26.670Z Compiling toml_datetime v0.6.5
18152023-11-02T04:42:26.674Z 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=e28dc75a94ffd9b3 -C extra-filename=-e28dc75a94ffd9b3 --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`
18162023-11-02T04:42:27.246Z Compiling serde_spanned v0.6.4
18172023-11-02T04:42:27.255Z 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.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="serde"' -C metadata=5cee453c3a1ce49b -C extra-filename=-5cee453c3a1ce49b --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`
18182023-11-02T04:42:27.422Z 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=816d38c905102e21 -C extra-filename=-816d38c905102e21 --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-687f97da0b5dadb1.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
18192023-11-02T04:42:27.631Z Compiling toml_edit v0.19.15
18202023-11-02T04:42:27.656Z 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=afb5c79a0817db81 -C extra-filename=-afb5c79a0817db81 --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-5cee453c3a1ce49b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-e28dc75a94ffd9b3.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings`
18212023-11-02T04:42:28.334Z 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=c42251dd345add73 -C extra-filename=-c42251dd345add73 --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-7b316bd503d18164.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
18222023-11-02T04:42:29.068Z Compiling openapiv3 v1.0.3
18232023-11-02T04:42:29.072Z 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=f64e1d551bbc190b -C extra-filename=-f64e1d551bbc190b --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-687f97da0b5dadb1.rmeta --cap-lints allow -D warnings`
18242023-11-02T04:42:30.174Z 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=0fd0dac3f8f9caab -C extra-filename=-0fd0dac3f8f9caab --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-6fb8385a046b069a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-df76cd073edc3efc.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.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-687f97da0b5dadb1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-b8576bf9a9ca867b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
18252023-11-02T04:42:30.243Z Compiling rustc_version v0.4.0
18262023-11-02T04:42:30.250Z 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=ff4f2380a2041af8 -C extra-filename=-ff4f2380a2041af8 --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-61772b8e80787c9c.rmeta --cap-lints allow -D warnings`
18272023-11-02T04:42:31.357Z Compiling serde_tokenstream v0.1.7
18282023-11-02T04:42:31.360Z 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`
18292023-11-02T04:42:32.011Z Compiling http-body v0.4.5
18302023-11-02T04:42:32.023Z 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`
18312023-11-02T04:42:32.146Z 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=deefcc0d6652aa7a -C extra-filename=-deefcc0d6652aa7a --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-951633e8fd59a40d.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-646fb759dadfad9e.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`
18322023-11-02T04:42:32.688Z Compiling serde_urlencoded v0.7.1
18332023-11-02T04:42:32.693Z 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`
18342023-11-02T04:42:33.340Z Compiling usdt-attr-macro v0.3.5
18352023-11-02T04:42:33.385Z 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=b7746ab9a36216d6 -C extra-filename=-b7746ab9a36216d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2b2f9c376c916c6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0fd0dac3f8f9caab.rlib --extern proc_macro --cap-lints allow -D warnings`
18362023-11-02T04:42:33.589Z Compiling usdt-macro v0.3.5
18372023-11-02T04:42:33.614Z 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=e0dd67ef94751ab7 -C extra-filename=-e0dd67ef94751ab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2b2f9c376c916c6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0fd0dac3f8f9caab.rlib --extern proc_macro --cap-lints allow -D warnings`
18382023-11-02T04:42:33.675Z Compiling crc32fast v1.3.2
18392023-11-02T04:42:33.684Z 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`
18402023-11-02T04:42:33.780Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-e9a5acc5d9972050/build-script-build`
18412023-11-02T04:42:34.302Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-d9ca64d7c2f876f0/build-script-build`
18422023-11-02T04:42:34.308Z Compiling siphasher v0.3.11
18432023-11-02T04:42:34.312Z 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`
18442023-11-02T04:42:34.433Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-199133b893487988/build-script-build`
18452023-11-02T04:42:34.546Z Compiling rustix v0.37.23
18462023-11-02T04:42:34.576Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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`
18472023-11-02T04:42:34.866Z Compiling futures-executor v0.3.29
18482023-11-02T04:42:34.874Z 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.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="std"' -C metadata=e21e6b9f61d1503a -C extra-filename=-e21e6b9f61d1503a --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-2e4b787c2de71c9f.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --cap-lints allow -D warnings`
18492023-11-02T04:42:35.617Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-64d69783e5e9489c/build-script-build`
18502023-11-02T04:42:35.767Z Compiling zerocopy-derive v0.6.4
18512023-11-02T04:42:35.793Z 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.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=29f999934b2539c8 -C extra-filename=-29f999934b2539c8 --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`
18522023-11-02T04:42:35.851Z Compiling toml v0.7.8
18532023-11-02T04:42:35.858Z 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=af2cbc86039a4499 -C extra-filename=-af2cbc86039a4499 --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-5cee453c3a1ce49b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-e28dc75a94ffd9b3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-afb5c79a0817db81.rmeta --cap-lints allow -D warnings`
18542023-11-02T04:42:35.885Z Compiling futures v0.3.29
18552023-11-02T04:42:35.919Z 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.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="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=520a82150b2d2200 -C extra-filename=-520a82150b2d2200 --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-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e21e6b9f61d1503a.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --cap-lints allow -D warnings`
18562023-11-02T04:42:35.929Z Compiling sha2 v0.10.8
18572023-11-02T04:42:35.938Z 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=fe1dc465c7097af7 -C extra-filename=-fe1dc465c7097af7 --out-dir /work/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-e77795124486928d.rmeta --cap-lints allow -D warnings`
18582023-11-02T04:42:36.435Z Compiling hmac v0.12.1
18592023-11-02T04:42:36.441Z 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=8705e3995f03ef9c -C extra-filename=-8705e3995f03ef9c --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-e77795124486928d.rmeta --cap-lints allow -D warnings`
18602023-11-02T04:42:36.445Z Compiling fallible-iterator v0.2.0
18612023-11-02T04:42:36.450Z 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`
18622023-11-02T04:42:37.280Z Compiling memoffset v0.9.0
18632023-11-02T04:42:37.299Z 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`
18642023-11-02T04:42:37.646Z Compiling radium v0.7.0
18652023-11-02T04:42:37.649Z 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`
18662023-11-02T04:42:37.861Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-2c1a6f3fbb5f75fb/build-script-build`
18672023-11-02T04:42:38.079Z Compiling hex v0.4.3
18682023-11-02T04:42:38.082Z 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`
18692023-11-02T04:42:38.375Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-6c036c648e9e5156/build-script-build`
18702023-11-02T04:42:38.422Z Compiling clap_derive v4.4.2
18712023-11-02T04:42:38.457Z 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`
18722023-11-02T04:42:38.743Z Compiling tokio-util v0.7.10
18732023-11-02T04:42:38.746Z 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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=eebe6f93b7495c72 -C extra-filename=-eebe6f93b7495c72 --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-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.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-718688c80c44a9e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings`
18742023-11-02T04:42:39.109Z Compiling utf8parse v0.2.1
18752023-11-02T04:42:39.115Z 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`
18762023-11-02T04:42:39.309Z 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`
18772023-11-02T04:42:39.357Z Compiling serde_tokenstream v0.2.0
18782023-11-02T04:42:39.366Z 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`
18792023-11-02T04:42:39.857Z Compiling md-5 v0.10.5
18802023-11-02T04:42:39.860Z 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=1bbd6a07cde273a1 -C extra-filename=-1bbd6a07cde273a1 --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-e77795124486928d.rmeta --cap-lints allow -D warnings`
18812023-11-02T04:42:40.224Z Compiling stringprep v0.1.3
18822023-11-02T04:42:40.246Z 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`
18832023-11-02T04:42:40.292Z Compiling crossbeam-epoch v0.9.15
18842023-11-02T04:42:40.303Z 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`
18852023-11-02T04:42:41.152Z Compiling h2 v0.3.21
18862023-11-02T04:42:41.162Z 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=2604dcbfd85aabe0 -C extra-filename=-2604dcbfd85aabe0 --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-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.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-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings`
18872023-11-02T04:42:41.314Z Compiling num-iter v0.1.43
18882023-11-02T04:42:41.325Z 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`
18892023-11-02T04:42:41.629Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-b2f2f72c2b72c485/build-script-build`
18902023-11-02T04:42:41.850Z Compiling postgres-protocol v0.6.6
18912023-11-02T04:42:41.861Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-5b17227da7a1cf80/build-script-build`
18922023-11-02T04:42:41.867Z 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=b1bf27277cf11cc6 -C extra-filename=-b1bf27277cf11cc6 --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-c0a884fd652c2175.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.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-8705e3995f03ef9c.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-1bbd6a07cde273a1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-4418b0a7ad445004.rmeta --cap-lints allow -D warnings`
18932023-11-02T04:42:41.939Z Compiling anstyle v1.0.2
18942023-11-02T04:42:41.942Z 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`
18952023-11-02T04:42:42.054Z Compiling phf_shared v0.11.2
18962023-11-02T04:42:42.064Z 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`
18972023-11-02T04:42:42.511Z 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=bd3d276a4d362763 -C extra-filename=-bd3d276a4d362763 --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-deefcc0d6652aa7a.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-646fb759dadfad9e.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
18982023-11-02T04:42:42.680Z 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=19cbc7e223f2c410 -C extra-filename=-19cbc7e223f2c410 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
18992023-11-02T04:42:42.720Z Compiling itertools v0.10.5
19002023-11-02T04:42:42.746Z 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`
19012023-11-02T04:42:42.999Z Compiling unicode-segmentation v1.10.1
19022023-11-02T04:42:43.009Z 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`
19032023-11-02T04:42:43.477Z Compiling tokio-native-tls v0.3.1
19042023-11-02T04:42:43.493Z 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=25b4a7d7e66359d2 -C extra-filename=-25b4a7d7e66359d2 --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-bd3d276a4d362763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
19052023-11-02T04:42:43.911Z 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=2455240645256309 -C extra-filename=-2455240645256309 --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-7b316bd503d18164.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-19cbc7e223f2c410.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
19062023-11-02T04:42:44.261Z Compiling phf v0.11.2
19072023-11-02T04:42:44.269Z 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`
19082023-11-02T04:42:44.500Z Compiling flate2 v1.0.28
19092023-11-02T04:42:44.533Z 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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=2b539087163b61f2 -C extra-filename=-2b539087163b61f2 --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`
19102023-11-02T04:42:44.758Z Compiling anstyle-parse v0.2.1
19112023-11-02T04:42:44.769Z 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`
19122023-11-02T04:42:45.333Z Compiling block-padding v0.3.3
19132023-11-02T04:42:45.344Z 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`
19142023-11-02T04:42:45.795Z Compiling enum-as-inner v0.5.1
19152023-11-02T04:42:45.798Z 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`
19162023-11-02T04:42:46.160Z Compiling whoami v1.4.1
19172023-11-02T04:42:46.163Z 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`
19182023-11-02T04:42:46.472Z Compiling bit-vec v0.6.3
19192023-11-02T04:42:46.476Z 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`
19202023-11-02T04:42:46.651Z Compiling static_assertions v1.1.0
19212023-11-02T04:42:46.657Z 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`
19222023-11-02T04:42:46.808Z Compiling colorchoice v1.0.0
19232023-11-02T04:42:46.820Z 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`
19242023-11-02T04:42:47.067Z Compiling anstyle-query v1.0.0
19252023-11-02T04:42:47.074Z 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`
19262023-11-02T04:42:47.162Z Compiling terminal_size v0.2.6
19272023-11-02T04:42:47.195Z 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=a230e2e76e5c0343 -C extra-filename=-a230e2e76e5c0343 --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-2455240645256309.rmeta --cap-lints allow -D warnings`
19282023-11-02T04:42:47.204Z Compiling inout v0.1.3
19292023-11-02T04:42:47.260Z 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`
19302023-11-02T04:42:47.264Z Compiling anstream v0.5.0
19312023-11-02T04:42:47.267Z 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`
19322023-11-02T04:42:47.374Z 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`
19332023-11-02T04:42:47.468Z Compiling bzip2-sys v0.1.11+1.0.8
19342023-11-02T04:42:47.478Z 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=5ce62e44fce68ed2 -C extra-filename=-5ce62e44fce68ed2 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5ce62e44fce68ed2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
19352023-11-02T04:42:47.616Z Compiling clap_lex v0.5.1
19362023-11-02T04:42:47.620Z 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`
19372023-11-02T04:42:47.644Z Compiling cipher v0.4.4
19382023-11-02T04:42:47.647Z Compiling zerocopy v0.6.4
19392023-11-02T04:42:47.672Z 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=96267f481ddbc204 -C extra-filename=-96267f481ddbc204 --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-ebb22ac2993ca735.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`
19402023-11-02T04:42:47.676Z 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.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=d76c43b5ea14da97 -C extra-filename=-d76c43b5ea14da97 --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-6fb8385a046b069a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-29f999934b2539c8.so --cap-lints allow -D warnings`
19412023-11-02T04:42:48.289Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5ce62e44fce68ed2/build-script-build`
19422023-11-02T04:42:48.408Z Compiling clap_builder v4.4.2
19432023-11-02T04:42:48.418Z 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=c6be6dff7f7fce3e -C extra-filename=-c6be6dff7f7fce3e --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-a230e2e76e5c0343.rmeta --cap-lints allow -D warnings`
19442023-11-02T04:42:48.453Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19452023-11-02T04:42:48.483Z 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`
19462023-11-02T04:42:48.499Z Compiling data-encoding v2.4.0
19472023-11-02T04:42:48.506Z 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`
19482023-11-02T04:42:48.695Z Compiling bit-set v0.5.3
19492023-11-02T04:42:48.704Z 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`
19502023-11-02T04:42:49.007Z Compiling phf_shared v0.10.0
19512023-11-02T04:42:49.016Z 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`
19522023-11-02T04:42:49.029Z Compiling heapless v0.7.16
19532023-11-02T04:42:49.448Z 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=23da22c2b3af306f -C extra-filename=-23da22c2b3af306f --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-23da22c2b3af306f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ff4f2380a2041af8.rlib --cap-lints allow -D warnings`
19542023-11-02T04:42:49.460Z Compiling itertools v0.11.0
19552023-11-02T04:42:49.472Z 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`
19562023-11-02T04:42:49.571Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-78cd0adc5b726d52/build-script-build`
19572023-11-02T04:42:49.603Z Compiling fixedbitset v0.4.2
19582023-11-02T04:42:49.634Z 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`
19592023-11-02T04:42:49.761Z Compiling precomputed-hash v0.1.1
19602023-11-02T04:42:49.764Z 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`
19612023-11-02T04:42:49.854Z Compiling new_debug_unreachable v1.0.4
19622023-11-02T04:42:49.900Z 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`
19632023-11-02T04:42:49.936Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-23da22c2b3af306f/build-script-build`
19642023-11-02T04:42:50.357Z Compiling string_cache v0.8.7
19652023-11-02T04:42:50.373Z 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=b588f94c7a2631d8 -C extra-filename=-b588f94c7a2631d8 --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-79070e5cf7ada956.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`
19662023-11-02T04:42:50.384Z Compiling petgraph v0.6.4
19672023-11-02T04:42:50.398Z 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`
19682023-11-02T04:42:50.413Z 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`
19692023-11-02T04:42:50.564Z Compiling regress v0.7.1
19702023-11-02T04:42:50.972Z 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`
19712023-11-02T04:42:50.983Z Compiling diesel_table_macro_syntax v0.1.0
19722023-11-02T04:42:50.996Z 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`
19732023-11-02T04:42:51.437Z Compiling tap v1.0.1
19742023-11-02T04:42:51.442Z 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`
19752023-11-02T04:42:51.742Z Compiling managed v0.8.0
19762023-11-02T04:42:51.745Z 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`
19772023-11-02T04:42:51.943Z Compiling wyz v0.5.1
19782023-11-02T04:42:51.949Z 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`
19792023-11-02T04:42:52.458Z Compiling diesel_derives v2.1.1
19802023-11-02T04:42:52.463Z 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`
19812023-11-02T04:42:52.665Z 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`
19822023-11-02T04:42:52.775Z 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`
19832023-11-02T04:42:53.510Z Compiling hyper v0.14.27
19842023-11-02T04:42:53.514Z 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=3c7ef234742d4d7f -C extra-filename=-3c7ef234742d4d7f --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-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2604dcbfd85aabe0.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-24e984d97ec2f30f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.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`
19852023-11-02T04:42:53.946Z Compiling num-bigint v0.4.4
19862023-11-02T04:42:53.949Z 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`
19872023-11-02T04:42:54.203Z Compiling lalrpop-util v0.19.12
19882023-11-02T04:42:54.210Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3504c7d3cd08c24f -C extra-filename=-3504c7d3cd08c24f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19892023-11-02T04:42:54.761Z Compiling clap v4.4.3
19902023-11-02T04:42:54.770Z 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=258f77005d15f95f -C extra-filename=-258f77005d15f95f --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-c6be6dff7f7fce3e.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-56a40df49fab5657.so --cap-lints allow -D warnings`
19912023-11-02T04:42:54.936Z Compiling smoltcp v0.9.1
19922023-11-02T04:42:54.943Z 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`
19932023-11-02T04:42:55.321Z Compiling matches v0.1.10
19942023-11-02T04:42:55.325Z 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`
19952023-11-02T04:42:55.511Z Compiling funty v2.0.0
19962023-11-02T04:42:55.515Z 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`
19972023-11-02T04:42:56.009Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-d4972ee1f4270ef3/build-script-build`
19982023-11-02T04:42:56.058Z Compiling idna v0.2.3
19992023-11-02T04:42:56.061Z 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`
20002023-11-02T04:42:57.012Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
20012023-11-02T04:42:57.026Z 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=49415ddd8459087f -C extra-filename=-49415ddd8459087f --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-816d38c905102e21.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
20022023-11-02T04:42:58.918Z Compiling bitvec v1.0.1
20032023-11-02T04:42:58.921Z 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`
20042023-11-02T04:42:58.925Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-332afd651b0e2feb/build-script-build`
20052023-11-02T04:42:59.553Z 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`
20062023-11-02T04:42:59.848Z Compiling hubpack_derive v0.1.1
20072023-11-02T04:42:59.855Z 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`
20082023-11-02T04:42:59.892Z Compiling trust-dns-proto v0.22.0
20092023-11-02T04:42:59.897Z 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=46aebd9158e6f817 -C extra-filename=-46aebd9158e6f817 --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-cde40b1e5460b78c.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-ded8f3b170e32147.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.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-832475e8c6b10412.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-85963be74ba39079.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.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`
20102023-11-02T04:43:00.083Z Compiling scheduled-thread-pool v0.2.7
20112023-11-02T04:43:00.091Z 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=fb66374e6c29aa48 -C extra-filename=-fb66374e6c29aa48 --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-79070e5cf7ada956.rmeta --cap-lints allow -D warnings`
20122023-11-02T04:43:01.119Z Compiling predicates-core v1.0.6
20132023-11-02T04:43:01.133Z 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`
20142023-11-02T04:43:01.518Z Compiling regex-automata v0.1.10
20152023-11-02T04:43:01.529Z 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`
20162023-11-02T04:43:01.734Z Compiling r2d2 v0.8.10
20172023-11-02T04:43:01.738Z 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=d7666a4054870a89 -C extra-filename=-d7666a4054870a89 --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-79070e5cf7ada956.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-fb66374e6c29aa48.rmeta --cap-lints allow -D warnings`
20182023-11-02T04:43:02.359Z Compiling bstr v0.2.17
20192023-11-02T04:43:02.363Z 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`
20202023-11-02T04:43:02.393Z 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`
20212023-11-02T04:43:02.979Z Compiling signature v2.1.0
20222023-11-02T04:43:02.985Z 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=7a7e48972e0bd978 -C extra-filename=-7a7e48972e0bd978 --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-e77795124486928d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --cap-lints allow -D warnings`
20232023-11-02T04:43:03.395Z Compiling serde_repr v0.1.16
20242023-11-02T04:43:03.399Z 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`
20252023-11-02T04:43:16.411Z Compiling hyper-tls v0.5.0
20262023-11-02T04:43:17.854Z 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=a697e39c09bbc7d0 -C extra-filename=-a697e39c09bbc7d0 --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-3c7ef234742d4d7f.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-bd3d276a4d362763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-25b4a7d7e66359d2.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
20272023-11-02T04:43:18.088Z Compiling hash32 v0.2.1
20282023-11-02T04:43:18.355Z 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=d9c2ff9370b69476 -C extra-filename=-d9c2ff9370b69476 --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-6fb8385a046b069a.rmeta --cap-lints allow -D warnings`
20292023-11-02T04:43:18.501Z Compiling float-cmp v0.9.0
20302023-11-02T04:43:18.635Z 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`
20312023-11-02T04:43:18.803Z Compiling difflib v0.4.0
20322023-11-02T04:43:18.858Z 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`
20332023-11-02T04:43:18.872Z Compiling regex-automata v0.3.8
20342023-11-02T04:43:18.904Z 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="dfa-search"' -C metadata=dd6efc2fdfa6944c -C extra-filename=-dd6efc2fdfa6944c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20352023-11-02T04:43:19.009Z Compiling stable_deref_trait v1.2.0
20362023-11-02T04:43:19.085Z 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`
20372023-11-02T04:43:19.110Z Compiling normalize-line-endings v0.3.0
20382023-11-02T04:43:19.553Z 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`
20392023-11-02T04:43:19.568Z 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=15c0056cb48a5c57 -C extra-filename=-15c0056cb48a5c57 --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-d9c2ff9370b69476.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`
20402023-11-02T04:43:20.000Z Compiling console v0.15.7
20412023-11-02T04:43:20.046Z 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=a56f4533ffbea430 -C extra-filename=-a56f4533ffbea430 --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-951633e8fd59a40d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
20422023-11-02T04:43:20.090Z Compiling similar v2.2.1
20432023-11-02T04:43:20.108Z 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`
20442023-11-02T04:43:20.151Z 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=9c7ed9488a446f7d -C extra-filename=-9c7ed9488a446f7d --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-6fb8385a046b069a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-15c0056cb48a5c57.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --cap-lints allow -D warnings`
20452023-11-02T04:43:20.195Z Compiling bstr v1.6.0
20462023-11-02T04:43:20.224Z 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=61b870e7f18a47cd -C extra-filename=-61b870e7f18a47cd --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-dd6efc2fdfa6944c.rmeta --cap-lints allow -D warnings`
20472023-11-02T04:43:20.269Z Compiling hubpack v0.1.2
20482023-11-02T04:43:20.321Z 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`
20492023-11-02T04:43:20.365Z 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=301897f021cab42e -C extra-filename=-301897f021cab42e --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-832475e8c6b10412.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
20502023-11-02T04:43:20.398Z Compiling predicates v3.0.4
20512023-11-02T04:43:20.417Z 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.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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=d1e98c5379e5888d -C extra-filename=-d1e98c5379e5888d --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-3c99362b4aacff3c.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-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings`
20522023-11-02T04:43:20.842Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20532023-11-02T04:43:21.285Z 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/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=3822c7e6330eccda -C extra-filename=-3822c7e6330eccda --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-9c7ed9488a446f7d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
20542023-11-02T04:43:21.338Z Compiling postgres-types v0.2.6
20552023-11-02T04:43:21.391Z 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=5970364a53ce4ff6 -C extra-filename=-5970364a53ce4ff6 --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-b1bf27277cf11cc6.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-687f97da0b5dadb1.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
20562023-11-02T04:43:21.407Z Compiling ipnetwork v0.20.0
20572023-11-02T04:43:21.419Z 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=0edce8661e867924 -C extra-filename=-0edce8661e867924 --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-816d38c905102e21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
20582023-11-02T04:43:21.443Z Compiling getopts v0.2.21
20592023-11-02T04:43:21.466Z 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=da9ba133657e3013 -C extra-filename=-da9ba133657e3013 --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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
20602023-11-02T04:43:21.489Z Compiling tokio-postgres v0.7.10
20612023-11-02T04:43:21.557Z 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=5dc7cc70d6080404 -C extra-filename=-5dc7cc70d6080404 --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-cde40b1e5460b78c.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.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-ded8f3b170e32147.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.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-b1bf27277cf11cc6.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-5970364a53ce4ff6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ce94efbc4534b0f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings`
20622023-11-02T04:43:21.606Z Compiling tokio-stream v0.1.14
20632023-11-02T04:43:21.649Z 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=ab2e52a17e5fa09a -C extra-filename=-ab2e52a17e5fa09a --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-2e4b787c2de71c9f.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-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
20642023-11-02T04:43:21.665Z Compiling usdt v0.3.5
20652023-11-02T04:43:21.697Z 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=176cd009761495ef -C extra-filename=-176cd009761495ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-b7746ab9a36216d6.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0fd0dac3f8f9caab.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e0dd67ef94751ab7.so --cap-lints allow -D warnings`
20662023-11-02T04:43:21.722Z Compiling unsafe-libyaml v0.2.9
20672023-11-02T04:43:21.757Z 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`
20682023-11-02T04:43:21.838Z Compiling yasna v0.5.2
20692023-11-02T04:43:21.922Z 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=c6904b6ef60fe30d -C extra-filename=-c6904b6ef60fe30d --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-301897f021cab42e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings`
20702023-11-02T04:43:21.940Z 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.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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=9cc2d99f4c1c58f7 -C extra-filename=-9cc2d99f4c1c58f7 --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`
20712023-11-02T04:43:21.954Z Compiling diesel v2.1.3
20722023-11-02T04:43:21.978Z 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.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="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=31eb26792b8366e7 -C extra-filename=-31eb26792b8366e7 --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-6fb8385a046b069a.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-0edce8661e867924.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d7666a4054870a89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
20732023-11-02T04:43:21.995Z Compiling serde_yaml v0.9.25
20742023-11-02T04:43:22.016Z 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`
20752023-11-02T04:43:22.048Z Compiling ident_case v1.0.1
20762023-11-02T04:43:22.063Z 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`
20772023-11-02T04:43:22.077Z Compiling slog-async v2.8.0
20782023-11-02T04:43:22.090Z 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`
20792023-11-02T04:43:22.120Z Compiling paste v1.0.14
20802023-11-02T04:43:22.137Z 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`
20812023-11-02T04:43:22.157Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-64069cab57bc419a/build-script-build`
20822023-11-02T04:43:22.228Z Compiling camino v1.1.6
20832023-11-02T04:43:22.273Z 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`
20842023-11-02T04:43:22.300Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-00febffd2a4c24dc/build-script-build`
20852023-11-02T04:43:22.340Z 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`
20862023-11-02T04:43:22.445Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-1f2760158a998691/build-script-build`
20872023-11-02T04:43:22.455Z Compiling darling_core v0.20.3
20882023-11-02T04:43:22.520Z 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`
20892023-11-02T04:43:22.546Z Compiling multer v2.1.0
20902023-11-02T04:43:22.566Z 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`
20912023-11-02T04:43:22.599Z 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`
20922023-11-02T04:43:22.629Z Compiling async-stream-impl v0.3.5
20932023-11-02T04:43:22.683Z 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`
20942023-11-02T04:43:22.729Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-5b96e503a4f1c09a/build-script-build`
20952023-11-02T04:43:22.792Z Compiling regex-syntax v0.6.29
20962023-11-02T04:43:22.816Z 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 --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=c7a0169767136a1f -C extra-filename=-c7a0169767136a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20972023-11-02T04:43:23.210Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
20982023-11-02T04:43:23.254Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/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`
20992023-11-02T04:43:23.749Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a793e6cb42da8594/build-script-build`
21002023-11-02T04:43:23.902Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
21012023-11-02T04:43:23.918Z 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`
21022023-11-02T04:43:24.650Z 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.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=e18c481408ad2194 -C extra-filename=-e18c481408ad2194 --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`
21032023-11-02T04:43:25.308Z Compiling structmeta-derive v0.1.6
21042023-11-02T04:43:25.317Z 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`
21052023-11-02T04:43:27.561Z Compiling structmeta-derive v0.2.0
21062023-11-02T04:43:27.576Z 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.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=906e376baf82bd7b -C extra-filename=-906e376baf82bd7b --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`
21072023-11-02T04:43:28.570Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
21082023-11-02T04:43:28.574Z 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=df4f076d8e68e3cc -C extra-filename=-df4f076d8e68e3cc --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-816d38c905102e21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.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-49415ddd8459087f.rlib --extern proc_macro --cap-lints allow -D warnings`
21092023-11-02T04:43:29.247Z 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=42370874ccbb2736 -C extra-filename=-42370874ccbb2736 --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-e18c481408ad2194.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
21102023-11-02T04:43:30.060Z 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`
21112023-11-02T04:43:30.200Z Compiling structmeta v0.1.6
21122023-11-02T04:43:30.206Z 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`
21132023-11-02T04:43:30.308Z Compiling darling_macro v0.20.3
21142023-11-02T04:43:30.312Z 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`
21152023-11-02T04:43:30.891Z Compiling fastrand v2.0.0
21162023-11-02T04:43:30.904Z 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`
21172023-11-02T04:43:31.814Z Compiling tempfile v3.8.0
21182023-11-02T04:43:31.821Z 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=b6d31a377a413cb1 -C extra-filename=-b6d31a377a413cb1 --out-dir /work/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-c42251dd345add73.rmeta --cap-lints allow -D warnings`
21192023-11-02T04:43:32.185Z Compiling darling v0.20.3
21202023-11-02T04:43:32.188Z 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`
21212023-11-02T04:43:32.306Z Compiling structmeta v0.2.0
21222023-11-02T04:43:32.309Z 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.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=affcf9f8b8db675d -C extra-filename=-affcf9f8b8db675d --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-906e376baf82bd7b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
21232023-11-02T04:43:32.375Z Compiling serde_with_macros v2.3.3
21242023-11-02T04:43:32.415Z 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`
21252023-11-02T04:43:32.696Z Compiling parse-display-derive v0.7.0
21262023-11-02T04:43:32.703Z 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=43b4e839f2e01588 -C extra-filename=-43b4e839f2e01588 --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-4ecfbf899a12e38f.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c7a0169767136a1f.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`
21272023-11-02T04:43:32.959Z Compiling test-strategy v0.3.1
21282023-11-02T04:43:32.965Z 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.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=588e61721eaff395 -C extra-filename=-588e61721eaff395 --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-affcf9f8b8db675d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
21292023-11-02T04:43:33.312Z 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=af907919575e41a1 -C extra-filename=-af907919575e41a1 --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-e18c481408ad2194.rmeta --cap-lints allow -D warnings`
21302023-11-02T04:43:35.512Z 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=330c871f3d192e5f -C extra-filename=-330c871f3d192e5f --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-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
21312023-11-02T04:43:36.652Z 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=b26123be1bfb0475 -C extra-filename=-b26123be1bfb0475 --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-6fb8385a046b069a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-df76cd073edc3efc.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.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-e18c481408ad2194.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-b8576bf9a9ca867b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
21322023-11-02T04:43:37.006Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
21332023-11-02T04:43:37.009Z 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=f9a1b8533c11a9c9 -C extra-filename=-f9a1b8533c11a9c9 --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-49415ddd8459087f.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-df4f076d8e68e3cc.so --cap-lints allow -D warnings`
21342023-11-02T04:43:37.041Z Compiling toml_edit v0.20.7
21352023-11-02T04:43:37.081Z 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.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"' -C metadata=d412826e88ddb463 -C extra-filename=-d412826e88ddb463 --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-5cee453c3a1ce49b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-e28dc75a94ffd9b3.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings`
21362023-11-02T04:43:37.229Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
21372023-11-02T04:43:37.235Z 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=e7388fbf0d416b00 -C extra-filename=-e7388fbf0d416b00 --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-da9ba133657e3013.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-f64e1d551bbc190b.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-4ecfbf899a12e38f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-f9a1b8533c11a9c9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
21382023-11-02T04:43:39.081Z 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=f610ebabab3e9f05 -C extra-filename=-f610ebabab3e9f05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-b7746ab9a36216d6.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b26123be1bfb0475.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e0dd67ef94751ab7.so --cap-lints allow -D warnings`
21392023-11-02T04:43:39.469Z 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=dc658704b8aece8d -C extra-filename=-dc658704b8aece8d --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-b1bf27277cf11cc6.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-e18c481408ad2194.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
21402023-11-02T04:43:39.708Z Compiling dirs-sys-next v0.1.2
21412023-11-02T04:43:39.741Z 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=f189bed277ebd26e -C extra-filename=-f189bed277ebd26e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
21422023-11-02T04:43:39.839Z 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=82272017594cf4e8 -C extra-filename=-82272017594cf4e8 --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-42370874ccbb2736.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
21432023-11-02T04:43:41.200Z Compiling dirs-next v2.0.0
21442023-11-02T04:43:41.209Z 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=9d6ad50f6f1ebeb9 -C extra-filename=-9d6ad50f6f1ebeb9 --out-dir /work/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-f189bed277ebd26e.rmeta --cap-lints allow -D warnings`
21452023-11-02T04:43:41.219Z 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=474e427290744ca9 -C extra-filename=-474e427290744ca9 --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-cde40b1e5460b78c.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.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-ded8f3b170e32147.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.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-b1bf27277cf11cc6.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dc658704b8aece8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ce94efbc4534b0f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings`
21462023-11-02T04:43:41.249Z Compiling term v0.7.0
21472023-11-02T04:43:41.263Z 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=7dc16e433b13a265 -C extra-filename=-7dc16e433b13a265 --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-9d6ad50f6f1ebeb9.rmeta --cap-lints allow -D warnings`
21482023-11-02T04:43:41.838Z 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.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="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=273444a7f6b14b30 -C extra-filename=-273444a7f6b14b30 --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-6fb8385a046b069a.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-330c871f3d192e5f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d7666a4054870a89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
21492023-11-02T04:43:42.185Z Compiling toml v0.8.6
21502023-11-02T04:43:42.199Z 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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=cd9a1882514c8af5 -C extra-filename=-cd9a1882514c8af5 --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-5cee453c3a1ce49b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-e28dc75a94ffd9b3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d412826e88ddb463.rmeta --cap-lints allow -D warnings`
21512023-11-02T04:43:43.885Z Compiling atty v0.2.14
21522023-11-02T04:43:43.901Z 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=318a6ebbcda68aba -C extra-filename=-318a6ebbcda68aba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
21532023-11-02T04:43:44.098Z Compiling match_cfg v0.1.0
21542023-11-02T04:43:44.102Z 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`
21552023-11-02T04:43:44.256Z Compiling hostname v0.3.1
21562023-11-02T04:43:44.260Z 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=825c89ee82a57d47 -C extra-filename=-825c89ee82a57d47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-38e46414f05776ae.rmeta --cap-lints allow -D warnings`
21572023-11-02T04:43:44.697Z 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=659a39a9b53a3975 -C extra-filename=-659a39a9b53a3975 --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-82272017594cf4e8.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-df4f076d8e68e3cc.so --cap-lints allow -D warnings`
21582023-11-02T04:43:44.883Z 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=d562c9b25280b25b -C extra-filename=-d562c9b25280b25b --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-da9ba133657e3013.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-af907919575e41a1.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-4ecfbf899a12e38f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-659a39a9b53a3975.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
21592023-11-02T04:43:45.120Z Compiling crossbeam-channel v0.5.8
21602023-11-02T04:43:45.150Z 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`
21612023-11-02T04:43:47.140Z Compiling sha1 v0.10.5
21622023-11-02T04:43:47.143Z 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=8efde83da752c28a -C extra-filename=-8efde83da752c28a --out-dir /work/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-e77795124486928d.rmeta --cap-lints allow -D warnings`
21632023-11-02T04:43:47.848Z Compiling thread_local v1.1.7
21642023-11-02T04:43:47.853Z 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`
21652023-11-02T04:43:48.818Z 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`
21662023-11-02T04:43:50.268Z Compiling strum v0.25.0
21672023-11-02T04:43:50.286Z 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`
21682023-11-02T04:43:50.589Z Compiling instant v0.1.12
21692023-11-02T04:43:50.611Z 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`
21702023-11-02T04:43:50.624Z Compiling take_mut v0.2.2
21712023-11-02T04:43:50.658Z 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`
21722023-11-02T04:43:50.803Z Compiling slog-term v2.9.0
21732023-11-02T04:43:50.809Z 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=5836e2a5244b09b9 -C extra-filename=-5836e2a5244b09b9 --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-318a6ebbcda68aba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-4b57738c95f1291d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings`
21742023-11-02T04:43:50.840Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
21752023-11-02T04:43:50.849Z 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=549e6fb886845ebb -C extra-filename=-549e6fb886845ebb --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-f64e1d551bbc190b.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-e7388fbf0d416b00.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.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`
21762023-11-02T04:43:50.911Z 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`
21772023-11-02T04:43:51.059Z Compiling serde_with v2.3.3
21782023-11-02T04:43:51.064Z 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`
21792023-11-02T04:43:53.003Z Compiling slog-json v2.6.1
21802023-11-02T04:43:53.006Z 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=1cb90a5867f95b58 -C extra-filename=-1cb90a5867f95b58 --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-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings`
21812023-11-02T04:43:53.036Z Compiling atomic-waker v1.1.1
21822023-11-02T04:43:53.079Z 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`
21832023-11-02T04:43:53.345Z Compiling debug-ignore v1.0.5
21842023-11-02T04:43:53.353Z 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`
21852023-11-02T04:43:53.588Z Compiling slog-bunyan v2.4.0
21862023-11-02T04:43:53.597Z 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=d0a55b9fae8929cb -C extra-filename=-d0a55b9fae8929cb --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-825c89ee82a57d47.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-1cb90a5867f95b58.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings`
21872023-11-02T04:43:53.670Z Compiling waitgroup v0.1.2
21882023-11-02T04:43:53.675Z 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`
21892023-11-02T04:43:53.883Z Compiling async-stream v0.3.5
21902023-11-02T04:43:53.896Z 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=f161070c4a4a0796 -C extra-filename=-f161070c4a4a0796 --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-2e4b787c2de71c9f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --cap-lints allow -D warnings`
21912023-11-02T04:43:54.108Z 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=ccae555fe7980b94 -C extra-filename=-ccae555fe7980b94 --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-bb3989e3a9425633.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`
21922023-11-02T04:43:54.407Z Compiling serde_path_to_error v0.1.14
21932023-11-02T04:43:54.411Z 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`
21942023-11-02T04:43:55.891Z Compiling backoff v0.4.0
21952023-11-02T04:43:55.900Z Compiling quick-error v1.2.3
21962023-11-02T04:43:55.903Z 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=096baf33883e90fb -C extra-filename=-096baf33883e90fb --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-2e4b787c2de71c9f.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.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-832475e8c6b10412.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
21972023-11-02T04:43:55.907Z 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`
21982023-11-02T04:43:56.138Z Compiling parse-display v0.7.0
21992023-11-02T04:43:56.142Z 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=8c1780e13885d002 -C extra-filename=-8c1780e13885d002 --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-43b4e839f2e01588.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings`
22002023-11-02T04:43:56.433Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22012023-11-02T04:43:56.899Z 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`
22022023-11-02T04:43:56.907Z Compiling macaddr v1.0.1
22032023-11-02T04:43:56.920Z 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`
22042023-11-02T04:43:56.929Z 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=feeda8e1a2c81b9a -C extra-filename=-feeda8e1a2c81b9a --out-dir /work/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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
22052023-11-02T04:43:57.231Z Compiling wait-timeout v0.2.0
22062023-11-02T04:43:57.237Z 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=6cab423074342a3b -C extra-filename=-6cab423074342a3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
22072023-11-02T04:43:57.459Z Compiling rand_xorshift v0.3.0
22082023-11-02T04:43:57.498Z 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=841aeb633a71b002 -C extra-filename=-841aeb633a71b002 --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-b7752064d206ef48.rmeta --cap-lints allow -D warnings`
22092023-11-02T04:43:57.958Z Compiling rusty-fork v0.3.0
22102023-11-02T04:43:57.967Z 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=73af1ac0bd339dea -C extra-filename=-73af1ac0bd339dea --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-b6d31a377a413cb1.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6cab423074342a3b.rmeta --cap-lints allow -D warnings`
22112023-11-02T04:43:58.040Z Compiling unarray v0.1.4
22122023-11-02T04:43:58.053Z 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`
22132023-11-02T04:43:58.127Z Compiling regex-syntax v0.7.5
22142023-11-02T04:43:58.172Z 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`
22152023-11-02T04:43:58.180Z 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`
22162023-11-02T04:43:58.305Z 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`
22172023-11-02T04:43:58.539Z 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`
22182023-11-02T04:43:58.939Z 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`
22192023-11-02T04:43:59.275Z 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`
22202023-11-02T04:43:59.619Z 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=331e33b3e3eab9e4 -C extra-filename=-331e33b3e3eab9e4 --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-feeda8e1a2c81b9a.rmeta --cap-lints allow -D warnings`
22212023-11-02T04:44:00.480Z 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`
22222023-11-02T04:44:00.860Z 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`
22232023-11-02T04:44:01.490Z 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`
22242023-11-02T04:44:02.030Z Compiling proc-macro-crate v1.3.1
22252023-11-02T04:44:02.035Z 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=714c222fde92ea9e -C extra-filename=-714c222fde92ea9e --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-afb5c79a0817db81.rmeta --cap-lints allow -D warnings`
22262023-11-02T04:44:02.038Z Compiling crucible-workspace-hack v0.1.0
22272023-11-02T04:44:02.042Z 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/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=5b0f29aaaad16d24 -C extra-filename=-5b0f29aaaad16d24 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-5b0f29aaaad16d24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22282023-11-02T04:44:02.171Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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`
22292023-11-02T04:44:02.239Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-5b0f29aaaad16d24/build-script-build`
22302023-11-02T04:44:02.271Z 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`
22312023-11-02T04:44:02.780Z 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=a2b943ba7bdc80cb -C extra-filename=-a2b943ba7bdc80cb --out-dir /work/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-9cc2d99f4c1c58f7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings`
22322023-11-02T04:44:03.140Z 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`
22332023-11-02T04:44:03.369Z 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=857464e7953ad886 -C extra-filename=-857464e7953ad886 --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-a2b943ba7bdc80cb.rmeta --cap-lints allow -D warnings`
22342023-11-02T04:44:03.895Z 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=e4eb40cefe3739e2 -C extra-filename=-e4eb40cefe3739e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
22352023-11-02T04:44:04.742Z Compiling proptest v1.3.1
22362023-11-02T04:44:04.747Z 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.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="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=4ebf3aa24377495c -C extra-filename=-4ebf3aa24377495c --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 bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.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-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-841aeb633a71b002.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-73af1ac0bd339dea.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-a7df36f5ba855866.rmeta --cap-lints allow -D warnings`
22372023-11-02T04:44:04.884Z 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`
22382023-11-02T04:44:05.201Z Compiling proc-macro-error-attr v1.0.4
22392023-11-02T04:44:05.206Z 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`
22402023-11-02T04:44:05.799Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-4793a33fef0d79c3/build-script-build`
22412023-11-02T04:44:05.915Z 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=478723dc69368376 -C extra-filename=-478723dc69368376 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --cap-lints allow -D warnings`
22422023-11-02T04:44:07.949Z Compiling proc-macro-error v1.0.4
22432023-11-02T04:44:07.956Z 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`
22442023-11-02T04:44:08.425Z 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`
22452023-11-02T04:44:08.572Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c6eda2b9346f1316/build-script-build`
22462023-11-02T04:44:08.786Z Compiling num_enum_derive v0.5.11
22472023-11-02T04:44:08.796Z 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=6985e86448ff2440 -C extra-filename=-6985e86448ff2440 --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-714c222fde92ea9e.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`
22482023-11-02T04:44:09.817Z 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`
22492023-11-02T04:44:10.437Z 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`
22502023-11-02T04:44:10.810Z 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`
22512023-11-02T04:44:11.345Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2666dc1e27be8b4d -C extra-filename=-2666dc1e27be8b4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-9da73fdce886a303.so --cap-lints allow -D warnings`
22522023-11-02T04:44:13.219Z 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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=15f20dc26df54122 -C extra-filename=-15f20dc26df54122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22532023-11-02T04:44:13.269Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22542023-11-02T04:44:13.368Z 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`
22552023-11-02T04:44:13.384Z 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=0d5c3309b3d36f70 -C extra-filename=-0d5c3309b3d36f70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
22562023-11-02T04:44:13.814Z 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`
22572023-11-02T04:44:13.845Z 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.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="all"' -C metadata=4d864f5ef6f0cb90 -C extra-filename=-4d864f5ef6f0cb90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
22582023-11-02T04:44:13.859Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ddd769f882e45b6a/build-script-build`
22592023-11-02T04:44:13.869Z Compiling base64ct v1.6.0
22602023-11-02T04:44:13.874Z 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`
22612023-11-02T04:44:13.896Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22622023-11-02T04:44:13.923Z 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`
22632023-11-02T04:44:13.954Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fca2ca054f4fc8df -C extra-filename=-fca2ca054f4fc8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22642023-11-02T04:44:13.970Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9ec34ae820c9a363/build-script-build`
22652023-11-02T04:44:13.981Z 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.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=d9ce96cf778302ef -C extra-filename=-d9ce96cf778302ef --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-9cc2d99f4c1c58f7.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-478723dc69368376.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0d5c3309b3d36f70.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.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-e4eb40cefe3739e2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4d864f5ef6f0cb90.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-a227de3d2402746e.so --cap-lints allow -D warnings`
22662023-11-02T04:44:14.408Z Compiling foreign-types-macros v0.2.3
22672023-11-02T04:44:14.417Z 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`
22682023-11-02T04:44:14.439Z 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`
22692023-11-02T04:44:14.631Z Compiling is-terminal v0.4.9
22702023-11-02T04:44:14.654Z 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=8a149ebee13979ce -C extra-filename=-8a149ebee13979ce --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-c42251dd345add73.rmeta --cap-lints allow -D warnings`
22712023-11-02T04:44:14.821Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
22722023-11-02T04:44:14.834Z 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/258a8b5/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=e86f5de6f50d3ea8 -C extra-filename=-e86f5de6f50d3ea8 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-e86f5de6f50d3ea8 -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`
22732023-11-02T04:44:14.914Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22742023-11-02T04:44:14.936Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=722aa1f1d4eeb716 -C extra-filename=-722aa1f1d4eeb716 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-722aa1f1d4eeb716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22752023-11-02T04:44:15.434Z 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`
22762023-11-02T04:44:15.466Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-722aa1f1d4eeb716/build-script-build`
22772023-11-02T04:44:15.929Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-e86f5de6f50d3ea8/build-script-build`
22782023-11-02T04:44:15.940Z 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=1f46b2dcc29359b1 -C extra-filename=-1f46b2dcc29359b1 --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-331e33b3e3eab9e4.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-59a8c1a9f4cc401a.rmeta --cap-lints allow -D warnings`
22792023-11-02T04:44:16.006Z 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`
22802023-11-02T04:44:16.035Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
22812023-11-02T04:44:16.043Z 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/258a8b5/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=54ed3404f246e1d0 -C extra-filename=-54ed3404f246e1d0 --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`
22822023-11-02T04:44:16.208Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22832023-11-02T04:44:16.271Z 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`
22842023-11-02T04:44:16.704Z 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.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=a79ff521aceff8c1 -C extra-filename=-a79ff521aceff8c1 --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`
22852023-11-02T04:44:17.647Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
22862023-11-02T04:44:17.650Z 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`
22872023-11-02T04:44:17.709Z 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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3d4913af193ba8fa -C extra-filename=-3d4913af193ba8fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22882023-11-02T04:44:18.369Z 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`
22892023-11-02T04:44:18.387Z Compiling zone_cfg_derive v0.2.0
22902023-11-02T04:44:18.395Z 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`
22912023-11-02T04:44:18.405Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9594995f6893c70d/build-script-build`
22922023-11-02T04:44:18.413Z Compiling mockall_derive v0.11.4
22932023-11-02T04:44:18.425Z 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`
22942023-11-02T04:44:20.739Z Compiling num-derive v0.4.0
22952023-11-02T04:44:20.742Z 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`
22962023-11-02T04:44:21.767Z Compiling filetime v0.2.22
22972023-11-02T04:44:21.777Z 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=ed8d2a4807be5a28 -C extra-filename=-ed8d2a4807be5a28 --out-dir /work/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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
22982023-11-02T04:44:21.978Z Compiling xattr v1.0.1
22992023-11-02T04:44:21.988Z 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=dc082b258e71080c -C extra-filename=-dc082b258e71080c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
23002023-11-02T04:44:22.271Z 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`
23012023-11-02T04:44:22.397Z Compiling tar v0.4.40
23022023-11-02T04:44:22.409Z 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=8b8f69e5c87d2414 -C extra-filename=-8b8f69e5c87d2414 --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-ed8d2a4807be5a28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-dc082b258e71080c.rmeta --cap-lints allow -D warnings`
23032023-11-02T04:44:24.790Z 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`
23042023-11-02T04:44:25.551Z 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`
23052023-11-02T04:44:26.191Z 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=2c416f3ca71bac21 -C extra-filename=-2c416f3ca71bac21 --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-331e33b3e3eab9e4.rmeta --cap-lints allow -D warnings`
23062023-11-02T04:44:26.320Z 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`
23072023-11-02T04:44:26.326Z 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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=1f5aded3f0934012 -C extra-filename=-1f5aded3f0934012 --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-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --cap-lints allow -D warnings`
23082023-11-02T04:44:26.959Z 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.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="alloc"' --cfg 'feature="std"' -C metadata=97c08c0a1637e212 -C extra-filename=-97c08c0a1637e212 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23092023-11-02T04:44:27.484Z 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`
23102023-11-02T04:44:27.564Z 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.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="std"' -C metadata=7707dd2a7f3f5fc1 -C extra-filename=-7707dd2a7f3f5fc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23112023-11-02T04:44:27.929Z 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.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="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=135bf7ba8ab3ea34 -C extra-filename=-135bf7ba8ab3ea34 --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-1f5aded3f0934012.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-7707dd2a7f3f5fc1.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-cfb3bddea19c3a21.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-97c08c0a1637e212.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`
23122023-11-02T04:44:28.078Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=3ea74bcbc130599d -C extra-filename=-3ea74bcbc130599d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --cap-lints allow -D warnings`
23132023-11-02T04:44:29.146Z 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=a169f199810ce08f -C extra-filename=-a169f199810ce08f --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-feeda8e1a2c81b9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23142023-11-02T04:44:30.842Z 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`
23152023-11-02T04:44:30.994Z 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`
23162023-11-02T04:44:31.220Z 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`
23172023-11-02T04:44:31.389Z 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`
23182023-11-02T04:44:31.535Z 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"'`
23192023-11-02T04:44:31.847Z 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=db8c7d8154906494 -C extra-filename=-db8c7d8154906494 --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-1f46b2dcc29359b1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
23202023-11-02T04:44:32.285Z 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`
23212023-11-02T04:44:32.472Z 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.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="default"' --cfg 'feature="std"' -C metadata=c51a83c80e38f6e3 -C extra-filename=-c51a83c80e38f6e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23222023-11-02T04:44:32.620Z 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`
23232023-11-02T04:44:32.792Z 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`
23242023-11-02T04:44:33.009Z 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`
23252023-11-02T04:44:33.823Z 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`
23262023-11-02T04:44:33.923Z 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`
23272023-11-02T04:44:34.234Z 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`
23282023-11-02T04:44:35.037Z 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=0687e8647cca9e82 -C extra-filename=-0687e8647cca9e82 --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-a79ff521aceff8c1.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
23292023-11-02T04:44:35.207Z 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`
23302023-11-02T04:44:35.418Z 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`
23312023-11-02T04:44:35.795Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=d603c8d4e5059e33 -C extra-filename=-d603c8d4e5059e33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-0f73e34081c966cd.rmeta --cap-lints allow -D warnings`
23322023-11-02T04:44:36.045Z 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`
23332023-11-02T04:44:36.466Z 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`
23342023-11-02T04:44:36.948Z 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`
23352023-11-02T04:44:37.274Z 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`
23362023-11-02T04:44:37.285Z 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`
23372023-11-02T04:44:37.317Z 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`
23382023-11-02T04:44:37.456Z 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`
23392023-11-02T04:44:38.528Z 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`
23402023-11-02T04:44:38.709Z 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`
23412023-11-02T04:44:39.175Z 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`
23422023-11-02T04:44:39.390Z 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`
23432023-11-02T04:44:39.827Z 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`
23442023-11-02T04:44:40.010Z 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.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=f4cc2d93810d5310 -C extra-filename=-f4cc2d93810d5310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23452023-11-02T04:44:40.075Z 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`
23462023-11-02T04:44:40.270Z 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`
23472023-11-02T04:44:40.407Z 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=a9c6a39ea2649f02 -C extra-filename=-a9c6a39ea2649f02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
23482023-11-02T04:44:40.720Z 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`
23492023-11-02T04:44:41.139Z 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.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="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=45f9b288087bf8e6 -C extra-filename=-45f9b288087bf8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23502023-11-02T04:44:41.178Z 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`
23512023-11-02T04:44:41.284Z 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=03c8990544e304c9 -C extra-filename=-03c8990544e304c9 --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-c211d5d00c4c9cb1/out -l static=ring-core -l static=ring-test`
23522023-11-02T04:44:41.472Z 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`
23532023-11-02T04:44:41.933Z 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`
23542023-11-02T04:44:42.452Z 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.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=a5ada7efac379163 -C extra-filename=-a5ada7efac379163 --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-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.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-d9ce96cf778302ef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings`
23552023-11-02T04:44:43.444Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46a5cef56c574a55 -C extra-filename=-46a5cef56c574a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23562023-11-02T04:44:43.608Z 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.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=1ed2f179d916e5df -C extra-filename=-1ed2f179d916e5df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23572023-11-02T04:44:43.902Z 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=e6d0e2dd74e16531 -C extra-filename=-e6d0e2dd74e16531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
23582023-11-02T04:44:44.031Z 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`
23592023-11-02T04:44:44.747Z 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=845df6b103dfb623 -C extra-filename=-845df6b103dfb623 --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-03c8990544e304c9.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-c211d5d00c4c9cb1/out`
23602023-11-02T04:44:45.277Z 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`
23612023-11-02T04:44:45.356Z 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`
23622023-11-02T04:44:45.367Z 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`
23632023-11-02T04:44:45.517Z 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`
23642023-11-02T04:44:45.561Z 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`
23652023-11-02T04:44:45.718Z 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`
23662023-11-02T04:44:46.051Z 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=24a8445f7ecce1c1 -C extra-filename=-24a8445f7ecce1c1 --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-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.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-d9ce96cf778302ef.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings`
23672023-11-02T04:44:46.155Z 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`
23682023-11-02T04:44:46.173Z 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=2796f4240060362d -C extra-filename=-2796f4240060362d --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-c51a83c80e38f6e3.rmeta --cap-lints allow -D warnings`
23692023-11-02T04:44:46.749Z 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=ff9478a143bb4b59 -C extra-filename=-ff9478a143bb4b59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.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`
23702023-11-02T04:44:46.876Z 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`
23712023-11-02T04:44:47.087Z 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`
23722023-11-02T04:44:47.416Z 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.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="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=dc107dcf8621a51f -C extra-filename=-dc107dcf8621a51f --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-45f9b288087bf8e6.rmeta --cap-lints allow -D warnings`
23732023-11-02T04:44:47.624Z 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`
23742023-11-02T04:44:48.013Z 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`
23752023-11-02T04:44:48.216Z 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`
23762023-11-02T04:44:48.500Z 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`
23772023-11-02T04:44:49.213Z 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=878eee0db71a2cfb -C extra-filename=-878eee0db71a2cfb --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-9cc2d99f4c1c58f7.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-ff9478a143bb4b59.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`
23782023-11-02T04:44:50.411Z 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`
23792023-11-02T04:44:50.917Z 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=366993323cf4be7d -C extra-filename=-366993323cf4be7d --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-9cc2d99f4c1c58f7.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`
23802023-11-02T04:44:52.194Z 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`
23812023-11-02T04:44:52.317Z 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`
23822023-11-02T04:44:52.342Z Compiling termtree v0.4.1
23832023-11-02T04:44:52.379Z 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`
23842023-11-02T04:44:52.671Z Compiling predicates-tree v1.0.9
23852023-11-02T04:44:52.679Z 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`
23862023-11-02T04:44:53.734Z 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=b2cde58c87913f77 -C extra-filename=-b2cde58c87913f77 --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-a9c6a39ea2649f02.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
23872023-11-02T04:44:54.093Z 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`
23882023-11-02T04:44:54.320Z 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`
23892023-11-02T04:45:08.203Z 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.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="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=6e083666603c4e01 -C extra-filename=-6e083666603c4e01 --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-dc107dcf8621a51f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-45f9b288087bf8e6.rmeta --cap-lints allow -D warnings`
23902023-11-02T04:45:08.530Z 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=f18ad2b4f7e42dbf -C extra-filename=-f18ad2b4f7e42dbf --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-1f5aded3f0934012.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-24a8445f7ecce1c1.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-e6d0e2dd74e16531.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.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`
23912023-11-02T04:45:08.550Z 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`
23922023-11-02T04:45:09.031Z 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`
23932023-11-02T04:45:09.180Z 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=d179d580a01d946c -C extra-filename=-d179d580a01d946c --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-878eee0db71a2cfb.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-ff9478a143bb4b59.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
23942023-11-02T04:45:09.275Z 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`
23952023-11-02T04:45:09.302Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d0786d661f585050 -C extra-filename=-d0786d661f585050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-9161f70e0e78d07b.rmeta --cap-lints allow -D warnings`
23962023-11-02T04:45:09.309Z 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=fe26226a25f2fc59 -C extra-filename=-fe26226a25f2fc59 --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-d179d580a01d946c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
23972023-11-02T04:45:09.371Z 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=afe568b4e91ae0a4 -C extra-filename=-afe568b4e91ae0a4 --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-2796f4240060362d.rmeta --cap-lints allow -D warnings`
23982023-11-02T04:45:09.522Z 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`
23992023-11-02T04:45:09.984Z 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=ec125181459068d2 -C extra-filename=-ec125181459068d2 --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-fca2ca054f4fc8df.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-76ae81a4f7636b9f.so --cap-lints allow -D warnings`
24002023-11-02T04:45:10.042Z Compiling num_enum v0.5.11
24012023-11-02T04:45:10.054Z 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=afa7ae666ef450d9 -C extra-filename=-afa7ae666ef450d9 --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-6985e86448ff2440.so --cap-lints allow -D warnings`
24022023-11-02T04:45:10.060Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
24032023-11-02T04:45:10.071Z 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/4019eb1/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=96e66a3044c565eb -C extra-filename=-96e66a3044c565eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --cap-lints allow -D warnings`
24042023-11-02T04:45:10.076Z 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.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="serde"' -C metadata=f8adf473ac7e4876 -C extra-filename=-f8adf473ac7e4876 --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`
24052023-11-02T04:45:10.098Z 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.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="serde"' -C metadata=59e9bea01a1e3177 -C extra-filename=-59e9bea01a1e3177 --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`
24062023-11-02T04:45:10.121Z Compiling postcard-cobs v0.1.5-pre
24072023-11-02T04:45:10.142Z 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`
24082023-11-02T04:45:10.163Z 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=2ce3aaa1b0d599aa -C extra-filename=-2ce3aaa1b0d599aa --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-9cc2d99f4c1c58f7.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`
24092023-11-02T04:45:10.184Z 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`
24102023-11-02T04:45:10.212Z 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=042cda93981ab7e8 -C extra-filename=-042cda93981ab7e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ec125181459068d2.rmeta --cap-lints allow -D warnings`
24112023-11-02T04:45:10.246Z Compiling postcard v0.7.3
24122023-11-02T04:45:10.270Z 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`
24132023-11-02T04:45:10.317Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
24142023-11-02T04:45:10.330Z 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/4019eb1/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=fd0c3d07c4812ab5 -C extra-filename=-fd0c3d07c4812ab5 --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-96e66a3044c565eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --cap-lints allow -D warnings`
24152023-11-02T04:45:10.344Z 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=85727a65f2ef0e54 -C extra-filename=-85727a65f2ef0e54 --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-2ce3aaa1b0d599aa.rmeta --cap-lints allow -D warnings`
24162023-11-02T04:45:10.362Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=82177fbc2fe42e73 -C extra-filename=-82177fbc2fe42e73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-d0786d661f585050.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-407ee505ea788947.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
24172023-11-02T04:45:10.368Z 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`
24182023-11-02T04:45:10.389Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -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`
24192023-11-02T04:45:10.393Z Compiling password-hash v0.5.0
24202023-11-02T04:45:10.408Z 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=742fb0a4a592bebb -C extra-filename=-742fb0a4a592bebb --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-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
24212023-11-02T04:45:10.425Z 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=6b8eb17b521a8c14 -C extra-filename=-6b8eb17b521a8c14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
24222023-11-02T04:45:10.467Z Compiling smoltcp v0.8.2
24232023-11-02T04:45:10.489Z 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=08d295e1c64ae340 -C extra-filename=-08d295e1c64ae340 --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-6fb8385a046b069a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --cap-lints allow -D warnings`
24242023-11-02T04:45:10.525Z Compiling blake2 v0.10.6
24252023-11-02T04:45:10.683Z 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=6854ed4e5f95c79f -C extra-filename=-6854ed4e5f95c79f --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-e77795124486928d.rmeta --cap-lints allow -D warnings`
24262023-11-02T04:45:10.742Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24272023-11-02T04:45:10.762Z 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/258a8b5/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=25e000188ea8fb1c -C extra-filename=-25e000188ea8fb1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24282023-11-02T04:45:10.793Z Compiling cfg-if v0.1.10
24292023-11-02T04:45:10.826Z 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`
24302023-11-02T04:45:10.864Z 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=cb23ea4bc610a220 -C extra-filename=-cb23ea4bc610a220 --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-f18ad2b4f7e42dbf.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-d179d580a01d946c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-fe26226a25f2fc59.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
24312023-11-02T04:45:10.893Z 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`
24322023-11-02T04:45:11.319Z Compiling foreign-types-shared v0.3.1
24332023-11-02T04:45:11.378Z 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`
24342023-11-02T04:45:11.390Z Compiling base64 v0.13.1
24352023-11-02T04:45:11.409Z 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`
24362023-11-02T04:45:11.429Z Compiling foreign-types v0.5.0
24372023-11-02T04:45:11.449Z 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`
24382023-11-02T04:45:11.464Z Compiling argon2 v0.5.2
24392023-11-02T04:45:11.479Z 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=844cd977baa4a72a -C extra-filename=-844cd977baa4a72a --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-6854ed4e5f95c79f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-742fb0a4a592bebb.rmeta --cap-lints allow -D warnings`
24402023-11-02T04:45:11.490Z 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=7e84c7b185bf3d8e -C extra-filename=-7e84c7b185bf3d8e --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-a79ff521aceff8c1.rmeta --cap-lints allow -D warnings`
24412023-11-02T04:45:11.509Z 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=a3f2bbb1cb3be415 -C extra-filename=-a3f2bbb1cb3be415 --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-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24422023-11-02T04:45:11.550Z 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.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="std"' -C metadata=e8e0cb7bcc21358a -C extra-filename=-e8e0cb7bcc21358a --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-15f20dc26df54122.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-97c08c0a1637e212.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --cap-lints allow -D warnings`
24432023-11-02T04:45:12.450Z 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.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="oid"' --cfg 'feature="std"' -C metadata=1506b044121151f3 -C extra-filename=-1506b044121151f3 --out-dir /work/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-db8c7d8154906494.rmeta --cap-lints allow -D warnings`
24442023-11-02T04:45:12.684Z 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`
24452023-11-02T04:45:12.961Z 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`
24462023-11-02T04:45:13.291Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24472023-11-02T04:45:13.312Z 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/258a8b5/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=01289afc0ab27377 -C extra-filename=-01289afc0ab27377 --out-dir /work/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-25e000188ea8fb1c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-08d295e1c64ae340.rmeta --cap-lints allow -D warnings`
24482023-11-02T04:45:14.125Z Compiling cstr-argument v0.1.2
24492023-11-02T04:45:14.129Z 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`
24502023-11-02T04:45:14.539Z Compiling pretty-hex v0.2.1
24512023-11-02T04:45:14.962Z 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`
24522023-11-02T04:45:14.966Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24532023-11-02T04:45:14.971Z 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=f212a69d5443d2b7 -C extra-filename=-f212a69d5443d2b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.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-afa7ae666ef450d9.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9248b1a20cd2c87d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
24542023-11-02T04:45:15.417Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24552023-11-02T04:45:15.421Z 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`
24562023-11-02T04:45:15.946Z 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/258a8b5/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=129ad58b2f858651 -C extra-filename=-129ad58b2f858651 --out-dir /work/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-25e000188ea8fb1c.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-54ed3404f246e1d0.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-01289afc0ab27377.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-08d295e1c64ae340.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
24572023-11-02T04:45:16.366Z 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=595a8fb7a1c95869 -C extra-filename=-595a8fb7a1c95869 --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-db8c7d8154906494.rmeta --cap-lints allow -D warnings`
24582023-11-02T04:45:16.377Z 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=0a1a2393433c3997 -C extra-filename=-0a1a2393433c3997 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-8f0ba65df9808a27.so --cap-lints allow -D warnings -l door`
24592023-11-02T04:45:16.649Z Compiling colored v2.0.4
24602023-11-02T04:45:16.659Z 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=7dc6c274f08341bb -C extra-filename=-7dc6c274f08341bb --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-8a149ebee13979ce.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --cap-lints allow -D warnings`
24612023-11-02T04:45:16.690Z 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`
24622023-11-02T04:45:16.886Z 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`
24632023-11-02T04:45:17.404Z 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`
24642023-11-02T04:45:17.541Z 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=d602a5d5178c5732 -C extra-filename=-d602a5d5178c5732 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7dc6c274f08341bb.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-f212a69d5443d2b7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-afa7ae666ef450d9.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-0a1a2393433c3997.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-24e984d97ec2f30f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings -l kstat`
24652023-11-02T04:45:17.739Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24662023-11-02T04:45:17.753Z 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/258a8b5/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=c1ae5ae2e25876e6 -C extra-filename=-c1ae5ae2e25876e6 --out-dir /work/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-25e000188ea8fb1c.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-129ad58b2f858651.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-08d295e1c64ae340.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
24672023-11-02T04:45:17.845Z 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.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="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=5fb0f80fbc938a42 -C extra-filename=-5fb0f80fbc938a42 --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-1f5aded3f0934012.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8e0cb7bcc21358a.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-7707dd2a7f3f5fc1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-97c08c0a1637e212.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --cap-lints allow -D warnings`
24682023-11-02T04:45:18.463Z 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`
24692023-11-02T04:45:18.566Z Compiling predicates v2.1.5
24702023-11-02T04:45:18.583Z 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=db530a9a12a6721e -C extra-filename=-db530a9a12a6721e --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-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings`
24712023-11-02T04:45:18.860Z 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=12e80841eef6dcef -C extra-filename=-12e80841eef6dcef --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-fca2ca054f4fc8df.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-042cda93981ab7e8.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-82177fbc2fe42e73.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.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-a79ff521aceff8c1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-99d6081e5b4e0d62.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-6b8eb17b521a8c14.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
24722023-11-02T04:45:18.919Z Compiling fragile v2.0.0
24732023-11-02T04:45:18.951Z 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`
24742023-11-02T04:45:19.970Z 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=36ae4547e3a6e6be -C extra-filename=-36ae4547e3a6e6be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-82177fbc2fe42e73.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-b7746ab9a36216d6.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-12e80841eef6dcef.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e0dd67ef94751ab7.so --cap-lints allow -D warnings`
24752023-11-02T04:45:20.424Z Compiling downcast v0.11.0
24762023-11-02T04:45:20.436Z 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`
24772023-11-02T04:45:20.815Z 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`
24782023-11-02T04:45:20.877Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24792023-11-02T04:45:20.885Z 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/258a8b5/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=f4adeb84c63d5092 -C extra-filename=-f4adeb84c63d5092 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-d602a5d5178c5732.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-129ad58b2f858651.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c1ae5ae2e25876e6.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b3898e15b57613ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
24802023-11-02T04:45:21.322Z Compiling mockall v0.11.4
24812023-11-02T04:45:21.357Z 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=7912624515dddc1c -C extra-filename=-7912624515dddc1c --out-dir /work/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-db530a9a12a6721e.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-55465b5f381609dd.rmeta --cap-lints allow -D warnings`
24822023-11-02T04:45:21.374Z 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=04a5471f97bfaade -C extra-filename=-04a5471f97bfaade --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-59e9bea01a1e3177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f8adf473ac7e4876.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings`
24832023-11-02T04:45:21.470Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
24842023-11-02T04:45:21.475Z 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/da534e7/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=0be241183258e54b -C extra-filename=-0be241183258e54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-348bdbd4a67f8b15.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
24852023-11-02T04:45:21.853Z Compiling zone v0.2.0
24862023-11-02T04:45:21.862Z 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=755e70298ed1b9bb -C extra-filename=-755e70298ed1b9bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9ea68d5abd5fc36e.so --cap-lints allow -D warnings`
24872023-11-02T04:45:22.319Z 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=80c6ba2741a8fc15 -C extra-filename=-80c6ba2741a8fc15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
24882023-11-02T04:45:22.542Z Compiling smf v0.2.2
24892023-11-02T04:45:22.557Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1cb337141f0da16 -C extra-filename=-c1cb337141f0da16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
24902023-11-02T04:45:23.145Z 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`
24912023-11-02T04:45:23.898Z 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=66decd574235a33a -C extra-filename=-66decd574235a33a --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-0687e8647cca9e82.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
24922023-11-02T04:45:24.105Z 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`
24932023-11-02T04:45:24.255Z 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=f982b87747ade17f -C extra-filename=-f982b87747ade17f --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-db8c7d8154906494.rmeta --cap-lints allow -D warnings`
24942023-11-02T04:45:24.650Z 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=0b50cf77aa37dc11 -C extra-filename=-0b50cf77aa37dc11 --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-c51a83c80e38f6e3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.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-595a8fb7a1c95869.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-f982b87747ade17f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c2f02dc85b70eccb.rmeta --cap-lints allow -D warnings`
24952023-11-02T04:45:24.911Z 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`
24962023-11-02T04:45:25.553Z 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=11c486de82996761 -C extra-filename=-11c486de82996761 --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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
24972023-11-02T04:45:25.707Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=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`
24982023-11-02T04:45:26.419Z 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`
24992023-11-02T04:45:26.438Z 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`
25002023-11-02T04:45:26.769Z 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=adf6dd65515afd88 -C extra-filename=-adf6dd65515afd88 --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-59e9bea01a1e3177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f8adf473ac7e4876.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-04a5471f97bfaade.rmeta --cap-lints allow -D warnings`
25012023-11-02T04:45:26.862Z 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=828c5280b551ebd8 -C extra-filename=-828c5280b551ebd8 --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-0b50cf77aa37dc11.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-a79ff521aceff8c1.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings`
25022023-11-02T04:45:27.166Z 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`
25032023-11-02T04:45:27.171Z 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=75211160473867cb -C extra-filename=-75211160473867cb --out-dir /work/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-db8c7d8154906494.rmeta --cap-lints allow -D warnings`
25042023-11-02T04:45:27.679Z 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`
25052023-11-02T04:45:27.864Z 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=f8a523b578f015f0 -C extra-filename=-f8a523b578f015f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
25062023-11-02T04:45:28.539Z 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=0e56dafc5d92fd04 -C extra-filename=-0e56dafc5d92fd04 --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-66decd574235a33a.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-df4f076d8e68e3cc.so --cap-lints allow -D warnings`
25072023-11-02T04:45:28.756Z 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=5f2bf28f6e7c3168 -C extra-filename=-5f2bf28f6e7c3168 --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-11c486de82996761.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-7e84c7b185bf3d8e.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-6e083666603c4e01.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-0e56dafc5d92fd04.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
25082023-11-02T04:45:28.825Z Compiling slog-dtrace v0.2.3
25092023-11-02T04:45:28.832Z 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`
25102023-11-02T04:45:28.999Z 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`
25112023-11-02T04:45:29.361Z 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`
25122023-11-02T04:45:29.368Z 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=639c1ccfd93d6357 -C extra-filename=-639c1ccfd93d6357 --out-dir /work/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-f8a523b578f015f0.rmeta --cap-lints allow -D warnings`
25132023-11-02T04:45:29.399Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b50647bca677c0bc/build-script-build`
25142023-11-02T04:45:29.426Z 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=f30a0c26ba49672c -C extra-filename=-f30a0c26ba49672c --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-1f46b2dcc29359b1.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`
25152023-11-02T04:45:29.516Z 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=5d6012c1e66f0dae -C extra-filename=-5d6012c1e66f0dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8adc0276e9b31203.rmeta --cap-lints allow -D warnings`
25162023-11-02T04:45:29.551Z 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=0773500468b2395d -C extra-filename=-0773500468b2395d --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-cde40b1e5460b78c.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.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-1f5aded3f0934012.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.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-0b50cf77aa37dc11.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-828c5280b551ebd8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4d864f5ef6f0cb90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-42a3f92a98646623.rmeta --cap-lints allow -D warnings`
25172023-11-02T04:45:29.654Z 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.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=19f829fd183c8f46 -C extra-filename=-19f829fd183c8f46 --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-fca2ca054f4fc8df.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-29f999934b2539c8.so --cap-lints allow -D warnings`
25182023-11-02T04:45:29.878Z 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`
25192023-11-02T04:45:30.042Z 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.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=2f7879f4b86b667f -C extra-filename=-2f7879f4b86b667f --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`
25202023-11-02T04:45:30.256Z 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`
25212023-11-02T04:45:30.840Z 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=f8355ec4ced16b28 -C extra-filename=-f8355ec4ced16b28 --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-639c1ccfd93d6357.rmeta --cap-lints allow -D warnings`
25222023-11-02T04:45:31.058Z 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`
25232023-11-02T04:45:31.365Z 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`
25242023-11-02T04:45:31.561Z 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=339dffc7931754af -C extra-filename=-339dffc7931754af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
25252023-11-02T04:45:31.887Z 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`
25262023-11-02T04:45:32.647Z 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`
25272023-11-02T04:45:32.902Z 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`
25282023-11-02T04:45:32.982Z 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`
25292023-11-02T04:45:33.180Z 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`
25302023-11-02T04:45:33.247Z 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=c4df40cfa9b9ecb1 -C extra-filename=-c4df40cfa9b9ecb1 --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-a9c6a39ea2649f02.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-339dffc7931754af.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
25312023-11-02T04:45:33.346Z 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=1ebd621134d8acbe -C extra-filename=-1ebd621134d8acbe --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-80c6ba2741a8fc15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f8355ec4ced16b28.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e96518f20aad03dd.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings`
25322023-11-02T04:45:33.727Z 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`
25332023-11-02T04:45:34.372Z 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=f1a3512a0c299d35 -C extra-filename=-f1a3512a0c299d35 --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-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings`
25342023-11-02T04:45:34.808Z Compiling camino-tempfile v1.0.2
25352023-11-02T04:45:34.813Z 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=bf1f7eae8e3a98e9 -C extra-filename=-bf1f7eae8e3a98e9 --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-b6d31a377a413cb1.rmeta --cap-lints allow -D warnings`
25362023-11-02T04:45:35.003Z 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`
25372023-11-02T04:45:35.228Z 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`
25382023-11-02T04:45:35.555Z 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`
25392023-11-02T04:45:35.582Z 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`
25402023-11-02T04:45:35.730Z 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`
25412023-11-02T04:45:35.813Z 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=999be47414310b46 -C extra-filename=-999be47414310b46 --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-c4df40cfa9b9ecb1.rmeta --cap-lints allow -D warnings`
25422023-11-02T04:45:35.817Z 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`
25432023-11-02T04:45:35.822Z 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=fbaa5a57a4bb9a3b -C extra-filename=-fbaa5a57a4bb9a3b --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-5d6012c1e66f0dae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-f1a3512a0c299d35.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings`
25442023-11-02T04:45:36.077Z 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`
25452023-11-02T04:45:36.542Z 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`
25462023-11-02T04:45:36.549Z 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`
25472023-11-02T04:45:36.674Z 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`
25482023-11-02T04:45:36.878Z 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`
25492023-11-02T04:45:36.922Z 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`
25502023-11-02T04:45:37.088Z 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`
25512023-11-02T04:45:37.479Z 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`
25522023-11-02T04:45:37.686Z 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=5f64dc6819ef678e -C extra-filename=-5f64dc6819ef678e --out-dir /work/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-b2cde58c87913f77.rmeta --cap-lints allow -D warnings`
25532023-11-02T04:45:37.726Z 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=a7ba8aa03b86266b -C extra-filename=-a7ba8aa03b86266b --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-999be47414310b46.rmeta --cap-lints allow -D warnings`
25542023-11-02T04:45:37.978Z 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`
25552023-11-02T04:45:38.300Z Compiling pem v1.1.1
25562023-11-02T04:45:38.316Z 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`
25572023-11-02T04:45:38.716Z 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`
25582023-11-02T04:45:38.989Z 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`
25592023-11-02T04:45:39.253Z 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`
25602023-11-02T04:45:39.441Z 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`
25612023-11-02T04:45:39.900Z Compiling same-file v1.0.6
25622023-11-02T04:45:39.911Z 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`
25632023-11-02T04:45:39.930Z 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`
25642023-11-02T04:45:39.945Z Compiling walkdir v2.4.0
25652023-11-02T04:45:39.956Z 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`
25662023-11-02T04:45:39.972Z 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`
25672023-11-02T04:45:40.244Z 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`
25682023-11-02T04:45:40.296Z 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=fdf8bee5624521f1 -C extra-filename=-fdf8bee5624521f1 --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-cde40b1e5460b78c.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-1f5aded3f0934012.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-7707dd2a7f3f5fc1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.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-3ea74bcbc130599d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-91f0b1f081d73347.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.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`
25692023-11-02T04:45:40.300Z 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=f84f30d040ff99da -C extra-filename=-f84f30d040ff99da --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-135bf7ba8ab3ea34.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`
25702023-11-02T04:45:40.414Z 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=2a4af4e6b1fca033 -C extra-filename=-2a4af4e6b1fca033 --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-15f20dc26df54122.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --cap-lints allow -D warnings`
25712023-11-02T04:45:40.940Z 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`
25722023-11-02T04:45:41.228Z 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.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=9424837649549af3 -C extra-filename=-9424837649549af3 --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`
25732023-11-02T04:45:41.517Z 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=5a3e2c7c6363a38c -C extra-filename=-5a3e2c7c6363a38c --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-db8c7d8154906494.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --cap-lints allow -D warnings`
25742023-11-02T04:45:41.917Z 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=9f060ddd993498d0 -C extra-filename=-9f060ddd993498d0 --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-fca2ca054f4fc8df.rmeta --cap-lints allow -D warnings`
25752023-11-02T04:45:42.081Z 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=302c5d78f6495461 -C extra-filename=-302c5d78f6495461 --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-857464e7953ad886.rmeta --cap-lints allow -D warnings`
25762023-11-02T04:45:42.428Z 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`
25772023-11-02T04:45:42.653Z Compiling cancel-safe-futures v0.1.5
25782023-11-02T04:45:42.657Z 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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=3670afec490a1287 -C extra-filename=-3670afec490a1287 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-3670afec490a1287 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25792023-11-02T04:45:42.660Z 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`
25802023-11-02T04:45:42.841Z 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`
25812023-11-02T04:45:42.981Z 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=2e3f0086e3a6d9df -C extra-filename=-2e3f0086e3a6d9df --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-9f060ddd993498d0.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`
25822023-11-02T04:45:43.155Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-3670afec490a1287/build-script-build`
25832023-11-02T04:45:43.191Z 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=a0535d6c1bd1d30a -C extra-filename=-a0535d6c1bd1d30a --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-857464e7953ad886.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-302c5d78f6495461.rmeta --cap-lints allow -D warnings`
25842023-11-02T04:45:43.232Z 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`
25852023-11-02T04:45:43.574Z 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`
25862023-11-02T04:45:43.827Z 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`
25872023-11-02T04:45:43.966Z 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=4fa0de64df2759dc -C extra-filename=-4fa0de64df2759dc --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-a7ba8aa03b86266b.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-56a40df49fab5657.so --cap-lints allow -D warnings`
25882023-11-02T04:45:44.153Z Compiling headers-core v0.2.0
25892023-11-02T04:45:44.188Z 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`
25902023-11-02T04:45:44.695Z 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="dfa-search"' -C metadata=86d15311e3a6f387 -C extra-filename=-86d15311e3a6f387 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25912023-11-02T04:45:44.701Z 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`
25922023-11-02T04:45:44.984Z 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`
25932023-11-02T04:45:45.153Z 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`
25942023-11-02T04:45:46.040Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=27ea47936f1bcbfe -C extra-filename=-27ea47936f1bcbfe --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-fca2ca054f4fc8df.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-2e3f0086e3a6d9df.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --cap-lints allow -D warnings`
25952023-11-02T04:45:46.586Z Compiling headers v0.3.9
25962023-11-02T04:45:46.593Z 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=e615e1d5b19650cb -C extra-filename=-e615e1d5b19650cb --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-c0a884fd652c2175.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-8efde83da752c28a.rmeta --cap-lints allow -D warnings`
25972023-11-02T04:45:47.654Z 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=f160b03d3a6e70a0 -C extra-filename=-f160b03d3a6e70a0 --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-86d15311e3a6f387.rmeta --cap-lints allow -D warnings`
25982023-11-02T04:45:48.281Z 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.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="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=7375f3ef9ec50070 -C extra-filename=-7375f3ef9ec50070 --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-fca2ca054f4fc8df.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-a3f2bbb1cb3be415.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-a0535d6c1bd1d30a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
25992023-11-02T04:45:48.600Z 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=a7949414a045b912 -C extra-filename=-a7949414a045b912 --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-3ea74bcbc130599d.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
26002023-11-02T04:45:49.207Z 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`
26012023-11-02T04:45:49.807Z 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.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"' -C metadata=04314078e614377c -C extra-filename=-04314078e614377c --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-59e9bea01a1e3177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f8adf473ac7e4876.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings`
26022023-11-02T04:45:49.870Z 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`
26032023-11-02T04:45:50.059Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a2e9d48937a2707 -C extra-filename=-1a2e9d48937a2707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26042023-11-02T04:45:50.374Z 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`
26052023-11-02T04:45:50.518Z 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`
26062023-11-02T04:45:51.079Z 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`
26072023-11-02T04:45:51.093Z 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`
26082023-11-02T04:45:51.100Z 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=15bd9290a6d70f2c -C extra-filename=-15bd9290a6d70f2c --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-857464e7953ad886.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`
26092023-11-02T04:45:51.490Z 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`
26102023-11-02T04:45:51.590Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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`
26112023-11-02T04:45:51.599Z 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/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=8c4b18693be4e9af -C extra-filename=-8c4b18693be4e9af --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-27ea47936f1bcbfe.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
26122023-11-02T04:45:52.494Z 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`
26132023-11-02T04:45:52.951Z 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=fb815a6dfe765808 -C extra-filename=-fb815a6dfe765808 --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-9cc2d99f4c1c58f7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
26142023-11-02T04:45:53.757Z 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=4bb0cf1e95664d04 -C extra-filename=-4bb0cf1e95664d04 --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-a7949414a045b912.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings`
26152023-11-02T04:45:54.180Z 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`
26162023-11-02T04:45:54.186Z Compiling pem v3.0.2
26172023-11-02T04:45:54.193Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4ec5ea68cc0c72b7 -C extra-filename=-4ec5ea68cc0c72b7 --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-c0a884fd652c2175.rmeta --cap-lints allow -D warnings`
26182023-11-02T04:45:55.398Z 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.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="display"' --cfg 'feature="parse"' -C metadata=e1db4cb08707f670 -C extra-filename=-e1db4cb08707f670 --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-59e9bea01a1e3177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f8adf473ac7e4876.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-04314078e614377c.rmeta --cap-lints allow -D warnings`
26192023-11-02T04:45:55.514Z Compiling rcgen v0.11.3
26202023-11-02T04:45:55.520Z 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.11.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="pem"' -C metadata=1b1f4d64517d5a2e -C extra-filename=-1b1f4d64517d5a2e --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-4ec5ea68cc0c72b7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c6904b6ef60fe30d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
26212023-11-02T04:45:56.925Z 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`
26222023-11-02T04:45:57.962Z 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.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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=194ed5a558afec6b -C extra-filename=-194ed5a558afec6b --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-3f89cd07508cd947.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-6e083666603c4e01.rmeta --cap-lints allow -D warnings`
26232023-11-02T04:45:58.340Z 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=bbd38ee5fb1879bb -C extra-filename=-bbd38ee5fb1879bb --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-15f20dc26df54122.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-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
26242023-11-02T04:45:59.988Z Compiling atomicwrites v0.4.2
26252023-11-02T04:45:59.996Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=130c542f575ee06a -C extra-filename=-130c542f575ee06a --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-c42251dd345add73.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --cap-lints allow -D warnings`
26262023-11-02T04:46:00.055Z Compiling subprocess v0.2.9
26272023-11-02T04:46:00.066Z 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=0a450447ae64a739 -C extra-filename=-0a450447ae64a739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
26282023-11-02T04:46:00.592Z 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`
26292023-11-02T04:46:00.694Z 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`
26302023-11-02T04:46:00.862Z 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=5f1458efc5b0cd65 -C extra-filename=-5f1458efc5b0cd65 --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-15f20dc26df54122.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feeda8e1a2c81b9a.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-3ea74bcbc130599d.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
26312023-11-02T04:46:00.899Z Compiling der_derive v0.7.2
26322023-11-02T04:46:00.903Z 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`
26332023-11-02T04:46:01.391Z 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`
26342023-11-02T04:46:01.614Z 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=391a1ef21204af5e -C extra-filename=-391a1ef21204af5e --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-43b4e839f2e01588.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --cap-lints allow -D warnings`
26352023-11-02T04:46:01.732Z 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`
26362023-11-02T04:46:01.740Z Compiling toml v0.5.11
26372023-11-02T04:46:01.794Z 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`
26382023-11-02T04:46:01.941Z Compiling heck v0.3.3
26392023-11-02T04:46:01.949Z 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`
26402023-11-02T04:46:02.463Z Compiling libefi-sys v0.1.0
26412023-11-02T04:46:02.469Z 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`
26422023-11-02T04:46:02.615Z Compiling structopt-derive v0.4.18
26432023-11-02T04:46:02.619Z 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`
26442023-11-02T04:46:02.997Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-1158a15115eed9ac/build-script-build`
26452023-11-02T04:46:03.044Z Compiling memoffset v0.7.1
26462023-11-02T04:46:03.053Z 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`
26472023-11-02T04:46:03.623Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-706e9a1f01d73e8d/build-script-build`
26482023-11-02T04:46:03.664Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
26492023-11-02T04:46:03.670Z 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=bd3f580810e433ac -C extra-filename=-bd3f580810e433ac --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-bd3f580810e433ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --cap-lints allow -D warnings`
26502023-11-02T04:46:03.850Z Compiling maybe-uninit v2.0.0
26512023-11-02T04:46:03.865Z 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`
26522023-11-02T04:46:04.371Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-bd3f580810e433ac/build-script-build`
26532023-11-02T04:46:04.616Z Compiling num-bigint-dig v0.8.4
26542023-11-02T04:46:05.026Z 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`
26552023-11-02T04:46:05.031Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-c54beb0e4cae16b8/build-script-build`
26562023-11-02T04:46:05.033Z Compiling packed_struct v0.10.1
26572023-11-02T04:46:05.038Z 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`
26582023-11-02T04:46:05.190Z Compiling termcolor v1.2.0
26592023-11-02T04:46:05.196Z 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`
26602023-11-02T04:46:05.200Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-6a664c1333148890/build-script-build`
26612023-11-02T04:46:05.273Z Compiling packed_struct_codegen v0.10.1
26622023-11-02T04:46:05.276Z 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`
26632023-11-02T04:46:05.593Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-988272fc4dbc344d/build-script-build`
26642023-11-02T04:46:05.616Z Compiling linked-hash-map v0.5.6
26652023-11-02T04:46:05.621Z 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`
26662023-11-02T04:46:06.257Z Compiling lru-cache v0.1.2
26672023-11-02T04:46:06.266Z 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`
26682023-11-02T04:46:06.495Z 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=6c121f307f61587f -C extra-filename=-6c121f307f61587f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
26692023-11-02T04:46:06.579Z 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`
26702023-11-02T04:46:06.836Z 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=69aa9e5b537d08e0 -C extra-filename=-69aa9e5b537d08e0 --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-331e33b3e3eab9e4.rmeta --cap-lints allow -D warnings`
26712023-11-02T04:46:07.343Z 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=bafab24e5bc1bade -C extra-filename=-bafab24e5bc1bade --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-5f64dc6819ef678e.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6c121f307f61587f.rmeta --cap-lints allow -D warnings`
26722023-11-02T04:46:07.381Z 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`
26732023-11-02T04:46:07.430Z 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`
26742023-11-02T04:46:07.617Z Compiling half v1.8.2
26752023-11-02T04:46:07.645Z 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`
26762023-11-02T04:46:07.661Z Compiling signal-hook v0.3.17
26772023-11-02T04:46:07.669Z 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`
26782023-11-02T04:46:07.745Z Compiling ciborium-io v0.2.1
26792023-11-02T04:46:07.754Z 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`
26802023-11-02T04:46:08.000Z Compiling semver-parser v0.10.2
26812023-11-02T04:46:08.018Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=c3b167bfdd493917 -C extra-filename=-c3b167bfdd493917 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9aa5a03f5d78a745.rmeta --cap-lints allow -D warnings`
26822023-11-02T04:46:08.187Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-459b558acf2c7476/build-script-build`
26832023-11-02T04:46:08.235Z Compiling num-rational v0.4.1
26842023-11-02T04:46:08.293Z 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`
26852023-11-02T04:46:11.072Z Compiling ciborium-ll v0.2.1
26862023-11-02T04:46:11.179Z 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`
26872023-11-02T04:46:11.207Z Compiling home v0.5.5
26882023-11-02T04:46:11.232Z 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`
26892023-11-02T04:46:11.283Z 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=84f5a1062849ca51 -C extra-filename=-84f5a1062849ca51 --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-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.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-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
26902023-11-02T04:46:11.301Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-99162a4e56925e75/build-script-build`
26912023-11-02T04:46:11.343Z Compiling ciborium v0.2.1
26922023-11-02T04:46:11.370Z 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`
26932023-11-02T04:46:11.395Z Compiling newline-converter v0.3.0
26942023-11-02T04:46:11.411Z 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`
26952023-11-02T04:46:11.421Z Compiling semver v0.11.0
26962023-11-02T04:46:11.431Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=1a616475a466995f -C extra-filename=-1a616475a466995f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver_parser=/work/oxidecomputer/omicron/target/debug/deps/libsemver_parser-c3b167bfdd493917.rmeta --cap-lints allow -D warnings`
26972023-11-02T04:46:11.441Z Compiling expectorate v1.1.0
26982023-11-02T04:46:11.449Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f056325f4235f267 -C extra-filename=-f056325f4235f267 --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-a56f4533ffbea430.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`
26992023-11-02T04:46:11.473Z 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=b3334cae29d15269 -C extra-filename=-b3334cae29d15269 --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-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --cap-lints allow -D warnings`
27002023-11-02T04:46:11.508Z Compiling doc-comment v0.3.3
27012023-11-02T04:46:11.558Z 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`
27022023-11-02T04:46:11.578Z Compiling toolchain_find v0.2.0
27032023-11-02T04:46:11.593Z 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=4d0c671c91be0642 -C extra-filename=-4d0c671c91be0642 --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-4ecfbf899a12e38f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1a616475a466995f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
27042023-11-02T04:46:12.021Z Compiling arc-swap v1.6.0
27052023-11-02T04:46:12.119Z 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`
27062023-11-02T04:46:12.125Z Compiling rustfmt-wrapper v0.2.0
27072023-11-02T04:46:12.132Z 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=1e57ecf3a9cc839d -C extra-filename=-1e57ecf3a9cc839d --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-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b773202069bd6b7d.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-4d0c671c91be0642.rmeta --cap-lints allow -D warnings`
27082023-11-02T04:46:12.139Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-62aaeeb6f8774758/build-script-build`
27092023-11-02T04:46:12.159Z Compiling hkdf v0.12.3
27102023-11-02T04:46:12.169Z 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=e3a527b596ec5093 -C extra-filename=-e3a527b596ec5093 --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-8705e3995f03ef9c.rmeta --cap-lints allow -D warnings`
27112023-11-02T04:46:12.185Z Compiling convert_case v0.4.0
27122023-11-02T04:46:12.210Z 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`
27132023-11-02T04:46:12.222Z Compiling slog-scope v4.4.0
27142023-11-02T04:46:12.244Z 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`
27152023-11-02T04:46:12.278Z Compiling keccak v0.1.4
27162023-11-02T04:46:12.326Z 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`
27172023-11-02T04:46:12.347Z Compiling pem-rfc7468 v0.7.0
27182023-11-02T04:46:12.364Z 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`
27192023-11-02T04:46:12.394Z Compiling slog-stdlog v4.1.1
27202023-11-02T04:46:12.411Z 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`
27212023-11-02T04:46:12.432Z Compiling secrecy v0.8.0
27222023-11-02T04:46:12.447Z 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`
27232023-11-02T04:46:12.465Z Compiling slog-envlogger v2.2.0
27242023-11-02T04:46:12.491Z 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=7e6853dd44b23429 -C extra-filename=-7e6853dd44b23429 --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-4ecfbf899a12e38f.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-5836e2a5244b09b9.rmeta --cap-lints allow -D warnings`
27252023-11-02T04:46:12.543Z Compiling sha3 v0.10.8
27262023-11-02T04:46:12.559Z 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=b7323d080b792bf5 -C extra-filename=-b7323d080b792bf5 --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-e77795124486928d.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-92f50817b0eeb6f1.rmeta --cap-lints allow -D warnings`
27272023-11-02T04:46:12.572Z Compiling textwrap v0.11.0
27282023-11-02T04:46:12.585Z 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=e784a9d434f94fff -C extra-filename=-e784a9d434f94fff --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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
27292023-11-02T04:46:12.602Z Compiling derive_more v0.99.17
27302023-11-02T04:46:12.618Z 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`
27312023-11-02T04:46:12.881Z Compiling vec_map v0.8.2
27322023-11-02T04:46:12.896Z 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`
27332023-11-02T04:46:13.007Z Compiling flagset v0.4.3
27342023-11-02T04:46:13.015Z 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`
27352023-11-02T04:46:13.238Z Compiling strsim v0.8.0
27362023-11-02T04:46:13.256Z 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`
27372023-11-02T04:46:13.344Z Compiling ansi_term v0.12.1
27382023-11-02T04:46:13.352Z 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`
27392023-11-02T04:46:13.380Z Compiling der v0.7.8
27402023-11-02T04:46:13.404Z 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`
27412023-11-02T04:46:13.415Z 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`
27422023-11-02T04:46:13.787Z 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.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="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=d0a44d511eaa248b -C extra-filename=-d0a44d511eaa248b --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 bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-03a1466e1f5e93e4.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.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-3ea74bcbc130599d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-69aa9e5b537d08e0.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2d8269b93ec0e3ca.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-bafab24e5bc1bade.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-1bb0dda453c8a681.rmeta --cap-lints allow -D warnings`
27432023-11-02T04:46:14.265Z Compiling clap v2.34.0
27442023-11-02T04:46:14.352Z 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=6faa7c64ae6a4ada -C extra-filename=-6faa7c64ae6a4ada --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-318a6ebbcda68aba.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-e784a9d434f94fff.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-d886a52cb93a87d2.rmeta --cap-lints allow -D warnings`
27452023-11-02T04:46:14.360Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27462023-11-02T04:46:14.366Z 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=b6ba8e230cf4b5c2 -C extra-filename=-b6ba8e230cf4b5c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-afa7ae666ef450d9.rmeta --cap-lints allow -D warnings`
27472023-11-02T04:46:14.397Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27482023-11-02T04:46:14.433Z 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=94a15987d1f2ba80 -C extra-filename=-94a15987d1f2ba80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-dc0a96c7beebf993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
27492023-11-02T04:46:14.970Z Compiling resolv-conf v0.7.0
27502023-11-02T04:46:15.023Z 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=0e6181258b538188 -C extra-filename=-0e6181258b538188 --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-825c89ee82a57d47.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-498dbea2568bdbaf.rmeta --cap-lints allow -D warnings`
27512023-11-02T04:46:15.424Z Compiling fxhash v0.2.1
27522023-11-02T04:46:15.427Z 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=60db97d29420f39b -C extra-filename=-60db97d29420f39b --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-6fb8385a046b069a.rmeta --cap-lints allow -D warnings`
27532023-11-02T04:46:15.765Z Compiling crc-catalog v2.2.0
27542023-11-02T04:46:15.768Z 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`
27552023-11-02T04:46:16.019Z Compiling crc v3.0.1
27562023-11-02T04:46:16.026Z 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`
27572023-11-02T04:46:16.462Z Compiling trust-dns-resolver v0.22.0
27582023-11-02T04:46:16.468Z 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=0761444a689f85dc -C extra-filename=-0761444a689f85dc --out-dir /work/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-bb3989e3a9425633.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-79070e5cf7ada956.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-0e6181258b538188.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.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-46aebd9158e6f817.rmeta --cap-lints allow -D warnings`
27592023-11-02T04:46:16.565Z 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`
27602023-11-02T04:46:16.690Z Compiling snafu-derive v0.7.5
27612023-11-02T04:46:16.736Z 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`
27622023-11-02T04:46:18.705Z Compiling spki v0.7.2
27632023-11-02T04:46:19.166Z 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`
27642023-11-02T04:46:19.331Z Compiling pkcs8 v0.10.2
27652023-11-02T04:46:19.336Z 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`
27662023-11-02T04:46:19.361Z Compiling derive-where v1.2.5
27672023-11-02T04:46:19.368Z 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`
27682023-11-02T04:46:20.294Z Compiling structopt v0.3.26
27692023-11-02T04:46:20.297Z 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=64076dfdd5e67d7c -C extra-filename=-64076dfdd5e67d7c --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-6faa7c64ae6a4ada.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`
27702023-11-02T04:46:20.601Z 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=c7d9700cdf4681e5 -C extra-filename=-c7d9700cdf4681e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-b6ba8e230cf4b5c2.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-64076dfdd5e67d7c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -l static=pci`
27712023-11-02T04:46:21.474Z Compiling nodrop v0.1.14
27722023-11-02T04:46:21.480Z 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`
27732023-11-02T04:46:21.670Z Compiling array-init v0.0.4
27742023-11-02T04:46:21.674Z 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`
27752023-11-02T04:46:23.851Z Compiling pkcs1 v0.7.5
27762023-11-02T04:46:23.922Z 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`
27772023-11-02T04:46:25.716Z Compiling smallvec v0.6.14
27782023-11-02T04:46:25.719Z 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`
27792023-11-02T04:46:25.723Z 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`
27802023-11-02T04:46:25.739Z 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=1cff02c1fa68afed -C extra-filename=-1cff02c1fa68afed --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-6fb8385a046b069a.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-832475e8c6b10412.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`
27812023-11-02T04:46:26.172Z Compiling parking_lot_core v0.8.6
27822023-11-02T04:46:26.179Z 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`
27832023-11-02T04:46:26.182Z Compiling semver v0.1.20
27842023-11-02T04:46:26.186Z 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`
27852023-11-02T04:46:26.407Z Compiling bitfield v0.14.0
27862023-11-02T04:46:26.448Z 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`
27872023-11-02T04:46:26.936Z Compiling rustc_version v0.1.7
27882023-11-02T04:46:26.940Z 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`
27892023-11-02T04:46:27.087Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-0e0fd8b046761d0f/build-script-build`
27902023-11-02T04:46:27.093Z Compiling serde-hex v0.1.0
27912023-11-02T04:46:27.099Z 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`
27922023-11-02T04:46:27.398Z Compiling x509-cert v0.2.4
27932023-11-02T04:46:27.406Z 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`
27942023-11-02T04:46:27.611Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27952023-11-02T04:46:27.658Z 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=03708cf1cfb59ef9 -C extra-filename=-03708cf1cfb59ef9 --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-6fb8385a046b069a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c30b11e334d30cbb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
27962023-11-02T04:46:28.135Z Compiling env_logger v0.10.0
27972023-11-02T04:46:28.139Z 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=87fbac868d61a6bf -C extra-filename=-87fbac868d61a6bf --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-8a149ebee13979ce.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`
27982023-11-02T04:46:30.320Z Compiling rsa v0.9.2
27992023-11-02T04:46:30.325Z 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=d065ff8fcf792326 -C extra-filename=-d065ff8fcf792326 --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-6fb8385a046b069a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-1cff02c1fa68afed.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-b7752064d206ef48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7a7e48972e0bd978.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`
28002023-11-02T04:46:30.455Z 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=7a9ecdadd4d026f5 -C extra-filename=-7a9ecdadd4d026f5 --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-b2cde58c87913f77.rmeta --cap-lints allow -D warnings`
28012023-11-02T04:46:30.670Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81839d72bbae0dab -C extra-filename=-81839d72bbae0dab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28022023-11-02T04:46:30.840Z Compiling ron v0.8.1
28032023-11-02T04:46:30.845Z 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=fe38c23eea3cf6e7 -C extra-filename=-fe38c23eea3cf6e7 --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-c0a884fd652c2175.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`
28042023-11-02T04:46:32.775Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28052023-11-02T04:46:33.191Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbbc002088f82525 -C extra-filename=-fbbc002088f82525 --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-258f77005d15f95f.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`
28062023-11-02T04:46:35.333Z Compiling crc-any v2.4.3
28072023-11-02T04:46:35.337Z 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`
28082023-11-02T04:46:35.592Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28092023-11-02T04:46:35.633Z 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=42310e81bb794bab -C extra-filename=-42310e81bb794bab --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-fe38c23eea3cf6e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-03708cf1cfb59ef9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
28102023-11-02T04:46:36.035Z Compiling newtype_derive v0.1.6
28112023-11-02T04:46:36.042Z 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`
28122023-11-02T04:46:36.340Z 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=b0e2eb2850d8a32b -C extra-filename=-b0e2eb2850d8a32b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-8ef5bea0a6216ba2.rmeta --cap-lints allow -D warnings`
28132023-11-02T04:46:36.571Z 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`
28142023-11-02T04:46:36.760Z Compiling object v0.30.4
28152023-11-02T04:46:36.770Z 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`
28162023-11-02T04:46:36.906Z Compiling libz-sys v1.1.12
28172023-11-02T04:46:36.944Z 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=bf8ac658aed3a66b -C extra-filename=-bf8ac658aed3a66b --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-bf8ac658aed3a66b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.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`
28182023-11-02T04:46:37.954Z Compiling path-slash v0.1.5
28192023-11-02T04:46:37.961Z 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`
28202023-11-02T04:46:38.186Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-bf8ac658aed3a66b/build-script-build`
28212023-11-02T04:46:38.220Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-d48068054ac0ebfe/build-script-build`
28222023-11-02T04:46:38.313Z 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=d385259b62e559e8 -C extra-filename=-d385259b62e559e8 --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-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
28232023-11-02T04:46:38.317Z 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=65ade815b1e74578 -C extra-filename=-65ade815b1e74578 --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-db8c7d8154906494.rmeta --cap-lints allow -D warnings`
28242023-11-02T04:46:40.086Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
28252023-11-02T04:46:40.089Z 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`
28262023-11-02T04:46:40.909Z Compiling libgit2-sys v0.15.2+1.6.4
28272023-11-02T04:46:40.944Z 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=68dfb6bf16688b79 -C extra-filename=-68dfb6bf16688b79 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-68dfb6bf16688b79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
28282023-11-02T04:46:41.518Z Compiling humantime v2.1.0
28292023-11-02T04:46:41.557Z 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`
28302023-11-02T04:46:41.704Z Compiling utf-8 v0.7.6
28312023-11-02T04:46:41.707Z 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`
28322023-11-02T04:46:42.161Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-68dfb6bf16688b79/build-script-build`
28332023-11-02T04:46:42.253Z 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=f977b920649865d3 -C extra-filename=-f977b920649865d3 --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-65ade815b1e74578.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-d385259b62e559e8.rmeta --cap-lints allow -D warnings`
28342023-11-02T04:46:42.451Z 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=efc8aa8cbc70d1df -C extra-filename=-efc8aa8cbc70d1df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l z`
28352023-11-02T04:46:42.682Z Compiling libsqlite3-sys v0.26.0
28362023-11-02T04:46:42.688Z 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`
28372023-11-02T04:46:43.556Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-c723b1409432947a/build-script-build`
28382023-11-02T04:46:43.643Z Compiling vergen v8.2.4
28392023-11-02T04:46:43.649Z 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`
28402023-11-02T04:46:44.192Z Compiling glob v0.3.1
28412023-11-02T04:46:44.196Z 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`
28422023-11-02T04:46:46.054Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-54d05458c93ea298/build-script-build`
28432023-11-02T04:46:46.104Z 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`
28442023-11-02T04:46:47.679Z Compiling num-complex v0.4.4
28452023-11-02T04:46:47.686Z 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`
28462023-11-02T04:46:49.331Z Compiling num v0.4.1
28472023-11-02T04:46:49.342Z 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`
28482023-11-02T04:46:49.452Z 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/4019eb1/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=64cda330218a1d3c -C extra-filename=-64cda330218a1d3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --cap-lints allow -D warnings`
28492023-11-02T04:46:49.478Z 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=b0b8ed19a41b878d -C extra-filename=-b0b8ed19a41b878d --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-6985e86448ff2440.so --cap-lints allow -D warnings`
28502023-11-02T04:46:49.515Z Compiling buf-list v1.0.3
28512023-11-02T04:46:49.524Z 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`
28522023-11-02T04:46:49.744Z 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`
28532023-11-02T04:46:50.132Z Compiling salty v0.2.0
28542023-11-02T04:46:50.138Z 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`
28552023-11-02T04:46:50.210Z 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`
28562023-11-02T04:46:50.488Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dfc526e4e73cd794/build-script-build`
28572023-11-02T04:46:50.600Z 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/4019eb1/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=63dfa64be61f09ae -C extra-filename=-63dfa64be61f09ae --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-64cda330218a1d3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --cap-lints allow -D warnings`
28582023-11-02T04:46:50.751Z 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`
28592023-11-02T04:46:50.911Z 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=fa98c483917d1eda -C extra-filename=-fa98c483917d1eda --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-fca2ca054f4fc8df.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --cap-lints allow -D warnings`
28602023-11-02T04:46:50.950Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9ae382556f3636d3/build-script-build`
28612023-11-02T04:46:51.004Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28622023-11-02T04:46:51.009Z 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`
28632023-11-02T04:46:51.037Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
28642023-11-02T04:46:51.049Z 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/2739c18/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=dce3652116b3f2af -C extra-filename=-dce3652116b3f2af --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-dce3652116b3f2af -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`
28652023-11-02T04:46:51.255Z 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/258a8b5/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=b45e307c7e01fb87 -C extra-filename=-b45e307c7e01fb87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28662023-11-02T04:46:51.521Z 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`
28672023-11-02T04:46:51.935Z 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`
28682023-11-02T04:46:51.947Z 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`
28692023-11-02T04:46:51.965Z Compiling linear-map v1.2.0
28702023-11-02T04:46:51.970Z 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`
28712023-11-02T04:46:52.046Z 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`
28722023-11-02T04:46:52.112Z 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`
28732023-11-02T04:46:52.270Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-dce3652116b3f2af/build-script-build`
28742023-11-02T04:46:52.380Z Compiling tungstenite v0.18.0
28752023-11-02T04:46:52.788Z 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=0a765675e89c2ac9 -C extra-filename=-0a765675e89c2ac9 --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-6fb8385a046b069a.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-832475e8c6b10412.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-8efde83da752c28a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-12cba8d6e68e086e.rmeta --cap-lints allow -D warnings`
28762023-11-02T04:46:52.791Z 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`
28772023-11-02T04:46:52.794Z Compiling num_enum_derive v0.7.0
28782023-11-02T04:46:52.797Z 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`
28792023-11-02T04:46:52.807Z 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=054f033fbb14a9bf -C extra-filename=-054f033fbb14a9bf --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-714c222fde92ea9e.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`
28802023-11-02T04:46:52.816Z 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`
28812023-11-02T04:46:52.840Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
28822023-11-02T04:46:53.260Z 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`
28832023-11-02T04:46:53.264Z 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`
28842023-11-02T04:46:53.266Z Compiling platforms v3.0.2
28852023-11-02T04:46:53.276Z 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`
28862023-11-02T04:46:53.284Z 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=39c132fee978720d -C extra-filename=-39c132fee978720d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.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-b0b8ed19a41b878d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-15b79a90ebc63eb0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
28872023-11-02T04:46:53.675Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-243a3ebd6f4bb29d/build-script-build`
28882023-11-02T04:46:54.131Z 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`
28892023-11-02T04:46:54.135Z 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=012adfc0ea7a0183 -C extra-filename=-012adfc0ea7a0183 --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-7a9ecdadd4d026f5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --cap-lints allow -D warnings`
28902023-11-02T04:46:54.707Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28912023-11-02T04:46:54.711Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=7770b327e25863ff -C extra-filename=-7770b327e25863ff --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-6fb8385a046b069a.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-87fbac868d61a6bf.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-fbbc002088f82525.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-d065ff8fcf792326.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-fe1dc465c7097af7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e6cb9e5a8e37385f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
28922023-11-02T04:46:54.717Z Compiling tokio-tungstenite v0.18.0
28932023-11-02T04:46:54.720Z 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=aac53c077f622ee3 -C extra-filename=-aac53c077f622ee3 --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-bb3989e3a9425633.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-0a765675e89c2ac9.rmeta --cap-lints allow -D warnings`
28942023-11-02T04:46:55.317Z 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=9d6785dfb436f286 -C extra-filename=-9d6785dfb436f286 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-8f0ba65df9808a27.so --cap-lints allow -D warnings -l door`
28952023-11-02T04:46:55.322Z Compiling unicase v2.7.0
28962023-11-02T04:46:55.325Z 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`
28972023-11-02T04:46:55.649Z 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`
28982023-11-02T04:46:55.883Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-5660e863eee03aea/build-script-build`
28992023-11-02T04:46:56.010Z 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`
29002023-11-02T04:46:56.134Z 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=dc7686ecabd13ba6 -C extra-filename=-dc7686ecabd13ba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-012adfc0ea7a0183.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-39c132fee978720d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b0b8ed19a41b878d.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-9d6785dfb436f286.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e6d0e2dd74e16531.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings -l kstat`
29012023-11-02T04:46:56.168Z 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`
29022023-11-02T04:46:56.833Z 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/258a8b5/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=5a58f944707afe8a -C extra-filename=-5a58f944707afe8a --out-dir /work/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-b45e307c7e01fb87.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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-fa98c483917d1eda.rmeta --cap-lints allow -D warnings`
29032023-11-02T04:46:57.124Z 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=478b8596a408e206 -C extra-filename=-478b8596a408e206 --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-6e083666603c4e01.rmeta --cap-lints allow -D warnings`
29042023-11-02T04:46:57.179Z 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`
29052023-11-02T04:46:57.997Z 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`
29062023-11-02T04:46:58.211Z Compiling curve25519-dalek v4.1.0
29072023-11-02T04:46:58.222Z 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=246d6b6b3349c943 -C extra-filename=-246d6b6b3349c943 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-246d6b6b3349c943 -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-ff4f2380a2041af8.rlib --cap-lints allow -D warnings`
29082023-11-02T04:46:58.383Z 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/da534e7/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=1262f596ffaf7b55 -C extra-filename=-1262f596ffaf7b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-348bdbd4a67f8b15.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
29092023-11-02T04:46:59.159Z 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/258a8b5/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=2b7173b94a2fe56c -C extra-filename=-2b7173b94a2fe56c --out-dir /work/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-b45e307c7e01fb87.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-54ed3404f246e1d0.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-5a58f944707afe8a.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-fa98c483917d1eda.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
29102023-11-02T04:46:59.525Z 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/258a8b5/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=325288f11611527e -C extra-filename=-325288f11611527e --out-dir /work/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-b45e307c7e01fb87.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-2b7173b94a2fe56c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-fa98c483917d1eda.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
29112023-11-02T04:46:59.599Z 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=d92280b546d84648 -C extra-filename=-d92280b546d84648 --out-dir /work/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-478b8596a408e206.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-fe43b8fb552642f2.rmeta --cap-lints allow -D warnings`
29122023-11-02T04:46:59.987Z 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=4f79f9f9d4624323 -C extra-filename=-4f79f9f9d4624323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8e044772089bbb07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9ea68d5abd5fc36e.so --cap-lints allow -D warnings`
29132023-11-02T04:47:00.118Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c2788b0ba3be2ad -C extra-filename=-8c2788b0ba3be2ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
29142023-11-02T04:47:00.204Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
29152023-11-02T04:47:00.207Z 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=8ccf5249499d3ec0 -C extra-filename=-8ccf5249499d3ec0 --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-af907919575e41a1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings`
29162023-11-02T04:47:00.235Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
29172023-11-02T04:47:00.240Z 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/da534e7/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=29b9819a43c954ef -C extra-filename=-29b9819a43c954ef --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-29b9819a43c954ef -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`
29182023-11-02T04:47:00.872Z Compiling erased-serde v0.3.30
29192023-11-02T04:47:00.875Z 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`
29202023-11-02T04:47:01.709Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-756664f0c03d3cdf/build-script-build`
29212023-11-02T04:47:01.895Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-29b9819a43c954ef/build-script-build`
29222023-11-02T04:47:01.957Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-246d6b6b3349c943/build-script-build`
29232023-11-02T04:47:02.147Z 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/258a8b5/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=1bee992a9b0d21d6 -C extra-filename=-1bee992a9b0d21d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-dc7686ecabd13ba6.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-2b7173b94a2fe56c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-325288f11611527e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a90a9cc1275a2758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
29242023-11-02T04:47:02.214Z 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`
29252023-11-02T04:47:02.227Z Compiling thiserror-impl-no-std v2.0.2
29262023-11-02T04:47:02.239Z 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`
29272023-11-02T04:47:02.360Z Compiling bitstruct_derive v0.1.0
29282023-11-02T04:47:02.364Z 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`
29292023-11-02T04:47:02.613Z Compiling async-recursion v1.0.5
29302023-11-02T04:47:02.620Z 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`
29312023-11-02T04:47:02.856Z Compiling curve25519-dalek-derive v0.1.0
29322023-11-02T04:47:02.859Z 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`
29332023-11-02T04:47:03.042Z Compiling diff v0.1.13
29342023-11-02T04:47:03.066Z 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`
29352023-11-02T04:47:03.312Z Compiling rayon-core v1.12.0
29362023-11-02T04:47:03.315Z 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.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=664ab3c90fcac9c1 -C extra-filename=-664ab3c90fcac9c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-664ab3c90fcac9c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29372023-11-02T04:47:03.436Z Compiling mime_guess v2.0.4
29382023-11-02T04:47:03.440Z 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`
29392023-11-02T04:47:03.877Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-664ab3c90fcac9c1/build-script-build`
29402023-11-02T04:47:03.925Z Compiling snafu v0.7.5
29412023-11-02T04:47:03.929Z 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`
29422023-11-02T04:47:04.234Z 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=192b1d55db9c452e -C extra-filename=-192b1d55db9c452e --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-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --cap-lints allow -D warnings`
29432023-11-02T04:47:04.493Z Compiling nibble_vec v0.1.0
29442023-11-02T04:47:04.497Z 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`
29452023-11-02T04:47:04.676Z Compiling endian-type v0.1.2
29462023-11-02T04:47:04.715Z 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`
29472023-11-02T04:47:04.822Z 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`
29482023-11-02T04:47:05.045Z Compiling radix_trie v0.2.1
29492023-11-02T04:47:05.048Z 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`
29502023-11-02T04:47:05.092Z 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=6083e93d7133e772 -C extra-filename=-6083e93d7133e772 --out-dir /work/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-951633e8fd59a40d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings`
29512023-11-02T04:47:05.160Z 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=dfa6010dca091989 -C extra-filename=-dfa6010dca091989 --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-5d6012c1e66f0dae.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a131e608b4de3222.rmeta --cap-lints allow -D warnings`
29522023-11-02T04:47:05.358Z Compiling universal-hash v0.5.1
29532023-11-02T04:47:05.361Z 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=205c0e7732ee3d30 -C extra-filename=-205c0e7732ee3d30 --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-ebb22ac2993ca735.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
29542023-11-02T04:47:05.556Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-53198ae6adcf68cc/build-script-build`
29552023-11-02T04:47:05.591Z 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`
29562023-11-02T04:47:05.749Z Compiling signature v1.6.4
29572023-11-02T04:47:05.752Z 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`
29582023-11-02T04:47:05.942Z Compiling opaque-debug v0.3.0
29592023-11-02T04:47:05.953Z 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`
29602023-11-02T04:47:06.406Z Compiling ed25519 v1.5.3
29612023-11-02T04:47:06.409Z 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`
29622023-11-02T04:47:06.412Z Compiling trust-dns-client v0.22.0
29632023-11-02T04:47:06.416Z 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=413978468d86a1fd -C extra-filename=-413978468d86a1fd --out-dir /work/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-ded8f3b170e32147.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.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-832475e8c6b10412.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.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-46aebd9158e6f817.rmeta --cap-lints allow -D warnings`
29642023-11-02T04:47:06.420Z Compiling parking_lot v0.11.2
29652023-11-02T04:47:06.423Z 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=655c81af2d61b6d8 -C extra-filename=-655c81af2d61b6d8 --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-6083e93d7133e772.rmeta --cap-lints allow -D warnings`
29662023-11-02T04:47:06.426Z 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=d8e6d0dbea8df651 -C extra-filename=-d8e6d0dbea8df651 --out-dir /work/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-135bf7ba8ab3ea34.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-857464e7953ad886.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-dfa6010dca091989.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.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-fdf8bee5624521f1.rmeta --cap-lints allow -D warnings`
29672023-11-02T04:47:06.559Z 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`
29682023-11-02T04:47:06.562Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29692023-11-02T04:47:06.565Z 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`
29702023-11-02T04:47:07.043Z Compiling sled v0.34.7
29712023-11-02T04:47:07.052Z 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=a7961f0d7fe7c07f -C extra-filename=-a7961f0d7fe7c07f --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-60db97d29420f39b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-655c81af2d61b6d8.rmeta --cap-lints allow -D warnings`
29722023-11-02T04:47:07.286Z 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=8e8fb50c11f76811 -C extra-filename=-8e8fb50c11f76811 --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-718688c80c44a9e1.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
29732023-11-02T04:47:07.338Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29742023-11-02T04:47:07.384Z 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=5b7a4b0b63897147 -C extra-filename=-5b7a4b0b63897147 --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-951633e8fd59a40d.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`
29752023-11-02T04:47:08.030Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29762023-11-02T04:47:08.037Z 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=93217daea07257ac -C extra-filename=-93217daea07257ac --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-6fb8385a046b069a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c30b11e334d30cbb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
29772023-11-02T04:47:08.263Z Compiling serde-big-array v0.5.1
29782023-11-02T04:47:08.266Z 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`
29792023-11-02T04:47:08.575Z Compiling trust-dns-server v0.22.1
29802023-11-02T04:47:09.004Z 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=8ee59001044cb413 -C extra-filename=-8ee59001044cb413 --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-cde40b1e5460b78c.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-e21e6b9f61d1503a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.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-413978468d86a1fd.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --cap-lints allow -D warnings`
29812023-11-02T04:47:09.012Z Compiling serde-big-array v0.4.1
29822023-11-02T04:47:09.015Z 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`
29832023-11-02T04:47:09.018Z Compiling aead v0.5.2
29842023-11-02T04:47:09.022Z 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=d3707516895c0a4f -C extra-filename=-d3707516895c0a4f --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-ebb22ac2993ca735.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
29852023-11-02T04:47:09.514Z Compiling crunchy v0.2.2
29862023-11-02T04:47:09.553Z 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`
29872023-11-02T04:47:10.318Z Compiling pretty-hex v0.3.0
29882023-11-02T04:47:10.327Z 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`
29892023-11-02T04:47:10.677Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-81793beb4edef3bf/build-script-build`
29902023-11-02T04:47:10.725Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29912023-11-02T04:47:10.729Z 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`
29922023-11-02T04:47:11.417Z 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`
29932023-11-02T04:47:11.449Z Compiling signal-hook-tokio v0.3.1
29942023-11-02T04:47:11.458Z 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=c54798b1f61c5ac0 -C extra-filename=-c54798b1f61c5ac0 --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-2e4b787c2de71c9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
29952023-11-02T04:47:11.612Z Compiling crossbeam-deque v0.8.3
29962023-11-02T04:47:11.619Z 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`
29972023-11-02T04:47:11.768Z Compiling path-dedot v3.1.0
29982023-11-02T04:47:11.778Z 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`
29992023-11-02T04:47:12.153Z Compiling corncobs v0.1.3
30002023-11-02T04:47:12.156Z 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`
30012023-11-02T04:47:12.202Z Compiling tiny-keccak v2.0.2
30022023-11-02T04:47:12.213Z 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`
30032023-11-02T04:47:12.660Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30042023-11-02T04:47:12.664Z 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=33bfc34e2feab3da -C extra-filename=-33bfc34e2feab3da --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-832475e8c6b10412.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`
30052023-11-02T04:47:12.781Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e6ceac7b0a8950e7/build-script-build`
30062023-11-02T04:47:12.831Z Compiling path-absolutize v3.1.0
30072023-11-02T04:47:13.240Z 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`
30082023-11-02T04:47:13.244Z Compiling steno v0.4.0
30092023-11-02T04:47:13.247Z 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=c80f03b6ec900ffd -C extra-filename=-c80f03b6ec900ffd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
30102023-11-02T04:47:13.251Z 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`
30112023-11-02T04:47:13.691Z Compiling clang-sys v1.6.1
30122023-11-02T04:47:13.696Z 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`
30132023-11-02T04:47:13.702Z Compiling olpc-cjson v0.1.3
30142023-11-02T04:47:13.707Z 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=b5cebf012c076b89 -C extra-filename=-b5cebf012c076b89 --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-e18c481408ad2194.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
30152023-11-02T04:47:13.969Z Compiling darling_core v0.14.4
30162023-11-02T04:47:13.972Z 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`
30172023-11-02T04:47:14.447Z Compiling globset v0.4.13
30182023-11-02T04:47:14.453Z 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=aed2a6f1583a36fc -C extra-filename=-aed2a6f1583a36fc --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-61b870e7f18a47cd.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-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings`
30192023-11-02T04:47:15.478Z Compiling serde_plain v1.0.2
30202023-11-02T04:47:15.497Z 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`
30212023-11-02T04:47:16.129Z Compiling const_format_proc_macros v0.2.31
30222023-11-02T04:47:16.134Z 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`
30232023-11-02T04:47:17.058Z Compiling prettyplease v0.2.12
30242023-11-02T04:47:17.067Z 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`
30252023-11-02T04:47:17.614Z Compiling display-error-chain v0.2.0
30262023-11-02T04:47:17.627Z 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.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=1dfce92cb519156b -C extra-filename=-1dfce92cb519156b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30272023-11-02T04:47:17.873Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-edd62c5b61d7a904/build-script-build`
30282023-11-02T04:47:17.927Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-480d13ab3875bfb4/build-script-build`
30292023-11-02T04:47:17.940Z 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`
30302023-11-02T04:47:17.963Z 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.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee7eeea747f112d2 -C extra-filename=-ee7eeea747f112d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-182535058f6f1764.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
30312023-11-02T04:47:18.988Z Compiling ascii-canvas v3.0.0
30322023-11-02T04:47:18.995Z 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=adcd1153b79fff89 -C extra-filename=-adcd1153b79fff89 --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-7dc16e433b13a265.rmeta --cap-lints allow -D warnings`
30332023-11-02T04:47:19.688Z Compiling ena v0.14.2
30342023-11-02T04:47:19.699Z 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`
30352023-11-02T04:47:19.818Z Compiling ref-cast v1.0.20
30362023-11-02T04:47:19.836Z 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`
30372023-11-02T04:47:20.788Z Compiling minimal-lexical v0.2.1
30382023-11-02T04:47:20.793Z 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`
30392023-11-02T04:47:20.796Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-1314aa3041c7f6f0/build-script-build`
30402023-11-02T04:47:20.803Z Compiling lalrpop v0.19.12
30412023-11-02T04:47:20.807Z 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=e47124d3708c550d -C extra-filename=-e47124d3708c550d --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-adcd1153b79fff89.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-8a149ebee13979ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c7a0169767136a1f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.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`
30422023-11-02T04:47:20.859Z Compiling rayon v1.8.0
30432023-11-02T04:47:20.863Z 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.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=4a2d475cc77cdac3 -C extra-filename=-4a2d475cc77cdac3 --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-ee7eeea747f112d2.rmeta --cap-lints allow -D warnings`
30442023-11-02T04:47:21.123Z Compiling nom v7.1.3
30452023-11-02T04:47:21.128Z 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`
30462023-11-02T04:47:21.259Z 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`
30472023-11-02T04:47:22.574Z 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`
30482023-11-02T04:47:23.218Z Compiling darling_macro v0.14.4
30492023-11-02T04:47:23.223Z 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`
30502023-11-02T04:47:23.892Z Compiling ref-cast-impl v1.0.20
30512023-11-02T04:47:23.899Z 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`
30522023-11-02T04:47:25.099Z Compiling darling v0.14.4
30532023-11-02T04:47:25.103Z 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`
30542023-11-02T04:47:25.308Z Compiling ff v0.13.0
30552023-11-02T04:47:25.324Z 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=7fab083578f7825f -C extra-filename=-7fab083578f7825f --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-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
30562023-11-02T04:47:26.140Z Compiling hashlink v0.8.3
30572023-11-02T04:47:26.146Z 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`
30582023-11-02T04:47:26.149Z Compiling libloading v0.7.4
30592023-11-02T04:47:26.156Z 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`
30602023-11-02T04:47:26.657Z Compiling fallible-streaming-iterator v0.1.9
30612023-11-02T04:47:26.660Z 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`
30622023-11-02T04:47:26.786Z 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`
30632023-11-02T04:47:27.082Z Compiling bindgen v0.65.1
30642023-11-02T04:47:27.093Z 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`
30652023-11-02T04:47:27.149Z 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`
30662023-11-02T04:47:27.497Z Compiling rusqlite v0.29.0
30672023-11-02T04:47:27.508Z 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`
30682023-11-02T04:47:27.625Z Compiling cexpr v0.6.0
30692023-11-02T04:47:27.631Z 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`
30702023-11-02T04:47:28.109Z 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=c19978dda7be8b57 -C extra-filename=-c19978dda7be8b57 --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-951633e8fd59a40d.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-9742a3963a0bf92a.rmeta --cap-lints allow -D warnings`
30712023-11-02T04:47:28.245Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8e9a9d91025a79f6/build-script-build`
30722023-11-02T04:47:28.293Z Compiling group v0.13.0
30732023-11-02T04:47:28.325Z 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=51531d13880b0a50 -C extra-filename=-51531d13880b0a50 --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-7fab083578f7825f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
30742023-11-02T04:47:28.597Z Compiling derive_builder_core v0.12.0
30752023-11-02T04:47:28.608Z 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`
30762023-11-02T04:47:28.793Z 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`
30772023-11-02T04:47:30.147Z Compiling nix v0.26.2
30782023-11-02T04:47:30.155Z 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=45003a76cfc2b032 -C extra-filename=-45003a76cfc2b032 --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-951633e8fd59a40d.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`
30792023-11-02T04:47:31.086Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30802023-11-02T04:47:31.121Z 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=b6267b2cc7f0943e -C extra-filename=-b6267b2cc7f0943e --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-844cd977baa4a72a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
30812023-11-02T04:47:31.746Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
30822023-11-02T04:47:31.751Z 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/da534e7/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=ed49286a1418352b -C extra-filename=-ed49286a1418352b --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-c0a884fd652c2175.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
30832023-11-02T04:47:31.775Z Compiling twox-hash v1.6.3
30842023-11-02T04:47:31.778Z 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=6817a26b5d6556c3 -C extra-filename=-6817a26b5d6556c3 --out-dir /work/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-832475e8c6b10412.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings`
30852023-11-02T04:47:32.247Z Compiling which v4.4.0
30862023-11-02T04:47:32.276Z 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=b8045d4d00486d0e -C extra-filename=-b8045d4d00486d0e --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
30872023-11-02T04:47:32.385Z Compiling crypto-bigint v0.5.2
30882023-11-02T04:47:32.393Z 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=d886109ceb24fd6a -C extra-filename=-d886109ceb24fd6a --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-b7752064d206ef48.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`
30892023-11-02T04:47:32.775Z Compiling libxml v0.3.3
30902023-11-02T04:47:32.783Z 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`
30912023-11-02T04:47:33.066Z 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`
30922023-11-02T04:47:33.170Z Compiling lazycell v1.3.0
30932023-11-02T04:47:33.198Z 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`
30942023-11-02T04:47:33.380Z Compiling rustc-hash v1.1.0
30952023-11-02T04:47:33.389Z 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`
30962023-11-02T04:47:33.431Z Compiling peeking_take_while v0.1.2
30972023-11-02T04:47:33.440Z Compiling shlex v1.1.0
30982023-11-02T04:47:33.452Z 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`
30992023-11-02T04:47:33.460Z 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`
31002023-11-02T04:47:33.619Z Compiling base16ct v0.2.0
31012023-11-02T04:47:33.629Z 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`
31022023-11-02T04:47:33.693Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-c8f1cad937b0fb79/build-script-build`
31032023-11-02T04:47:33.766Z 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`
31042023-11-02T04:47:33.838Z Compiling derive_builder_macro v0.12.0
31052023-11-02T04:47:33.873Z 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`
31062023-11-02T04:47:34.077Z 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`
31072023-11-02T04:47:34.108Z Compiling thiserror-no-std v2.0.2
31082023-11-02T04:47:34.112Z 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`
31092023-11-02T04:47:34.299Z Compiling polyval v0.6.1
31102023-11-02T04:47:34.302Z 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=79df717f35c2481f -C extra-filename=-79df717f35c2481f --out-dir /work/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-205c0e7732ee3d30.rmeta --cap-lints allow -D warnings`
31112023-11-02T04:47:34.594Z 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=7b262f576b7648f1 -C extra-filename=-7b262f576b7648f1 --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-c19978dda7be8b57.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-4ecfbf899a12e38f.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-b8045d4d00486d0e.rmeta --cap-lints allow -D warnings`
31122023-11-02T04:47:34.748Z Compiling poly1305 v0.8.0
31132023-11-02T04:47:35.208Z 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=3795598711fe8fc0 -C extra-filename=-3795598711fe8fc0 --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-205c0e7732ee3d30.rmeta --cap-lints allow -D warnings`
31142023-11-02T04:47:35.211Z 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=487007e19983bc20 -C extra-filename=-487007e19983bc20 --out-dir /work/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-e77795124486928d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.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"'`
31152023-11-02T04:47:35.534Z Compiling num_enum v0.7.0
31162023-11-02T04:47:35.538Z 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=bbce688149450975 -C extra-filename=-bbce688149450975 --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-054f033fbb14a9bf.so --cap-lints allow -D warnings`
31172023-11-02T04:47:35.819Z Compiling elliptic-curve v0.13.5
31182023-11-02T04:47:35.823Z 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=77199af8fcc73ae0 -C extra-filename=-77199af8fcc73ae0 --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-d886109ceb24fd6a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-7fab083578f7825f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-51531d13880b0a50.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.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`
31192023-11-02T04:47:36.718Z 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`
31202023-11-02T04:47:36.900Z 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.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="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=f2a031c83219c682 -C extra-filename=-f2a031c83219c682 --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-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.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-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
31212023-11-02T04:47:37.746Z 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=fe9ea705024fc6b8 -C extra-filename=-fe9ea705024fc6b8 --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-fca2ca054f4fc8df.rmeta --cap-lints allow -D warnings`
31222023-11-02T04:47:37.811Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31232023-11-02T04:47:37.815Z 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/4019eb1/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=29070728fa7d7b28 -C extra-filename=-29070728fa7d7b28 --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-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31242023-11-02T04:47:38.109Z Compiling ctr v0.9.2
31252023-11-02T04:47:38.112Z 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=e9935c5493083a33 -C extra-filename=-e9935c5493083a33 --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-96267f481ddbc204.rmeta --cap-lints allow -D warnings`
31262023-11-02T04:47:38.411Z Compiling chacha20 v0.9.1
31272023-11-02T04:47:38.415Z 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=2b6c8347c6eba81d -C extra-filename=-2b6c8347c6eba81d --out-dir /work/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-96267f481ddbc204.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --cap-lints allow -D warnings`
31282023-11-02T04:47:38.664Z Compiling aes v0.8.3
31292023-11-02T04:47:38.667Z 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=9684f4a49305eaa4 -C extra-filename=-9684f4a49305eaa4 --out-dir /work/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-96267f481ddbc204.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --cap-lints allow -D warnings`
31302023-11-02T04:47:39.197Z Compiling bincode v1.3.3
31312023-11-02T04:47:39.200Z 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`
31322023-11-02T04:47:39.318Z Compiling strum_macros v0.24.3
31332023-11-02T04:47:39.322Z 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`
31342023-11-02T04:47:39.644Z Compiling indoc v1.0.9
31352023-11-02T04:47:39.651Z 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`
31362023-11-02T04:47:40.959Z 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`
31372023-11-02T04:47:41.290Z Compiling portable-atomic v1.4.3
31382023-11-02T04:47:41.296Z 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`
31392023-11-02T04:47:41.501Z Compiling aes-gcm-siv v0.11.1
31402023-11-02T04:47:41.537Z 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=6e8b3614361ee1b9 -C extra-filename=-6e8b3614361ee1b9 --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-d3707516895c0a4f.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9684f4a49305eaa4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e9935c5493083a33.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-79df717f35c2481f.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`
31412023-11-02T04:47:41.986Z Compiling chacha20poly1305 v0.10.1
31422023-11-02T04:47:41.990Z 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=c9cba8be14d9ea19 -C extra-filename=-c9cba8be14d9ea19 --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-d3707516895c0a4f.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-2b6c8347c6eba81d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-3795598711fe8fc0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
31432023-11-02T04:47:42.331Z Compiling vsss-rs v3.3.1
31442023-11-02T04:47:42.338Z 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=d5d25d46cb43563c -C extra-filename=-d5d25d46cb43563c --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-487007e19983bc20.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-77199af8fcc73ae0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.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`
31452023-11-02T04:47:42.812Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-5a049cd3c83a0f96/build-script-build`
31462023-11-02T04:47:42.935Z 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`
31472023-11-02T04:47:43.514Z Compiling env_logger v0.9.3
31482023-11-02T04:47:43.523Z 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=5ef6d3c842a7f7b6 -C extra-filename=-5ef6d3c842a7f7b6 --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-318a6ebbcda68aba.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-4ecfbf899a12e38f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings`
31492023-11-02T04:47:43.540Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31502023-11-02T04:47:43.543Z 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/4019eb1/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=7ca502ce3c5bd1f2 -C extra-filename=-7ca502ce3c5bd1f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
31512023-11-02T04:47:43.760Z Compiling cookie v0.16.2
31522023-11-02T04:47:43.763Z 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`
31532023-11-02T04:47:44.331Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
31542023-11-02T04:47:44.335Z 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`
31552023-11-02T04:47:44.907Z 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`
31562023-11-02T04:47:45.163Z Compiling ascii v1.1.0
31572023-11-02T04:47:45.166Z 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`
31582023-11-02T04:47:45.590Z Compiling ringbuffer v0.15.0
31592023-11-02T04:47:45.594Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=12adbac498b5722e -C extra-filename=-12adbac498b5722e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31602023-11-02T04:47:45.825Z Compiling assert_matches v1.5.0
31612023-11-02T04:47:45.828Z 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`
31622023-11-02T04:47:45.996Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
31632023-11-02T04:47:46.012Z 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=e7094a66105ef2e2 -C extra-filename=-e7094a66105ef2e2 --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-cde40b1e5460b78c.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-5ef6d3c842a7f7b6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
31642023-11-02T04:47:46.302Z 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`
31652023-11-02T04:47:46.592Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-469ce7f48e43fe8f/build-script-build`
31662023-11-02T04:47:46.663Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d273d01d10104002/build-script-build`
31672023-11-02T04:47:46.779Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31682023-11-02T04:47:46.782Z 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/4019eb1/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=7d16738dcf693ae8 -C extra-filename=-7d16738dcf693ae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-7ca502ce3c5bd1f2.rmeta --cap-lints allow -D warnings`
31692023-11-02T04:47:47.246Z 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=5bd486eb393b6aee -C extra-filename=-5bd486eb393b6aee --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-6e083666603c4e01.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-1ebd621134d8acbe.rmeta --cap-lints allow -D warnings`
31702023-11-02T04:47:47.251Z 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`
31712023-11-02T04:47:47.996Z Compiling bitstruct v0.1.1
31722023-11-02T04:47:48.000Z 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`
31732023-11-02T04:47:48.138Z 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`
31742023-11-02T04:47:48.187Z Compiling tungstenite v0.20.1
31752023-11-02T04:47:48.216Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=3da399baead4d071 -C extra-filename=-3da399baead4d071 --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-6fb8385a046b069a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-8efde83da752c28a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-12cba8d6e68e086e.rmeta --cap-lints allow -D warnings`
31762023-11-02T04:47:48.219Z 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`
31772023-11-02T04:47:48.727Z 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`
31782023-11-02T04:47:48.872Z 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=635a40907a48adea -C extra-filename=-635a40907a48adea --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-595a8fb7a1c95869.rmeta --cap-lints allow -D warnings`
31792023-11-02T04:47:49.326Z 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=1978e9e59a278b19 -C extra-filename=-1978e9e59a278b19 --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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
31802023-11-02T04:47:49.961Z 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`
31812023-11-02T04:47:50.181Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31822023-11-02T04:47:50.193Z 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/4019eb1/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=034a68bbd7338261 -C extra-filename=-034a68bbd7338261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --cap-lints allow -D warnings`
31832023-11-02T04:47:50.682Z Compiling serde_arrays v0.1.0
31842023-11-02T04:47:50.689Z 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`
31852023-11-02T04:47:50.804Z Compiling oso-derive v0.27.0
31862023-11-02T04:47:50.807Z 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.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=66796419f57a71a9 -C extra-filename=-66796419f57a71a9 --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`
31872023-11-02T04:47:50.940Z Compiling impl-trait-for-tuples v0.2.2
31882023-11-02T04:47:50.943Z 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`
31892023-11-02T04:47:51.001Z 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`
31902023-11-02T04:47:51.479Z 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`
31912023-11-02T04:47:51.712Z 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`
31922023-11-02T04:47:51.810Z 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`
31932023-11-02T04:47:51.972Z 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`
31942023-11-02T04:47:51.982Z 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`
31952023-11-02T04:47:52.163Z 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=ef7c5c2e3e3647fe -C extra-filename=-ef7c5c2e3e3647fe --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-80c6ba2741a8fc15.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-1978e9e59a278b19.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-c272a97674c5a297.rmeta --cap-lints allow -D warnings`
31962023-11-02T04:47:52.684Z 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`
31972023-11-02T04:47:52.828Z Compiling tokio-tungstenite v0.20.1
31982023-11-02T04:47:52.844Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=ea6c1e668f253a43 -C extra-filename=-ea6c1e668f253a43 --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-bb3989e3a9425633.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-3da399baead4d071.rmeta --cap-lints allow -D warnings`
31992023-11-02T04:47:52.862Z 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`
32002023-11-02T04:47:52.891Z 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`
32012023-11-02T04:47:53.530Z 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`
32022023-11-02T04:47:53.739Z 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=824ea3e19821c7c0 -C extra-filename=-824ea3e19821c7c0 --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-fca2ca054f4fc8df.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-3ea74bcbc130599d.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`
32032023-11-02T04:47:54.481Z Compiling bcs v0.1.6
32042023-11-02T04:47:54.484Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=475d8cc36192ded0 -C extra-filename=-475d8cc36192ded0 --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 thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
32052023-11-02T04:47:54.599Z 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`
32062023-11-02T04:47:55.308Z 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`
32072023-11-02T04:47:56.213Z 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`
32082023-11-02T04:47:56.442Z Compiling highway v1.1.0
32092023-11-02T04:47:56.494Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d11b806d9919b2bb -C extra-filename=-d11b806d9919b2bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32102023-11-02T04:47:56.741Z 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`
32112023-11-02T04:47:56.993Z 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`
32122023-11-02T04:47:57.687Z 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=2d82f5393582eb26 -C extra-filename=-2d82f5393582eb26 --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-db8c7d8154906494.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-860207ec66e217de.rmeta --cap-lints allow -D warnings`
32132023-11-02T04:47:57.764Z 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`
32142023-11-02T04:47:59.338Z 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=9b1666aa4877b426 -C extra-filename=-9b1666aa4877b426 --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-ef7c5c2e3e3647fe.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`
32152023-11-02T04:47:59.613Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1098ed5d63713655 -C extra-filename=-1098ed5d63713655 --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-4fa0de64df2759dc.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`
32162023-11-02T04:48:00.545Z 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=0b05717d967501ed -C extra-filename=-0b05717d967501ed --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-fca2ca054f4fc8df.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-824ea3e19821c7c0.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-331e33b3e3eab9e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a3e2c7c6363a38c.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`
32172023-11-02T04:48:06.066Z 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=4c4105ada6dff5fb -C extra-filename=-4c4105ada6dff5fb --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-fca2ca054f4fc8df.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4648eea5d7821deb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
32182023-11-02T04:48:06.419Z 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`
32192023-11-02T04:48:06.603Z 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=4cb10a4d83419aab -C extra-filename=-4cb10a4d83419aab --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-7a9ecdadd4d026f5.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`
32202023-11-02T04:48:08.567Z 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`
32212023-11-02T04:48:08.806Z 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=7cda3c3f5ca805c7 -C extra-filename=-7cda3c3f5ca805c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b0b8ed19a41b878d.rmeta --cap-lints allow -D warnings`
32222023-11-02T04:48:09.835Z 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`
32232023-11-02T04:48:10.002Z 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`
32242023-11-02T04:48:10.394Z 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=59e34651557de442 -C extra-filename=-59e34651557de442 --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-c51a83c80e38f6e3.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`
32252023-11-02T04:48:11.044Z 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`
32262023-11-02T04:48:11.167Z 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=469cbe4f254c4942 -C extra-filename=-469cbe4f254c4942 --out-dir /work/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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
32272023-11-02T04:48:11.493Z 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=2b8c0e2c04e3d8a8 -C extra-filename=-2b8c0e2c04e3d8a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
32282023-11-02T04:48:11.698Z 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`
32292023-11-02T04:48:11.916Z 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=c79c2fd55f4220f8 -C extra-filename=-c79c2fd55f4220f8 --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-469cbe4f254c4942.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-2b8c0e2c04e3d8a8.rmeta --cap-lints allow -D warnings`
32302023-11-02T04:48:12.594Z 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=85e2b735f756f5c8 -C extra-filename=-85e2b735f756f5c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-4c79134007c27d1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings`
32312023-11-02T04:48:13.199Z 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=52a561baae0bb6f6 -C extra-filename=-52a561baae0bb6f6 --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-59e34651557de442.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4c4105ada6dff5fb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
32322023-11-02T04:48:14.395Z 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`
32332023-11-02T04:48:14.484Z 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=9ffe405101295fef -C extra-filename=-9ffe405101295fef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7cda3c3f5ca805c7.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-9b1666aa4877b426.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -l static=pci`
32342023-11-02T04:48:14.837Z 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`
32352023-11-02T04:48:15.309Z Compiling const_format v0.2.31
32362023-11-02T04:48:15.312Z 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`
32372023-11-02T04:48:15.398Z 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`
32382023-11-02T04:48:15.502Z 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=03a5ab950ca73182 -C extra-filename=-03a5ab950ca73182 --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-5f64dc6819ef678e.rmeta --cap-lints allow -D warnings`
32392023-11-02T04:48:16.234Z 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`
32402023-11-02T04:48:16.389Z Compiling ron v0.7.1
32412023-11-02T04:48:16.392Z 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`
32422023-11-02T04:48:16.419Z Compiling bit_field v0.10.2
32432023-11-02T04:48:16.422Z 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`
32442023-11-02T04:48:16.471Z Compiling http-range v0.1.5
32452023-11-02T04:48:16.474Z 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`
32462023-11-02T04:48:16.900Z 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`
32472023-11-02T04:48:17.072Z Compiling hyper-staticfile v0.9.5
32482023-11-02T04:48:17.599Z 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=fa5fc02d37082992 -C extra-filename=-fa5fc02d37082992 --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-bb3989e3a9425633.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-3c7ef234742d4d7f.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-832475e8c6b10412.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings`
32492023-11-02T04:48:18.075Z 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`
32502023-11-02T04:48:18.081Z 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`
32512023-11-02T04:48:18.091Z 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`
32522023-11-02T04:48:18.177Z Compiling number_prefix v0.4.0
32532023-11-02T04:48:18.180Z 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`
32542023-11-02T04:48:18.576Z 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`
32552023-11-02T04:48:18.707Z 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`
32562023-11-02T04:48:19.008Z 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/da534e7/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=c4a0a1a78bdcbb21 -C extra-filename=-c4a0a1a78bdcbb21 --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-c51a83c80e38f6e3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings`
32572023-11-02T04:48:19.590Z Compiling indicatif v0.17.7
32582023-11-02T04:48:19.593Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="rayon"' --cfg 'feature="unicode-width"' -C metadata=c570c02e115a34e9 -C extra-filename=-c570c02e115a34e9 --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-a56f4533ffbea430.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-4a2d475cc77cdac3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
32592023-11-02T04:48:19.750Z 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=8a0c26fcf9de43f1 -C extra-filename=-8a0c26fcf9de43f1 --out-dir /work/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-9cc2d99f4c1c58f7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings`
32602023-11-02T04:48:20.293Z 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=5aaa5f4569b36052 -C extra-filename=-5aaa5f4569b36052 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e4eb40cefe3739e2.rmeta --cap-lints allow -D warnings`
32612023-11-02T04:48:20.639Z 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=a2eccb2d3eed244a -C extra-filename=-a2eccb2d3eed244a --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-1f46b2dcc29359b1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
32622023-11-02T04:48:20.914Z Compiling bytesize v1.3.0
32632023-11-02T04:48:20.917Z 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`
32642023-11-02T04:48:21.014Z 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`
32652023-11-02T04:48:21.147Z Compiling fs-err v2.9.0
32662023-11-02T04:48:21.151Z 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`
32672023-11-02T04:48:21.671Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=dd11a10a1101a3ea -C extra-filename=-dd11a10a1101a3ea --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-fca2ca054f4fc8df.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-4cb10a4d83419aab.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-1098ed5d63713655.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-0b05717d967501ed.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-1506b044121151f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e05dca8dd4827f7d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
32682023-11-02T04:48:21.944Z 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=8c689b929b87d6a5 -C extra-filename=-8c689b929b87d6a5 --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-8a0c26fcf9de43f1.rmeta --cap-lints allow -D warnings`
32692023-11-02T04:48:22.148Z 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=c10f4f7c2b3a4873 -C extra-filename=-c10f4f7c2b3a4873 --out-dir /work/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-1f5aded3f0934012.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.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-3ea74bcbc130599d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.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-fdf8bee5624521f1.rmeta --cap-lints allow -D warnings`
32702023-11-02T04:48:23.452Z 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=bf20d5166841d334 -C extra-filename=-bf20d5166841d334 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.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-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings`
32712023-11-02T04:48:23.518Z 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`
32722023-11-02T04:48:23.748Z 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/4019eb1/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=60d23ba0a73afbf6 -C extra-filename=-60d23ba0a73afbf6 --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-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32732023-11-02T04:48:24.388Z 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`
32742023-11-02T04:48:26.870Z 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=b8544d18c4be0732 -C extra-filename=-b8544d18c4be0732 --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-fe9ea705024fc6b8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-8c689b929b87d6a5.rmeta --cap-lints allow -D warnings`
32752023-11-02T04:48:28.930Z 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=15e39771a9c6078e -C extra-filename=-15e39771a9c6078e --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-cde40b1e5460b78c.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-e8e0cb7bcc21358a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.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-c10f4f7c2b3a4873.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --cap-lints allow -D warnings`
32762023-11-02T04:48:30.426Z 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=92f0c10576f3f118 -C extra-filename=-92f0c10576f3f118 --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-fca2ca054f4fc8df.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-3ea74bcbc130599d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-75211160473867cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5ea056c3aa76d4a5.rmeta --cap-lints allow -D warnings`
32772023-11-02T04:48:31.805Z 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`
32782023-11-02T04:48:33.129Z 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`
32792023-11-02T04:48:33.956Z 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=2530f9c9097bed88 -C extra-filename=-2530f9c9097bed88 --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-1f46b2dcc29359b1.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
32802023-11-02T04:48:34.259Z 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`
32812023-11-02T04:48:34.540Z 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`
32822023-11-02T04:48:34.642Z 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`
32832023-11-02T04:48:34.866Z Compiling indoc v2.0.3
32842023-11-02T04:48:34.880Z 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`
32852023-11-02T04:48:35.021Z 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`
32862023-11-02T04:48:35.479Z 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`
32872023-11-02T04:48:35.831Z 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`
32882023-11-02T04:48:36.538Z 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`
32892023-11-02T04:48:36.838Z 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=15cfa47a55451c6b -C extra-filename=-15cfa47a55451c6b --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-135bf7ba8ab3ea34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-92f0c10576f3f118.rmeta --cap-lints allow -D warnings`
32902023-11-02T04:48:37.105Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=41c0db507e620aa5 -C extra-filename=-41c0db507e620aa5 --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-fca2ca054f4fc8df.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-75211160473867cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5ea056c3aa76d4a5.rmeta --cap-lints allow -D warnings`
32912023-11-02T04:48:37.684Z 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=dd8804495b048268 -C extra-filename=-dd8804495b048268 --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-9cc2d99f4c1c58f7.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`
32922023-11-02T04:48:39.389Z Compiling derive_builder v0.12.0
32932023-11-02T04:48:39.392Z 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`
32942023-11-02T04:48:39.688Z 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=037e14aae176bcf5 -C extra-filename=-037e14aae176bcf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
32952023-11-02T04:48:40.020Z 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=41710fe1af901699 -C extra-filename=-41710fe1af901699 --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-f977b920649865d3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
32962023-11-02T04:48:40.602Z Compiling signal-hook-mio v0.2.3
32972023-11-02T04:48:40.607Z 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=bd337f8aab207f03 -C extra-filename=-bd337f8aab207f03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --cap-lints allow -D warnings`
32982023-11-02T04:48:40.680Z 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=2ad13cb61433983f -C extra-filename=-2ad13cb61433983f --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-f160b03d3a6e70a0.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-6e083666603c4e01.rmeta --cap-lints allow -D warnings`
32992023-11-02T04:48:40.872Z 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=e6cc28ed4ccb075d -C extra-filename=-e6cc28ed4ccb075d --out-dir /work/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-3ea74bcbc130599d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings`
33002023-11-02T04:48:42.085Z 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=4998e2272a1f4663 -C extra-filename=-4998e2272a1f4663 --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-a79ff521aceff8c1.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
33012023-11-02T04:48:42.655Z 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`
33022023-11-02T04:48:43.317Z Compiling bb8 v0.8.1
33032023-11-02T04:48:43.348Z 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=4f2adfca6954c3ae -C extra-filename=-4f2adfca6954c3ae --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-cde40b1e5460b78c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
33042023-11-02T04:48:43.670Z Compiling quick-xml v0.23.1
33052023-11-02T04:48:43.674Z 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`
33062023-11-02T04:48:44.191Z Compiling maplit v1.0.2
33072023-11-02T04:48:44.217Z 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`
33082023-11-02T04:48:44.341Z 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.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=f4ebc946f4654d04 -C extra-filename=-f4ebc946f4654d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33092023-11-02T04:48:44.387Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
33102023-11-02T04:48:44.391Z 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/1446f7e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f231f1db6094f1f8 -C extra-filename=-f231f1db6094f1f8 --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-cde40b1e5460b78c.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33112023-11-02T04:48:44.630Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=1a2ea9aafc5290c1 -C extra-filename=-1a2ea9aafc5290c1 --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-135bf7ba8ab3ea34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-41c0db507e620aa5.rmeta --cap-lints allow -D warnings`
33122023-11-02T04:48:45.328Z 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=6cd295f68df0a210 -C extra-filename=-6cd295f68df0a210 --out-dir /work/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-a2eccb2d3eed244a.rmeta --cap-lints allow -D warnings`
33132023-11-02T04:48:45.397Z 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=393079a73f8b3c53 -C extra-filename=-393079a73f8b3c53 --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-0876d83c46113eb5.rmeta --cap-lints allow -D warnings`
33142023-11-02T04:48:45.515Z 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=43335d8015ff33ac -C extra-filename=-43335d8015ff33ac --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-273444a7f6b14b30.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33152023-11-02T04:48:46.102Z 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=0a9020c3ffbbcda9 -C extra-filename=-0a9020c3ffbbcda9 --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-054f033fbb14a9bf.so --cap-lints allow -D warnings`
33162023-11-02T04:48:46.145Z 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`
33172023-11-02T04:48:46.330Z 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=798465d34a8a3dd4 -C extra-filename=-798465d34a8a3dd4 --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-f30a0c26ba49672c.rmeta --cap-lints allow -D warnings`
33182023-11-02T04:48:46.815Z 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=1229d3e022f0a4a0 -C extra-filename=-1229d3e022f0a4a0 --out-dir /work/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-f30a0c26ba49672c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --cap-lints allow -D warnings`
33192023-11-02T04:48:46.889Z 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`
33202023-11-02T04:48:47.312Z 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`
33212023-11-02T04:48:47.443Z 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=c6f38d4739b942c6 -C extra-filename=-c6f38d4739b942c6 --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-80c6ba2741a8fc15.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-6e083666603c4e01.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2eab053f8a115a9f.rmeta --cap-lints allow -D warnings`
33222023-11-02T04:48:47.541Z 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`
33232023-11-02T04:48:47.814Z 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/4019eb1/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=9711c68301b49949 -C extra-filename=-9711c68301b49949 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
33242023-11-02T04:48:48.040Z 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`
33252023-11-02T04:48:48.671Z 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=42861dbc0a9d741b -C extra-filename=-42861dbc0a9d741b --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-2530f9c9097bed88.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1229d3e022f0a4a0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-798465d34a8a3dd4.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-6cd295f68df0a210.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`
33262023-11-02T04:48:49.369Z Compiling smawk v0.3.1
33272023-11-02T04:48:49.372Z 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`
33282023-11-02T04:48:49.375Z 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`
33292023-11-02T04:48:49.378Z Compiling owo-colors v3.5.0
33302023-11-02T04:48:49.382Z 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`
33312023-11-02T04:48:49.385Z Compiling unicode-linebreak v0.1.5
33322023-11-02T04:48:49.388Z 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`
33332023-11-02T04:48:49.487Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=506308780fdbe2f1 -C extra-filename=-506308780fdbe2f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33342023-11-02T04:48:49.649Z 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=44a60e4fc0beb3e6 -C extra-filename=-44a60e4fc0beb3e6 --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-cde40b1e5460b78c.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c6f38d4739b942c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
33352023-11-02T04:48:50.255Z Compiling textwrap v0.16.0
33362023-11-02T04:48:50.258Z 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=b726358839b3ee11 -C extra-filename=-b726358839b3ee11 --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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
33372023-11-02T04:48:50.388Z 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/4019eb1/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=588b8227574195be -C extra-filename=-588b8227574195be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-9711c68301b49949.rmeta --cap-lints allow -D warnings`
33382023-11-02T04:48:50.791Z 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=9d55635047bea2e8 -C extra-filename=-9d55635047bea2e8 --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-c51a83c80e38f6e3.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-75211160473867cb.rmeta --cap-lints allow -D warnings`
33392023-11-02T04:48:51.699Z Compiling crossterm v0.27.0
33402023-11-02T04:48:51.703Z 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=dff6c1b8806c4e6e -C extra-filename=-dff6c1b8806c4e6e --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-2e4b787c2de71c9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-bd337f8aab207f03.rmeta --cap-lints allow -D warnings`
33412023-11-02T04:48:52.207Z 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`
33422023-11-02T04:48:52.413Z 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`
33432023-11-02T04:48:52.509Z 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/4019eb1/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=3da2617207199aec -C extra-filename=-3da2617207199aec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --cap-lints allow -D warnings`
33442023-11-02T04:48:53.628Z 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=1b9907668a6fe141 -C extra-filename=-1b9907668a6fe141 --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-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
33452023-11-02T04:48:53.640Z 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`
33462023-11-02T04:48:53.904Z Compiling yansi v0.5.1
33472023-11-02T04:48:53.907Z 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`
33482023-11-02T04:48:54.016Z Compiling cassowary v0.3.0
33492023-11-02T04:48:54.020Z 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`
33502023-11-02T04:48:54.276Z 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=81f078e594d10e74 -C extra-filename=-81f078e594d10e74 --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-1b9907668a6fe141.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
33512023-11-02T04:48:54.501Z Compiling pretty_assertions v1.4.0
33522023-11-02T04:48:54.508Z 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`
33532023-11-02T04:48:54.558Z 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=25f417326751a96a -C extra-filename=-25f417326751a96a --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-fca2ca054f4fc8df.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4648eea5d7821deb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
33542023-11-02T04:48:54.804Z Compiling ratatui v0.23.0
33552023-11-02T04:48:54.807Z 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=b86238e65158f13b -C extra-filename=-b86238e65158f13b --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-dff6c1b8806c4e6e.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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
33562023-11-02T04:48:54.976Z 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=b3359f439b6b3cec -C extra-filename=-b3359f439b6b3cec --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-9cc2d99f4c1c58f7.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`
33572023-11-02T04:48:55.063Z 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`
33582023-11-02T04:48:55.102Z 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=57db7baa340f5f88 -C extra-filename=-57db7baa340f5f88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
33592023-11-02T04:48:55.339Z 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`
33602023-11-02T04:48:55.594Z 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=96a357733ff3263a -C extra-filename=-96a357733ff3263a --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-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
33612023-11-02T04:48:56.320Z 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=d51e5e9ea59c9da3 -C extra-filename=-d51e5e9ea59c9da3 --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-cde40b1e5460b78c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
33622023-11-02T04:48:56.554Z 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=0b1fe84c897a597e -C extra-filename=-0b1fe84c897a597e --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-331e33b3e3eab9e4.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`
33632023-11-02T04:48:57.174Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd3475961d0f5837 -C extra-filename=-cd3475961d0f5837 --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 thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
33642023-11-02T04:48:57.285Z 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`
33652023-11-02T04:48:58.369Z 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`
33662023-11-02T04:48:58.760Z Compiling rtoolbox v0.0.1
33672023-11-02T04:48:58.771Z 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=963ede6b9824d536 -C extra-filename=-963ede6b9824d536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
33682023-11-02T04:48:59.479Z 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`
33692023-11-02T04:48:59.675Z 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`
33702023-11-02T04:49:00.191Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=290744af26d14171 -C extra-filename=-290744af26d14171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33712023-11-02T04:49:00.376Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=208aa0cb3b50b315 -C extra-filename=-208aa0cb3b50b315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33722023-11-02T04:49:00.437Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=213992525ccee0bb -C extra-filename=-213992525ccee0bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-290744af26d14171.rmeta --cap-lints allow -D warnings`
33732023-11-02T04:49:00.902Z 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=236ab3d6ec837c0a -C extra-filename=-236ab3d6ec837c0a --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-0b1fe84c897a597e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-1b9907668a6fe141.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-81f078e594d10e74.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-635a40907a48adea.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.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`
33742023-11-02T04:49:01.014Z Compiling tui-tree-widget v0.13.0
33752023-11-02T04:49:01.017Z 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=59b5b1ca22c78e27 -C extra-filename=-59b5b1ca22c78e27 --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-b86238e65158f13b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
33762023-11-02T04:49:01.715Z Compiling rpassword v7.2.0
33772023-11-02T04:49:01.719Z 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=45237e3bc34c8af6 -C extra-filename=-45237e3bc34c8af6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-963ede6b9824d536.rmeta --cap-lints allow -D warnings`
33782023-11-02T04:49:01.896Z 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/1446f7e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91d66c4daefd4c2a -C extra-filename=-91d66c4daefd4c2a --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-cde40b1e5460b78c.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33792023-11-02T04:49:02.128Z 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=ac1bcd5149d5dd64 -C extra-filename=-ac1bcd5149d5dd64 --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-a2eccb2d3eed244a.rmeta --cap-lints allow -D warnings`
33802023-11-02T04:49:02.239Z 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=5d51ea0c4f1cc83f -C extra-filename=-5d51ea0c4f1cc83f --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-15f20dc26df54122.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
33812023-11-02T04:49:02.581Z 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=12dae31d0c990ec6 -C extra-filename=-12dae31d0c990ec6 --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-366993323cf4be7d.rmeta --cap-lints allow -D warnings`
33822023-11-02T04:49:02.895Z 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=4473b1c84cc4d592 -C extra-filename=-4473b1c84cc4d592 --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-7375f3ef9ec50070.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33832023-11-02T04:49:03.361Z 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`
33842023-11-02T04:49:03.523Z 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=59c793c95dada8bf -C extra-filename=-59c793c95dada8bf --out-dir /work/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-db8c7d8154906494.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.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"'`
33852023-11-02T04:49:03.573Z 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=a22429a614318932 -C extra-filename=-a22429a614318932 --out-dir /work/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-f30a0c26ba49672c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --cap-lints allow -D warnings`
33862023-11-02T04:49:04.320Z Compiling fatfs v0.3.6
33872023-11-02T04:49:04.349Z 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=164cdabbd0ca18b4 -C extra-filename=-164cdabbd0ca18b4 --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-6fb8385a046b069a.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`
33882023-11-02T04:49:04.419Z Compiling rand v0.4.6
33892023-11-02T04:49:04.422Z 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=41ca1d14ff3619fd -C extra-filename=-41ca1d14ff3619fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
33902023-11-02T04:49:04.518Z Compiling plotters-backend v0.3.5
33912023-11-02T04:49:04.560Z 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`
33922023-11-02T04:49:04.564Z Compiling remove_dir_all v0.5.3
33932023-11-02T04:49:04.600Z 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`
33942023-11-02T04:49:04.735Z Compiling shell-words v1.1.0
33952023-11-02T04:49:04.740Z 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`
33962023-11-02T04:49:05.678Z 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=8fcf8e4df4be0e37 -C extra-filename=-8fcf8e4df4be0e37 --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-2530f9c9097bed88.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-a22429a614318932.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-ac1bcd5149d5dd64.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
33972023-11-02T04:49:05.681Z Compiling plotters-svg v0.3.5
33982023-11-02T04:49:05.685Z 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`
33992023-11-02T04:49:05.688Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=28268b30f2f7089c -C extra-filename=-28268b30f2f7089c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-213992525ccee0bb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
34002023-11-02T04:49:05.692Z 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`
34012023-11-02T04:49:06.011Z 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`
34022023-11-02T04:49:06.636Z Compiling tempdir v0.3.7
34032023-11-02T04:49:06.640Z 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=9be29461d58e3318 -C extra-filename=-9be29461d58e3318 --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-41ca1d14ff3619fd.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-b9c0a3784f5453c5.rmeta --cap-lints allow -D warnings`
34042023-11-02T04:49:07.320Z 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=3a07ea09a0a14a56 -C extra-filename=-3a07ea09a0a14a56 --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-59c793c95dada8bf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-236ab3d6ec837c0a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.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`
34052023-11-02T04:49:07.371Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=86315dd94fbec1b4 -C extra-filename=-86315dd94fbec1b4 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
34062023-11-02T04:49:08.149Z Compiling assert_cmd v2.0.12
34072023-11-02T04:49:08.158Z 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=2498884576e8ad17 -C extra-filename=-2498884576e8ad17 --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-61b870e7f18a47cd.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-4971ee1235841292.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.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-6cab423074342a3b.rmeta --cap-lints allow -D warnings`
34082023-11-02T04:49:09.711Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b335b3ce59aca036 -C extra-filename=-b335b3ce59aca036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
34092023-11-02T04:49:09.988Z Compiling serial_test_derive v0.10.0
34102023-11-02T04:49:09.991Z 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`
34112023-11-02T04:49:10.029Z Compiling dashmap v5.5.1
34122023-11-02T04:49:10.032Z 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=e5a0800ef168f5c4 -C extra-filename=-e5a0800ef168f5c4 --out-dir /work/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-90a1c1a80b5a9681.rmeta --cap-lints allow -D warnings`
34132023-11-02T04:49:10.300Z Compiling cast v0.3.0
34142023-11-02T04:49:10.306Z 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`
34152023-11-02T04:49:10.446Z 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`
34162023-11-02T04:49:10.952Z 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`
34172023-11-02T04:49:11.041Z Compiling criterion-plot v0.5.0
34182023-11-02T04:49:11.057Z 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`
34192023-11-02T04:49:11.459Z 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=0a1c3427c38d2194 -C extra-filename=-0a1c3427c38d2194 --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-135bf7ba8ab3ea34.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-f18ad2b4f7e42dbf.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-3ea74bcbc130599d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --cap-lints allow -D warnings`
34202023-11-02T04:49:11.676Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=5b4386251651bdaa -C extra-filename=-5b4386251651bdaa --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-86315dd94fbec1b4.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-28268b30f2f7089c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-b335b3ce59aca036.rmeta --cap-lints allow -D warnings`
34212023-11-02T04:49:12.064Z Compiling serial_test v0.10.0
34222023-11-02T04:49:12.076Z 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=78843ef44f37ce13 -C extra-filename=-78843ef44f37ce13 --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-e5a0800ef168f5c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-79070e5cf7ada956.rmeta --extern serial_test_derive=/work/oxidecomputer/omicron/target/debug/deps/libserial_test_derive-207f8c6a6e7536b7.so --cap-lints allow -D warnings`
34232023-11-02T04:49:12.866Z Compiling plotters v0.3.5
34242023-11-02T04:49:12.873Z 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`
34252023-11-02T04:49:12.928Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d320d173a3e00542 -C extra-filename=-d320d173a3e00542 --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-c51a83c80e38f6e3.rmeta --cap-lints allow -D warnings`
34262023-11-02T04:49:13.512Z 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`
34272023-11-02T04:49:13.947Z Compiling tinytemplate v1.2.1
34282023-11-02T04:49:13.954Z 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=05d30e2188aad39d -C extra-filename=-05d30e2188aad39d --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-e18c481408ad2194.rmeta --cap-lints allow -D warnings`
34292023-11-02T04:49:14.154Z Compiling vte_generate_state_changes v0.1.1
34302023-11-02T04:49:14.206Z 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`
34312023-11-02T04:49:14.214Z Compiling anes v0.1.6
34322023-11-02T04:49:14.221Z 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`
34332023-11-02T04:49:15.041Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=27a769f31e6973b2 -C extra-filename=-27a769f31e6973b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34342023-11-02T04:49:15.330Z 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`
34352023-11-02T04:49:15.614Z Compiling oorandom v11.1.3
34362023-11-02T04:49:15.618Z 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`
34372023-11-02T04:49:15.638Z 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`
34382023-11-02T04:49:15.901Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=008380a2e50ac4e0 -C extra-filename=-008380a2e50ac4e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-27a769f31e6973b2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-86315dd94fbec1b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-28268b30f2f7089c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-5b4386251651bdaa.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-91f0b1f081d73347.rmeta --cap-lints allow -D warnings`
34392023-11-02T04:49:15.934Z Compiling vte v0.11.1
34402023-11-02T04:49:15.938Z 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`
34412023-11-02T04:49:16.232Z 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.11.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="pem"' -C metadata=b6a9e060cc098cb0 -C extra-filename=-b6a9e060cc098cb0 --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-d320d173a3e00542.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4bb0cf1e95664d04.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
34422023-11-02T04:49:16.499Z Compiling criterion v0.5.1
34432023-11-02T04:49:16.540Z 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=3133ab9b876662c7 -C extra-filename=-3133ab9b876662c7 --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-258f77005d15f95f.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-c25d7400b23901a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-8a149ebee13979ce.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-4a2d475cc77cdac3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.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-e18c481408ad2194.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-05d30e2188aad39d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
34442023-11-02T04:49:17.109Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.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=d84f235069490dac -C extra-filename=-d84f235069490dac --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-b2cde58c87913f77.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --cap-lints allow -D warnings`
34452023-11-02T04:49:17.333Z 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=18f2756b78a7ea38 -C extra-filename=-18f2756b78a7ea38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
34462023-11-02T04:49:17.368Z Compiling threadpool v1.8.1
34472023-11-02T04:49:17.415Z 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=9c7feb017b392e1a -C extra-filename=-9c7feb017b392e1a --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-5352e39305fe0a4c.rmeta --cap-lints allow -D warnings`
34482023-11-02T04:49:17.652Z Compiling crossterm v0.26.1
34492023-11-02T04:49:17.655Z 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=6487f90e79231618 -C extra-filename=-6487f90e79231618 --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-951633e8fd59a40d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-bd337f8aab207f03.rmeta --cap-lints allow -D warnings`
34502023-11-02T04:49:18.672Z Compiling strip-ansi-escapes v0.2.0
34512023-11-02T04:49:18.679Z 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`
34522023-11-02T04:49:18.937Z Compiling libtest-mimic v0.6.1
34532023-11-02T04:49:18.992Z 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.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=f914793a2e00a2b7 -C extra-filename=-f914793a2e00a2b7 --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-258f77005d15f95f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-9c7feb017b392e1a.rmeta --cap-lints allow -D warnings`
34542023-11-02T04:49:19.341Z 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=63b568f30ca888be -C extra-filename=-63b568f30ca888be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-478723dc69368376.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rmeta --cap-lints allow -D warnings`
34552023-11-02T04:49:19.624Z 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`
34562023-11-02T04:49:19.946Z 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=01cb437184e12f0a -C extra-filename=-01cb437184e12f0a --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-fca2ca054f4fc8df.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`
34572023-11-02T04:49:20.195Z Compiling fd-lock v3.0.13
34582023-11-02T04:49:20.206Z 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=f40788c4fa4585ab -C extra-filename=-f40788c4fa4585ab --out-dir /work/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-c42251dd345add73.rmeta --cap-lints allow -D warnings`
34592023-11-02T04:49:20.547Z Compiling rstest_macros v0.18.2
34602023-11-02T04:49:20.557Z Compiling nanorand v0.7.0
34612023-11-02T04:49:20.561Z 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=150b06867dc27592 -C extra-filename=-150b06867dc27592 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-150b06867dc27592 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ff4f2380a2041af8.rlib --cap-lints allow -D warnings`
34622023-11-02T04:49:20.573Z 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=ab4e82a83485c248 -C extra-filename=-ab4e82a83485c248 --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-75d25cd6bbf5ada0.rmeta --cap-lints allow -D warnings`
34632023-11-02T04:49:21.408Z 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`
34642023-11-02T04:49:21.572Z 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`
34652023-11-02T04:49:21.603Z Compiling nu-ansi-term v0.49.0
34662023-11-02T04:49:21.606Z 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`
34672023-11-02T04:49:21.934Z 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`
34682023-11-02T04:49:22.434Z Compiling reedline v0.23.0
34692023-11-02T04:49:22.437Z 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=b254769a148d5883 -C extra-filename=-b254769a148d5883 --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-6487f90e79231618.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-f40788c4fa4585ab.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-943ffaf447238679.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-5c088b81944ae184.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
34702023-11-02T04:49:22.873Z 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=481fdddc9b7e9c9b -C extra-filename=-481fdddc9b7e9c9b --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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
34712023-11-02T04:49:22.914Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-150b06867dc27592/build-script-build`
34722023-11-02T04:49:22.919Z Compiling flume v0.11.0
34732023-11-02T04:49:22.924Z 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=21cc87868e0e96d3 -C extra-filename=-21cc87868e0e96d3 --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-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-ab4e82a83485c248.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --cap-lints allow -D warnings`
34742023-11-02T04:49:23.040Z 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.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 -C metadata=e91744045e3f062f -C extra-filename=-e91744045e3f062f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-0541d4f2b7110ecc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --cap-lints allow -D warnings`
34752023-11-02T04:49:23.051Z Compiling datatest-stable v0.2.3
34762023-11-02T04:49:23.062Z 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.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=90e47ce7457113b7 -C extra-filename=-90e47ce7457113b7 --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 libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-f914793a2e00a2b7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
34772023-11-02T04:49:24.051Z 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=55002714d77a523f -C extra-filename=-55002714d77a523f --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-15f20dc26df54122.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-478723dc69368376.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-63b568f30ca888be.rmeta --cap-lints allow -D warnings`
34782023-11-02T04:49:24.112Z Compiling tabled_derive v0.6.0
34792023-11-02T04:49:24.168Z 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`
34802023-11-02T04:49:24.929Z Compiling httptest v0.15.4
34812023-11-02T04:49:24.934Z 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=c62c26bb3bc42781 -C extra-filename=-c62c26bb3bc42781 --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-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.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-4ecfbf899a12e38f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
34822023-11-02T04:49:25.967Z Compiling similar-asserts v1.5.0
34832023-11-02T04:49:25.975Z 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=2a433a9ee5892e60 -C extra-filename=-2a433a9ee5892e60 --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-a56f4533ffbea430.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --cap-lints allow -D warnings`
34842023-11-02T04:49:27.972Z Compiling pin-project-internal v1.1.3
34852023-11-02T04:49:27.984Z 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`
34862023-11-02T04:49:28.035Z Compiling topological-sort v0.2.2
34872023-11-02T04:49:28.038Z 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`
34882023-11-02T04:49:28.408Z Compiling trybuild v1.0.85
34892023-11-02T04:49:28.423Z 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`
34902023-11-02T04:49:29.113Z 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`
34912023-11-02T04:49:29.272Z Compiling relative-path v1.9.0
34922023-11-02T04:49:29.684Z 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`
34932023-11-02T04:49:30.424Z 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=2b9a190a72053674 -C extra-filename=-2b9a190a72053674 --out-dir /work/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-4ecfbf899a12e38f.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`
34942023-11-02T04:49:31.305Z 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=5eb86af7beb0e008 -C extra-filename=-5eb86af7beb0e008 --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-55002714d77a523f.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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
34952023-11-02T04:49:32.918Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-e77aeb76380e11ca/build-script-build`
34962023-11-02T04:49:32.957Z 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.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=fb8e76c7d19409a2 -C extra-filename=-fb8e76c7d19409a2 --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-e91744045e3f062f.rmeta --cap-lints allow -D warnings`
34972023-11-02T04:49:32.987Z Compiling pin-project v1.1.3
34982023-11-02T04:49:33.081Z 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`
34992023-11-02T04:49:33.215Z 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`
35002023-11-02T04:49:35.613Z 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=6b4a745a28e172d6 -C extra-filename=-6b4a745a28e172d6 --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-feeda8e1a2c81b9a.rmeta --cap-lints allow -D warnings`
35012023-11-02T04:49:36.580Z 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=82997b65ee5c5f86 -C extra-filename=-82997b65ee5c5f86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
35022023-11-02T04:49:36.597Z Compiling basic-toml v0.1.4
35032023-11-02T04:49:36.600Z 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`
35042023-11-02T04:49:37.283Z Compiling crossbeam-queue v0.3.8
35052023-11-02T04:49:37.291Z 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`
35062023-11-02T04:49:38.156Z Compiling arrayref v0.3.7
35072023-11-02T04:49:38.693Z 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`
35082023-11-02T04:49:38.703Z 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`
35092023-11-02T04:49:38.714Z Compiling bytecount v0.6.3
35102023-11-02T04:49:38.726Z 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`
35112023-11-02T04:49:39.066Z Compiling constant_time_eq v0.2.6
35122023-11-02T04:49:39.069Z 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`
35132023-11-02T04:49:39.371Z 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`
35142023-11-02T04:49:39.732Z Compiling arrayvec v0.7.4
35152023-11-02T04:49:39.740Z 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`
35162023-11-02T04:49:40.156Z Compiling futures-timer v3.0.2
35172023-11-02T04:49:40.233Z 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`
35182023-11-02T04:49:40.260Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="rayon"' --cfg 'feature="unicode-width"' -C metadata=7b576408f3790d3c -C extra-filename=-7b576408f3790d3c --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-fb815a6dfe765808.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-fb8e76c7d19409a2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
35192023-11-02T04:49:40.456Z Compiling blake2b_simd v1.0.1
35202023-11-02T04:49:40.462Z 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`
35212023-11-02T04:49:40.691Z Compiling papergrid v0.10.0
35222023-11-02T04:49:40.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=377786b439a9f836 -C extra-filename=-377786b439a9f836 --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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
35232023-11-02T04:49:41.025Z 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=52ca095ec7ac3659 -C extra-filename=-52ca095ec7ac3659 --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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
35242023-11-02T04:49:41.736Z 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=639bd16172f9cd41 -C extra-filename=-639bd16172f9cd41 --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-e18c481408ad2194.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings`
35252023-11-02T04:49:43.797Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-70887a1b9fd3893e/build-script-build`
35262023-11-02T04:49:43.860Z 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=35faf7145bb9417c -C extra-filename=-35faf7145bb9417c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-82997b65ee5c5f86.rmeta --cap-lints allow -D warnings`
35272023-11-02T04:49:44.362Z 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=aaa50ed2fad21659 -C extra-filename=-aaa50ed2fad21659 --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-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-6b4a745a28e172d6.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --cap-lints allow -D warnings`
35282023-11-02T04:49:44.550Z Compiling rstest v0.18.2
35292023-11-02T04:49:44.603Z 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=cf127ee9e54dc488 -C extra-filename=-cf127ee9e54dc488 --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-520a82150b2d2200.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-2b9a190a72053674.so --cap-lints allow -D warnings`
35302023-11-02T04:49:44.926Z 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=c75947462ce33d85 -C extra-filename=-c75947462ce33d85 --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-5eb86af7beb0e008.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
35312023-11-02T04:49:45.598Z Compiling partial-io v0.5.4
35322023-11-02T04:49:45.602Z 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=ba66dfe46f120b6c -C extra-filename=-ba66dfe46f120b6c --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-520a82150b2d2200.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-4b2d2859635b69dc.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
35332023-11-02T04:49:46.026Z Compiling approx v0.5.1
35342023-11-02T04:49:46.077Z 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`
35352023-11-02T04:49:46.416Z 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`
35362023-11-02T04:49:46.455Z Compiling hex-literal v0.4.1
35372023-11-02T04:49:46.464Z 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`
35382023-11-02T04:49:46.695Z 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`
35392023-11-02T04:49:47.249Z Compiling constant_time_eq v0.3.0
35402023-11-02T04:49:47.256Z 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`
35412023-11-02T04:49:47.512Z Compiling rust-argon2 v1.0.1
35422023-11-02T04:49:47.524Z 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=8c6be73626d78fb3 -C extra-filename=-8c6be73626d78fb3 --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-c0a884fd652c2175.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`
35432023-11-02T04:49:47.554Z 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`
35442023-11-02T04:49:47.865Z Compiling tabled v0.14.0
35452023-11-02T04:49:47.873Z 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=62fd123e37519506 -C extra-filename=-62fd123e37519506 --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-52ca095ec7ac3659.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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
35462023-11-02T04:49:47.986Z 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=e2e12fbcfa9b7f2f -C extra-filename=-e2e12fbcfa9b7f2f --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-377786b439a9f836.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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
35472023-11-02T04:49:50.660Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
35482023-11-02T04:49:50.665Z 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=a6fae4f53c221546 -C extra-filename=-a6fae4f53c221546 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-a6fae4f53c221546 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-7b262f576b7648f1.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
35492023-11-02T04:49:50.764Z Compiling cargo-platform v0.1.3
35502023-11-02T04:49:50.793Z 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`
35512023-11-02T04:49:51.420Z Compiling cargo_metadata v0.18.0
35522023-11-02T04:49:51.425Z 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=93c5ae2472de9a4e -C extra-filename=-93c5ae2472de9a4e --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-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
35532023-11-02T04:49:51.796Z Compiling crossbeam v0.8.2
35542023-11-02T04:49:51.826Z 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`
35552023-11-02T04:49:51.980Z Compiling cargo_toml v0.16.3
35562023-11-02T04:49:51.985Z 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=2195022da7f6c87f -C extra-filename=-2195022da7f6c87f --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-cd9a1882514c8af5.rmeta --cap-lints allow -D warnings`
35572023-11-02T04:49:53.017Z Compiling termios v0.3.3
35582023-11-02T04:49:53.023Z 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=fdc62c05801c4a0e -C extra-filename=-fdc62c05801c4a0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
35592023-11-02T04:49:53.811Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-a6fae4f53c221546/build-script-bindings`
35602023-11-02T04:49:57.613Z 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=d385f67da7e44b36 -C extra-filename=-d385f67da7e44b36 --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-c0a884fd652c2175.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-2b539087163b61f2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-037e14aae176bcf5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.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-646fb759dadfad9e.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-44ec87ca34713b1f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.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-d93f9957b2560cc0.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`
35612023-11-02T04:49:57.909Z 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=b4b77bab84f4406c -C extra-filename=-b4b77bab84f4406c --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-c51a83c80e38f6e3.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-9424837649549af3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-57db7baa340f5f88.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.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-ff9478a143bb4b59.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d8c0734948a4c9ea.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.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-a169f199810ce08f.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`
35622023-11-02T04:50:07.435Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35632023-11-02T04:50:07.443Z 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=8dc161c608b31698 -C extra-filename=-8dc161c608b31698 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-93c5ae2472de9a4e.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-2195022da7f6c87f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib -D warnings`
35642023-11-02T04:50:10.682Z 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=36614a4a156f942e -C extra-filename=-36614a4a156f942e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -l static=bz2`
35652023-11-02T04:50:10.866Z 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=17017a5779801a73 -C extra-filename=-17017a5779801a73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -l static=bz2`
35662023-11-02T04:50:10.942Z Compiling bzip2 v0.4.4
35672023-11-02T04:50:10.946Z 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=06d45e6406d56195 -C extra-filename=-06d45e6406d56195 --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-36614a4a156f942e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35682023-11-02T04:50:11.117Z 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=95ea3de0e6dc0fd7 -C extra-filename=-95ea3de0e6dc0fd7 --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-17017a5779801a73.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35692023-11-02T04:50:11.617Z Compiling zip v0.6.6
35702023-11-02T04:50:11.626Z 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=e431b9bb1b0fed71 -C extra-filename=-e431b9bb1b0fed71 --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-6fb8385a046b069a.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-06d45e6406d56195.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d98ad8c6574b550d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35712023-11-02T04:50:11.808Z 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=1f1788e52dc9cdd4 -C extra-filename=-1f1788e52dc9cdd4 --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-fca2ca054f4fc8df.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-95ea3de0e6dc0fd7.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-a291790a3ed91561.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35722023-11-02T04:50:12.344Z Compiling polar-core v0.27.0
35732023-11-02T04:50:12.357Z 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.27.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' -C metadata=e075d40c647d4514 -C extra-filename=-e075d40c647d4514 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-e075d40c647d4514 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-e47124d3708c550d.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
35742023-11-02T04:50:12.996Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
35752023-11-02T04:50:13.023Z 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/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1dccfef071172df9 -C extra-filename=-1dccfef071172df9 --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-fbbc002088f82525.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-7770b327e25863ff.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-d065ff8fcf792326.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-03708cf1cfb59ef9.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-42310e81bb794bab.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-af2cbc86039a4499.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e6cb9e5a8e37385f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35762023-11-02T04:50:13.957Z 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/73cd5a8/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=db33215d683eaf37 -C extra-filename=-db33215d683eaf37 --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-1098ed5d63713655.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-dd11a10a1101a3ea.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-0b05717d967501ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4c4105ada6dff5fb.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-52a561baae0bb6f6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-adf6dd65515afd88.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e05dca8dd4827f7d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1f1788e52dc9cdd4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35772023-11-02T04:50:14.487Z 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/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76df727df64a0707 -C extra-filename=-76df727df64a0707 --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-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-60db97d29420f39b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.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-1dccfef071172df9.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-dd28c09b5feb1ada.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5b7a4b0b63897147.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --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-6ce94efbc4534b0f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-93217daea07257ac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35782023-11-02T04:50:15.156Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-e075d40c647d4514/build-script-build`
35792023-11-02T04:50:15.339Z 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/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d353b895b2ce1329 -C extra-filename=-d353b895b2ce1329 --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-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f1458efc5b0cd65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-fe9ea705024fc6b8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.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-db33215d683eaf37.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-c79f8d0e42fe6d03.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b3359f439b6b3cec.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --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-4d864f5ef6f0cb90.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-15bd9290a6d70f2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-25f417326751a96a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1f1788e52dc9cdd4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35802023-11-02T04:50:18.662Z 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.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=790faa53c5390184 -C extra-filename=-790faa53c5390184 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-e5f78bf05c67c191.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-aca75bfbc73798bb.so --cap-lints allow -D warnings`
35812023-11-02T04:50:18.675Z 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.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=11fa3b3cc122321d -C extra-filename=-11fa3b3cc122321d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-e5f78bf05c67c191.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-1a2e9d48937a2707.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-aca75bfbc73798bb.so --cap-lints allow -D warnings`
35822023-11-02T04:50:19.294Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3180cc9a707df9e7/build-script-build`
35832023-11-02T04:50:19.343Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=a2dc4d68dd501e42 -C extra-filename=-a2dc4d68dd501e42 --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-75d25cd6bbf5ada0.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1122729ae9a01812.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test`
35842023-11-02T04:50:19.507Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=ec09b25b5f5cdd03 -C extra-filename=-ec09b25b5f5cdd03 --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-feeda8e1a2c81b9a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1ed2f179d916e5df.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test`
35852023-11-02T04:50:23.004Z Compiling rustls-webpki v0.101.7
35862023-11-02T04:50:23.011Z 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.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3fbb7d87390632ae -C extra-filename=-3fbb7d87390632ae --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-a2dc4d68dd501e42.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1122729ae9a01812.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out`
35872023-11-02T04:50:23.314Z 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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8f6274dd5d981423 -C extra-filename=-8f6274dd5d981423 --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-ec09b25b5f5cdd03.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1ed2f179d916e5df.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out`
35882023-11-02T04:50:24.574Z 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.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=97758babae601491 -C extra-filename=-97758babae601491 --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-a2dc4d68dd501e42.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-3fbb7d87390632ae.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-3d23c6a2c002c5c3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
35892023-11-02T04:50:25.403Z 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.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=a0b3b5439b6ec56f -C extra-filename=-a0b3b5439b6ec56f --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-ec09b25b5f5cdd03.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-8f6274dd5d981423.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-845df6b103dfb623.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
35902023-11-02T04:50:30.687Z Compiling tokio-rustls v0.24.1
35912023-11-02T04:50:30.693Z 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=0eabbfc450d049f9 -C extra-filename=-0eabbfc450d049f9 --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-97758babae601491.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
35922023-11-02T04:50:31.278Z Compiling hyper-rustls v0.24.2
35932023-11-02T04:50:31.281Z 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.2/src/lib.rs --error-format=json --json=diagnostic-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=6a367927f45a7531 -C extra-filename=-6a367927f45a7531 --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-bb3989e3a9425633.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-2d5262ec9f2f1337.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
35942023-11-02T04:50:31.285Z 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=c08880e5ef6d0653 -C extra-filename=-c08880e5ef6d0653 --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-f161070c4a4a0796.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-520a82150b2d2200.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-825c89ee82a57d47.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-ccae555fe7980b94.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.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-97758babae601491.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-8efde83da752c28a.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-d0a55b9fae8929cb.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-1cb90a5867f95b58.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-af2cbc86039a4499.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
35952023-11-02T04:50:31.374Z 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=6bf1e926804fe7ce -C extra-filename=-6bf1e926804fe7ce --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-a0b3b5439b6ec56f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
35962023-11-02T04:50:32.078Z Compiling reqwest v0.11.20
35972023-11-02T04:50:32.084Z 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=c19c04ac554f960b -C extra-filename=-c19c04ac554f960b --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-c0a884fd652c2175.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-2e4b787c2de71c9f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2604dcbfd85aabe0.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-3c7ef234742d4d7f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-a697e39c09bbc7d0.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-bd3d276a4d362763.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-97758babae601491.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-25b4a7d7e66359d2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
35982023-11-02T04:50:32.251Z 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=5971d950b8db3b19 -C extra-filename=-5971d950b8db3b19 --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-c0a884fd652c2175.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-2e4b787c2de71c9f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2604dcbfd85aabe0.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-3c7ef234742d4d7f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-a697e39c09bbc7d0.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-bd3d276a4d362763.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-97758babae601491.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-25b4a7d7e66359d2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
35992023-11-02T04:50:32.616Z 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.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="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=7738fc6805987963 -C extra-filename=-7738fc6805987963 --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-135bf7ba8ab3ea34.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-afe568b4e91ae0a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bf1e926804fe7ce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
36002023-11-02T04:50:33.450Z 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=87994350ea06ae1a -C extra-filename=-87994350ea06ae1a --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-c51a83c80e38f6e3.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-15f20dc26df54122.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-24a8445f7ecce1c1.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-f18ad2b4f7e42dbf.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7738fc6805987963.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-cb23ea4bc610a220.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-d179d580a01d946c.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-a0b3b5439b6ec56f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2796f4240060362d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-fe26226a25f2fc59.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bf1e926804fe7ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36012023-11-02T04:50:38.876Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
36022023-11-02T04:50:38.879Z 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=d18a7434c8a87610 -C extra-filename=-d18a7434c8a87610 --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-2e4b787c2de71c9f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36032023-11-02T04:50:39.214Z 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=8941563805680825 -C extra-filename=-8941563805680825 --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-15f20dc26df54122.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36042023-11-02T04:50:39.584Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
36052023-11-02T04:50:39.588Z 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=38f429c074f6002c -C extra-filename=-38f429c074f6002c --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-d18a7434c8a87610.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d562c9b25280b25b.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-549e6fb886845ebb.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36062023-11-02T04:50:39.905Z 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=ca2d640c3efba059 -C extra-filename=-ca2d640c3efba059 --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-8941563805680825.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5f2bf28f6e7c3168.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-549e6fb886845ebb.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36072023-11-02T04:50:39.960Z 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=d17bc04acfd92ae4 -C extra-filename=-d17bc04acfd92ae4 --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-2a4af4e6b1fca033.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.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-5fb0f80fbc938a42.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5d6012c1e66f0dae.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-f84f30d040ff99da.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-7e84c7b185bf3d8e.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-a0b3b5439b6ec56f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2796f4240060362d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-75211160473867cb.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-fbaa5a57a4bb9a3b.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-f1a3512a0c299d35.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bf1e926804fe7ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-adf6dd65515afd88.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
36082023-11-02T04:50:40.278Z 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=47bc47f1d7b9922a -C extra-filename=-47bc47f1d7b9922a --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-2e4b787c2de71c9f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c19c04ac554f960b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36092023-11-02T04:50:41.030Z 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=6fd79df88f6519b5 -C extra-filename=-6fd79df88f6519b5 --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-47bc47f1d7b9922a.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e7388fbf0d416b00.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-549e6fb886845ebb.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36102023-11-02T04:50:41.375Z Compiling omicron-zone-package v0.8.3
36112023-11-02T04:50:41.379Z 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=2cdf3cea39c021b7 -C extra-filename=-2cdf3cea39c021b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c19c04ac554f960b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-8b8f69e5c87d2414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-af2cbc86039a4499.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36122023-11-02T04:50:45.272Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
36132023-11-02T04:50:45.280Z 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=93e7a4122f192c57 -C extra-filename=-93e7a4122f192c57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.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-c08880e5ef6d0653.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-3c7ef234742d4d7f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-8c1780e13885d002.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-e18c481408ad2194.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-af2cbc86039a4499.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36142023-11-02T04:50:48.320Z Compiling tough v0.12.5
36152023-11-02T04:50:48.331Z 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=a81303f4524f1d53 -C extra-filename=-a81303f4524f1d53 --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-aed2a6f1583a36fc.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-b5cebf012c076b89.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-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b6d31a377a413cb1.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36162023-11-02T04:50:52.984Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
36172023-11-02T04:50:52.989Z 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=29c19adb4f126a0f -C extra-filename=-29c19adb4f126a0f --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-38f429c074f6002c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36182023-11-02T04:50:53.538Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
36192023-11-02T04:50:53.551Z 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/4019eb1/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=4a65a770a50579ee -C extra-filename=-4a65a770a50579ee --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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-29070728fa7d7b28.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ea6c1e668f253a43.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36202023-11-02T04:50:55.549Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
36212023-11-02T04:50:55.553Z 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/da534e7/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=7f6847416d7a586c -C extra-filename=-7f6847416d7a586c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36222023-11-02T04:50:57.638Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
36232023-11-02T04:50:57.644Z 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=67d095b668813b03 -C extra-filename=-67d095b668813b03 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-67d095b668813b03 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-61b870e7f18a47cd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c6be6dff7f7fce3e.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.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-ebb22ac2993ca735.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-31eb26792b8366e7.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.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-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.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-0edce8661e867924.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.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-9113e4b91d4e10f7.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-301897f021cab42e.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-f64e1d551bbc190b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-5970364a53ce4ff6.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3f53e4c5b0627271.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c19c04ac554f960b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7a7e48972e0bd978.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-b588f94c7a2631d8.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 time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3f56d02e742d9deb.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc7cc70d6080404.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-af2cbc86039a4499.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-e28dc75a94ffd9b3.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-afb5c79a0817db81.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-46aebd9158e6f817.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-176cd009761495ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c6904b6ef60fe30d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36242023-11-02T04:50:57.731Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36252023-11-02T04:50:57.763Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/ddm-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=a719f0e6412a3c3a -C extra-filename=-a719f0e6412a3c3a --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-a719f0e6412a3c3a -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2cdf3cea39c021b7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6fd79df88f6519b5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1e57ecf3a9cc839d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36262023-11-02T04:50:58.191Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36272023-11-02T04:50:58.194Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=da423398e32b8698 -C extra-filename=-da423398e32b8698 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-da423398e32b8698 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2cdf3cea39c021b7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6fd79df88f6519b5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1e57ecf3a9cc839d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36282023-11-02T04:50:58.227Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-67d095b668813b03/build-script-build`
36292023-11-02T04:50:58.280Z 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=f624b3035235248f -C extra-filename=-f624b3035235248f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-61b870e7f18a47cd.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-96267f481ddbc204.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c6be6dff7f7fce3e.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.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-ebb22ac2993ca735.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-31eb26792b8366e7.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.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-3c7ef234742d4d7f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.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-0edce8661e867924.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.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-9113e4b91d4e10f7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-301897f021cab42e.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-f64e1d551bbc190b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-5970364a53ce4ff6.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3f53e4c5b0627271.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c19c04ac554f960b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7a7e48972e0bd978.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-b588f94c7a2631d8.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 time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc7cc70d6080404.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-af2cbc86039a4499.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-e28dc75a94ffd9b3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-afb5c79a0817db81.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-46aebd9158e6f817.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-176cd009761495ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c6904b6ef60fe30d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36302023-11-02T04:50:58.469Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
36312023-11-02T04:50:58.473Z 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=583f785309a04f86 -C extra-filename=-583f785309a04f86 --out-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-f624b3035235248f.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36322023-11-02T04:51:00.656Z 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=cccfab6173a1ab9a -C extra-filename=-cccfab6173a1ab9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-61b870e7f18a47cd.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-96267f481ddbc204.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c6be6dff7f7fce3e.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.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-ebb22ac2993ca735.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.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-3c7ef234742d4d7f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.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-330c871f3d192e5f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.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-9113e4b91d4e10f7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-301897f021cab42e.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-af907919575e41a1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dc658704b8aece8d.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3f53e4c5b0627271.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7a7e48972e0bd978.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-b588f94c7a2631d8.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 time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-af2cbc86039a4499.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-e28dc75a94ffd9b3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-afb5c79a0817db81.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-46aebd9158e6f817.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-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c6904b6ef60fe30d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36332023-11-02T04:51:00.671Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36342023-11-02T04:51:00.687Z 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=1f1b5182375ca938 -C extra-filename=-1f1b5182375ca938 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-583f785309a04f86.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.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-c08880e5ef6d0653.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-3c7ef234742d4d7f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-cccfab6173a1ab9a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-e18c481408ad2194.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-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36352023-11-02T04:51:07.529Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36362023-11-02T04:51:07.539Z 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=2c7314e5ef073b4f -C extra-filename=-2c7314e5ef073b4f --out-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-844cd977baa4a72a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36372023-11-02T04:51:08.379Z 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=ceed933089f72fc1 -C extra-filename=-ceed933089f72fc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-f160b03d3a6e70a0.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-f30a0c26ba49672c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a7ba8aa03b86266b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-fb815a6dfe765808.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-1f46b2dcc29359b1.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-7707dd2a7f3f5fc1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-97c08c0a1637e212.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feeda8e1a2c81b9a.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-f18ad2b4f7e42dbf.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7738fc6805987963.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-a3f2bbb1cb3be415.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8e044772089bbb07.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-1a2e9d48937a2707.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.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-478723dc69368376.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-a7949414a045b912.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-7e84c7b185bf3d8e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-828c5280b551ebd8.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-776cc17a9c34995e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-194ed5a558afec6b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-dc107dcf8621a51f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-45f9b288087bf8e6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b2cde58c87913f77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a3e2c7c6363a38c.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-15bd9290a6d70f2c.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 time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bbd38ee5fb1879bb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-adf6dd65515afd88.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f8adf473ac7e4876.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-04a5471f97bfaade.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-fdf8bee5624521f1.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-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4bb0cf1e95664d04.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1f1788e52dc9cdd4.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36382023-11-02T04:51:08.562Z 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=54379db8ad2f2710 -C extra-filename=-54379db8ad2f2710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-583f785309a04f86.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f1458efc5b0cd65.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-d17bc04acfd92ae4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.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-f18ad2b4f7e42dbf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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-ceed933089f72fc1.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d0a44d511eaa248b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.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-a79ff521aceff8c1.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-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36392023-11-02T04:51:10.942Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36402023-11-02T04:51:10.950Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d76b5a55be87215 -C extra-filename=-3d76b5a55be87215 --out-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-c0a884fd652c2175.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-cccfab6173a1ab9a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36412023-11-02T04:51:13.810Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
36422023-11-02T04:51:14.233Z 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=feeb997d9b2a54d7 -C extra-filename=-feeb997d9b2a54d7 --out-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-f624b3035235248f.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36432023-11-02T04:51:16.233Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36442023-11-02T04:51:16.236Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e1c65e0d1ac1f375 -C extra-filename=-e1c65e0d1ac1f375 --out-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-cccfab6173a1ab9a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36452023-11-02T04:51:19.375Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36462023-11-02T04:51:19.378Z 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=569cacd0fda9fab1 -C extra-filename=-569cacd0fda9fab1 --out-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-f624b3035235248f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36472023-11-02T04:51:20.128Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36482023-11-02T04:51:20.132Z 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=747f4ace0a2c6e44 -C extra-filename=-747f4ace0a2c6e44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.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 crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-0be241183258e54b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-7912624515dddc1c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4adeb84c63d5092.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c1ae5ae2e25876e6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36492023-11-02T04:51:23.891Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36502023-11-02T04:51:23.896Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=22e06b5f185d2007 -C extra-filename=-22e06b5f185d2007 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-130c542f575ee06a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36512023-11-02T04:51:26.563Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36522023-11-02T04:51:26.592Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0da4d98e1687e1e -C extra-filename=-b0da4d98e1687e1e --out-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-520a82150b2d2200.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36532023-11-02T04:51:27.029Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36542023-11-02T04:51:27.033Z 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=d7773d02102abf5f -C extra-filename=-d7773d02102abf5f --out-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-cde40b1e5460b78c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36552023-11-02T04:51:28.765Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-da423398e32b8698/build-script-build`
36562023-11-02T04:51:28.838Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-a719f0e6412a3c3a/build-script-build`
36572023-11-02T04:51:29.131Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
36582023-11-02T04:51:29.137Z 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=99134281dd968040 -C extra-filename=-99134281dd968040 --out-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-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-feeb997d9b2a54d7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36592023-11-02T04:51:29.242Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36602023-11-02T04:51:29.249Z 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=7b88770ae84a5bd6 -C extra-filename=-7b88770ae84a5bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.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-520a82150b2d2200.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-cccfab6173a1ab9a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36612023-11-02T04:51:29.695Z 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=b9d6fa41b88b7bba -C extra-filename=-b9d6fa41b88b7bba --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-63dfa64be61f09ae.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.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 crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-1262f596ffaf7b55.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d92280b546d84648.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1bee992a9b0d21d6.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-325288f11611527e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36622023-11-02T04:51:33.493Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
36632023-11-02T04:51:33.963Z 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=f78aec19a960293a -C extra-filename=-f78aec19a960293a --out-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-951633e8fd59a40d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36642023-11-02T04:51:36.296Z 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=77b12a7624083e38 -C extra-filename=-77b12a7624083e38 --out-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-f977b920649865d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36652023-11-02T04:51:37.141Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=743f4f713f801c70 -C extra-filename=-743f4f713f801c70 --out-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-ceed933089f72fc1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36662023-11-02T04:51:37.319Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
36672023-11-02T04:51:37.774Z 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=e0ff0cfbc69785e3 -C extra-filename=-e0ff0cfbc69785e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-e1c65e0d1ac1f375.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36682023-11-02T04:51:40.036Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36692023-11-02T04:51:40.451Z 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=57adc5bf2d79ee28 -C extra-filename=-57adc5bf2d79ee28 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-57adc5bf2d79ee28 -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-569cacd0fda9fab1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36702023-11-02T04:51:40.732Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-57adc5bf2d79ee28/build-script-build`
36712023-11-02T04:51:41.145Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f773a8c36239588e -C extra-filename=-f773a8c36239588e --out-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-c51a83c80e38f6e3.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-ceed933089f72fc1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36722023-11-02T04:51:43.174Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36732023-11-02T04:51:43.252Z 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=26d62fd317756353 -C extra-filename=-26d62fd317756353 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-258f77005d15f95f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.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-cccfab6173a1ab9a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36742023-11-02T04:51:44.270Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36752023-11-02T04:51:44.393Z 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=73104f93c9bbc30c -C extra-filename=-73104f93c9bbc30c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-583f785309a04f86.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-e1c65e0d1ac1f375.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.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-1f1b5182375ca938.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.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-646fb759dadfad9e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36762023-11-02T04:52:11.058Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36772023-11-02T04:52:11.553Z 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=5f3ac8b913d7aa81 -C extra-filename=-5f3ac8b913d7aa81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-520a82150b2d2200.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-b6ba8e230cf4b5c2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d7773d02102abf5f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-94a15987d1f2ba80.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c7d9700cdf4681e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
36782023-11-02T04:52:12.020Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36792023-11-02T04:52:12.186Z 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=1b8d5d7dec02c704 -C extra-filename=-1b8d5d7dec02c704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36802023-11-02T04:52:12.286Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28c67ea845c6f742 -C extra-filename=-28c67ea845c6f742 --out-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-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
36812023-11-02T04:52:12.429Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36822023-11-02T04:52:12.634Z 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=99c71633c2f4d799 -C extra-filename=-99c71633c2f4d799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-76df727df64a0707.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-3c7ef234742d4d7f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-f78aec19a960293a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-b0e2eb2850d8a32b.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
36832023-11-02T04:52:12.733Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f0df7fd7a2dd15c -C extra-filename=-1f0df7fd7a2dd15c --out-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-5fb0f80fbc938a42.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-77b12a7624083e38.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36842023-11-02T04:52:12.767Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4dba3467a893f18a -C extra-filename=-4dba3467a893f18a --out-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-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36852023-11-02T04:52:12.803Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36862023-11-02T04:52:12.830Z 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=73be4f659893ae8c -C extra-filename=-73be4f659893ae8c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-73be4f659893ae8c -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-569cacd0fda9fab1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36872023-11-02T04:52:13.266Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36882023-11-02T04:52:13.287Z 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=641662572cde110f -C extra-filename=-641662572cde110f --out-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-f624b3035235248f.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36892023-11-02T04:52:15.802Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-73be4f659893ae8c/build-script-build`
36902023-11-02T04:52:15.845Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36912023-11-02T04:52:15.850Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f05d87f9f1fb032 -C extra-filename=-6f05d87f9f1fb032 --out-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-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
36922023-11-02T04:52:18.421Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36932023-11-02T04:52:18.425Z 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=fabaf93ebedd83fc -C extra-filename=-fabaf93ebedd83fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-99c71633c2f4d799.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-b3334cae29d15269.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-33bfc34e2feab3da.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36942023-11-02T04:52:19.023Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36952023-11-02T04:52:19.032Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77180bd0b89c7bcb -C extra-filename=-77180bd0b89c7bcb --out-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-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.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-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36962023-11-02T04:52:24.478Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
36972023-11-02T04:52:24.482Z 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=2897af4b6e8714a1 -C extra-filename=-2897af4b6e8714a1 --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-520a82150b2d2200.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-93e7a4122f192c57.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b6267b2cc7f0943e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36982023-11-02T04:52:26.446Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
36992023-11-02T04:52:26.449Z 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=a2acc5bc5dac03b1 -C extra-filename=-a2acc5bc5dac03b1 --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-93e7a4122f192c57.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-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37002023-11-02T04:52:28.480Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37012023-11-02T04:52:28.484Z 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=d848dc2444c268d0 -C extra-filename=-d848dc2444c268d0 --out-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-c08880e5ef6d0653.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-99c71633c2f4d799.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fabaf93ebedd83fc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37022023-11-02T04:52:34.420Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37032023-11-02T04:52:34.423Z 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=59e82ffef26428c2 -C extra-filename=-59e82ffef26428c2 --out-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-1dfce92cb519156b.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-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37042023-11-02T04:52:34.634Z 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=7eda39e1ece52bd1 -C extra-filename=-7eda39e1ece52bd1 --out-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-c9cba8be14d9ea19.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-e3a527b596ec5093.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.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-b7323d080b792bf5.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d5d25d46cb43563c.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37052023-11-02T04:52:36.103Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
37062023-11-02T04:52:36.107Z 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=3d8d9e94753a6d84 -C extra-filename=-3d8d9e94753a6d84 --out-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-c08880e5ef6d0653.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-b3334cae29d15269.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37072023-11-02T04:52:37.292Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
37082023-11-02T04:52:37.295Z 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=4601e72c56cdfc62 -C extra-filename=-4601e72c56cdfc62 --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-c08880e5ef6d0653.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2897af4b6e8714a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-93e7a4122f192c57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2acc5bc5dac03b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-b3334cae29d15269.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37092023-11-02T04:52:42.485Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37102023-11-02T04:52:42.506Z 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=203faa2285e35950 -C extra-filename=-203faa2285e35950 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-203faa2285e35950 -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-569cacd0fda9fab1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37112023-11-02T04:52:43.080Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
37122023-11-02T04:52:43.089Z 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=48536dca75ad7206 -C extra-filename=-48536dca75ad7206 --out-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-f624b3035235248f.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37132023-11-02T04:52:44.377Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-203faa2285e35950/build-script-build`
37142023-11-02T04:52:44.431Z 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=17ff25e7e56be5f7 -C extra-filename=-17ff25e7e56be5f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-743f4f713f801c70.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37152023-11-02T04:52:46.034Z 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=a1c1f8e767f4997b -C extra-filename=-a1c1f8e767f4997b --out-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-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-feeb997d9b2a54d7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37162023-11-02T04:52:46.131Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37172023-11-02T04:52:46.144Z 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=fcee55db223ea071 -C extra-filename=-fcee55db223ea071 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-475d8cc36192ded0.rmeta --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-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d11b806d9919b2bb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-5836e2a5244b09b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37182023-11-02T04:52:50.684Z 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=e4c17a4c96b9ca17 -C extra-filename=-e4c17a4c96b9ca17 --out-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-cde40b1e5460b78c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-635a40907a48adea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c9235f547ae9641.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37192023-11-02T04:52:52.384Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
37202023-11-02T04:52:52.387Z 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=758fea025f6702c9 -C extra-filename=-758fea025f6702c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-29c19adb4f126a0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-93e7a4122f192c57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37212023-11-02T04:52:56.334Z 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=297338372c868ce2 -C extra-filename=-297338372c868ce2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-5fb0f80fbc938a42.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7cda3c3f5ca805c7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9d6fa41b88b7bba.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e4c17a4c96b9ca17.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-85e2b735f756f5c8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1f0df7fd7a2dd15c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-9ffe405101295fef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37222023-11-02T04:52:56.806Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37232023-11-02T04:52:56.838Z 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=f912bf9d0accab85 -C extra-filename=-f912bf9d0accab85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37242023-11-02T04:52:57.833Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37252023-11-02T04:52:57.837Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=82fe4956b40901c1 -C extra-filename=-82fe4956b40901c1 --out-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-520a82150b2d2200.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.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-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37262023-11-02T04:52:58.593Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
37272023-11-02T04:52:58.601Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/mg-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=19407dffe7781fd5 -C extra-filename=-19407dffe7781fd5 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-19407dffe7781fd5 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2cdf3cea39c021b7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6fd79df88f6519b5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1e57ecf3a9cc839d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37282023-11-02T04:53:00.682Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
37292023-11-02T04:53:00.685Z 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=d2121318288a0d75 -C extra-filename=-d2121318288a0d75 --out-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-330c871f3d192e5f.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-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37302023-11-02T04:53:02.111Z 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=033bac17ea4aaf59 -C extra-filename=-033bac17ea4aaf59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f1458efc5b0cd65.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-d17bc04acfd92ae4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.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-f18ad2b4f7e42dbf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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-391a1ef21204af5e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.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-a79ff521aceff8c1.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-adf6dd65515afd88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37312023-11-02T04:53:02.336Z 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=ec2f4e37cd05c89a -C extra-filename=-ec2f4e37cd05c89a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-583f785309a04f86.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.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-743f4f713f801c70.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f773a8c36239588e.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-54379db8ad2f2710.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-77b12a7624083e38.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.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-ff9478a143bb4b59.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37322023-11-02T04:53:03.389Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1216037edf1af871 -C extra-filename=-1216037edf1af871 --out-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-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.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-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37332023-11-02T04:53:04.472Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
37342023-11-02T04:53:04.487Z 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=17bf37377411d879 -C extra-filename=-17bf37377411d879 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.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-bf1f7eae8e3a98e9.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-2b539087163b61f2.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-1dccfef071172df9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-fe1dc465c7097af7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37352023-11-02T04:53:10.927Z 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=214f3be893a91db3 -C extra-filename=-214f3be893a91db3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-641662572cde110f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-d2121318288a0d75.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-59e82ffef26428c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37362023-11-02T04:53:16.984Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37372023-11-02T04:53:16.987Z 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=90973b8c2c0efede -C extra-filename=-90973b8c2c0efede --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-82fe4956b40901c1.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fcee55db223ea071.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37382023-11-02T04:53:18.607Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37392023-11-02T04:53:18.623Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81e68cc0c7c511c4 -C extra-filename=-81e68cc0c7c511c4 --out-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-1b8d5d7dec02c704.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f912bf9d0accab85.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37402023-11-02T04:53:20.148Z 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=cd1050d56c713784 -C extra-filename=-cd1050d56c713784 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-4fa0de64df2759dc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-743f4f713f801c70.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.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-ceed933089f72fc1.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.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-5bd486eb393b6aee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37412023-11-02T04:53:24.139Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=453b5650302d7375 -C extra-filename=-453b5650302d7375 --out-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-5fb0f80fbc938a42.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37422023-11-02T04:53:24.941Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37432023-11-02T04:53:24.946Z 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=4ca9282ec6db57c1 -C extra-filename=-4ca9282ec6db57c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-4ca9282ec6db57c1 -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-569cacd0fda9fab1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37442023-11-02T04:53:25.631Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-4ca9282ec6db57c1/build-script-build`
37452023-11-02T04:53:25.713Z 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=d2e6d34f370d7130 -C extra-filename=-d2e6d34f370d7130 --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-5fb0f80fbc938a42.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-033bac17ea4aaf59.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-41710fe1af901699.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37462023-11-02T04:53:27.275Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-19407dffe7781fd5/build-script-build`
37472023-11-02T04:53:27.612Z 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=8f5093bde5494135 -C extra-filename=-8f5093bde5494135 --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-033bac17ea4aaf59.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-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37482023-11-02T04:53:31.579Z 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=0b87132f8567c28f -C extra-filename=-0b87132f8567c28f --out-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-f4ebc946f4654d04.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-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37492023-11-02T04:53:31.798Z 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=d71ebcd528285c2b -C extra-filename=-d71ebcd528285c2b --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-2ad13cb61433983f.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-4998e2272a1f4663.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-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-5f64dc6819ef678e.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37502023-11-02T04:53:33.146Z Compiling oso v0.27.0
37512023-11-02T04:53:33.152Z 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.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=ab430343f63715b3 -C extra-filename=-ab430343f63715b3 --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-66796419f57a71a9.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-790faa53c5390184.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings`
37522023-11-02T04:53:33.944Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37532023-11-02T04:53:33.948Z 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=28a091add1d8c619 -C extra-filename=-28a091add1d8c619 --out-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-cde40b1e5460b78c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37542023-11-02T04:53:34.595Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37552023-11-02T04:53:34.606Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de7858b76a0c43ac -C extra-filename=-de7858b76a0c43ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37562023-11-02T04:53:39.087Z 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=554db1aef81c590d -C extra-filename=-554db1aef81c590d --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-d17bc04acfd92ae4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d2e6d34f370d7130.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-033bac17ea4aaf59.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8f5093bde5494135.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-192b1d55db9c452e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37572023-11-02T04:53:42.648Z 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/4019eb1/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=08a47b06e32d07d4 -C extra-filename=-08a47b06e32d07d4 --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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-60d23ba0a73afbf6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1a2ea9aafc5290c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37582023-11-02T04:53:43.621Z 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=7087428f4b1c7e79 -C extra-filename=-7087428f4b1c7e79 --out-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-d17bc04acfd92ae4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1f0df7fd7a2dd15c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a1c1f8e767f4997b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-192b1d55db9c452e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37592023-11-02T04:53:44.776Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68a8eff0677bc862 -C extra-filename=-68a8eff0677bc862 --out-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-5fb0f80fbc938a42.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.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-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37602023-11-02T04:53:47.090Z 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=69956f8fe015a915 -C extra-filename=-69956f8fe015a915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.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-5fb0f80fbc938a42.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-ceed933089f72fc1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37612023-11-02T04:53:48.844Z 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/da534e7/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=77049235969cb012 -C extra-filename=-77049235969cb012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37622023-11-02T04:53:50.212Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9aead91ceb53a57d -C extra-filename=-9aead91ceb53a57d --out-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-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37632023-11-02T04:53:51.287Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ccbaf507f974568 -C extra-filename=-1ccbaf507f974568 --out-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-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-297338372c868ce2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37642023-11-02T04:53:55.055Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12a2d2e6b6f98297 -C extra-filename=-12a2d2e6b6f98297 --out-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-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-297338372c868ce2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37652023-11-02T04:53:55.107Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37662023-11-02T04:53:55.126Z 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=6b6f1fe61f34a938 -C extra-filename=-6b6f1fe61f34a938 --out-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-c08880e5ef6d0653.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-cccfab6173a1ab9a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37672023-11-02T04:53:58.364Z 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=1d1fed0da9c344cd -C extra-filename=-1d1fed0da9c344cd --out-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-a3f2bbb1cb3be415.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-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37682023-11-02T04:53:58.420Z 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=addc97434bb63c35 -C extra-filename=-addc97434bb63c35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9d6fa41b88b7bba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-69956f8fe015a915.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37692023-11-02T04:53:59.209Z 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=e4c0c8e81eda83d8 -C extra-filename=-e4c0c8e81eda83d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-cd3475961d0f5837.rmeta --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-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-208aa0cb3b50b315.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a1c1f8e767f4997b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-1ebd621134d8acbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37702023-11-02T04:53:59.960Z 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=92e6982d47e6a327 -C extra-filename=-92e6982d47e6a327 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-641662572cde110f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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-1d1fed0da9c344cd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ec2f4e37cd05c89a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-0b87132f8567c28f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-77b12a7624083e38.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1216037edf1af871.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37712023-11-02T04:54:00.097Z 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=3654bd790a519894 -C extra-filename=-3654bd790a519894 --out-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-9cc2d99f4c1c58f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37722023-11-02T04:54:00.710Z 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=0b41b548abc0c1c5 -C extra-filename=-0b41b548abc0c1c5 --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-ca2d640c3efba059.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37732023-11-02T04:54:01.374Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
37742023-11-02T04:54:01.786Z 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/da534e7/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=8826e6dae06cf00a -C extra-filename=-8826e6dae06cf00a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37752023-11-02T04:54:01.792Z 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.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="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=928ba0551903fb7c -C extra-filename=-928ba0551903fb7c --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-66796419f57a71a9.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-11fa3b3cc122321d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings`
37762023-11-02T04:54:02.351Z 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=344d9ec88db59ed5 -C extra-filename=-344d9ec88db59ed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-0b41b548abc0c1c5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-033bac17ea4aaf59.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37772023-11-02T04:54:02.866Z 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=cb99c746a2d8c58e -C extra-filename=-cb99c746a2d8c58e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d353b895b2ce1329.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-f18ad2b4f7e42dbf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9d6fa41b88b7bba.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-3654bd790a519894.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-5aaa5f4569b36052.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5d51ea0c4f1cc83f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bbd38ee5fb1879bb.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37782023-11-02T04:54:02.894Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
37792023-11-02T04:54:02.899Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5a30e68a72ca64b -C extra-filename=-d5a30e68a72ca64b --out-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-1b8d5d7dec02c704.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37802023-11-02T04:54:05.413Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37812023-11-02T04:54:05.428Z 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=e252f818a108663c -C extra-filename=-e252f818a108663c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.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-258f77005d15f95f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-c570c02e115a34e9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-b86238e65158f13b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-7e6853dd44b23429.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-afb5c79a0817db81.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f912bf9d0accab85.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-81e68cc0c7c511c4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37822023-11-02T04:54:07.009Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
37832023-11-02T04:54:07.015Z 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=5b8c3a0f3e258d59 -C extra-filename=-5b8c3a0f3e258d59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-258f77005d15f95f.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-7e6853dd44b23429.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-17bf37377411d879.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37842023-11-02T04:54:11.487Z 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=7eb056abb7948980 -C extra-filename=-7eb056abb7948980 --out-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-8fcf8e4df4be0e37.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-635a40907a48adea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.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-2d82f5393582eb26.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-297338372c868ce2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3a07ea09a0a14a56.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37852023-11-02T04:54:12.014Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
37862023-11-02T04:54:12.024Z 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=03d9056959b83c71 -C extra-filename=-03d9056959b83c71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37872023-11-02T04:54:15.701Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37882023-11-02T04:54:15.705Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef47b40a392ce6a2 -C extra-filename=-ef47b40a392ce6a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37892023-11-02T04:54:21.368Z 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=7e933e9af2041040 -C extra-filename=-7e933e9af2041040 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f773a8c36239588e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-69956f8fe015a915.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37902023-11-02T04:54:24.297Z 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=a5dd1578c2105fd8 -C extra-filename=-a5dd1578c2105fd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-96a357733ff3263a.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-03a5ab950ca73182.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-9424837649549af3.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-db33215d683eaf37.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-1506b044121151f3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1f1788e52dc9cdd4.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37912023-11-02T04:54:45.840Z 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=b7bef743632d59d4 -C extra-filename=-b7bef743632d59d4 --out-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-cde40b1e5460b78c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-17ff25e7e56be5f7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ec2f4e37cd05c89a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37922023-11-02T04:54:46.140Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
37932023-11-02T04:54:46.725Z 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=f8ef800378068172 -C extra-filename=-f8ef800378068172 --out-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-f624b3035235248f.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37942023-11-02T04:54:46.938Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=090b26605d35b686 -C extra-filename=-090b26605d35b686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cb99c746a2d8c58e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.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-192b1d55db9c452e.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-008380a2e50ac4e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37952023-11-02T04:54:47.113Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37962023-11-02T04:54:47.267Z 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=610f7045f53e45d5 -C extra-filename=-610f7045f53e45d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.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-84f5a1062849ca51.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-747f4ace0a2c6e44.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d5a30e68a72ca64b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-f78aec19a960293a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-d18a7434c8a87610.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.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-7e6853dd44b23429.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-17bf37377411d879.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37972023-11-02T04:54:48.240Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f183faca9e8a137b -C extra-filename=-f183faca9e8a137b --out-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-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-297338372c868ce2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37982023-11-02T04:54:51.580Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e101831fd68e1dc1 -C extra-filename=-e101831fd68e1dc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f773a8c36239588e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ec2f4e37cd05c89a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37992023-11-02T04:54:52.722Z 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=2ae514a862f7deec -C extra-filename=-2ae514a862f7deec --out-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-d17bc04acfd92ae4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.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-ceed933089f72fc1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a1c1f8e767f4997b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38002023-11-02T04:54:52.999Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=e1163d15e5bb06c9 -C extra-filename=-e1163d15e5bb06c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d84f235069490dac.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-469cbe4f254c4942.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0f7168c1b51f6d6d.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b6a9e060cc098cb0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-18f2756b78a7ea38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38012023-11-02T04:54:55.210Z 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/da534e7/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=4f4368e0c32745aa -C extra-filename=-4f4368e0c32745aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
38022023-11-02T04:54:55.632Z 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=2e026d33b0266493 -C extra-filename=-2e026d33b0266493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-17ff25e7e56be5f7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1f0df7fd7a2dd15c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ec2f4e37cd05c89a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a1c1f8e767f4997b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68a8eff0677bc862.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e4c0c8e81eda83d8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38032023-11-02T04:54:57.732Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb2c2f138db307ca -C extra-filename=-fb2c2f138db307ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cb99c746a2d8c58e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e1163d15e5bb06c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-090b26605d35b686.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38042023-11-02T04:54:58.837Z 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=582e76c2f21e7d85 -C extra-filename=-582e76c2f21e7d85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-addc97434bb63c35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38052023-11-02T04:55:02.466Z 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=2fda8fa4c72a3f97 -C extra-filename=-2fda8fa4c72a3f97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-8b8f69e5c87d2414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-af2cbc86039a4499.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
38062023-11-02T04:55:04.430Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38072023-11-02T04:55:04.435Z 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=a402e29a7fbfb58f -C extra-filename=-a402e29a7fbfb58f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-a402e29a7fbfb58f -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-569cacd0fda9fab1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38082023-11-02T04:55:05.035Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38092023-11-02T04:55:05.045Z 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=fa7886da5f6f12ff -C extra-filename=-fa7886da5f6f12ff --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-fa7886da5f6f12ff -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-569cacd0fda9fab1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38102023-11-02T04:55:05.699Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-fa7886da5f6f12ff/build-script-build`
38112023-11-02T04:55:05.755Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-a402e29a7fbfb58f/build-script-build`
38122023-11-02T04:55:05.797Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38132023-11-02T04:55:05.800Z 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=087581541a34efaa -C extra-filename=-087581541a34efaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2fda8fa4c72a3f97.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-5f3ac8b913d7aa81.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-5836e2a5244b09b9.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38142023-11-02T04:55:09.504Z 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=e5413acdf17b261b -C extra-filename=-e5413acdf17b261b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-48536dca75ad7206.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-393079a73f8b3c53.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-641662572cde110f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-43335d8015ff33ac.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-3c7ef234742d4d7f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-214f3be893a91db3.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d2121318288a0d75.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.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-646fb759dadfad9e.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.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-832475e8c6b10412.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-77180bd0b89c7bcb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38152023-11-02T04:55:10.922Z 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=a0e388745fc9ec3c -C extra-filename=-a0e388745fc9ec3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-4fa0de64df2759dc.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-fb815a6dfe765808.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.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-5bd486eb393b6aee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a5dd1578c2105fd8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38162023-11-02T04:55:11.344Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=553388fee4525ba5 -C extra-filename=-553388fee4525ba5 --out-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-addc97434bb63c35.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-69956f8fe015a915.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e933e9af2041040.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38172023-11-02T04:55:14.834Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38182023-11-02T04:55:14.840Z 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=3c9eeef8a5e01fe8 -C extra-filename=-3c9eeef8a5e01fe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6f05d87f9f1fb032.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-bf1f7eae8e3a98e9.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.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-1dfce92cb519156b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.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-1dccfef071172df9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-03d9056959b83c71.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-59e82ffef26428c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-17bf37377411d879.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f912bf9d0accab85.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38192023-11-02T04:55:27.679Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38202023-11-02T04:55:27.714Z 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=7b17bc644513ff76 -C extra-filename=-7b17bc644513ff76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-258f77005d15f95f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.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-7e6853dd44b23429.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e252f818a108663c.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38212023-11-02T04:55:28.987Z 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=c0868f9b0fee5f47 -C extra-filename=-c0868f9b0fee5f47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-96a357733ff3263a.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-4fa0de64df2759dc.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-55002714d77a523f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.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-7b576408f3790d3c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-77b12a7624083e38.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.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-5eb86af7beb0e008.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-35faf7145bb9417c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-5bd486eb393b6aee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-481fdddc9b7e9c9b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-04a5471f97bfaade.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c75947462ce33d85.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-69956f8fe015a915.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e933e9af2041040.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-553388fee4525ba5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38222023-11-02T04:55:33.136Z 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=ee6baa7f76719605 -C extra-filename=-ee6baa7f76719605 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1ccbaf507f974568.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-03a5ab950ca73182.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-12a2d2e6b6f98297.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-f4ebc946f4654d04.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-453b5650302d7375.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-aaa50ed2fad21659.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f773a8c36239588e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.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-db33215d683eaf37.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9d6fa41b88b7bba.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-582e76c2f21e7d85.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-addc97434bb63c35.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-17ff25e7e56be5f7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-0b87132f8567c28f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-77b12a7624083e38.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-297338372c868ce2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bbd38ee5fb1879bb.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a5dd1578c2105fd8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-69956f8fe015a915.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e933e9af2041040.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38232023-11-02T04:55:41.110Z 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=eb8fbfb9d781e81b -C extra-filename=-eb8fbfb9d781e81b --out-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-cccfab6173a1ab9a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38242023-11-02T04:55:41.800Z 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=2c92843fcc873acf -C extra-filename=-2c92843fcc873acf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-17ff25e7e56be5f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1f0df7fd7a2dd15c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ec2f4e37cd05c89a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a1c1f8e767f4997b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68a8eff0677bc862.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2e026d33b0266493.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e4c0c8e81eda83d8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38252023-11-02T04:55:51.798Z 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=ff9fc870296011ba -C extra-filename=-ff9fc870296011ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e252f818a108663c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-7b17bc644513ff76.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38262023-11-02T04:55:55.040Z 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=fea899addeca67b3 -C extra-filename=-fea899addeca67b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e252f818a108663c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-7b17bc644513ff76.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38272023-11-02T04:55:58.281Z 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=5fbb41b60a145099 -C extra-filename=-5fbb41b60a145099 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-91d66c4daefd4c2a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-48536dca75ad7206.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.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-12dae31d0c990ec6.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-641662572cde110f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4473b1c84cc4d592.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.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-f18ad2b4f7e42dbf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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-92e6982d47e6a327.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1d1fed0da9c344cd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ec2f4e37cd05c89a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-77b12a7624083e38.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.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-ff9478a143bb4b59.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-928ba0551903fb7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a1c1f8e767f4997b.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-3ea74bcbc130599d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b4b77bab84f4406c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-1216037edf1af871.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38282023-11-02T04:56:01.588Z 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=9b97fd736f10f756 -C extra-filename=-9b97fd736f10f756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-82fe4956b40901c1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90973b8c2c0efede.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fcee55db223ea071.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38292023-11-02T04:56:12.670Z 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=096f7ecf0708e6f5 -C extra-filename=-096f7ecf0708e6f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-84f5a1062849ca51.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-3c7ef234742d4d7f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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 mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9aead91ceb53a57d.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-214f3be893a91db3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e5413acdf17b261b.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d2121318288a0d75.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-de7858b76a0c43ac.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-28a091add1d8c619.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.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-1f1b5182375ca938.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.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-646fb759dadfad9e.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-82fe4956b40901c1.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fcee55db223ea071.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6b6f1fe61f34a938.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3d8d9e94753a6d84.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.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-d18a7434c8a87610.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-77180bd0b89c7bcb.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-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38302023-11-02T04:56:18.851Z 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=7a83a84540105178 -C extra-filename=-7a83a84540105178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-96a357733ff3263a.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-4fa0de64df2759dc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-55002714d77a523f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.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-7b576408f3790d3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-77b12a7624083e38.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.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-5eb86af7beb0e008.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-35faf7145bb9417c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-481fdddc9b7e9c9b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-04a5471f97bfaade.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c75947462ce33d85.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-69956f8fe015a915.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c0868f9b0fee5f47.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e933e9af2041040.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-553388fee4525ba5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38312023-11-02T04:56:24.884Z 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=352483affbda9965 -C extra-filename=-352483affbda9965 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.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-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-c570c02e115a34e9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-4ebf3aa24377495c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-afb5c79a0817db81.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e252f818a108663c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f912bf9d0accab85.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-81e68cc0c7c511c4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38322023-11-02T04:56:27.119Z 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=f61324d927482ed2 -C extra-filename=-f61324d927482ed2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-582e76c2f21e7d85.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-addc97434bb63c35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38332023-11-02T04:56:31.943Z 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=fde76d4c070ed4f4 -C extra-filename=-fde76d4c070ed4f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-03d9056959b83c71.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38342023-11-02T04:56:35.433Z 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=e272bdf1d10b2127 -C extra-filename=-e272bdf1d10b2127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-4fa0de64df2759dc.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-fb815a6dfe765808.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.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-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a0e388745fc9ec3c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a5dd1578c2105fd8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38352023-11-02T04:56:41.444Z 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=ec0b40c2738cc9d8 -C extra-filename=-ec0b40c2738cc9d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.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-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.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-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5b8c3a0f3e258d59.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-17bf37377411d879.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38362023-11-02T04:56:43.044Z 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=d04cbdd6484417b1 -C extra-filename=-d04cbdd6484417b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1ccbaf507f974568.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-03a5ab950ca73182.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-12a2d2e6b6f98297.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-f4ebc946f4654d04.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-453b5650302d7375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-aaa50ed2fad21659.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f773a8c36239588e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.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-db33215d683eaf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9d6fa41b88b7bba.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-582e76c2f21e7d85.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-addc97434bb63c35.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-17ff25e7e56be5f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-0b87132f8567c28f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-77b12a7624083e38.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-297338372c868ce2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bbd38ee5fb1879bb.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a5dd1578c2105fd8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-69956f8fe015a915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e933e9af2041040.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ee6baa7f76719605.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38372023-11-02T04:56:46.876Z 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=ab9719d4e10ed3b2 -C extra-filename=-ab9719d4e10ed3b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6f05d87f9f1fb032.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-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.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-1dfce92cb519156b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.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-1dccfef071172df9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-610f7045f53e45d5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d5a30e68a72ca64b.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-03d9056959b83c71.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-59e82ffef26428c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5b8c3a0f3e258d59.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-17bf37377411d879.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f912bf9d0accab85.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3c9eeef8a5e01fe8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-81e68cc0c7c511c4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38382023-11-02T04:56:49.846Z 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=ec23a2d055b2248c -C extra-filename=-ec23a2d055b2248c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6f05d87f9f1fb032.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-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.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-1dfce92cb519156b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.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-1dccfef071172df9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-610f7045f53e45d5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d5a30e68a72ca64b.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-03d9056959b83c71.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-59e82ffef26428c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5b8c3a0f3e258d59.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-17bf37377411d879.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f912bf9d0accab85.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3c9eeef8a5e01fe8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-81e68cc0c7c511c4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38392023-11-02T04:56:51.504Z 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=168700eff7545fbe -C extra-filename=-168700eff7545fbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.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-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.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-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5b8c3a0f3e258d59.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-17bf37377411d879.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38402023-11-02T04:56:54.733Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
38412023-11-02T04:56:55.601Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 dev-tools/thing-flinger/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=668e063372fc80a7 -C extra-filename=-668e063372fc80a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-ef760d58fdfdcb12.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-087581541a34efaa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38422023-11-02T04:56:56.777Z 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=9ad8a8839ff03e4d -C extra-filename=-9ad8a8839ff03e4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-087581541a34efaa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2fda8fa4c72a3f97.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-5f3ac8b913d7aa81.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-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38432023-11-02T04:57:17.953Z 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=174af4598390c551 -C extra-filename=-174af4598390c551 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.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-f2a031c83219c682.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-12dae31d0c990ec6.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4f4368e0c32745aa.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-743f4f713f801c70.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-453b5650302d7375.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-01cb437184e12f0a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f773a8c36239588e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.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-f18ad2b4f7e42dbf.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-17ff25e7e56be5f7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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 mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-f183faca9e8a137b.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-92e6982d47e6a327.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5fbb41b60a145099.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1d1fed0da9c344cd.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e101831fd68e1dc1.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7bef743632d59d4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ec2f4e37cd05c89a.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-54379db8ad2f2710.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-77b12a7624083e38.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.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-ff9478a143bb4b59.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-928ba0551903fb7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a1c1f8e767f4997b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68a8eff0677bc862.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e4c0c8e81eda83d8.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2ae514a862f7deec.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7087428f4b1c7e79.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.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-8941563805680825.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b4b77bab84f4406c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-1216037edf1af871.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-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38442023-11-02T04:57:17.985Z 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=8c6c5417be525a9e -C extra-filename=-8c6c5417be525a9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e252f818a108663c.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38452023-11-02T04:57:18.050Z 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=cf95b24c31a40d1d -C extra-filename=-cf95b24c31a40d1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.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-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-c570c02e115a34e9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-4ebf3aa24377495c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-afb5c79a0817db81.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e252f818a108663c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f912bf9d0accab85.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-81e68cc0c7c511c4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38462023-11-02T04:57:18.150Z 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=0b503760f173ef03 -C extra-filename=-0b503760f173ef03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2fda8fa4c72a3f97.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-5f3ac8b913d7aa81.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-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38472023-11-02T04:57:18.200Z 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=b86eaef861814853 -C extra-filename=-b86eaef861814853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.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-84f5a1062849ca51.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-747f4ace0a2c6e44.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-610f7045f53e45d5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d5a30e68a72ca64b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-f78aec19a960293a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-ba66dfe46f120b6c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-17bf37377411d879.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38482023-11-02T04:57:18.252Z 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=95eeae672286b3e6 -C extra-filename=-95eeae672286b3e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6f05d87f9f1fb032.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-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.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-1dfce92cb519156b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.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-1dccfef071172df9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-610f7045f53e45d5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d5a30e68a72ca64b.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-03d9056959b83c71.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-59e82ffef26428c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5b8c3a0f3e258d59.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-17bf37377411d879.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f912bf9d0accab85.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-81e68cc0c7c511c4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38492023-11-02T04:57:18.274Z 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=edb83e5e2198715e -C extra-filename=-edb83e5e2198715e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-03d9056959b83c71.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38502023-11-02T04:57:18.292Z 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=e4831fd3b5474ca9 -C extra-filename=-e4831fd3b5474ca9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d353b895b2ce1329.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-f18ad2b4f7e42dbf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9d6fa41b88b7bba.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-3654bd790a519894.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cb99c746a2d8c58e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-5aaa5f4569b36052.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5d51ea0c4f1cc83f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bbd38ee5fb1879bb.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38512023-11-02T04:57:18.320Z 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=dca87acf7b0d07a0 -C extra-filename=-dca87acf7b0d07a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-76df727df64a0707.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.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-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-f78aec19a960293a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-99c71633c2f4d799.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-e18c481408ad2194.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fabaf93ebedd83fc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38522023-11-02T04:57:18.409Z 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=2620ea6be8cace4e -C extra-filename=-2620ea6be8cace4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.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-84f5a1062849ca51.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-747f4ace0a2c6e44.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d5a30e68a72ca64b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-f78aec19a960293a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-ba66dfe46f120b6c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-17bf37377411d879.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38532023-11-02T04:57:31.224Z 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=f62fef7863c83bdf -C extra-filename=-f62fef7863c83bdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-91d66c4daefd4c2a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f773a8c36239588e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb2c2f138db307ca.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-17ff25e7e56be5f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1f0df7fd7a2dd15c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92e6982d47e6a327.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5fbb41b60a145099.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ec2f4e37cd05c89a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68a8eff0677bc862.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-a79ff521aceff8c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1216037edf1af871.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-62fd123e37519506.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-481fdddc9b7e9c9b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38542023-11-02T04:57:44.011Z 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=7491cf4686a1dddd -C extra-filename=-7491cf4686a1dddd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.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-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.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-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5b8c3a0f3e258d59.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-17bf37377411d879.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38552023-11-02T04:57:46.433Z 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=cc8c1fe1d70a058f -C extra-filename=-cc8c1fe1d70a058f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-82fe4956b40901c1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90973b8c2c0efede.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fcee55db223ea071.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38562023-11-02T04:58:05.425Z 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=a0a7c615db65f3e7 -C extra-filename=-a0a7c615db65f3e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.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-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-c570c02e115a34e9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-4ebf3aa24377495c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-afb5c79a0817db81.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f912bf9d0accab85.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-81e68cc0c7c511c4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38572023-11-02T04:58:13.229Z 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=8bd34f96b56c98d8 -C extra-filename=-8bd34f96b56c98d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-4fa0de64df2759dc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cd1050d56c713784.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-743f4f713f801c70.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.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-ceed933089f72fc1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.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-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38582023-11-02T04:58:24.653Z 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=eb89a65bcc94a43b -C extra-filename=-eb89a65bcc94a43b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-4fa0de64df2759dc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cd1050d56c713784.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-743f4f713f801c70.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.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-ceed933089f72fc1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.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-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38592023-11-02T04:58:27.995Z 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=4708ea7d33d975e2 -C extra-filename=-4708ea7d33d975e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38602023-11-02T04:58:30.057Z 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=64cf3c143f51c650 -C extra-filename=-64cf3c143f51c650 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-4fa0de64df2759dc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cd1050d56c713784.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-743f4f713f801c70.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.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-ceed933089f72fc1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.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-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38612023-11-02T04:58:33.304Z 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=e19a946d6619d2cd -C extra-filename=-e19a946d6619d2cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38622023-11-02T04:58:33.455Z 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=28a77b297197756e -C extra-filename=-28a77b297197756e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38632023-11-02T04:58:38.355Z 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=36a3e6071a666db0 -C extra-filename=-36a3e6071a666db0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-4fa0de64df2759dc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cd1050d56c713784.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-743f4f713f801c70.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.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-ceed933089f72fc1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.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-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38642023-11-02T04:58:39.837Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=939fb0b051733dd9 -C extra-filename=-939fb0b051733dd9 --out-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-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38652023-11-02T04:58:45.446Z 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=46101ea53a9624ed -C extra-filename=-46101ea53a9624ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.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-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.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-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-17bf37377411d879.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38662023-11-02T04:58:49.077Z 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=3276ef168f00cb76 -C extra-filename=-3276ef168f00cb76 --out-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-7eda39e1ece52bd1.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-bf1f7eae8e3a98e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.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-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.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-b7323d080b792bf5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.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-5836e2a5244b09b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d5d25d46cb43563c.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38672023-11-02T04:59:02.722Z 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=1c0983f561493043 -C extra-filename=-1c0983f561493043 --out-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-7eda39e1ece52bd1.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-bf1f7eae8e3a98e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.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-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.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-b7323d080b792bf5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.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-5836e2a5244b09b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d5d25d46cb43563c.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38682023-11-02T04:59:03.423Z 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=8007fb8dd9172268 -C extra-filename=-8007fb8dd9172268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-82fe4956b40901c1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fcee55db223ea071.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38692023-11-02T04:59:07.783Z 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=c570de0f3573cde0 -C extra-filename=-c570de0f3573cde0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-475d8cc36192ded0.rlib --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-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d11b806d9919b2bb.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-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fcee55db223ea071.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38702023-11-02T04:59:09.155Z 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=ea11d7fa15dc1436 -C extra-filename=-ea11d7fa15dc1436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-641662572cde110f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-d2121318288a0d75.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-59e82ffef26428c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38712023-11-02T04:59:11.388Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=01b1c8dc5ae2b6fa -C extra-filename=-01b1c8dc5ae2b6fa --out-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-1b8d5d7dec02c704.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f912bf9d0accab85.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38722023-11-02T04:59:14.365Z 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=a18c4ad4a01bed07 -C extra-filename=-a18c4ad4a01bed07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-99c71633c2f4d799.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fabaf93ebedd83fc.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-33bfc34e2feab3da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38732023-11-02T04:59:16.956Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a5f0bcbe2c4a0f9b -C extra-filename=-a5f0bcbe2c4a0f9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38742023-11-02T04:59:18.301Z 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=06e0c558eea5cf1d -C extra-filename=-06e0c558eea5cf1d --out-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-c08880e5ef6d0653.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-99c71633c2f4d799.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fabaf93ebedd83fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38752023-11-02T04:59:21.539Z 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=83a743ff23116bb5 -C extra-filename=-83a743ff23116bb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-76df727df64a0707.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.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-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-f78aec19a960293a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-e18c481408ad2194.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fabaf93ebedd83fc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38762023-11-02T04:59:28.051Z 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=e09b42e4ec273615 -C extra-filename=-e09b42e4ec273615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-99c71633c2f4d799.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-b3334cae29d15269.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-33bfc34e2feab3da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38772023-11-02T04:59:34.465Z 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=6501856c3eba37e7 -C extra-filename=-6501856c3eba37e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-76df727df64a0707.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.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-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-f78aec19a960293a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-99c71633c2f4d799.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-e18c481408ad2194.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fabaf93ebedd83fc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38782023-11-02T04:59:38.399Z 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=a43d4cf512f369c8 -C extra-filename=-a43d4cf512f369c8 --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-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3d8d9e94753a6d84.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-b3334cae29d15269.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38792023-11-02T04:59:39.953Z 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=4e01b62158133754 -C extra-filename=-4e01b62158133754 --out-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-bf1f7eae8e3a98e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.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-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.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-b7323d080b792bf5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.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-5836e2a5244b09b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d5d25d46cb43563c.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38802023-11-02T04:59:49.320Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4f97fc134775af6e -C extra-filename=-4f97fc134775af6e --out-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-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38812023-11-02T04:59:51.341Z 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=defa6dbf680a2149 -C extra-filename=-defa6dbf680a2149 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38822023-11-02T04:59:53.742Z 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=645c984619997d0b -C extra-filename=-645c984619997d0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38832023-11-02T04:59:54.915Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9aeb7f525503b22e -C extra-filename=-9aeb7f525503b22e --out-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-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38842023-11-02T04:59:58.337Z 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=ffb05c3da5a183e7 -C extra-filename=-ffb05c3da5a183e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-520a82150b2d2200.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-b6ba8e230cf4b5c2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d7773d02102abf5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-94a15987d1f2ba80.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c7d9700cdf4681e5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38852023-11-02T05:00:07.139Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a86392da75f93072 -C extra-filename=-a86392da75f93072 --out-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-1b8d5d7dec02c704.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38862023-11-02T05:00:07.323Z 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=4dffc3a2a24a9c77 -C extra-filename=-4dffc3a2a24a9c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-b3334cae29d15269.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38872023-11-02T05:00:07.404Z 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=35ea391e4fa9bfdf -C extra-filename=-35ea391e4fa9bfdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38882023-11-02T05:00:07.534Z 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=143277bbd665950a -C extra-filename=-143277bbd665950a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38892023-11-02T05:00:08.410Z 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=c85c772a7cda08d8 -C extra-filename=-c85c772a7cda08d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38902023-11-02T05:00:09.756Z 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=51d0245f78366f0d -C extra-filename=-51d0245f78366f0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38912023-11-02T05:00:09.925Z 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=20f227683246a700 -C extra-filename=-20f227683246a700 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38922023-11-02T05:00:11.096Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
38932023-11-02T05:00:11.108Z 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=ba7b5ff4d033c26a -C extra-filename=-ba7b5ff4d033c26a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38942023-11-02T05:00:11.130Z 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=e86cb1bb82bfc12b -C extra-filename=-e86cb1bb82bfc12b --out-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-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-feeb997d9b2a54d7.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-cf127ee9e54dc488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-639bd16172f9cd41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38952023-11-02T05:00:12.595Z 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=b891c44c1ee571ad -C extra-filename=-b891c44c1ee571ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-475d8cc36192ded0.rlib --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-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d11b806d9919b2bb.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-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38962023-11-02T05:00:14.136Z 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=e59da1ce27a68c8f -C extra-filename=-e59da1ce27a68c8f --out-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-c08880e5ef6d0653.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-cccfab6173a1ab9a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38972023-11-02T05:00:20.138Z 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=d5ec7da058a82565 -C extra-filename=-d5ec7da058a82565 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38982023-11-02T05:00:24.124Z 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=726a4a49eceece5c -C extra-filename=-726a4a49eceece5c --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-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.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-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.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-520a82150b2d2200.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.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-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38992023-11-02T05:00:31.423Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e4bce83b6bbc1352 -C extra-filename=-e4bce83b6bbc1352 --out-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-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39002023-11-02T05:00:50.841Z 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=b15e67f5a82dd85b -C extra-filename=-b15e67f5a82dd85b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.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-bf1f7eae8e3a98e9.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-2b539087163b61f2.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-1dccfef071172df9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-fe1dc465c7097af7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
39012023-11-02T05:00:51.654Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=3ef975db81cda6fa -C extra-filename=-3ef975db81cda6fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-130c542f575ee06a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39022023-11-02T05:01:01.397Z 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=dac2cd6f2737d595 -C extra-filename=-dac2cd6f2737d595 --out-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-330c871f3d192e5f.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-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39032023-11-02T05:01:09.799Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=20896c7ec0b86fa9 -C extra-filename=-20896c7ec0b86fa9 --out-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-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.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-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39042023-11-02T05:01:13.815Z 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=704cad9d8bffa7c2 -C extra-filename=-704cad9d8bffa7c2 --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-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-583f785309a04f86.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-3c7ef234742d4d7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-e18c481408ad2194.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-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39052023-11-02T05:01:17.163Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39062023-11-02T05:01:17.170Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4c22ea605febc9e5 -C extra-filename=-4c22ea605febc9e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39072023-11-02T05:01:20.264Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bd2a159fe6cedf09 -C extra-filename=-bd2a159fe6cedf09 --out-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-520a82150b2d2200.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39082023-11-02T05:01:21.330Z 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=6e72eb864c14ca2f -C extra-filename=-6e72eb864c14ca2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-258f77005d15f95f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39092023-11-02T05:01:24.124Z 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=1403e5c27a4c7255 -C extra-filename=-1403e5c27a4c7255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.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-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.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-520a82150b2d2200.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.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-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39102023-11-02T05:01:25.140Z 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=9e4a607c64ddbc36 -C extra-filename=-9e4a607c64ddbc36 --out-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-cde40b1e5460b78c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39112023-11-02T05:01:28.348Z 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=81e833034fe321c9 -C extra-filename=-81e833034fe321c9 --out-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-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-feeb997d9b2a54d7.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-cf127ee9e54dc488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-639bd16172f9cd41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39122023-11-02T05:01:37.755Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39132023-11-02T05:01:37.767Z 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=d4328972d8fbad0b -C extra-filename=-d4328972d8fbad0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-5836e2a5244b09b9.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-fdc62c05801c4a0e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39142023-11-02T05:01:39.168Z 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=991d9641ecad86bc -C extra-filename=-991d9641ecad86bc --out-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-1dfce92cb519156b.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-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39152023-11-02T05:01:46.524Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=30c254178758f682 -C extra-filename=-30c254178758f682 --out-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-520a82150b2d2200.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.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-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39162023-11-02T05:02:06.645Z 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=b16b3ed0449bfbb1 -C extra-filename=-b16b3ed0449bfbb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-583f785309a04f86.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-e1c65e0d1ac1f375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.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-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.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-646fb759dadfad9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39172023-11-02T05:02:06.756Z 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=9e2a6046641f9606 -C extra-filename=-9e2a6046641f9606 --out-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-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39182023-11-02T05:02:06.842Z 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=7be4794a6d5324db -C extra-filename=-7be4794a6d5324db --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.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 crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-0be241183258e54b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-7912624515dddc1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4adeb84c63d5092.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c1ae5ae2e25876e6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39192023-11-02T05:02:06.861Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9d169637f9d680c8 -C extra-filename=-9d169637f9d680c8 --out-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-c0a884fd652c2175.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-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39202023-11-02T05:02:06.879Z 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=d75c23860cc954ff -C extra-filename=-d75c23860cc954ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-583f785309a04f86.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-3c7ef234742d4d7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.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-cccfab6173a1ab9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-e18c481408ad2194.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-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39212023-11-02T05:02:07.566Z 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=0aaadae9b9975458 -C extra-filename=-0aaadae9b9975458 --out-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-844cd977baa4a72a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-8c6be73626d78fb3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39222023-11-02T05:02:09.610Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1573e84e009f468e -C extra-filename=-1573e84e009f468e --out-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-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39232023-11-02T05:02:09.909Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
39242023-11-02T05:02:09.916Z 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=1dda9ae3d5cee3f1 -C extra-filename=-1dda9ae3d5cee3f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1dccfef071172df9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39252023-11-02T05:02:11.175Z 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=ce3a45f7694909b9 -C extra-filename=-ce3a45f7694909b9 --out-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-cccfab6173a1ab9a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39262023-11-02T05:02:12.402Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=994b79f0c5016159 -C extra-filename=-994b79f0c5016159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39272023-11-02T05:02:12.581Z 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=6b3560b37728f157 -C extra-filename=-6b3560b37728f157 --out-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-f624b3035235248f.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-1e57ecf3a9cc839d.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39282023-11-02T05:02:18.382Z 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=48efd27519dcaa33 -C extra-filename=-48efd27519dcaa33 --out-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-f624b3035235248f.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39292023-11-02T05:02:20.721Z 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=1866852daac09d4a -C extra-filename=-1866852daac09d4a --out-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-f624b3035235248f.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39302023-11-02T05:02:52.479Z 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=cf190df5c5a767f6 -C extra-filename=-cf190df5c5a767f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-efc8aa8cbc70d1df.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
39312023-11-02T05:02:52.489Z Compiling git2 v0.17.2
39322023-11-02T05:02:52.572Z 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=a74210296b8089c3 -C extra-filename=-a74210296b8089c3 --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-951633e8fd59a40d.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-cf190df5c5a767f6.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-620730d494c5e2b4/out/build -L native=/usr/lib/amd64`
39332023-11-02T05:02:53.861Z 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=54c5ada4c385cec6 -C extra-filename=-54c5ada4c385cec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-a74210296b8089c3.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ff4f2380a2041af8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/usr/lib/amd64 --cfg stable --cfg msrv`
39342023-11-02T05:02:55.921Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
39352023-11-02T05:02:56.035Z 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/da534e7/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=04c8a3568aaf17a3 -C extra-filename=-04c8a3568aaf17a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-04c8a3568aaf17a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-54c5ada4c385cec6.rlib --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/usr/lib/amd64`
39362023-11-02T05:02:57.480Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-04c8a3568aaf17a3/build-script-build`
39372023-11-02T05:02:57.672Z 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/da534e7/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=1cfd84caa99730de -C extra-filename=-1cfd84caa99730de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-318a6ebbcda68aba.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-45003a76cfc2b032.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-4261ab6c3ca24398.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-d0a55b9fae8929cb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-6817a26b5d6556c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
39382023-11-02T05:02:57.680Z 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/da534e7/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=bbafcace549a209f -C extra-filename=-bbafcace549a209f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-80c6ba2741a8fc15.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-dd8804495b048268.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-88b92fb0d37ef97a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2796f4240060362d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-fbaa5a57a4bb9a3b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bf1e926804fe7ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-e6cc28ed4ccb075d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
39392023-11-02T05:02:59.134Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
39402023-11-02T05:02:59.137Z 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/da534e7/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=2e4c236adfaa59e6 -C extra-filename=-2e4c236adfaa59e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-bbafcace549a209f.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0a9020c3ffbbcda9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
39412023-11-02T05:02:59.195Z 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/da534e7/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=88d1fbd5181edb9d -C extra-filename=-88d1fbd5181edb9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-1cfd84caa99730de.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-bbce688149450975.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
39422023-11-02T05:03:03.231Z 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/da534e7/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=82fb4ba970f52660 -C extra-filename=-82fb4ba970f52660 --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-6e8b3614361ee1b9.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-ed49286a1418352b.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cfd84caa99730de.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-88d1fbd5181edb9d.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-93e7a4122f192c57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2acc5bc5dac03b1.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4601e72c56cdfc62.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-12adbac498b5722e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39432023-11-02T05:03:03.482Z 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/da534e7/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=41d7503f52a64356 -C extra-filename=-41d7503f52a64356 --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-42861dbc0a9d741b.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.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-c4a0a1a78bdcbb21.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-bbafcace549a209f.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-2e4c236adfaa59e6.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-033bac17ea4aaf59.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8f5093bde5494135.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-554db1aef81c590d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-506308780fdbe2f1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bf1e926804fe7ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39442023-11-02T05:03:20.702Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39452023-11-02T05:03:20.706Z 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/4019eb1/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=f2aa4f15da2ade45 -C extra-filename=-f2aa4f15da2ade45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.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-6fb8385a046b069a.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-82fb4ba970f52660.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-034a68bbd7338261.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-5030ec565d15b283.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2897af4b6e8714a1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2acc5bc5dac03b1.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-29070728fa7d7b28.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-e7094a66105ef2e2.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-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-7d16738dcf693ae8.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39462023-11-02T05:03:44.441Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39472023-11-02T05:03:44.451Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98feb6d39f7652f9 -C extra-filename=-98feb6d39f7652f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-f2aa4f15da2ade45.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-af2cbc86039a4499.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39482023-11-02T05:03:45.133Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39492023-11-02T05:03:45.137Z 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/4019eb1/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=59bec5c1f1061393 -C extra-filename=-59bec5c1f1061393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-98feb6d39f7652f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-af2cbc86039a4499.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39502023-11-02T05:03:46.503Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39512023-11-02T05:03:46.508Z 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/4019eb1/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=eb412b5bd825c4c6 -C extra-filename=-eb412b5bd825c4c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-318a6ebbcda68aba.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-258f77005d15f95f.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-ed49286a1418352b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-5030ec565d15b283.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-758fea025f6702c9.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-2897af4b6e8714a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-93e7a4122f192c57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2acc5bc5dac03b1.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4601e72c56cdfc62.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-f2aa4f15da2ade45.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-59bec5c1f1061393.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-e7094a66105ef2e2.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-118ac254ebefcc62.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-e18c481408ad2194.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-d0a55b9fae8929cb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ea6c1e668f253a43.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-af2cbc86039a4499.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
39522023-11-02T05:03:49.797Z 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/4019eb1/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=e659db4a00a823c2 -C extra-filename=-e659db4a00a823c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-63dfa64be61f09ae.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-fca2ca054f4fc8df.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-41d7503f52a64356.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-3da2617207199aec.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-9d2e0359d709204c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d2e6d34f370d7130.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8f5093bde5494135.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-60d23ba0a73afbf6.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-44a60e4fc0beb3e6.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-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-588b8227574195be.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39532023-11-02T05:03:50.069Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39542023-11-02T05:03:50.073Z 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=c96f661c2e4597a2 -C extra-filename=-c96f661c2e4597a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7eda39e1ece52bd1.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6f05d87f9f1fb032.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-bf1f7eae8e3a98e9.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.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-258f77005d15f95f.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.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-26d62fd317756353.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.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-fa5fc02d37082992.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d7773d02102abf5f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-f4adeb84c63d5092.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3d8d9e94753a6d84.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-eb412b5bd825c4c6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.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-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c7d9700cdf4681e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39552023-11-02T05:04:17.441Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=540fc687f808baad -C extra-filename=-540fc687f808baad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-e659db4a00a823c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-adf6dd65515afd88.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39562023-11-02T05:04:17.797Z 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/4019eb1/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=77001fa4803cff21 -C extra-filename=-77001fa4803cff21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-540fc687f808baad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-adf6dd65515afd88.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39572023-11-02T05:04:19.142Z 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/4019eb1/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=f6fbf801e9e4ac15 -C extra-filename=-f6fbf801e9e4ac15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-80c6ba2741a8fc15.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.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-4fa0de64df2759dc.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-c4a0a1a78bdcbb21.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-9d2e0359d709204c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-344d9ec88db59ed5.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-d2e6d34f370d7130.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-033bac17ea4aaf59.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8f5093bde5494135.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-554db1aef81c590d.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-e659db4a00a823c2.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-77001fa4803cff21.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-44a60e4fc0beb3e6.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-d33fa3901706b9ff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-a79ff521aceff8c1.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-fbaa5a57a4bb9a3b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1a2ea9aafc5290c1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-adf6dd65515afd88.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
39582023-11-02T05:04:20.213Z 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=01b6b79b68242c72 -C extra-filename=-01b6b79b68242c72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7eda39e1ece52bd1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6f05d87f9f1fb032.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-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.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-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.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-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.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-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d7773d02102abf5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4adeb84c63d5092.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3d8d9e94753a6d84.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-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-eb412b5bd825c4c6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c7d9700cdf4681e5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39592023-11-02T05:04:33.111Z 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=8e3ba1fd24fe2661 -C extra-filename=-8e3ba1fd24fe2661 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7eb056abb7948980.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1ccbaf507f974568.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-03a5ab950ca73182.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.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-4fa0de64df2759dc.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-12a2d2e6b6f98297.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-cd1050d56c713784.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-743f4f713f801c70.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-453b5650302d7375.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f773a8c36239588e.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-0a1c3427c38d2194.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9d6fa41b88b7bba.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-17ff25e7e56be5f7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e4c17a4c96b9ca17.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1f0df7fd7a2dd15c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.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-1bee992a9b0d21d6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a1c1f8e767f4997b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7087428f4b1c7e79.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-f6fbf801e9e4ac15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1216037edf1af871.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-297338372c868ce2.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-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-9ffe405101295fef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39602023-11-02T05:04:42.538Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39612023-11-02T05:04:42.551Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=c729454a44dfe244 -C extra-filename=-c729454a44dfe244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-bf1f7eae8e3a98e9.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-7f6847416d7a586c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-26d62fd317756353.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e5413acdf17b261b.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-28a091add1d8c619.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c96f661c2e4597a2.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-82fe4956b40901c1.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90973b8c2c0efede.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3d8d9e94753a6d84.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b6d31a377a413cb1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39622023-11-02T05:05:24.385Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=74595d8795d926cb -C extra-filename=-74595d8795d926cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-03a5ab950ca73182.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-77049235969cb012.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-cd1050d56c713784.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-743f4f713f801c70.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb2c2f138db307ca.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-17ff25e7e56be5f7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5fbb41b60a145099.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7bef743632d59d4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ec2f4e37cd05c89a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-77b12a7624083e38.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8e3ba1fd24fe2661.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e1163d15e5bb06c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a1c1f8e767f4997b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68a8eff0677bc862.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2e026d33b0266493.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7087428f4b1c7e79.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-5f64dc6819ef678e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39632023-11-02T05:06:11.087Z 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=b10401a07d185e12 -C extra-filename=-b10401a07d185e12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-48536dca75ad7206.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-393079a73f8b3c53.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-641662572cde110f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-43335d8015ff33ac.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-214f3be893a91db3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d2121318288a0d75.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-de7858b76a0c43ac.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c729454a44dfe244.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c96f661c2e4597a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.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-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.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-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-77180bd0b89c7bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39642023-11-02T05:06:11.717Z 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=9a95e0c1b92301a9 -C extra-filename=-9a95e0c1b92301a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7eda39e1ece52bd1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6f05d87f9f1fb032.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-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.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-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.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-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.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-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d7773d02102abf5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c96f661c2e4597a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4adeb84c63d5092.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3d8d9e94753a6d84.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-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-eb412b5bd825c4c6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c7d9700cdf4681e5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39652023-11-02T05:06:13.946Z 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=d351ee0ba8406f56 -C extra-filename=-d351ee0ba8406f56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-84f5a1062849ca51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-c62c26bb3bc42781.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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 mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9aead91ceb53a57d.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-214f3be893a91db3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e5413acdf17b261b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d2121318288a0d75.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-de7858b76a0c43ac.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-28a091add1d8c619.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c729454a44dfe244.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f8ef800378068172.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.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-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c96f661c2e4597a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.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-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ef47b40a392ce6a2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-82fe4956b40901c1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fcee55db223ea071.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6b6f1fe61f34a938.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3d8d9e94753a6d84.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.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-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39662023-11-02T05:06:14.820Z 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=ceed4645a3a54072 -C extra-filename=-ceed4645a3a54072 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7eda39e1ece52bd1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6f05d87f9f1fb032.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-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.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-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.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-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.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-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d7773d02102abf5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c96f661c2e4597a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4adeb84c63d5092.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3d8d9e94753a6d84.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-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-eb412b5bd825c4c6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c7d9700cdf4681e5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39672023-11-02T05:06:16.808Z 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=d6ad17a2d2463a43 -C extra-filename=-d6ad17a2d2463a43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7eda39e1ece52bd1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6f05d87f9f1fb032.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-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.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-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.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-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.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-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d7773d02102abf5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c96f661c2e4597a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4adeb84c63d5092.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3d8d9e94753a6d84.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-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-eb412b5bd825c4c6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c7d9700cdf4681e5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39682023-11-02T05:06:44.980Z 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=ed7a11e4671abec3 -C extra-filename=-ed7a11e4671abec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7eda39e1ece52bd1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6f05d87f9f1fb032.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-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.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-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.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-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.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-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d7773d02102abf5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c96f661c2e4597a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4adeb84c63d5092.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3d8d9e94753a6d84.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-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-eb412b5bd825c4c6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c7d9700cdf4681e5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39692023-11-02T05:06:45.882Z 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=574964b62bbad630 -C extra-filename=-574964b62bbad630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7eb056abb7948980.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1ccbaf507f974568.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-03a5ab950ca73182.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.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-4fa0de64df2759dc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-12a2d2e6b6f98297.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-cd1050d56c713784.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-743f4f713f801c70.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-453b5650302d7375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f773a8c36239588e.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-0a1c3427c38d2194.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9d6fa41b88b7bba.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-17ff25e7e56be5f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e4c17a4c96b9ca17.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1f0df7fd7a2dd15c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8e3ba1fd24fe2661.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.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-1bee992a9b0d21d6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a1c1f8e767f4997b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7087428f4b1c7e79.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-f6fbf801e9e4ac15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1216037edf1af871.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-297338372c868ce2.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-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-9ffe405101295fef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39702023-11-02T05:06:46.206Z 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=9eb3a1422173cd3f -C extra-filename=-9eb3a1422173cd3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7eb056abb7948980.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1ccbaf507f974568.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-03a5ab950ca73182.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.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-4fa0de64df2759dc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-12a2d2e6b6f98297.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-cd1050d56c713784.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-743f4f713f801c70.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-453b5650302d7375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f773a8c36239588e.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-0a1c3427c38d2194.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9d6fa41b88b7bba.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-17ff25e7e56be5f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e4c17a4c96b9ca17.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1f0df7fd7a2dd15c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8e3ba1fd24fe2661.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.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-1bee992a9b0d21d6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a1c1f8e767f4997b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7087428f4b1c7e79.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-f6fbf801e9e4ac15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1216037edf1af871.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-297338372c868ce2.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-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-9ffe405101295fef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39712023-11-02T05:06:49.351Z 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=8e06151a929c4cbf -C extra-filename=-8e06151a929c4cbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7eb056abb7948980.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1ccbaf507f974568.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-03a5ab950ca73182.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.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-4fa0de64df2759dc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-12a2d2e6b6f98297.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-cd1050d56c713784.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-743f4f713f801c70.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-453b5650302d7375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f773a8c36239588e.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-0a1c3427c38d2194.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9d6fa41b88b7bba.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-17ff25e7e56be5f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e4c17a4c96b9ca17.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1f0df7fd7a2dd15c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8e3ba1fd24fe2661.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.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-1bee992a9b0d21d6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a1c1f8e767f4997b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7087428f4b1c7e79.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-f6fbf801e9e4ac15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1216037edf1af871.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-297338372c868ce2.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-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-9ffe405101295fef.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39722023-11-02T05:07:21.316Z 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=c07a3aa5c7910368 -C extra-filename=-c07a3aa5c7910368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb2c2f138db307ca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7bef743632d59d4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-74595d8795d926cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-54379db8ad2f2710.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-174af4598390c551.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8e3ba1fd24fe2661.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e1163d15e5bb06c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b6a9e060cc098cb0.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5d51ea0c4f1cc83f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39732023-11-02T05:07:21.336Z 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=8404f9496a8a07b8 -C extra-filename=-8404f9496a8a07b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.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-f2a031c83219c682.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-12dae31d0c990ec6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4f4368e0c32745aa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-743f4f713f801c70.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-453b5650302d7375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-01cb437184e12f0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f773a8c36239588e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.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-f18ad2b4f7e42dbf.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-17ff25e7e56be5f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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 mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-f183faca9e8a137b.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-92e6982d47e6a327.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5fbb41b60a145099.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1d1fed0da9c344cd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e101831fd68e1dc1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7bef743632d59d4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ec2f4e37cd05c89a.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-54379db8ad2f2710.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-174af4598390c551.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-77b12a7624083e38.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.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-ff9478a143bb4b59.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-928ba0551903fb7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a1c1f8e767f4997b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68a8eff0677bc862.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e4c0c8e81eda83d8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2ae514a862f7deec.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7087428f4b1c7e79.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.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-8941563805680825.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b4b77bab84f4406c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-1216037edf1af871.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-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39742023-11-02T05:07:21.412Z 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=426b6efd933e7267 -C extra-filename=-426b6efd933e7267 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.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-f2a031c83219c682.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-12dae31d0c990ec6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4f4368e0c32745aa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-743f4f713f801c70.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-453b5650302d7375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d17bc04acfd92ae4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-01cb437184e12f0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f773a8c36239588e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.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-f18ad2b4f7e42dbf.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-17ff25e7e56be5f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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 mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-f183faca9e8a137b.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-92e6982d47e6a327.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5fbb41b60a145099.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1d1fed0da9c344cd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e101831fd68e1dc1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7bef743632d59d4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ec2f4e37cd05c89a.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-54379db8ad2f2710.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-174af4598390c551.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-77b12a7624083e38.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ceed933089f72fc1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.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-ff9478a143bb4b59.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-928ba0551903fb7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a1c1f8e767f4997b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-68a8eff0677bc862.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e4c0c8e81eda83d8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2ae514a862f7deec.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7087428f4b1c7e79.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.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-8941563805680825.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b4b77bab84f4406c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-1216037edf1af871.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-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e1db4cb08707f670.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39752023-11-02T05:07:21.813Z 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=01fcce2d7c28a262 -C extra-filename=-01fcce2d7c28a262 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-84f5a1062849ca51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-c62c26bb3bc42781.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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 mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9aead91ceb53a57d.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-214f3be893a91db3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e5413acdf17b261b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d2121318288a0d75.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-de7858b76a0c43ac.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-28a091add1d8c619.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c729454a44dfe244.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f8ef800378068172.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.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-1f1b5182375ca938.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-096f7ecf0708e6f5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c96f661c2e4597a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.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-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ef47b40a392ce6a2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-82fe4956b40901c1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fcee55db223ea071.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6b6f1fe61f34a938.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3d8d9e94753a6d84.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.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-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39762023-11-02T05:07:30.937Z 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=367f5d7525f7d271 -C extra-filename=-367f5d7525f7d271 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-214f3be893a91db3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e5413acdf17b261b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c729454a44dfe244.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f8ef800378068172.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-096f7ecf0708e6f5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-82fe4956b40901c1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.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-0a450447ae64a739.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2e12fbcfa9b7f2f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39772023-11-02T05:07:32.983Z 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=88ff67137b8d37bf -C extra-filename=-88ff67137b8d37bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-214f3be893a91db3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e5413acdf17b261b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c729454a44dfe244.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f8ef800378068172.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-096f7ecf0708e6f5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-82fe4956b40901c1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.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-0a450447ae64a739.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2e12fbcfa9b7f2f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39782023-11-02T05:07:41.836Z 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=b9882be09eb0344a -C extra-filename=-b9882be09eb0344a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-28a091add1d8c619.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c729454a44dfe244.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-096f7ecf0708e6f5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c96f661c2e4597a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ef47b40a392ce6a2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39792023-11-02T05:07:48.893Z 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=483b13dc8928b287 -C extra-filename=-483b13dc8928b287 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-84f5a1062849ca51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-c62c26bb3bc42781.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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 mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9aead91ceb53a57d.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-214f3be893a91db3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e5413acdf17b261b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d2121318288a0d75.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-de7858b76a0c43ac.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-28a091add1d8c619.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c729454a44dfe244.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f8ef800378068172.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.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-1f1b5182375ca938.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-096f7ecf0708e6f5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c96f661c2e4597a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.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-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ef47b40a392ce6a2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-82fe4956b40901c1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fcee55db223ea071.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6b6f1fe61f34a938.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3d8d9e94753a6d84.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.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-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39802023-11-02T05:07:52.063Z 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=0acf8d16f8e7be7a -C extra-filename=-0acf8d16f8e7be7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-28a091add1d8c619.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c729454a44dfe244.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-096f7ecf0708e6f5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c96f661c2e4597a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ef47b40a392ce6a2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39812023-11-02T05:07:53.016Z 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=6ec8e31887b36c06 -C extra-filename=-6ec8e31887b36c06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-84f5a1062849ca51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-c62c26bb3bc42781.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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 mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9aead91ceb53a57d.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-214f3be893a91db3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e5413acdf17b261b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d2121318288a0d75.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-de7858b76a0c43ac.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-28a091add1d8c619.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c729454a44dfe244.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f8ef800378068172.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.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-1f1b5182375ca938.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-096f7ecf0708e6f5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c96f661c2e4597a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.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-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ef47b40a392ce6a2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-82fe4956b40901c1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fcee55db223ea071.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6b6f1fe61f34a938.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3d8d9e94753a6d84.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.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-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39822023-11-02T05:21:57.959Z Finished test [unoptimized + debuginfo] target(s) in 41m 04s
39832023-11-02T05:21:58.083Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-1866852daac09d4a`
39842023-11-02T05:21:58.149Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-4e01b62158133754`
39852023-11-02T05:21:58.204Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-3276ef168f00cb76`
39862023-11-02T05:21:58.227Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-1c0983f561493043`
39872023-11-02T05:21:58.723Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-9aeb7f525503b22e`
39882023-11-02T05:22:00.042Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-1dda9ae3d5cee3f1`
39892023-11-02T05:22:00.078Z Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-4c22ea605febc9e5`
39902023-11-02T05:22:00.152Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-6b3560b37728f157`
39912023-11-02T05:22:00.190Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-4f97fc134775af6e`
39922023-11-02T05:22:00.200Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-6e72eb864c14ca2f`
39932023-11-02T05:22:00.317Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-c85c772a7cda08d8`
39942023-11-02T05:22:00.379Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-20f227683246a700`
39952023-11-02T05:22:00.396Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-143277bbd665950a`
39962023-11-02T05:22:00.417Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-35ea391e4fa9bfdf`
39972023-11-02T05:22:00.460Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-28a77b297197756e`
39982023-11-02T05:22:00.576Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-e19a946d6619d2cd`
39992023-11-02T05:22:00.617Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-4708ea7d33d975e2`
40002023-11-02T05:22:00.629Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-1573e84e009f468e`
40012023-11-02T05:22:00.655Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-e4bce83b6bbc1352`
40022023-11-02T05:22:00.675Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-d4328972d8fbad0b`
40032023-11-02T05:22:01.158Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-9d169637f9d680c8`
40042023-11-02T05:22:01.598Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-06e0c558eea5cf1d`
40052023-11-02T05:22:01.673Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-7be4794a6d5324db`
40062023-11-02T05:22:01.701Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-2620ea6be8cace4e`
40072023-11-02T05:22:01.750Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-b86eaef861814853`
40082023-11-02T05:22:01.782Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-a86392da75f93072`
40092023-11-02T05:22:01.817Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-defa6dbf680a2149`
40102023-11-02T05:22:01.839Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-edb83e5e2198715e`
40112023-11-02T05:22:01.886Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-fde76d4c070ed4f4`
40122023-11-02T05:22:01.919Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-645c984619997d0b`
40132023-11-02T05:22:01.944Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-51d0245f78366f0d`
40142023-11-02T05:22:01.977Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-ba7b5ff4d033c26a`
40152023-11-02T05:22:01.991Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-9e2a6046641f9606`
40162023-11-02T05:22:02.015Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-9e4a607c64ddbc36`
40172023-11-02T05:22:02.034Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-939fb0b051733dd9`
40182023-11-02T05:22:02.077Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-bd2a159fe6cedf09`
40192023-11-02T05:22:02.097Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-ea11d7fa15dc1436`
40202023-11-02T05:22:02.114Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-b10401a07d185e12`
40212023-11-02T05:22:02.125Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-dac2cd6f2737d595`
40222023-11-02T05:22:02.136Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-a5f0bcbe2c4a0f9b`
40232023-11-02T05:22:02.146Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-b16b3ed0449bfbb1`
40242023-11-02T05:22:02.159Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-991d9641ecad86bc`
40252023-11-02T05:22:02.248Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-d75c23860cc954ff`
40262023-11-02T05:22:02.257Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-668e063372fc80a7`
40272023-11-02T05:22:02.271Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-0acf8d16f8e7be7a`
40282023-11-02T05:22:02.282Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-b9882be09eb0344a`
40292023-11-02T05:22:02.293Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-83a743ff23116bb5`
40302023-11-02T05:22:02.314Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-6501856c3eba37e7`
40312023-11-02T05:22:02.337Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-dca87acf7b0d07a0`
40322023-11-02T05:22:02.357Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-d351ee0ba8406f56`
40332023-11-02T05:22:02.384Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-01fcce2d7c28a262`
40342023-11-02T05:22:02.815Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-483b13dc8928b287`
40352023-11-02T05:22:02.821Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-6ec8e31887b36c06`
40362023-11-02T05:22:02.836Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-367f5d7525f7d271`
40372023-11-02T05:22:02.841Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-88ff67137b8d37bf`
40382023-11-02T05:22:02.856Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-0b503760f173ef03`
40392023-11-02T05:22:02.861Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-9ad8a8839ff03e4d`
40402023-11-02T05:22:02.867Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-0aaadae9b9975458`
40412023-11-02T05:22:02.879Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-ce3a45f7694909b9`
40422023-11-02T05:22:02.895Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-01b6b79b68242c72`
40432023-11-02T05:22:02.901Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-d6ad17a2d2463a43`
40442023-11-02T05:22:02.905Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-9a95e0c1b92301a9`
40452023-11-02T05:22:02.914Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-ceed4645a3a54072`
40462023-11-02T05:22:02.926Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-ed7a11e4671abec3`
40472023-11-02T05:22:02.945Z
40482023-11-02T05:22:02.957Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-3ef975db81cda6fa`
40492023-11-02T05:22:02.963Z ##### ###### #### #####
40502023-11-02T05:22:02.968Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-994b79f0c5016159`
40512023-11-02T05:22:02.974Z # # # #
40522023-11-02T05:22:02.979Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-81e833034fe321c9`
40532023-11-02T05:22:02.986Z # ##### #### #
40542023-11-02T05:22:02.993Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-e86cb1bb82bfc12b`
40552023-11-02T05:22:02.998Z # # # #
40562023-11-02T05:22:03.003Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-30c254178758f682`
40572023-11-02T05:22:03.014Z # # # # #
40582023-11-02T05:22:03.019Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-8007fb8dd9172268`
40592023-11-02T05:22:03.026Z # ###### #### #
40602023-11-02T05:22:03.034Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-cc8c1fe1d70a058f`
40612023-11-02T05:22:03.048Z
40622023-11-02T05:22:03.483Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-9b97fd736f10f756`
40632023-11-02T05:22:03.500Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-b891c44c1ee571ad`
40642023-11-02T05:22:03.508Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-c570de0f3573cde0`
40652023-11-02T05:22:03.515Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-e59da1ce27a68c8f`
40662023-11-02T05:22:03.525Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-48efd27519dcaa33`
40672023-11-02T05:22:03.533Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-4dffc3a2a24a9c77`
40682023-11-02T05:22:03.543Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-20896c7ec0b86fa9`
40692023-11-02T05:22:03.552Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-ffb05c3da5a183e7`
40702023-11-02T05:22:03.558Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-e09b42e4ec273615`
40712023-11-02T05:22:03.562Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-a18c4ad4a01bed07`
40722023-11-02T05:22:03.566Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-46101ea53a9624ed`
40732023-11-02T05:22:03.571Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-7491cf4686a1dddd`
40742023-11-02T05:22:03.574Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-168700eff7545fbe`
40752023-11-02T05:22:03.578Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-ec0b40c2738cc9d8`
40762023-11-02T05:22:03.581Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-b15e67f5a82dd85b`
40772023-11-02T05:22:03.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-1403e5c27a4c7255`
40782023-11-02T05:22:03.589Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-a0a7c615db65f3e7`
40792023-11-02T05:22:03.594Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-cf95b24c31a40d1d`
40802023-11-02T05:22:03.604Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-352483affbda9965`
40812023-11-02T05:22:04.023Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-d5ec7da058a82565`
40822023-11-02T05:22:04.035Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-8c6c5417be525a9e`
40832023-11-02T05:22:04.054Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-ff9fc870296011ba`
40842023-11-02T05:22:04.067Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-fea899addeca67b3`
40852023-11-02T05:22:04.082Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-95eeae672286b3e6`
40862023-11-02T05:22:04.094Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-ec23a2d055b2248c`
40872023-11-02T05:22:04.105Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-ab9719d4e10ed3b2`
40882023-11-02T05:22:04.120Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-01b1c8dc5ae2b6fa`
40892023-11-02T05:22:04.139Z Executable `/work/oxidecomputer/omicron/target/debug/deps/xtask-8dc161c608b31698`
40902023-11-02T05:22:04.154Z
40912023-11-02T05:22:04.584Zreal 41:05.916473609
40922023-11-02T05:22:04.603Zuser 3:50:21.507577154
40932023-11-02T05:22:04.621Zsys 28:51.125387857
40942023-11-02T05:22:05.045Ztrap 11.207236056
40952023-11-02T05:22:05.049Ztflt 8.592361237
40962023-11-02T05:22:05.052Zdflt 58.905984949
40972023-11-02T05:22:05.056Zkflt 8.725573730
40982023-11-02T05:22:05.059Zlock 7:41:54.752869213
40992023-11-02T05:22:05.068Zslp 14:23:16.539691310
41002023-11-02T05:22:05.074Zlat 7:40.293933206
41012023-11-02T05:22:05.085Zstop 12:04.328129820
41022023-11-02T05:22:05.093Z Downloading crates ...
41032023-11-02T05:22:05.103Z Downloaded android_system_properties v0.1.5
41042023-11-02T05:22:05.108Z Downloaded wasm-streams v0.3.0
41052023-11-02T05:22:05.113Z Downloaded option-ext v0.2.0
41062023-11-02T05:22:05.120Z Downloaded rand_core v0.5.1
41072023-11-02T05:22:05.128Z Downloaded errno-dragonfly v0.1.2
41082023-11-02T05:22:05.133Z Downloaded winapi-util v0.1.5
41092023-11-02T05:22:05.138Z Downloaded windows-targets v0.42.2
41102023-11-02T05:22:05.142Z Downloaded iana-time-zone-haiku v0.1.2
41112023-11-02T05:22:05.147Z Downloaded wasm-bindgen-macro v0.2.87
41122023-11-02T05:22:05.151Z Downloaded winreg v0.50.0
41132023-11-02T05:22:05.166Z Downloaded redox_syscall v0.3.5
41142023-11-02T05:22:05.174Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
41152023-11-02T05:22:05.180Z Downloaded ghash v0.5.0
41162023-11-02T05:22:05.185Z Downloaded wasm-bindgen-backend v0.2.87
41172023-11-02T05:22:05.190Z Downloaded wasm-bindgen-futures v0.4.37
41182023-11-02T05:22:05.202Z Downloaded windows-targets v0.48.5
41192023-11-02T05:22:05.221Z Downloaded rand_hc v0.2.0
41202023-11-02T05:22:05.234Z Downloaded wasm-bindgen-shared v0.2.87
41212023-11-02T05:22:05.257Z Downloaded md5 v0.7.0
41222023-11-02T05:22:05.277Z Downloaded hermit-abi v0.3.2
41232023-11-02T05:22:05.293Z Downloaded redox_users v0.4.3
41242023-11-02T05:22:05.309Z Downloaded core-foundation-sys v0.8.4
41252023-11-02T05:22:05.332Z Downloaded android-tzdata v0.1.1
41262023-11-02T05:22:05.348Z Downloaded cbc v0.1.2
41272023-11-02T05:22:05.368Z Downloaded russh-cryptovec v0.7.0
41282023-11-02T05:22:05.382Z Downloaded rdrand v0.4.0
41292023-11-02T05:22:05.428Z Downloaded fuchsia-cprng v0.1.1
41302023-11-02T05:22:05.451Z Downloaded critical-section v1.1.2
41312023-11-02T05:22:05.480Z Downloaded anstyle-wincon v2.1.0
41322023-11-02T05:22:05.494Z Downloaded rand_core v0.3.1
41332023-11-02T05:22:05.502Z Downloaded security-framework-sys v2.9.1
41342023-11-02T05:22:05.514Z Downloaded core-foundation v0.9.3
41352023-11-02T05:22:05.528Z Downloaded rand_core v0.4.2
41362023-11-02T05:22:05.563Z Downloaded redox_syscall v0.2.16
41372023-11-02T05:22:05.581Z Downloaded hermit-abi v0.1.19
41382023-11-02T05:22:06.006Z Downloaded rand_chacha v0.2.2
41392023-11-02T05:22:06.014Z Downloaded pbkdf2 v0.11.0
41402023-11-02T05:22:06.023Z Downloaded dirs-sys v0.4.1
41412023-11-02T05:22:06.033Z Downloaded dirs v5.0.1
41422023-11-02T05:22:06.059Z Downloaded fs2 v0.4.3
41432023-11-02T05:22:06.069Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
41442023-11-02T05:22:06.082Z Downloaded atomic-polyfill v0.1.11
41452023-11-02T05:22:06.515Z Downloaded blowfish v0.9.1
41462023-11-02T05:22:06.523Z Downloaded ipconfig v0.3.2
41472023-11-02T05:22:06.532Z Downloaded schannel v0.1.22
41482023-11-02T05:22:06.562Z Downloaded wasm-bindgen-macro-support v0.2.87
41492023-11-02T05:22:06.578Z Downloaded ed25519 v2.2.2
41502023-11-02T05:22:06.594Z Downloaded getrandom v0.1.16
41512023-11-02T05:22:07.018Z Downloaded crossterm_winapi v0.9.1
41522023-11-02T05:22:07.032Z Downloaded russh-keys v0.38.0
41532023-11-02T05:22:07.048Z Downloaded password-hash v0.4.2
41542023-11-02T05:22:07.470Z Downloaded bcrypt-pbkdf v0.10.0
41552023-11-02T05:22:07.485Z Downloaded encode_unicode v0.3.6
41562023-11-02T05:22:07.538Z Downloaded pbkdf2 v0.12.2
41572023-11-02T05:22:07.555Z Downloaded ed25519-dalek v2.0.0
41582023-11-02T05:22:07.563Z Downloaded bumpalo v3.13.0
41592023-11-02T05:22:07.568Z Downloaded widestring v1.0.2
41602023-11-02T05:22:07.578Z Downloaded js-sys v0.3.64
41612023-11-02T05:22:07.589Z Downloaded rand v0.7.3
41622023-11-02T05:22:07.598Z Downloaded security-framework v2.9.2
41632023-11-02T05:22:07.607Z Downloaded russh v0.38.0
41642023-11-02T05:22:07.621Z Downloaded aes-gcm v0.10.3
41652023-11-02T05:22:07.636Z Downloaded wasm-bindgen v0.2.87
41662023-11-02T05:22:07.652Z Downloaded windows_aarch64_gnullvm v0.42.2
41672023-11-02T05:22:07.670Z Downloaded windows_aarch64_gnullvm v0.48.5
41682023-11-02T05:22:07.688Z Downloaded windows_x86_64_gnullvm v0.42.2
41692023-11-02T05:22:07.699Z Downloaded windows_x86_64_gnullvm v0.48.5
41702023-11-02T05:22:07.717Z Downloaded fiat-crypto v0.2.1
41712023-11-02T05:22:07.726Z Downloaded windows_aarch64_msvc v0.42.2
41722023-11-02T05:22:07.731Z Downloaded windows_x86_64_msvc v0.42.2
41732023-11-02T05:22:07.735Z Downloaded web-sys v0.3.64
41742023-11-02T05:22:07.741Z Downloaded windows_x86_64_gnu v0.42.2
41752023-11-02T05:22:07.745Z Downloaded windows_i686_msvc v0.42.2
41762023-11-02T05:22:07.751Z Downloaded windows_i686_gnu v0.42.2
41772023-11-02T05:22:07.756Z Downloaded windows_aarch64_msvc v0.48.5
41782023-11-02T05:22:07.761Z Downloaded windows_x86_64_gnu v0.48.5
41792023-11-02T05:22:07.780Z Downloaded windows_i686_gnu v0.48.5
41802023-11-02T05:22:07.789Z Downloaded windows_x86_64_msvc v0.48.5
41812023-11-02T05:22:07.794Z Downloaded windows_i686_msvc v0.48.5
41822023-11-02T05:22:07.798Z Downloaded linux-raw-sys v0.3.8
41832023-11-02T05:22:07.803Z Downloaded winapi v0.3.9
41842023-11-02T05:22:07.807Z Downloaded linux-raw-sys v0.4.5
41852023-11-02T05:22:07.813Z Downloaded windows-sys v0.45.0
41862023-11-02T05:22:07.818Z Downloaded windows-sys v0.48.0
41872023-11-02T05:22:07.822Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
41882023-11-02T05:22:07.827Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
41892023-11-02T05:22:07.842Z Downloaded windows v0.48.0
41902023-11-02T05:22:07.850Zinfo: experimental features enabled: setup-scripts
41912023-11-02T05:22:07.856Z Finished test [unoptimized + debuginfo] target(s) in 1.92s
41922023-11-02T05:22:07.861Z Starting 892 tests across 99 binaries (2 skipped)
41932023-11-02T05:22:07.866Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed
41942023-11-02T05:22:09.034Z Compiling unicode-ident v1.0.12
41952023-11-02T05:22:09.132Z Compiling cfg-if v1.0.0
41962023-11-02T05:22:09.154Z Compiling once_cell v1.18.0
41972023-11-02T05:22:09.167Z Compiling libc v0.2.149
41982023-11-02T05:22:09.588Z Compiling serde_json v1.0.108
41992023-11-02T05:22:09.635Z Compiling getrandom v0.2.10
42002023-11-02T05:22:09.652Z Compiling memchr v2.6.3
42012023-11-02T05:22:09.718Z Compiling generic-array v0.14.7
42022023-11-02T05:22:09.798Z Compiling itoa v1.0.9
42032023-11-02T05:22:09.805Z Compiling log v0.4.20
42042023-11-02T05:22:09.810Z Compiling proc-macro2 v1.0.67
42052023-11-02T05:22:09.817Z Compiling scopeguard v1.2.0
42062023-11-02T05:22:09.824Z Compiling lock_api v0.4.10
42072023-11-02T05:22:09.865Z Compiling ryu v1.0.15
42082023-11-02T05:22:09.890Z Compiling libm v0.2.7
42092023-11-02T05:22:10.463Z Compiling heck v0.4.1
42102023-11-02T05:22:10.525Z Compiling smallvec v1.11.0
42112023-11-02T05:22:10.572Z Compiling byteorder v1.5.0
42122023-11-02T05:22:10.595Z Compiling ahash v0.8.3
42132023-11-02T05:22:10.606Z Compiling pin-project-lite v0.2.13
42142023-11-02T05:22:10.615Z Compiling quote v1.0.33
42152023-11-02T05:22:10.626Z Compiling rand_core v0.6.4
42162023-11-02T05:22:10.902Z Compiling jobserver v0.1.26
42172023-11-02T05:22:11.158Z Compiling syn v2.0.32
42182023-11-02T05:22:11.606Z Compiling cc v1.0.83
42192023-11-02T05:22:11.682Z Compiling syn v1.0.109
42202023-11-02T05:22:11.706Z Compiling num-traits v0.2.16
42212023-11-02T05:22:11.730Z Compiling parking_lot_core v0.9.8
42222023-11-02T05:22:11.820Z Compiling fnv v1.0.7
42232023-11-02T05:22:12.022Z Compiling typenum v1.16.0
42242023-11-02T05:22:12.054Z Compiling iana-time-zone v0.1.57
42252023-11-02T05:22:12.312Z Compiling parking_lot v0.12.1
42262023-11-02T05:22:13.054Z Compiling futures-core v0.3.29
42272023-11-02T05:22:13.083Z Compiling ucd-trie v0.1.6
42282023-11-02T05:22:13.100Z Compiling mio v0.8.8
42292023-11-02T05:22:13.488Z Compiling num_cpus v1.16.0
42302023-11-02T05:22:13.691Z Compiling socket2 v0.5.4
42312023-11-02T05:22:13.807Z Compiling signal-hook-registry v1.4.1
42322023-11-02T05:22:14.560Z Compiling futures-sink v0.3.29
42332023-11-02T05:22:14.753Z Compiling spin v0.5.2
42342023-11-02T05:22:14.952Z Compiling tinyvec_macros v0.1.1
42352023-11-02T05:22:14.991Z Compiling dyn-clone v1.0.13
42362023-11-02T05:22:15.034Z Compiling futures-channel v0.3.29
42372023-11-02T05:22:15.552Z Compiling tinyvec v1.6.0
42382023-11-02T05:22:15.562Z Compiling slab v0.4.9
42392023-11-02T05:22:15.570Z Compiling futures-task v0.3.29
42402023-11-02T05:22:15.580Z Compiling allocator-api2 v0.2.16
42412023-11-02T05:22:15.680Z Compiling pin-utils v0.1.0
42422023-11-02T05:22:15.697Z Compiling futures-io v0.3.29
42432023-11-02T05:22:15.714Z Compiling time-core v0.1.1
42442023-11-02T05:22:15.828Z Compiling hashbrown v0.13.2
42452023-11-02T05:22:16.012Z Compiling time-macros v0.2.13
42462023-11-02T05:22:16.173Z Compiling spin v0.9.8
42472023-11-02T05:22:16.182Z Compiling openssl-sys v0.9.93
42482023-11-02T05:22:16.631Z Compiling ring v0.16.20
42492023-11-02T05:22:16.770Z Compiling ring v0.17.5
42502023-11-02T05:22:17.717Z Compiling hashbrown v0.14.0
42512023-11-02T05:22:17.881Z Compiling unicode-normalization v0.1.22
42522023-11-02T05:22:18.089Z Compiling openssl v0.10.57
42532023-11-02T05:22:18.123Z Compiling native-tls v0.2.11
42542023-11-02T05:22:18.189Z Compiling tracing-core v0.1.31
42552023-11-02T05:22:18.670Z Compiling unicode-bidi v0.3.13
42562023-11-02T05:22:19.718Z Compiling equivalent v1.0.1
42572023-11-02T05:22:19.732Z Compiling aho-corasick v1.0.4
42582023-11-02T05:22:19.907Z Compiling subtle v2.5.0
42592023-11-02T05:22:20.451Z Compiling ppv-lite86 v0.2.17
42602023-11-02T05:22:20.466Z Compiling regex-syntax v0.8.2
42612023-11-02T05:22:20.977Z Compiling const-oid v0.9.5
42622023-11-02T05:22:21.260Z Compiling bzip2-sys v0.1.11+1.0.8
42632023-11-02T05:22:21.794Z Compiling rand_chacha v0.3.1
42642023-11-02T05:22:22.112Z Compiling base64 v0.21.5
42652023-11-02T05:22:22.371Z Compiling strsim v0.10.0
42662023-11-02T05:22:23.346Z Compiling rand v0.8.5
42672023-11-02T05:22:23.449Z Compiling thread-id v4.2.0
42682023-11-02T05:22:23.500Z Compiling num-bigint v0.4.4
42692023-11-02T05:22:23.624Z Compiling serde_derive_internals v0.26.0
42702023-11-02T05:22:24.125Z Compiling synstructure v0.12.6
42712023-11-02T05:22:24.302Z Compiling foreign-types-shared v0.1.1
42722023-11-02T05:22:24.491Z Compiling untrusted v0.9.0
42732023-11-02T05:22:24.809Z Compiling hashbrown v0.12.3
42742023-11-02T05:22:25.645Z Compiling bitflags v1.3.2
42752023-11-02T05:22:25.796Z Compiling openssl-probe v0.1.5
42762023-11-02T05:22:26.275Z Compiling percent-encoding v2.3.0
42772023-11-02T05:22:26.572Z Compiling untrusted v0.7.1
42782023-11-02T05:22:26.759Z Compiling regex-automata v0.4.3
42792023-11-02T05:22:26.838Z Compiling indexmap v1.9.3
42802023-11-02T05:22:28.296Z Compiling foreign-types v0.3.2
42812023-11-02T05:22:29.111Z Compiling backtrace v0.3.69
42822023-11-02T05:22:30.302Z Compiling errno v0.3.2
42832023-11-02T05:22:30.305Z Compiling unicode-width v0.1.11
42842023-11-02T05:22:30.526Z Compiling try-lock v0.2.4
42852023-11-02T05:22:30.761Z Compiling adler v1.0.2
42862023-11-02T05:22:31.054Z Compiling siphasher v0.3.11
42872023-11-02T05:22:31.103Z Compiling miniz_oxide v0.7.1
42882023-11-02T05:22:31.379Z Compiling want v0.3.1
42892023-11-02T05:22:31.698Z Compiling sct v0.7.0
42902023-11-02T05:22:32.190Z Compiling form_urlencoded v1.2.0
42912023-11-02T05:22:32.684Z Compiling lazy_static v1.4.0
42922023-11-02T05:22:32.877Z Compiling io-lifetimes v1.0.11
42932023-11-02T05:22:32.924Z Compiling httparse v1.8.0
42942023-11-02T05:22:33.634Z Compiling socket2 v0.4.9
42952023-11-02T05:22:33.643Z Compiling anstyle v1.0.2
42962023-11-02T05:22:33.934Z Compiling regex v1.10.2
42972023-11-02T05:22:34.051Z Compiling httpdate v1.0.3
42982023-11-02T05:22:34.196Z Compiling serde_derive v1.0.188
42992023-11-02T05:22:34.641Z Compiling zeroize_derive v1.4.2
43002023-11-02T05:22:34.647Z Compiling thiserror-impl v1.0.49
43012023-11-02T05:22:34.653Z Compiling tokio-macros v2.1.0
43022023-11-02T05:22:34.659Z Compiling futures-macro v0.3.29
43032023-11-02T05:22:35.205Z Compiling tracing-attributes v0.1.26
43042023-11-02T05:22:35.853Z Compiling schemars_derive v0.8.13
43052023-11-02T05:22:36.916Z Compiling zeroize v1.6.0
43062023-11-02T05:22:38.142Z Compiling openssl-macros v0.1.1
43072023-11-02T05:22:39.416Z Compiling thiserror v1.0.49
43082023-11-02T05:22:39.522Z Compiling zerocopy-derive v0.2.0
43092023-11-02T05:22:39.618Z Compiling pest v2.7.2
43102023-11-02T05:22:39.918Z Compiling crypto-common v0.1.6
43112023-11-02T05:22:40.321Z Compiling futures-util v0.3.29
43122023-11-02T05:22:40.856Z Compiling tracing v0.1.37
43132023-11-02T05:22:41.358Z Compiling block-buffer v0.10.4
43142023-11-02T05:22:41.774Z Compiling digest v0.10.7
43152023-11-02T05:22:42.954Z Compiling async-trait v0.1.74
43162023-11-02T05:22:42.960Z Compiling hubpack_derive v0.1.1
43172023-11-02T05:22:42.970Z Compiling zerocopy v0.3.0
43182023-11-02T05:22:43.007Z Compiling zerocopy-derive v0.6.4
43192023-11-02T05:22:44.038Z Compiling pest_meta v2.7.2
43202023-11-02T05:22:44.052Z Compiling dof v0.1.5
43212023-11-02T05:22:44.560Z Compiling cpufeatures v0.2.9
43222023-11-02T05:22:44.734Z Compiling utf8parse v0.2.1
43232023-11-02T05:22:45.061Z Compiling tower-service v0.3.2
43242023-11-02T05:22:45.261Z Compiling anstyle-parse v0.2.1
43252023-11-02T05:22:45.506Z Compiling sha2 v0.10.8
43262023-11-02T05:22:45.818Z Compiling hmac v0.12.1
43272023-11-02T05:22:46.280Z Compiling md-5 v0.10.5
43282023-11-02T05:22:46.601Z Compiling pest_generator v2.7.2
43292023-11-02T05:22:46.662Z Compiling strum_macros v0.25.2
43302023-11-02T05:22:46.694Z Compiling rustix v0.37.23
43312023-11-02T05:22:47.435Z Compiling diesel_table_macro_syntax v0.1.0
43322023-11-02T05:22:47.950Z Compiling serde v1.0.188
43332023-11-02T05:22:49.278Z Compiling rustls-pemfile v1.0.3
43342023-11-02T05:22:49.703Z Compiling stringprep v0.1.3
43352023-11-02T05:22:49.783Z Compiling idna v0.4.0
43362023-11-02T05:22:51.063Z Compiling regress v0.7.1
43372023-11-02T05:22:51.194Z Compiling num-integer v0.1.45
43382023-11-02T05:22:51.556Z Compiling pest_derive v2.7.2
43392023-11-02T05:22:52.439Z Compiling hash32 v0.2.1
43402023-11-02T05:22:52.515Z Compiling stable_deref_trait v1.2.0
43412023-11-02T05:22:52.681Z Compiling either v1.9.0
43422023-11-02T05:22:53.008Z Compiling dtrace-parser v0.1.14
43432023-11-02T05:22:53.024Z Compiling anstyle-query v1.0.0
43442023-11-02T05:22:53.230Z Compiling gimli v0.28.0
43452023-11-02T05:22:53.245Z Compiling fallible-iterator v0.2.0
43462023-11-02T05:22:53.314Z Compiling colorchoice v1.0.0
43472023-11-02T05:22:53.556Z Compiling anstream v0.5.0
43482023-11-02T05:22:53.583Z Compiling time v0.3.27
43492023-11-02T05:22:54.464Z Compiling url v2.4.1
43502023-11-02T05:22:54.606Z Compiling rustls-native-certs v0.6.3
43512023-11-02T05:22:55.283Z Compiling terminal_size v0.2.6
43522023-11-02T05:22:55.595Z Compiling diesel_derives v2.1.1
43532023-11-02T05:22:56.077Z Compiling block-padding v0.3.3
43542023-11-02T05:22:56.456Z Compiling enum-as-inner v0.5.1
43552023-11-02T05:22:57.477Z Compiling clap_derive v4.4.2
43562023-11-02T05:22:58.306Z Compiling bytes v1.5.0
43572023-11-02T05:22:59.672Z Compiling uuid v1.4.1
43582023-11-02T05:23:00.542Z Compiling chrono v0.4.31
43592023-11-02T05:23:00.930Z Compiling tokio v1.33.0
43602023-11-02T05:23:03.232Z Compiling http v0.2.9
43612023-11-02T05:23:05.639Z Compiling schemars v0.8.13
43622023-11-02T05:23:11.609Z Compiling semver v1.0.20
43632023-11-02T05:23:11.960Z Compiling rustc_version v0.4.0
43642023-11-02T05:23:11.973Z Compiling indexmap v2.0.0
43652023-11-02T05:23:12.001Z Compiling bitflags v2.4.0
43662023-11-02T05:23:12.065Z Compiling heapless v0.7.16
43672023-11-02T05:23:12.100Z Compiling usdt-impl v0.3.5
43682023-11-02T05:23:12.182Z Compiling serde_tokenstream v0.1.7
43692023-11-02T05:23:12.237Z Compiling http-body v0.4.5
43702023-11-02T05:23:12.266Z Compiling serde_tokenstream v0.2.0
43712023-11-02T05:23:12.276Z Compiling usdt-macro v0.3.5
43722023-11-02T05:23:12.296Z Compiling usdt-attr-macro v0.3.5
43732023-11-02T05:23:12.306Z Compiling openapiv3 v1.0.3
43742023-11-02T05:23:16.044Z Compiling tokio-util v0.7.10
43752023-11-02T05:23:17.589Z Compiling h2 v0.3.21
43762023-11-02T05:23:20.212Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
43772023-11-02T05:23:21.601Z Compiling tokio-native-tls v0.3.1
43782023-11-02T05:23:22.106Z Compiling addr2line v0.21.0
43792023-11-02T05:23:23.536Z Compiling postgres-protocol v0.6.6
43802023-11-02T05:23:24.613Z Compiling toml_datetime v0.6.5
43812023-11-02T05:23:24.993Z Compiling serde_spanned v0.6.4
43822023-11-02T05:23:25.330Z Compiling serde_repr v0.1.16
43832023-11-02T05:23:25.340Z Compiling phf_shared v0.11.2
43842023-11-02T05:23:25.828Z Compiling crc32fast v1.3.2
43852023-11-02T05:23:26.247Z Compiling scheduled-thread-pool v0.2.7
43862023-11-02T05:23:26.252Z Compiling object v0.32.1
43872023-11-02T05:23:26.260Z Compiling rustc-demangle v0.1.23
43882023-11-02T05:23:26.420Z Compiling managed v0.8.0
43892023-11-02T05:23:27.212Z Compiling deranged v0.3.8
43902023-11-02T05:23:27.336Z Compiling regex-automata v0.1.10
43912023-11-02T05:23:27.487Z Compiling bit-vec v0.6.3
43922023-11-02T05:23:28.184Z Compiling winnow v0.5.15
43932023-11-02T05:23:28.199Z Compiling ipnet v2.8.0
43942023-11-02T05:23:30.097Z Compiling hyper v0.14.27
43952023-11-02T05:23:34.516Z Compiling matches v0.1.10
43962023-11-02T05:23:34.665Z Compiling clap_lex v0.5.1
43972023-11-02T05:23:35.209Z Compiling tap v1.0.1
43982023-11-02T05:23:35.511Z Compiling num_threads v0.1.6
43992023-11-02T05:23:35.527Z Compiling wyz v0.5.1
44002023-11-02T05:23:35.697Z Compiling clap_builder v4.4.2
44012023-11-02T05:23:36.474Z Compiling idna v0.2.3
44022023-11-02T05:23:37.621Z Compiling toml_edit v0.19.15
44032023-11-02T05:23:40.044Z Compiling bstr v0.2.17
44042023-11-02T05:23:41.461Z Compiling smoltcp v0.9.1
44052023-11-02T05:23:42.481Z Compiling hyper-tls v0.5.0
44062023-11-02T05:23:43.081Z Compiling r2d2 v0.8.10
44072023-11-02T05:23:43.708Z Compiling phf v0.11.2
44082023-11-02T05:23:44.438Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
44092023-11-02T05:23:44.479Z Compiling flate2 v1.0.28
44102023-11-02T05:23:44.904Z Compiling postgres-types v0.2.6
44112023-11-02T05:23:45.196Z Compiling ipnetwork v0.20.0
44122023-11-02T05:23:45.891Z Compiling serde_urlencoded v0.7.1
44132023-11-02T05:23:46.539Z Compiling hubpack v0.1.2
44142023-11-02T05:23:46.785Z Compiling inout v0.1.3
44152023-11-02T05:23:47.046Z Compiling itertools v0.11.0
44162023-11-02T05:23:47.321Z Compiling futures-executor v0.3.29
44172023-11-02T05:23:47.333Z Compiling zerocopy v0.6.4
44182023-11-02T05:23:47.394Z Compiling memoffset v0.9.0
44192023-11-02T05:23:47.631Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
44202023-11-02T05:23:48.078Z Compiling phf_shared v0.10.0
44212023-11-02T05:23:48.143Z Compiling radium v0.7.0
44222023-11-02T05:23:48.706Z Compiling crossbeam-utils v0.8.16
44232023-11-02T05:23:48.744Z Compiling float-cmp v0.9.0
44242023-11-02T05:23:48.898Z Compiling encoding_rs v0.8.33
44252023-11-02T05:23:49.126Z Compiling regex-automata v0.3.8
44262023-11-02T05:23:49.601Z Compiling fixedbitset v0.4.2
44272023-11-02T05:23:50.320Z Compiling predicates-core v1.0.6
44282023-11-02T05:23:50.467Z Compiling funty v2.0.0
44292023-11-02T05:23:50.503Z Compiling webpki-roots v0.25.2
44302023-11-02T05:23:50.796Z Compiling mime v0.3.17
44312023-11-02T05:23:50.857Z Compiling data-encoding v2.4.0
44322023-11-02T05:23:51.681Z Compiling unicode-segmentation v1.10.1
44332023-11-02T05:23:52.039Z Compiling precomputed-hash v0.1.1
44342023-11-02T05:23:52.214Z Compiling normalize-line-endings v0.3.0
44352023-11-02T05:23:52.231Z Compiling new_debug_unreachable v1.0.4
44362023-11-02T05:23:52.366Z Compiling difflib v0.4.0
44372023-11-02T05:23:52.404Z Compiling whoami v1.4.1
44382023-11-02T05:23:53.110Z Compiling static_assertions v1.1.0
44392023-11-02T05:23:53.126Z Compiling predicates v3.0.4
44402023-11-02T05:23:53.147Z Compiling tokio-postgres v0.7.10
44412023-11-02T05:23:53.279Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
44422023-11-02T05:23:53.292Z Compiling similar v2.2.1
44432023-11-02T05:23:53.619Z Compiling bitvec v1.0.1
44442023-11-02T05:23:54.233Z Compiling string_cache v0.8.7
44452023-11-02T05:23:54.616Z Compiling bstr v1.6.0
44462023-11-02T05:23:54.952Z Compiling trust-dns-proto v0.22.0
44472023-11-02T05:23:55.711Z Compiling yasna v0.5.2
44482023-11-02T05:23:56.992Z Compiling petgraph v0.6.4
44492023-11-02T05:23:57.236Z Compiling crossbeam-epoch v0.9.15
44502023-11-02T05:23:58.530Z Compiling diesel v2.1.3
44512023-11-02T05:23:58.697Z Compiling futures v0.3.29
44522023-11-02T05:23:58.907Z Compiling cipher v0.4.4
44532023-11-02T05:23:59.697Z Compiling toml v0.7.8
44542023-11-02T05:24:01.489Z Compiling clap v4.4.3
44552023-11-02T05:24:01.496Z Compiling anyhow v1.0.75
44562023-11-02T05:24:01.577Z Compiling bit-set v0.5.3
44572023-11-02T05:24:01.893Z Compiling tokio-stream v0.1.14
44582023-11-02T05:24:02.049Z Compiling usdt v0.3.5
44592023-11-02T05:24:02.287Z Compiling rustix v0.38.9
44602023-11-02T05:24:02.539Z Compiling hex v0.4.3
44612023-11-02T05:24:03.211Z Compiling num-iter v0.1.43
44622023-11-02T05:24:03.518Z Compiling itertools v0.10.5
44632023-11-02T05:24:03.579Z Compiling signature v2.1.0
44642023-11-02T05:24:03.764Z Compiling console v0.15.7
44652023-11-02T05:24:03.867Z Compiling slog v2.7.0
44662023-11-02T05:24:03.971Z Compiling lalrpop-util v0.19.12
44672023-11-02T05:24:04.543Z Compiling darling_core v0.20.3
44682023-11-02T05:24:10.886Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
44692023-11-02T05:24:12.060Z Compiling structmeta-derive v0.1.6
44702023-11-02T05:24:12.430Z Compiling getopts v0.2.21
44712023-11-02T05:24:13.908Z Compiling darling_macro v0.20.3
44722023-11-02T05:24:19.243Z Compiling darling v0.20.3
44732023-11-02T05:24:19.395Z Compiling structmeta v0.1.6
44742023-11-02T05:24:19.447Z Compiling serde_yaml v0.9.25
44752023-11-02T05:24:19.461Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
44762023-11-02T05:24:19.863Z Compiling camino v1.1.6
44772023-11-02T05:24:20.066Z Compiling slog-json v2.6.1
44782023-11-02T05:24:22.153Z Compiling sha1 v0.10.5
44792023-11-02T05:24:22.892Z Compiling async-stream-impl v0.3.5
44802023-11-02T05:24:23.936Z Compiling tempfile v3.8.0
44812023-11-02T05:24:33.159Z Compiling async-stream v0.3.5
44822023-11-02T05:24:33.177Z Compiling parse-display-derive v0.7.0
44832023-11-02T05:24:33.262Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
44842023-11-02T05:24:33.451Z Compiling slog-term v2.9.0
44852023-11-02T05:24:33.520Z Compiling slog-bunyan v2.4.0
44862023-11-02T05:24:34.106Z Compiling multer v2.1.0
44872023-11-02T05:24:34.696Z Compiling serde_with_macros v2.3.3
44882023-11-02T05:24:36.146Z Compiling toml_edit v0.20.7
44892023-11-02T05:24:36.392Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
44902023-11-02T05:24:38.969Z Compiling serde_path_to_error v0.1.14
44912023-11-02T05:24:39.803Z Compiling backoff v0.4.0
44922023-11-02T05:24:39.921Z Compiling serde_with v2.3.3
44932023-11-02T05:24:40.426Z Compiling parse-display v0.7.0
44942023-11-02T05:24:40.475Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
44952023-11-02T05:24:40.730Z Compiling headers-core v0.2.0
44962023-11-02T05:24:40.742Z Compiling macaddr v1.0.1
44972023-11-02T05:24:40.989Z Compiling strum v0.25.0
44982023-11-02T05:24:41.285Z Compiling toml v0.8.6
44992023-11-02T05:24:41.528Z Compiling rcgen v0.11.3
45002023-11-02T05:24:43.933Z Compiling headers v0.3.9
45012023-11-02T05:24:44.386Z Compiling atomicwrites v0.4.2
45022023-11-02T05:24:44.972Z Compiling camino-tempfile v1.0.2
45032023-11-02T05:24:48.908Z Compiling bzip2 v0.4.4
45042023-11-02T05:24:49.523Z Compiling zip v0.6.6
45052023-11-02T05:24:53.653Z Compiling rustls v0.21.8
45062023-11-02T05:24:53.723Z Compiling rustls-webpki v0.101.7
45072023-11-02T05:25:07.331Z Compiling tokio-rustls v0.24.1
45082023-11-02T05:25:07.613Z Compiling hyper-rustls v0.24.2
45092023-11-02T05:25:07.839Z Compiling reqwest v0.11.20
45102023-11-02T05:25:07.930Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
45112023-11-02T05:25:08.048Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
45122023-11-02T05:25:08.106Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
45132023-11-02T05:25:12.615Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
45142023-11-02T05:25:13.149Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45152023-11-02T05:25:24.394Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
45162023-11-02T05:25:35.661Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45172023-11-02T05:25:38.446Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
45182023-11-02T05:25:47.966Z Finished dev [unoptimized + debuginfo] target(s) in 3m 40s
45192023-11-02T05:25:48.013Z Running `target/debug/crdb-seed`
45202023-11-02T05:25:48.057ZNov 02 05:25:48.065 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpLv3uWZ
45212023-11-02T05:25:48.061ZNov 02 05:25:48.065 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpjIZcwN,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpLv3uWZ/listen-url
45222023-11-02T05:25:48.067ZNov 02 05:25:48.067 INFO cockroach environment: BUILDOMAT_JOB_ID=01HE753SN84TK43488R5HKP706 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=renovate/toml-0.x GITHUB_REF=refs/heads/renovate/toml-0.x GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=62028649ec29ea537d939b2ca0a204536b2b3efa 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-73f44f7f2703292f/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-5495af41434671b7/out:/work/oxidecomputer/omicron/target/debug/build/ring-d5da8041c384a28b/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-4e554edf952aff8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out:/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out:/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/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-envStmwrF NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out:/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out:/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/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=ae7ec63d-4e7e-4a89-9bbd-b4e573bccfd3 PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron 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
45232023-11-02T05:25:49.874ZNov 02 05:25:49.470 INFO cockroach pid: 5948
45242023-11-02T05:25:49.882ZNov 02 05:25:49.470 INFO cockroach listen URL: postgresql://root@[::1]:65418/omicron?sslmode=disable
45252023-11-02T05:25:49.886ZNov 02 05:25:49.470 INFO cockroach: populating
45262023-11-02T05:25:51.609ZNov 02 05:25:51.618 INFO cockroach: populated
45272023-11-02T05:25:54.308ZNov 02 05:25:54.314 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/64780a6c7d4764a39d029fb0f3d9f5189c85cf01211dae6c11c54addcc1b071a.tar`
45282023-11-02T05:25:54.313Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed
45292023-11-02T05:25:54.401Z PASS [ 0.048s] authz-macros::proc-macro/authz-macros test_authz_dump
45302023-11-02T05:25:54.405Z PASS [ 0.042s] bootstore schemes::tests::hello_roundtrip
45312023-11-02T05:25:54.410Z PASS [ 0.034s] bootstore trust_quorum::rack_secret::tests::create_and_verify
45322023-11-02T05:25:54.414Z PASS [ 0.041s] bootstore schemes::v0::share_pkg::tests::create_packages
45332023-11-02T05:25:54.420Z PASS [ 0.044s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
45342023-11-02T05:25:54.426Z PASS [ 0.037s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_for_enums
45352023-11-02T05:25:54.434Z PASS [ 0.029s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
45362023-11-02T05:25:54.437Z PASS [ 0.036s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
45372023-11-02T05:25:54.447Z PASS [ 0.032s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_table_name
45382023-11-02T05:25:54.463Z PASS [ 0.029s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_minimal_example_compiles
45392023-11-02T05:25:54.476Z PASS [ 0.113s] bootstore schemes::v0::peer::tests::network_config
45402023-11-02T05:25:54.695Z PASS [ 0.266s] dns-server storage::test::test_update_in_progress
45412023-11-02T05:25:54.710Z PASS [ 0.276s] dns-server storage::test::test_update_interrupted
45422023-11-02T05:25:54.717Z PASS [ 0.297s] dns-server storage::test::test_update_basic
45432023-11-02T05:25:55.061Z PASS [ 0.572s] dns-server::basic_test a_crud
45442023-11-02T05:25:55.072Z PASS [ 0.599s] dns-server::basic_test aaaa_crud
45452023-11-02T05:25:55.144Z PASS [ 0.451s] dns-server::basic_test empty_record
45462023-11-02T05:25:55.217Z PASS [ 0.508s] dns-server::basic_test multi_record_crud
45472023-11-02T05:25:55.225Z PASS [ 0.507s] dns-server::basic_test name_contains_zone
45482023-11-02T05:25:55.426Z PASS [ 0.408s] dns-server::basic_test nxdomain
45492023-11-02T05:25:55.441Z PASS [ 0.215s] dns-server::openapi_test test_dns_server_openapi
45502023-11-02T05:25:55.463Z PASS [ 0.040s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
45512023-11-02T05:25:55.477Z PASS [ 0.031s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
45522023-11-02T05:25:55.481Z PASS [ 0.420s] dns-server::basic_test servfail
45532023-11-02T05:25:55.515Z PASS [ 0.038s] illumos-utils destructor::test::test_destructor_bad_close
45542023-11-02T05:25:55.522Z PASS [ 0.061s] illumos-utils destructor::test::test_delayed_delete
45552023-11-02T05:25:55.533Z PASS [ 1.201s] bootstore schemes::v0::peer::tests::basic_3_nodes
45562023-11-02T05:25:55.552Z PASS [ 0.035s] illumos-utils link::test::test_allocate
45572023-11-02T05:25:55.557Z PASS [ 0.034s] illumos-utils link::test::test_allocate_within_scopes
45582023-11-02T05:25:55.564Z PASS [ 0.032s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file
45592023-11-02T05:25:55.574Z PASS [ 0.025s] illumos-utils running_zone::tests::test_is_oxide_smf_service
45602023-11-02T05:25:55.587Z PASS [ 0.031s] illumos-utils zone::tests::test_parse_ip_network
45612023-11-02T05:25:55.603Z PASS [ 0.037s] illumos-utils zpool::test::test_parse_bad_zpool_names
45622023-11-02T05:25:55.618Z PASS [ 0.035s] illumos-utils zpool::test::test_parse_external_zpool_name
45632023-11-02T05:25:55.621Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_internal_zpool_name
45642023-11-02T05:25:55.672Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_zpool
45652023-11-02T05:25:55.675Z PASS [ 0.031s] illumos-utils zpool::test::test_parse_zpool_missing_column
45662023-11-02T05:25:55.679Z PASS [ 0.034s] illumos-utils zpool::test::test_parse_zpool_name_json
45672023-11-02T05:25:55.684Z PASS [ 0.036s] illumos-utils zpool::test::test_zpool_name_regex
45682023-11-02T05:25:55.690Z PASS [ 0.537s] dns-server::basic_test srv_crud
45692023-11-02T05:25:55.811Z PASS [ 0.165s] installinator block_size_writer::tests::proptest_block_writer
45702023-11-02T05:25:55.850Z PASS [ 0.038s] internal-dns config::test::display_hosts
45712023-11-02T05:25:55.874Z PASS [ 0.029s] internal-dns config::test::display_srv_service
45722023-11-02T05:25:55.918Z PASS [ 0.043s] internal-dns config::test::test_builder_errors
45732023-11-02T05:25:55.967Z PASS [ 0.048s] internal-dns config::test::test_builder_output
45742023-11-02T05:25:56.024Z PASS [ 0.341s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
45752023-11-02T05:25:56.479Z PASS [ 1.006s] illumos-utils destructor::test::test_delayed_delete_with_error
45762023-11-02T05:25:56.524Z PASS [ 0.502s] internal-dns resolver::test::insert_and_lookup_one_record
45772023-11-02T05:25:56.731Z PASS [ 0.740s] internal-dns resolver::test::insert_and_lookup_multiple_records
45782023-11-02T05:25:56.857Z PASS [ 0.377s] internal-dns resolver::test::lookup_nonexistent_record_fails
45792023-11-02T05:25:57.306Z PASS [ 0.591s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
45802023-11-02T05:25:57.318Z PASS [ 0.781s] internal-dns resolver::test::resolver_can_access_backup_dns_server
45812023-11-02T05:25:57.367Z PASS [ 0.053s] ipcc-key-value tests::deserialize_fixed_value
45822023-11-02T05:25:57.458Z PASS [ 0.082s] ipcc-key-value tests::installinator_image_id_round_trip
45832023-11-02T05:25:57.483Z PASS [ 0.039s] ipcc-key-value tests::serialized_size
45842023-11-02T05:25:57.543Z PASS [ 0.060s] key-manager tests::different_disks_produce_different_keys
45852023-11-02T05:25:57.577Z PASS [ 0.032s] key-manager tests::different_ikm_produces_different_keys
45862023-11-02T05:25:57.589Z PASS [ 0.734s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
45872023-11-02T05:25:57.611Z PASS [ 0.036s] key-manager tests::disk_encryption_key_epoch_0
45882023-11-02T05:25:57.617Z PASS [ 0.027s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
45892023-11-02T05:25:58.061Z PASS [ 0.041s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
45902023-11-02T05:25:58.080Z PASS [ 0.042s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
45912023-11-02T05:25:58.527Z PASS [ 0.035s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
45922023-11-02T05:25:58.533Z PASS [ 0.038s] nexus-db-model semver_version::test::test_to_from_sortable_string
45932023-11-02T05:25:58.539Z PASS [ 0.113s] nexus-db-model device_auth::test::test_generate_user_code
45942023-11-02T05:25:58.544Z PASS [ 0.038s] nexus-db-model tests::test_ip_subnet_check_requestable_address
45952023-11-02T05:25:58.549Z PASS [ 0.030s] nexus-db-model tests::test_ipv6_net_random_subnet
45962023-11-02T05:25:58.555Z PASS [ 0.036s] nexus-db-model tests::test_roles_database_strings
45972023-11-02T05:25:58.559Z PASS [ 0.060s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
45982023-11-02T05:25:58.565Z PASS [ 0.063s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
45992023-11-02T05:25:58.575Z PASS [ 0.590s] internal-dns resolver::test::update_record
46002023-11-02T05:25:58.581Z PASS [ 0.060s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
46012023-11-02T05:25:58.602Z PASS [ 0.054s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
46022023-11-02T05:25:58.618Z PASS [ 0.053s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
46032023-11-02T05:25:58.624Z PASS [ 0.053s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
46042023-11-02T05:25:58.633Z PASS [ 0.054s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
46052023-11-02T05:25:58.642Z PASS [ 0.058s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
46062023-11-02T05:25:58.651Z PASS [ 0.111s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
46072023-11-02T05:25:58.664Z PASS [ 0.094s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
46082023-11-02T05:25:58.672Z PASS [ 0.052s] nexus-db-queries authn::external::session_cookie::test::test_get_token
46092023-11-02T05:25:58.679Z PASS [ 0.048s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
46102023-11-02T05:25:58.693Z PASS [ 0.047s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
46112023-11-02T05:25:58.704Z PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
46122023-11-02T05:25:58.721Z PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
46132023-11-02T05:25:58.728Z PASS [ 0.050s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
46142023-11-02T05:25:58.734Z PASS [ 0.050s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
46152023-11-02T05:25:58.739Z PASS [ 0.043s] nexus-db-queries authn::external::spoof::test::test_make_header_value
46162023-11-02T05:25:58.743Z PASS [ 0.055s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
46172023-11-02T05:25:58.747Z PASS [ 0.099s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
46182023-11-02T05:25:58.752Z PASS [ 0.056s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
46192023-11-02T05:25:58.757Z PASS [ 0.049s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
46202023-11-02T05:25:58.761Z PASS [ 0.052s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
46212023-11-02T05:25:58.766Z PASS [ 0.051s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
46222023-11-02T05:25:58.801Z PASS [ 0.058s] nexus-db-queries authn::external::test::test_authn_sequence
46232023-11-02T05:25:58.821Z PASS [ 0.047s] nexus-db-queries authn::external::token::test::test_make_header_value
46242023-11-02T05:25:58.827Z PASS [ 0.055s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
46252023-11-02T05:25:58.832Z PASS [ 0.050s] nexus-db-queries authn::external::token::test::test_token_header_missing
46262023-11-02T05:25:58.838Z PASS [ 0.051s] nexus-db-queries authn::external::token::test::test_token_header_valid
46272023-11-02T05:25:58.841Z PASS [ 0.053s] nexus-db-queries authn::test::test_internal_users
46282023-11-02T05:25:58.845Z PASS [ 0.067s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
46292023-11-02T05:25:59.761Z PASS [ 4.543s] dns-server::commands_test test_dnsadm
46302023-11-02T05:26:07.126Z PASS [ 7.852s] nexus-db-queries authz::context::test::test_unregistered_resource
46312023-11-02T05:26:07.208Z PASS [ 11.463s] installinator write::tests::proptest_write_artifact
46322023-11-02T05:26:07.730Z PASS [ 7.958s] nexus-db-queries context::test::test_background_context
46332023-11-02T05:26:09.080Z PASS [ 13.424s] installinator mock_peers::tests::proptest_fetch_artifact
46342023-11-02T05:26:15.663Z PASS [ 7.942s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
46352023-11-02T05:26:16.115Z PASS [ 9.853s] nexus-db-queries context::test::test_child_context
46362023-11-02T05:26:17.371Z PASS [ 10.215s] nexus-db-queries context::test::test_test_context
46372023-11-02T05:26:17.678Z PASS [ 8.600s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
46382023-11-02T05:26:18.174Z PASS [ 19.707s] nexus-db-queries authz::policy_test::test_conferred_roles
46392023-11-02T05:26:22.860Z PASS [ 7.198s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
46402023-11-02T05:26:24.527Z PASS [ 8.419s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
46412023-11-02T05:26:25.624Z PASS [ 7.946s] nexus-db-queries db::collection_attach::test::test_attach_once
46422023-11-02T05:26:26.398Z PASS [ 9.031s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
46432023-11-02T05:26:26.470Z PASS [ 0.072s] nexus-db-queries db::collection_attach::test::test_verify_query
46442023-11-02T05:26:26.603Z PASS [ 8.455s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
46452023-11-02T05:26:30.873Z PASS [ 8.014s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
46462023-11-02T05:26:32.651Z PASS [ 8.126s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
46472023-11-02T05:26:33.436Z PASS [ 7.813s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
46482023-11-02T05:26:34.503Z PASS [ 7.926s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
46492023-11-02T05:26:34.840Z PASS [ 8.384s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
46502023-11-02T05:26:34.907Z PASS [ 0.070s] nexus-db-queries db::collection_detach::test::test_verify_query
46512023-11-02T05:26:38.876Z PASS [ 7.598s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
46522023-11-02T05:26:39.913Z PASS [ 7.264s] nexus-db-queries db::collection_detach::test::test_detach_once
46532023-11-02T05:26:41.808Z PASS [ 8.196s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
46542023-11-02T05:26:42.292Z PASS [ 7.782s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
46552023-11-02T05:26:42.931Z PASS [ 8.024s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
46562023-11-02T05:26:46.401Z PASS [ 7.564s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
46572023-11-02T05:27:02.479Z PASS [ 7.776s] nexus-db-queries db::collection_detach_many::test::test_detach_many
46582023-11-02T05:27:02.851Z PASS [ 7.430s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
46592023-11-02T05:27:03.279Z PASS [ 0.061s] nexus-db-queries db::collection_detach_many::test::test_verify_query
46602023-11-02T05:27:03.391Z PASS [ 7.727s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
46612023-11-02T05:27:03.440Z PASS [ 7.515s] nexus-db-queries db::collection_detach_many::test::test_detach_once
46622023-11-02T05:27:03.448Z PASS [ 0.053s] nexus-db-queries db::collection_insert::test::test_verify_query
46632023-11-02T05:27:03.475Z PASS [ 52.631s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
46642023-11-02T05:27:03.499Z PASS [ 6.413s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
46652023-11-02T05:27:03.538Z PASS [ 0.057s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
46662023-11-02T05:27:03.621Z PASS [ 5.702s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
46672023-11-02T05:27:03.633Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
46682023-11-02T05:27:03.651Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
46692023-11-02T05:27:03.691Z PASS [ 5.369s] nexus-db-queries db::collection_insert::test::test_collection_not_present
46702023-11-02T05:27:03.804Z PASS [ 5.091s] nexus-db-queries db::collection_insert::test::test_collection_present
46712023-11-02T05:27:03.869Z PASS [ 5.491s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
46722023-11-02T05:27:03.906Z PASS [ 5.242s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
46732023-11-02T05:27:03.961Z PASS [ 7.371s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
46742023-11-02T05:27:04.004Z PASS [ 68.120s] bootstore::v0-fsm-proptest-learner run
46752023-11-02T05:27:04.041Z PASS [ 8.307s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
46762023-11-02T05:27:04.054Z PASS [ 9.730s] nexus-db-queries db::datastore::dns::test::test_dns_update
46772023-11-02T05:27:04.109Z PASS [ 8.458s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
46782023-11-02T05:27:04.230Z PASS [ 7.737s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
46792023-11-02T05:27:05.804Z PASS [ 9.456s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
46802023-11-02T05:27:07.284Z PASS [ 7.388s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
46812023-11-02T05:27:10.474Z PASS [ 7.995s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
46822023-11-02T05:27:10.810Z PASS [ 8.011s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
46832023-11-02T05:27:11.162Z PASS [ 8.045s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
46842023-11-02T05:27:11.482Z PASS [ 7.923s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
46852023-11-02T05:27:11.679Z PASS [ 7.919s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
46862023-11-02T05:27:13.174Z PASS [ 0.057s] nexus-db-queries db::datastore::region::test::test_extent_count
46872023-11-02T05:27:13.215Z PASS [ 77.661s] bootstore::v0-fsm-proptest-rack-coordinator run
46882023-11-02T05:27:13.264Z PASS [ 7.365s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
46892023-11-02T05:27:15.616Z PASS [ 8.356s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
46902023-11-02T05:27:18.375Z PASS [ 7.887s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
46912023-11-02T05:27:18.846Z PASS [ 8.029s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
46922023-11-02T05:27:19.092Z PASS [ 7.391s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
46932023-11-02T05:27:19.691Z PASS [ 7.653s] nexus-db-queries db::datastore::test::test_component_update_conflict
46942023-11-02T05:27:20.037Z PASS [ 8.870s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
46952023-11-02T05:27:20.211Z PASS [ 8.722s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
46962023-11-02T05:27:20.465Z PASS [ 7.288s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
46972023-11-02T05:27:22.296Z PASS [ 6.681s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
46982023-11-02T05:27:24.404Z PASS [ 5.310s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
46992023-11-02T05:27:26.307Z PASS [ 7.933s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
47002023-11-02T05:27:26.311Z PASS [ 7.459s] nexus-db-queries db::datastore::test::test_project_creation
47012023-11-02T05:27:27.643Z PASS [ 7.940s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
47022023-11-02T05:27:27.939Z PASS [ 7.733s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
47032023-11-02T05:27:29.785Z PASS [ 9.753s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
47042023-11-02T05:27:30.019Z PASS [ 9.557s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
47052023-11-02T05:27:32.362Z PASS [ 10.066s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
47062023-11-02T05:27:33.345Z PASS [ 5.410s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
47072023-11-02T05:27:33.946Z PASS [ 7.644s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
47082023-11-02T05:27:34.437Z PASS [ 10.037s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
47092023-11-02T05:27:35.012Z PASS [ 7.393s] nexus-db-queries db::datastore::test::test_session_methods
47102023-11-02T05:27:35.734Z PASS [ 9.439s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
47112023-11-02T05:27:35.797Z PASS [ 0.061s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
47122023-11-02T05:27:35.861Z PASS [ 0.066s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
47132023-11-02T05:27:35.929Z PASS [ 0.059s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
47142023-11-02T05:27:35.988Z PASS [ 0.068s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
47152023-11-02T05:27:36.824Z PASS [ 7.041s] nexus-db-queries db::datastore::test::test_ssh_keys
47162023-11-02T05:27:36.890Z PASS [ 6.880s] nexus-db-queries db::datastore::test::test_system_update_conflict
47172023-11-02T05:27:39.059Z PASS [ 6.693s] nexus-db-queries db::datastore::test::test_table_scan
47182023-11-02T05:27:39.719Z PASS [ 5.284s] nexus-db-queries db::explain::test::test_explain_async
47192023-11-02T05:27:40.339Z PASS [ 5.328s] nexus-db-queries db::explain::test::test_explain_full_table_scan
47202023-11-02T05:27:40.779Z PASS [ 7.434s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
47212023-11-02T05:27:41.330Z PASS [ 7.385s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
47222023-11-02T05:27:42.407Z PASS [ 5.563s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
47232023-11-02T05:27:42.438Z PASS [ 5.550s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
47242023-11-02T05:27:42.870Z PASS [ 6.883s] nexus-db-queries db::lookup::test::test_lookup
47252023-11-02T05:27:44.556Z PASS [ 5.502s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
47262023-11-02T05:27:45.387Z PASS [ 5.662s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
47272023-11-02T05:27:47.971Z PASS [ 7.633s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
47282023-11-02T05:27:48.235Z PASS [ 7.456s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
47292023-11-02T05:27:49.726Z PASS [ 8.395s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
47302023-11-02T05:27:49.993Z PASS [ 7.601s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
47312023-11-02T05:27:50.156Z PASS [ 7.699s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
47322023-11-02T05:27:50.415Z PASS [ 7.546s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
47332023-11-02T05:27:50.474Z PASS [ 0.059s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
47342023-11-02T05:27:51.567Z PASS [ 7.008s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
47352023-11-02T05:27:52.476Z PASS [ 7.090s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
47362023-11-02T05:27:56.197Z PASS [ 7.547s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
47372023-11-02T05:27:56.203Z PASS [ 7.855s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
47382023-11-02T05:27:57.304Z PASS [ 7.579s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
47392023-11-02T05:27:57.352Z PASS [ 7.363s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
47402023-11-02T05:27:58.099Z PASS [ 7.620s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
47412023-11-02T05:27:58.930Z PASS [ 8.795s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
47422023-11-02T05:27:59.181Z PASS [ 7.619s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
47432023-11-02T05:27:59.638Z PASS [ 7.163s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
47442023-11-02T05:28:02.996Z PASS [ 7.168s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
47452023-11-02T05:28:03.331Z PASS [ 7.505s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
47462023-11-02T05:28:03.755Z PASS [ 0.059s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
47472023-11-02T05:28:04.968Z PASS [ 7.617s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
47482023-11-02T05:28:05.357Z PASS [ 8.042s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
47492023-11-02T05:28:05.513Z PASS [ 0.160s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
47502023-11-02T05:28:05.567Z PASS [ 0.053s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
47512023-11-02T05:28:05.614Z PASS [ 0.053s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
47522023-11-02T05:28:05.669Z PASS [ 0.058s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
47532023-11-02T05:28:05.734Z PASS [ 0.059s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
47542023-11-02T05:28:05.836Z PASS [ 7.740s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
47552023-11-02T05:28:06.670Z PASS [ 7.731s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
47562023-11-02T05:28:06.972Z PASS [ 7.788s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
47572023-11-02T05:28:07.046Z PASS [ 0.073s] nexus-defaults tests::test_random_vpc_ipv6_prefix
47582023-11-02T05:28:07.121Z PASS [ 0.070s] nexus-inventory builder::test::test_basic
47592023-11-02T05:28:07.128Z PASS [ 7.477s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
47602023-11-02T05:28:07.156Z PASS [ 0.039s] nexus-inventory builder::test::test_empty
47612023-11-02T05:28:07.164Z PASS [ 0.041s] nexus-inventory builder::test::test_problems
47622023-11-02T05:28:07.835Z PASS [ 0.684s] nexus-inventory collector::test::test_basic
47632023-11-02T05:28:08.071Z PASS [ 0.911s] nexus-inventory collector::test::test_multi_mgs
47642023-11-02T05:28:08.103Z PASS [ 0.032s] nexus-types external_api::shared::test::test_policy_parsing
47652023-11-02T05:28:08.209Z PASS [ 0.105s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
47662023-11-02T05:28:08.265Z PASS [ 0.057s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
47672023-11-02T05:28:08.349Z PASS [ 0.081s] omicron-certificates tests::test_cert_extended_key_usage
47682023-11-02T05:28:08.391Z PASS [ 0.558s] nexus-inventory collector::test::test_multi_mgs_failure
47692023-11-02T05:28:08.410Z PASS [ 0.063s] omicron-certificates tests::test_common_name_is_validated
47702023-11-02T05:28:08.447Z PASS [ 0.036s] omicron-common address::test::test_dns_subnets
47712023-11-02T05:28:08.458Z PASS [ 0.068s] omicron-certificates tests::test_subject_alternate_names_are_validated
47722023-11-02T05:28:08.476Z PASS [ 0.031s] omicron-common address::test::test_ip_range_checks_non_decreasing
47732023-11-02T05:28:08.490Z PASS [ 0.031s] omicron-common address::test::test_ip_range_enum_deserialization
47742023-11-02T05:28:08.926Z PASS [ 0.032s] omicron-common address::test::test_ip_range_iter
47752023-11-02T05:28:08.931Z PASS [ 0.029s] omicron-common address::test::test_ip_range_try_from
47762023-11-02T05:28:08.934Z PASS [ 0.033s] omicron-common address::test::test_ipv6_subnet_deserialize
47772023-11-02T05:28:08.938Z PASS [ 0.030s] omicron-common address::test::test_sled_address
47782023-11-02T05:28:08.941Z PASS [ 0.032s] omicron-common api::external::error::test::test_bail_unless
47792023-11-02T05:28:08.945Z PASS [ 0.039s] omicron-common api::external::error::test::test_context
47802023-11-02T05:28:08.948Z PASS [ 0.047s] omicron-common api::external::http_pagination::test::test_pagination_examples
47812023-11-02T05:28:08.952Z PASS [ 0.041s] omicron-common api::external::http_pagination::test::test_pagination_schemas
47822023-11-02T05:28:08.955Z PASS [ 0.039s] omicron-common api::external::http_pagination::test::test_scan_by_id
47832023-11-02T05:28:08.958Z PASS [ 0.029s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
47842023-11-02T05:28:08.962Z PASS [ 0.071s] omicron-common api::external::http_pagination::test::test_scan_by_name
47852023-11-02T05:28:08.966Z PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
47862023-11-02T05:28:08.969Z PASS [ 0.036s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
47872023-11-02T05:28:08.973Z PASS [ 0.030s] omicron-common api::external::test::test_bytecount
47882023-11-02T05:28:08.977Z PASS [ 0.032s] omicron-common api::external::test::test_bytecount_display
47892023-11-02T05:28:08.980Z PASS [ 0.044s] omicron-common api::external::test::test_digest
47902023-11-02T05:28:08.983Z PASS [ 0.043s] omicron-common api::external::test::test_firewall_deserialization
47912023-11-02T05:28:08.986Z PASS [ 0.044s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
47922023-11-02T05:28:08.990Z PASS [ 0.043s] omicron-common api::external::test::test_firewall_rule_target_parse
47932023-11-02T05:28:08.994Z PASS [ 0.030s] omicron-common api::external::test::test_ip_port_range_from_str
47942023-11-02T05:28:09.001Z PASS [ 0.029s] omicron-common api::external::test::test_ip_port_range_into_str
47952023-11-02T05:28:09.016Z PASS [ 0.025s] omicron-common api::external::test::test_ipnet_first_last_address
47962023-11-02T05:28:09.023Z PASS [ 0.028s] omicron-common api::external::test::test_ipnet_serde
47972023-11-02T05:28:09.026Z PASS [ 0.026s] omicron-common api::external::test::test_ipv4_net_operations
47982023-11-02T05:28:09.030Z PASS [ 0.023s] omicron-common api::external::test::test_ipv6_net_operations
47992023-11-02T05:28:09.034Z PASS [ 0.034s] omicron-common api::external::test::test_mac_system_iterator
48002023-11-02T05:28:09.037Z PASS [ 0.034s] omicron-common api::external::test::test_mac_to_int_conversions
48012023-11-02T05:28:09.041Z PASS [ 0.029s] omicron-common api::external::test::test_macaddr
48022023-11-02T05:28:09.045Z PASS [ 0.028s] omicron-common api::external::test::test_name_parse
48032023-11-02T05:28:09.049Z PASS [ 0.023s] omicron-common api::external::test::test_name_parse_from_param
48042023-11-02T05:28:09.052Z PASS [ 0.024s] omicron-common api::external::test::test_resource_name_parse
48052023-11-02T05:28:09.056Z PASS [ 0.026s] omicron-common api::external::test::test_role_name_parse
48062023-11-02T05:28:09.059Z PASS [ 0.030s] omicron-common api::external::test::test_route_destination_parse
48072023-11-02T05:28:09.066Z PASS [ 0.029s] omicron-common api::external::test::test_route_target_parse
48082023-11-02T05:28:09.071Z PASS [ 0.024s] omicron-common api::external::test::test_semver_serialize
48092023-11-02T05:28:09.093Z PASS [ 0.026s] omicron-common api::external::test::test_semver_validation
48102023-11-02T05:28:09.115Z PASS [ 0.027s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
48112023-11-02T05:28:09.129Z PASS [ 0.027s] omicron-common ledger::test::test_create_default_ledger
48122023-11-02T05:28:09.132Z PASS [ 0.040s] omicron-common ledger::test::test_commit_handles_write_failures
48132023-11-02T05:28:09.154Z PASS [ 0.028s] omicron-common ledger::test::test_create_ledger_reads_from_storage
48142023-11-02T05:28:09.160Z PASS [ 0.028s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
48152023-11-02T05:28:09.186Z PASS [ 0.031s] omicron-common nexus_config::test::test_bad_authn_schemes
48162023-11-02T05:28:09.191Z PASS [ 0.031s] omicron-common nexus_config::test::test_config_bad_toml
48172023-11-02T05:28:09.211Z PASS [ 0.026s] omicron-common nexus_config::test::test_config_empty
48182023-11-02T05:28:09.216Z PASS [ 0.025s] omicron-common nexus_config::test::test_config_nonexistent
48192023-11-02T05:28:09.240Z PASS [ 0.026s] omicron-common nexus_config::test::test_deployment_config_schema
48202023-11-02T05:28:09.253Z PASS [ 0.035s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
48212023-11-02T05:28:09.282Z PASS [ 0.042s] omicron-common nexus_config::test::test_repo_configs_are_valid
48222023-11-02T05:28:09.289Z PASS [ 0.037s] omicron-common nexus_config::test::test_valid
48232023-11-02T05:28:09.309Z PASS [ 0.028s] omicron-common postgres_config::test::test_bad_url
48242023-11-02T05:28:09.316Z PASS [ 0.027s] omicron-common postgres_config::test::test_example_url
48252023-11-02T05:28:09.347Z PASS [ 0.032s] omicron-common update::tests::serde_artifact_kind
48262023-11-02T05:28:09.753Z PASS [ 0.431s] omicron-dev::test_omicron_dev test_cert_create
48272023-11-02T05:28:10.202Z PASS [ 7.205s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
48282023-11-02T05:28:10.294Z PASS [ 5.320s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
48292023-11-02T05:28:10.381Z PASS [ 0.180s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
48302023-11-02T05:28:10.412Z PASS [ 0.113s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
48312023-11-02T05:28:10.559Z PASS [ 0.178s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
48322023-11-02T05:28:10.574Z PASS [ 0.174s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
48332023-11-02T05:28:10.624Z PASS [ 0.050s] omicron-gateway management_switch::location_map::tests::test_config_validation
48342023-11-02T05:28:10.669Z PASS [ 0.044s] omicron-gateway management_switch::location_map::tests::test_resolve_location
48352023-11-02T05:28:10.885Z PASS [ 7.532s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
48362023-11-02T05:28:11.031Z PASS [ 0.360s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
48372023-11-02T05:28:11.137Z PASS [ 5.400s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
48382023-11-02T05:28:11.152Z PASS [ 5.313s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
48392023-11-02T05:28:11.235Z PASS [ 0.358s] omicron-gateway::test_all integration_tests::component_list::component_list
48402023-11-02T05:28:11.438Z PASS [ 0.309s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
48412023-11-02T05:28:11.519Z PASS [ 0.372s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
48422023-11-02T05:28:11.607Z PASS [ 0.577s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
48432023-11-02T05:28:11.856Z PASS [ 5.189s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
48442023-11-02T05:28:13.560Z PASS [ 4.209s] omicron-dev::test_omicron_dev test_db_killed
48452023-11-02T05:28:29.643Z PASS [ 19.887s] omicron-dev::test_omicron_dev test_db_run
48462023-11-02T05:28:36.779Z PASS [ 26.221s] omicron-dev::test_omicron_dev test_run_all
48472023-11-02T05:28:37.183Z PASS [ 25.746s] omicron-nexus app::background::common::test::test_driver_basic
48482023-11-02T05:28:37.886Z PASS [ 26.038s] omicron-nexus app::background::dns_servers::test::test_basic
48492023-11-02T05:28:38.075Z PASS [ 0.120s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
48502023-11-02T05:28:38.093Z PASS [ 26.561s] omicron-nexus app::background::dns_config::test::test_basic
48512023-11-02T05:28:38.195Z PASS [ 0.117s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
48522023-11-02T05:28:38.203Z PASS [ 26.600s] omicron-nexus app::background::dns_propagation::test::test_basic
48532023-11-02T05:28:38.268Z PASS [ 0.072s] omicron-nexus app::external_endpoints::test::test_no_endpoint
48542023-11-02T05:28:38.277Z PASS [ 0.074s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
48552023-11-02T05:28:38.524Z PASS [ 1.311s] omicron-nexus app::external_endpoints::test::test_authority
48562023-11-02T05:28:38.985Z PASS [ 25.019s] omicron-nexus app::background::external_endpoints::test::test_basic
48572023-11-02T05:28:38.992Z PASS [ 27.654s] omicron-nexus app::background::common::test::test_activation_in_progress
48582023-11-02T05:28:48.949Z PASS [ 10.933s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
48592023-11-02T05:28:53.946Z PASS [ 24.311s] omicron-nexus app::background::init::test::test_dns_propagation_basic
48602023-11-02T05:29:05.275Z PASS [ 26.704s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
48612023-11-02T05:29:05.744Z PASS [ 28.961s] omicron-nexus app::background::inventory_collection::test::test_basic
48622023-11-02T05:29:06.555Z PASS [ 27.668s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
48632023-11-02T05:29:07.772Z PASS [ 29.278s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
48642023-11-02T05:29:12.489Z PASS [ 34.172s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
48652023-11-02T05:29:13.000Z PASS [ 34.722s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
48662023-11-02T05:29:17.164Z PASS [ 28.223s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
48672023-11-02T05:29:36.772Z PASS [ 30.218s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
48682023-11-02T05:29:39.334Z PASS [ 31.558s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
48692023-11-02T05:29:39.346Z PASS [ 33.591s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
48702023-11-02T05:29:42.953Z PASS [ 30.517s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
48712023-11-02T05:29:50.608Z PASS [ 33.396s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
48722023-11-02T05:29:53.946Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
48732023-11-02T05:30:05.270Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
48742023-11-02T05:30:09.446Z PASS [ 29.639s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
48752023-11-02T05:30:10.175Z PASS [ 30.849s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
48762023-11-02T05:30:12.997Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
48772023-11-02T05:30:14.139Z PASS [ 23.578s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
48782023-11-02T05:30:14.234Z PASS [ 0.079s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
48792023-11-02T05:30:15.220Z PASS [ 38.441s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
48802023-11-02T05:30:16.613Z PASS [ 33.659s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
48812023-11-02T05:30:25.905Z PASS [ 72.286s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
48822023-11-02T05:30:49.051Z PASS [ 102.110s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
48832023-11-02T05:30:49.469Z PASS [ 30.845s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
48842023-11-02T05:30:49.909Z PASS [ 21.610s] omicron-nexus app::sagas::test_saga::test_saga_stuck
48852023-11-02T05:30:50.233Z PASS [ 103.078s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
48862023-11-02T05:30:50.276Z PASS [ 33.769s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
48872023-11-02T05:30:56.326Z PASS [ 39.719s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
48882023-11-02T05:31:07.380Z PASS [ 31.332s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
48892023-11-02T05:31:08.544Z PASS [ 21.657s] omicron-nexus app::update::tests::test_populate_mock_system_updates
48902023-11-02T05:31:08.975Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48912023-11-02T05:31:09.729Z PASS [ 21.387s] omicron-nexus app::update::tests::test_semver_max
48922023-11-02T05:31:09.800Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
48932023-11-02T05:31:09.865Z PASS [ 0.068s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
48942023-11-02T05:31:09.869Z PASS [ 24.817s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
48952023-11-02T05:31:09.929Z PASS [ 0.069s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
48962023-11-02T05:31:09.948Z PASS [ 0.069s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
48972023-11-02T05:31:10.005Z PASS [ 0.074s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
48982023-11-02T05:31:10.021Z PASS [ 0.080s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
48992023-11-02T05:31:10.089Z PASS [ 0.079s] omicron-nexus external_api::console_api::test::test_relative_uri
49002023-11-02T05:31:10.167Z PASS [ 0.148s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
49012023-11-02T05:31:10.171Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
49022023-11-02T05:31:10.734Z PASS [ 21.758s] omicron-nexus app::update::tests::test_system_updates
49032023-11-02T05:31:18.276Z PASS [ 9.729s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
49042023-11-02T05:31:19.043Z PASS [ 22.719s] omicron-nexus app::update::tests::test_update_deployments
49052023-11-02T05:31:28.272Z PASS [ 10.000s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
49062023-11-02T05:31:28.486Z PASS [ 0.214s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
49072023-11-02T05:31:29.037Z PASS [ 9.994s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
49082023-11-02T05:31:29.757Z PASS [ 22.378s] omicron-nexus app::update::tests::test_updateable_components
49092023-11-02T05:31:31.890Z PASS [ 21.157s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
49102023-11-02T05:31:32.031Z PASS [ 21.865s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
49112023-11-02T05:31:51.119Z PASS [ 22.084s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
49122023-11-02T05:31:51.487Z PASS [ 23.002s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
49132023-11-02T05:31:52.905Z PASS [ 23.148s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
49142023-11-02T05:31:53.692Z PASS [ 21.799s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
49152023-11-02T05:31:54.060Z PASS [ 22.031s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
49162023-11-02T05:32:08.967Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49172023-11-02T05:32:10.088Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
49182023-11-02T05:32:10.177Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
49192023-11-02T05:32:12.331Z PASS [ 20.840s] omicron-nexus::test_all integration_tests::basic::test_ping
49202023-11-02T05:32:12.595Z PASS [ 21.474s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
49212023-11-02T05:32:14.567Z PASS [ 20.508s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
49222023-11-02T05:32:17.057Z PASS [ 126.887s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
49232023-11-02T05:32:25.197Z PASS [ 71.853s] omicron-nexus populate::test::test_populators
49242023-11-02T05:32:25.287Z PASS [ 30.792s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
49252023-11-02T05:32:31.477Z PASS [ 37.364s] omicron-nexus::test_all integration_tests::basic::test_projects_list
49262023-11-02T05:32:35.315Z PASS [ 22.991s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
49272023-11-02T05:32:35.571Z PASS [ 22.979s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
49282023-11-02T05:32:35.671Z PASS [ 0.347s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
49292023-11-02T05:32:35.734Z PASS [ 0.162s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
49302023-11-02T05:32:35.804Z PASS [ 0.131s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
49312023-11-02T05:32:36.494Z PASS [ 0.702s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
49322023-11-02T05:32:36.814Z PASS [ 22.246s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
49332023-11-02T05:32:36.926Z PASS [ 1.190s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
49342023-11-02T05:32:40.477Z PASS [ 23.419s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
49352023-11-02T05:32:47.366Z PASS [ 23.673s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
49362023-11-02T05:32:48.086Z PASS [ 26.155s] omicron-nexus::test_all integration_tests::certificates::test_crud
49372023-11-02T05:32:59.845Z PASS [ 22.923s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
49382023-11-02T05:33:00.006Z PASS [ 23.194s] omicron-nexus::test_all integration_tests::console_api::test_assets
49392023-11-02T05:33:00.464Z PASS [ 23.955s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
49402023-11-02T05:33:04.455Z PASS [ 32.998s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
49412023-11-02T05:33:08.214Z PASS [ 27.744s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
49422023-11-02T05:33:08.966Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49432023-11-02T05:33:10.791Z PASS [ 22.707s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
49442023-11-02T05:33:23.275Z PASS [ 30.365s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
49452023-11-02T05:33:23.815Z PASS [ 23.753s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
49462023-11-02T05:33:23.991Z PASS [ 24.033s] omicron-nexus::test_all integration_tests::console_api::test_session_me
49472023-11-02T05:33:31.009Z PASS [ 23.712s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
49482023-11-02T05:33:31.148Z PASS [ 29.133s] omicron-nexus::test_all integration_tests::console_api::test_sessions
49492023-11-02T05:33:32.355Z PASS [ 24.134s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
49502023-11-02T05:33:39.763Z PASS [ 28.974s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
49512023-11-02T05:33:52.831Z PASS [ 28.956s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
49522023-11-02T05:33:52.901Z PASS [ 29.146s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
49532023-11-02T05:33:56.263Z PASS [ 26.678s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
49542023-11-02T05:33:56.267Z PASS [ 28.501s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
49552023-11-02T05:33:58.987Z PASS [ 41.256s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
49562023-11-02T05:34:08.963Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49572023-11-02T05:34:14.254Z PASS [ 41.906s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
49582023-11-02T05:34:20.031Z PASS [ 27.131s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
49592023-11-02T05:34:21.798Z PASS [ 25.532s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
49602023-11-02T05:34:24.172Z PASS [ 25.192s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
49612023-11-02T05:34:25.301Z PASS [ 29.045s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
49622023-11-02T05:34:33.613Z PASS [ 53.854s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
49632023-11-02T05:34:40.946Z PASS [ 26.694s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
49642023-11-02T05:34:44.823Z PASS [ 51.994s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
49652023-11-02T05:34:45.482Z PASS [ 25.454s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
49662023-11-02T05:34:52.658Z PASS [ 27.360s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
49672023-11-02T05:34:54.342Z PASS [ 32.549s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
49682023-11-02T05:35:07.565Z PASS [ 33.952s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
49692023-11-02T05:35:08.965Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49702023-11-02T05:35:10.430Z PASS [ 46.258s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
49712023-11-02T05:35:11.538Z PASS [ 30.571s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
49722023-11-02T05:35:12.570Z PASS [ 27.077s] omicron-nexus::test_all integration_tests::images::test_image_create
49732023-11-02T05:35:13.344Z PASS [ 28.520s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
49742023-11-02T05:35:18.833Z PASS [ 26.149s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_content_length
49752023-11-02T05:35:21.619Z PASS [ 27.278s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_image_size
49762023-11-02T05:35:35.245Z PASS [ 27.683s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_url
49772023-11-02T05:35:38.608Z PASS [ 28.179s] omicron-nexus::test_all integration_tests::images::test_image_create_url_404
49782023-11-02T05:35:42.117Z PASS [ 30.607s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
49792023-11-02T05:35:42.765Z PASS [ 333.813s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49802023-11-02T05:35:43.204Z PASS [ 29.863s] omicron-nexus::test_all integration_tests::images::test_image_promotion
49812023-11-02T05:35:48.127Z PASS [ 29.303s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
49822023-11-02T05:35:48.600Z PASS [ 36.036s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
49832023-11-02T05:35:49.025Z PASS [ 27.403s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
49842023-11-02T05:35:51.676Z PASS [ 9.561s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
49852023-11-02T05:35:53.159Z PASS [ 9.958s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
49862023-11-02T05:35:53.184Z PASS [ 10.419s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
49872023-11-02T05:35:59.409Z PASS [ 11.302s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
49882023-11-02T05:36:01.850Z PASS [ 26.595s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
49892023-11-02T05:36:02.068Z PASS [ 23.458s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
49902023-11-02T05:36:14.477Z PASS [ 25.884s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
49912023-11-02T05:36:24.030Z PASS [ 32.354s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
49922023-11-02T05:36:24.115Z PASS [ 22.277s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
49932023-11-02T05:36:28.816Z PASS [ 35.635s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
49942023-11-02T05:36:38.235Z PASS [ 45.078s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
49952023-11-02T05:36:39.238Z PASS [ 39.833s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
49962023-11-02T05:36:39.732Z PASS [ 50.713s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
49972023-11-02T05:36:42.399Z PASS [ 40.334s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
49982023-11-02T05:36:53.791Z PASS [ 29.762s] omicron-nexus::test_all integration_tests::instances::test_instance_access
49992023-11-02T05:37:00.676Z PASS [ 36.563s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
50002023-11-02T05:37:06.639Z PASS [ 37.787s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
50012023-11-02T05:37:10.412Z PASS [ 31.175s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
50022023-11-02T05:37:14.877Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
50032023-11-02T05:37:15.576Z PASS [ 35.847s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
50042023-11-02T05:37:17.982Z PASS [ 39.727s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
50052023-11-02T05:37:26.069Z PASS [ 43.677s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
50062023-11-02T05:37:39.989Z PASS [ 39.315s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
50072023-11-02T05:37:44.446Z PASS [ 37.842s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
50082023-11-02T05:37:45.537Z PASS [ 51.748s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
50092023-11-02T05:37:46.762Z PASS [ 92.294s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
50102023-11-02T05:37:51.086Z PASS [ 40.676s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
50112023-11-02T05:37:52.446Z PASS [ 36.870s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
50122023-11-02T05:37:59.941Z PASS [ 41.929s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
50132023-11-02T05:38:06.893Z PASS [ 26.906s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
50142023-11-02T05:38:10.302Z PASS [ 44.226s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
50152023-11-02T05:38:11.905Z PASS [ 26.363s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
50162023-11-02T05:38:15.539Z PASS [ 23.096s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
50172023-11-02T05:38:18.360Z PASS [ 31.599s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
50182023-11-02T05:38:20.992Z PASS [ 29.908s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
50192023-11-02T05:38:22.375Z PASS [ 37.937s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
50202023-11-02T05:38:34.003Z PASS [ 22.107s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
50212023-11-02T05:38:37.320Z PASS [ 30.428s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
50222023-11-02T05:38:39.956Z PASS [ 24.417s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
50232023-11-02T05:38:42.495Z PASS [ 24.137s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
50242023-11-02T05:38:43.920Z PASS [ 33.629s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
50252023-11-02T05:38:44.338Z PASS [ 44.454s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
50262023-11-02T05:38:44.774Z PASS [ 23.780s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
50272023-11-02T05:38:46.554Z PASS [ 24.178s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
50282023-11-02T05:39:01.549Z PASS [ 24.231s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
50292023-11-02T05:39:03.592Z PASS [ 23.640s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
50302023-11-02T05:39:06.128Z PASS [ 23.634s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
50312023-11-02T05:39:06.303Z PASS [ 22.385s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo
50322023-11-02T05:39:09.212Z PASS [ 35.211s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project
50332023-11-02T05:39:10.304Z PASS [ 25.517s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
50342023-11-02T05:39:11.718Z PASS [ 25.166s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
50352023-11-02T05:39:17.213Z PASS [ 32.878s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
50362023-11-02T05:39:25.403Z PASS [ 21.811s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
50372023-11-02T05:39:35.904Z PASS [ 29.777s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
50382023-11-02T05:39:36.934Z PASS [ 26.650s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
50392023-11-02T05:39:38.758Z PASS [ 27.043s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
50402023-11-02T05:39:43.310Z PASS [ 26.098s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
50412023-11-02T05:39:44.104Z PASS [ 37.803s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
50422023-11-02T05:40:01.547Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
50432023-11-02T05:40:03.603Z PASS [ 54.393s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
50442023-11-02T05:40:03.960Z PASS [ 27.025s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
50452023-11-02T05:40:12.778Z PASS [ 71.233s] omicron-nexus::test_all integration_tests::metrics::test_metrics
50462023-11-02T05:40:18.222Z PASS [ 34.122s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
50472023-11-02T05:40:18.231Z PASS [ 52.833s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
50482023-11-02T05:40:28.148Z PASS [ 44.838s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
50492023-11-02T05:40:30.135Z PASS [ 54.235s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
50502023-11-02T05:40:30.663Z PASS [ 26.709s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
50512023-11-02T05:40:34.393Z PASS [ 55.637s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
50522023-11-02T05:40:40.653Z PASS [ 37.053s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
50532023-11-02T05:40:52.142Z PASS [ 39.366s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_from_url
50542023-11-02T05:40:54.467Z PASS [ 24.333s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
50552023-11-02T05:40:59.373Z PASS [ 28.709s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
50562023-11-02T05:40:59.466Z PASS [ 25.075s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
50572023-11-02T05:41:08.067Z PASS [ 27.415s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
50582023-11-02T05:41:12.550Z PASS [ 54.329s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
50592023-11-02T05:41:16.399Z PASS [ 58.168s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
50602023-11-02T05:41:21.187Z PASS [ 26.496s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
50612023-11-02T05:41:21.191Z PASS [ 21.605s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
50622023-11-02T05:41:23.762Z PASS [ 24.392s] omicron-nexus::test_all integration_tests::projects::test_projects
50632023-11-02T05:41:27.777Z PASS [ 35.630s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
50642023-11-02T05:41:28.144Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
50652023-11-02T05:41:29.827Z PASS [ 21.761s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
50662023-11-02T05:41:36.568Z PASS [ 24.020s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
50672023-11-02T05:41:36.729Z PASS [ 0.160s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
50682023-11-02T05:41:36.882Z PASS [ 0.146s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
50692023-11-02T05:41:37.105Z PASS [ 0.230s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
50702023-11-02T05:41:37.314Z PASS [ 0.201s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
50712023-11-02T05:41:37.461Z PASS [ 0.156s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
50722023-11-02T05:41:40.799Z PASS [ 24.403s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
50732023-11-02T05:41:42.487Z PASS [ 74.331s] omicron-nexus::test_all integration_tests::password_login::test_local_users
50742023-11-02T05:41:44.884Z PASS [ 23.661s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
50752023-11-02T05:41:47.192Z PASS [ 26.231s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
50762023-11-02T05:41:47.691Z PASS [ 23.929s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
50772023-11-02T05:41:54.465Z PASS [ 26.695s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
50782023-11-02T05:41:58.346Z PASS [ 28.519s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
50792023-11-02T05:42:01.176Z PASS [ 23.717s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
50802023-11-02T05:42:01.326Z PASS [ 0.149s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
50812023-11-02T05:42:01.420Z PASS [ 0.091s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
50822023-11-02T05:42:01.561Z PASS [ 0.143s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
50832023-11-02T05:42:04.929Z PASS [ 24.128s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
50842023-11-02T05:42:06.094Z PASS [ 23.623s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
50852023-11-02T05:42:08.612Z PASS [ 23.842s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
50862023-11-02T05:42:10.547Z PASS [ 22.859s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
50872023-11-02T05:42:10.937Z PASS [ 23.749s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
50882023-11-02T05:42:19.048Z PASS [ 24.585s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
50892023-11-02T05:42:21.823Z PASS [ 23.480s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
50902023-11-02T05:42:21.831Z PASS [ 10.894s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
50912023-11-02T05:42:22.344Z PASS [ 11.797s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
50922023-11-02T05:42:23.884Z PASS [ 22.325s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
50932023-11-02T05:42:26.910Z PASS [ 21.986s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
50942023-11-02T05:42:27.258Z PASS [ 21.166s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
50952023-11-02T05:42:29.125Z PASS [ 10.079s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
50962023-11-02T05:42:30.154Z PASS [ 21.588s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
50972023-11-02T05:42:32.215Z PASS [ 10.394s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
50982023-11-02T05:42:32.393Z PASS [ 10.562s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
50992023-11-02T05:42:32.850Z PASS [ 5.941s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
51002023-11-02T05:42:32.892Z PASS [ 10.550s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
51012023-11-02T05:42:48.422Z PASS [ 18.267s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
51022023-11-02T05:42:51.509Z PASS [ 22.384s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
51032023-11-02T05:42:52.110Z PASS [ 24.842s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
51042023-11-02T05:42:53.285Z PASS [ 21.066s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
51052023-11-02T05:42:54.116Z PASS [ 21.265s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
51062023-11-02T05:42:54.333Z PASS [ 21.939s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
51072023-11-02T05:42:56.557Z PASS [ 23.659s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
51082023-11-02T05:43:11.659Z PASS [ 23.237s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
51092023-11-02T05:43:11.838Z PASS [ 47.957s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
51102023-11-02T05:43:16.551Z PASS [ 25.044s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
51112023-11-02T05:43:16.972Z PASS [ 24.875s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
51122023-11-02T05:43:17.041Z PASS [ 23.745s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
51132023-11-02T05:43:17.424Z PASS [ 23.093s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
51142023-11-02T05:43:19.747Z PASS [ 23.197s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
51152023-11-02T05:43:21.124Z PASS [ 27.012s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
51162023-11-02T05:43:35.610Z PASS [ 23.954s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
51172023-11-02T05:43:37.329Z PASS [ 25.489s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
51182023-11-02T05:43:40.904Z PASS [ 23.883s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
51192023-11-02T05:43:41.008Z PASS [ 23.586s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
51202023-11-02T05:43:41.497Z PASS [ 24.525s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
51212023-11-02T05:43:43.357Z PASS [ 23.613s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
51222023-11-02T05:43:45.332Z PASS [ 24.209s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
51232023-11-02T05:43:51.181Z PASS [ 34.631s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
51242023-11-02T05:43:59.326Z PASS [ 23.718s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
51252023-11-02T05:44:05.616Z PASS [ 22.260s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
51262023-11-02T05:44:06.140Z PASS [ 28.817s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
51272023-11-02T05:44:06.629Z PASS [ 25.623s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
51282023-11-02T05:44:13.080Z PASS [ 31.583s] omicron-nexus::test_all integration_tests::silos::test_silos
51292023-11-02T05:44:13.473Z PASS [ 32.570s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
51302023-11-02T05:44:15.803Z PASS [ 24.624s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
51312023-11-02T05:44:16.330Z PASS [ 30.999s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
51322023-11-02T05:44:27.190Z PASS [ 27.865s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
51332023-11-02T05:44:30.248Z PASS [ 24.632s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
51342023-11-02T05:44:38.602Z PASS [ 22.831s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
51352023-11-02T05:44:38.607Z PASS [ 24.427s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
51362023-11-02T05:44:40.335Z PASS [ 24.007s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
51372023-11-02T05:44:42.080Z PASS [ 26.279s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
51382023-11-02T05:44:44.866Z PASS [ 38.726s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
51392023-11-02T05:44:46.695Z PASS [ 40.069s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
51402023-11-02T05:45:01.323Z PASS [ 23.425s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
51412023-11-02T05:45:05.641Z PASS [ 38.453s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
51422023-11-02T05:45:06.675Z PASS [ 21.811s] omicron-nexus::test_all integration_tests::system_updates::test_get_update
51432023-11-02T05:45:07.707Z PASS [ 21.012s] omicron-nexus::test_all integration_tests::system_updates::test_list_components
51442023-11-02T05:45:07.820Z PASS [ 31.916s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
51452023-11-02T05:45:07.910Z PASS [ 25.829s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
51462023-11-02T05:45:08.963Z PASS [ 1.052s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
51472023-11-02T05:45:17.277Z PASS [ 47.031s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
51482023-11-02T05:45:19.115Z PASS [ 38.781s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
51492023-11-02T05:45:22.987Z PASS [ 21.666s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components
51502023-11-02T05:45:28.735Z PASS [ 23.095s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates
51512023-11-02T05:45:29.990Z PASS [ 22.284s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments
51522023-11-02T05:45:30.576Z PASS [ 23.904s] omicron-nexus::test_all integration_tests::system_updates::test_system_version
51532023-11-02T05:45:31.256Z PASS [ 22.298s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
51542023-11-02T05:45:41.926Z PASS [ 24.651s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
51552023-11-02T05:45:41.972Z PASS [ 22.861s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
51562023-11-02T05:45:55.402Z PASS [ 32.417s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
51572023-11-02T05:46:04.403Z PASS [ 34.415s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
51582023-11-02T05:46:05.179Z PASS [ 34.604s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
51592023-11-02T05:46:06.044Z PASS [ 37.263s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
51602023-11-02T05:46:06.173Z PASS [ 34.920s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
51612023-11-02T05:46:07.818Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
51622023-11-02T05:46:15.930Z PASS [ 34.005s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
51632023-11-02T05:46:17.555Z PASS [ 35.583s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
51642023-11-02T05:46:29.594Z PASS [ 23.600s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
51652023-11-02T05:46:31.633Z PASS [ 36.234s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
51662023-11-02T05:46:40.128Z PASS [ 35.727s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
51672023-11-02T05:46:42.825Z PASS [ 37.649s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
51682023-11-02T05:46:49.759Z PASS [ 43.587s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
51692023-11-02T05:46:56.458Z PASS [ 108.644s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
51702023-11-02T05:46:57.812Z PASS [ 41.877s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
51712023-11-02T05:47:09.465Z PASS [ 51.913s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
51722023-11-02T05:47:17.673Z PASS [ 19.871s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
51732023-11-02T05:47:20.093Z PASS [ 50.501s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
51742023-11-02T05:47:21.334Z PASS [ 38.512s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
51752023-11-02T05:47:22.387Z PASS [ 50.755s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
51762023-11-02T05:47:26.027Z PASS [ 36.270s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
51772023-11-02T05:47:30.348Z PASS [ 20.885s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
51782023-11-02T05:47:30.555Z PASS [ 34.099s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
51792023-11-02T05:47:32.907Z PASS [ 52.783s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
51802023-11-02T05:47:39.773Z PASS [ 22.101s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
51812023-11-02T05:47:42.564Z PASS [ 22.472s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
51822023-11-02T05:47:43.638Z PASS [ 22.304s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
51832023-11-02T05:47:44.554Z PASS [ 22.162s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
51842023-11-02T05:47:47.458Z PASS [ 21.434s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
51852023-11-02T05:47:52.689Z PASS [ 22.342s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
51862023-11-02T05:47:53.060Z PASS [ 22.507s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
51872023-11-02T05:47:55.776Z PASS [ 22.870s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
51882023-11-02T05:48:02.620Z PASS [ 22.840s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
51892023-11-02T05:48:05.670Z PASS [ 23.108s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
51902023-11-02T05:48:06.429Z PASS [ 22.792s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
51912023-11-02T05:48:07.807Z PASS [ 23.263s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
51922023-11-02T05:48:10.807Z PASS [ 23.346s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
51932023-11-02T05:48:16.527Z PASS [ 23.469s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
51942023-11-02T05:48:16.847Z PASS [ 24.160s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
51952023-11-02T05:48:24.192Z PASS [ 28.419s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
51962023-11-02T05:48:32.552Z PASS [ 21.751s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
51972023-11-02T05:48:33.008Z PASS [ 30.397s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
51982023-11-02T05:48:37.155Z PASS [ 30.725s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
51992023-11-02T05:48:37.216Z PASS [ 0.064s] omicron-package dot::test::test_bad_dependency
52002023-11-02T05:48:37.261Z PASS [ 0.045s] omicron-package dot::test::test_dot_output
52012023-11-02T05:48:37.808Z PASS [ 20.963s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
52022023-11-02T05:48:37.839Z PASS [ 0.031s] omicron-passwords test::test_password_constraints
52032023-11-02T05:48:37.858Z PASS [ 4.851s] omicron-omdb::test_all_output test_omdb_usage_errors
52042023-11-02T05:48:38.259Z PASS [ 30.446s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
52052023-11-02T05:48:38.317Z PASS [ 0.065s] omicron-passwords test::test_stable
52062023-11-02T05:48:38.352Z PASS [ 0.034s] omicron-passwords test::test_weak_hashes
52072023-11-02T05:48:38.385Z PASS [ 0.034s] omicron-rpaths internal::tests::test_configure_from_path
52082023-11-02T05:48:38.475Z PASS [ 0.090s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
52092023-11-02T05:48:38.504Z PASS [ 0.030s] omicron-rpaths internal::tests::test_emit_rpath
52102023-11-02T05:48:38.653Z PASS [ 22.126s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
52112023-11-02T05:48:38.706Z PASS [ 0.201s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
52122023-11-02T05:48:38.729Z PASS [ 0.076s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
52132023-11-02T05:48:38.805Z PASS [ 0.073s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
52142023-11-02T05:48:38.808Z PASS [ 0.063s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
52152023-11-02T05:48:38.843Z PASS [ 0.062s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
52162023-11-02T05:48:38.879Z PASS [ 0.079s] omicron-sled-agent bootstrap::server::tests::persistent_sled_agent_request_serialization
52172023-11-02T05:48:38.896Z PASS [ 0.055s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
52182023-11-02T05:48:38.932Z PASS [ 0.054s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
52192023-11-02T05:48:38.943Z PASS [ 0.048s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
52202023-11-02T05:48:38.974Z PASS [ 0.051s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
52212023-11-02T05:48:38.988Z PASS [ 0.045s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
52222023-11-02T05:48:39.026Z PASS [ 0.048s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
52232023-11-02T05:48:39.085Z PASS [ 0.095s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
52242023-11-02T05:48:39.095Z PASS [ 0.073s] omicron-sled-agent config::test::test_smf_configs
52252023-11-02T05:48:39.133Z PASS [ 0.048s] omicron-sled-agent profile::tests::empty_profile
52262023-11-02T05:48:39.147Z PASS [ 0.051s] omicron-sled-agent profile::tests::test_instance
52272023-11-02T05:48:39.159Z PASS [ 33.490s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
52282023-11-02T05:48:39.187Z PASS [ 0.051s] omicron-sled-agent profile::tests::test_multiple
52292023-11-02T05:48:39.197Z PASS [ 0.052s] omicron-sled-agent profile::tests::test_property
52302023-11-02T05:48:39.207Z PASS [ 0.050s] omicron-sled-agent profile::tests::test_property_group
52312023-11-02T05:48:39.235Z PASS [ 0.050s] omicron-sled-agent profile::tests::test_service
52322023-11-02T05:48:39.249Z PASS [ 0.050s] omicron-sled-agent profile::tests::test_service_property_group
52332023-11-02T05:48:39.277Z PASS [ 0.069s] omicron-sled-agent rack_setup::config::test::test_extra_certs
52342023-11-02T05:48:39.289Z PASS [ 0.054s] omicron-sled-agent rack_setup::config::test::test_subnets
52352023-11-02T05:48:39.313Z PASS [ 0.054s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
52362023-11-02T05:48:39.342Z PASS [ 0.063s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
52372023-11-02T05:48:39.367Z PASS [ 0.064s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
52382023-11-02T05:48:39.377Z PASS [ 0.075s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_schema
52392023-11-02T05:48:39.398Z PASS [ 0.059s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
52402023-11-02T05:48:39.410Z PASS [ 0.060s] omicron-sled-agent services::test::test_all_zone_requests_schema
52412023-11-02T05:48:39.422Z PASS [ 0.046s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
52422023-11-02T05:48:39.832Z PASS [ 0.377s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
52432023-11-02T05:48:39.874Z PASS [ 0.443s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
52442023-11-02T05:48:39.886Z PASS [ 0.485s] omicron-sled-agent services::test::test_ensure_service
52452023-11-02T05:48:39.946Z PASS [ 0.078s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
52462023-11-02T05:48:39.956Z PASS [ 0.072s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
52472023-11-02T05:48:40.004Z PASS [ 0.057s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
52482023-11-02T05:48:40.019Z PASS [ 0.063s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
52492023-11-02T05:48:40.059Z PASS [ 0.058s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
52502023-11-02T05:48:40.076Z PASS [ 0.056s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
52512023-11-02T05:48:40.097Z PASS [ 0.309s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
52522023-11-02T05:48:40.150Z PASS [ 0.053s] omicron-sled-agent updates::test::test_query_no_components
52532023-11-02T05:48:40.169Z PASS [ 0.085s] omicron-sled-agent storage::dataset::test::serialize_dataset_name
52542023-11-02T05:48:40.172Z PASS [ 0.100s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
52552023-11-02T05:48:40.213Z PASS [ 0.048s] omicron-sled-agent updates::test::test_query_sled_agent_version
52562023-11-02T05:48:40.222Z PASS [ 0.063s] omicron-sled-agent updates::test::test_query_zone_version
52572023-11-02T05:48:40.263Z PASS [ 0.063s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
52582023-11-02T05:48:40.474Z PASS [ 0.306s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
52592023-11-02T05:48:40.538Z PASS [ 0.063s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
52602023-11-02T05:48:40.744Z PASS [ 0.480s] omicron-sled-agent zone_bundle::illumos_tests::test_context
52612023-11-02T05:48:41.304Z PASS [ 0.561s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
52622023-11-02T05:48:41.328Z PASS [ 1.105s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
52632023-11-02T05:48:41.422Z PASS [ 0.094s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
52642023-11-02T05:48:41.472Z PASS [ 0.050s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
52652023-11-02T05:48:41.490Z PASS [ 3.651s] omicron-passwords test::test_reproducible
52662023-11-02T05:48:41.542Z PASS [ 0.052s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
52672023-11-02T05:48:41.551Z PASS [ 0.080s] omicron-sled-agent zone_bundle::tests::test_disk_usage
52682023-11-02T05:48:41.590Z PASS [ 0.049s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
52692023-11-02T05:48:41.600Z PASS [ 0.049s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
52702023-11-02T05:48:41.882Z PASS [ 0.280s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
52712023-11-02T05:48:42.010Z PASS [ 0.419s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
52722023-11-02T05:48:42.069Z PASS [ 1.531s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
52732023-11-02T05:48:42.118Z PASS [ 0.232s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
52742023-11-02T05:48:42.153Z PASS [ 0.824s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
52752023-11-02T05:48:42.157Z PASS [ 0.060s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
52762023-11-02T05:48:42.174Z PASS [ 0.047s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
52772023-11-02T05:48:42.190Z PASS [ 0.044s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
52782023-11-02T05:48:42.232Z PASS [ 0.042s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
52792023-11-02T05:48:42.264Z PASS [ 0.089s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
52802023-11-02T05:48:42.287Z PASS [ 0.279s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
52812023-11-02T05:48:42.616Z PASS [ 0.384s] omicron-test-utils dev::db::test::test_bad_cmd
52822023-11-02T05:48:43.015Z PASS [ 0.750s] omicron-test-utils dev::db::test::test_cmd_fails
52832023-11-02T05:48:43.030Z PASS [ 0.414s] omicron-test-utils dev::db::test::test_database_start_hang
52842023-11-02T05:48:43.059Z PASS [ 0.044s] omicron-test-utils dev::db::test::test_make_pg_config_fail
52852023-11-02T05:48:43.067Z PASS [ 0.037s] omicron-test-utils dev::db::test::test_make_pg_config_ok
52862023-11-02T05:48:43.105Z PASS [ 0.047s] omicron-test-utils dev::db::test::test_process_exit_abnormal
52872023-11-02T05:48:43.118Z PASS [ 0.050s] omicron-test-utils dev::db::test::test_process_exit_normal
52882023-11-02T05:48:43.163Z PASS [ 1.045s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
52892023-11-02T05:48:45.515Z LEAK [ 2.407s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
52902023-11-02T05:48:45.560Z PASS [ 0.047s] omicron-test-utils dev::db::test::test_starter_tmpdir
52912023-11-02T05:48:45.616Z PASS [ 0.055s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
52922023-11-02T05:48:45.666Z PASS [ 0.049s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
52932023-11-02T05:48:45.707Z PASS [ 0.042s] oximeter histogram::tests::test_bin_range
52942023-11-02T05:48:45.748Z PASS [ 0.039s] oximeter histogram::tests::test_bin_range_from
52952023-11-02T05:48:45.804Z PASS [ 0.057s] oximeter histogram::tests::test_bin_range_to
52962023-11-02T05:48:45.842Z PASS [ 0.039s] oximeter histogram::tests::test_ensure_finite
52972023-11-02T05:48:45.882Z PASS [ 0.040s] oximeter histogram::tests::test_foo
52982023-11-02T05:48:45.921Z PASS [ 0.038s] oximeter histogram::tests::test_histogram
52992023-11-02T05:48:45.980Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_extreme_bins
53002023-11-02T05:48:46.002Z PASS [ 0.041s] oximeter histogram::tests::test_histogram_extreme_samples
53012023-11-02T05:48:46.039Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_float_bins
53022023-11-02T05:48:46.079Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_to_arrays
53032023-11-02T05:48:46.116Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_unbounded_samples
53042023-11-02T05:48:46.155Z PASS [ 0.040s] oximeter histogram::tests::test_histogram_unsorted_bins
53052023-11-02T05:48:46.196Z PASS [ 0.041s] oximeter histogram::tests::test_histogram_with_bins
53062023-11-02T05:48:46.234Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
53072023-11-02T05:48:46.271Z PASS [ 0.037s] oximeter histogram::tests::test_histogram_with_overlapping_bins
53082023-11-02T05:48:46.327Z PASS [ 0.054s] oximeter histogram::tests::test_log_linear_bins_all_representable
53092023-11-02T05:48:46.370Z PASS [ 0.038s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
53102023-11-02T05:48:46.401Z PASS [ 0.039s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
53112023-11-02T05:48:46.438Z PASS [ 0.036s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
53122023-11-02T05:48:46.475Z PASS [ 0.037s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
53132023-11-02T05:48:46.509Z PASS [ 0.034s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
53142023-11-02T05:48:46.552Z PASS [ 0.041s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
53152023-11-02T05:48:46.595Z PASS [ 0.042s] oximeter histogram::tests::test_span_decades
53162023-11-02T05:48:46.632Z PASS [ 0.038s] oximeter histogram::tests::test_span_decades_other_counts_f64
53172023-11-02T05:48:46.675Z PASS [ 0.040s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
53182023-11-02T05:48:46.715Z PASS [ 0.041s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
53192023-11-02T05:48:46.759Z PASS [ 0.043s] oximeter test_util::tests::test_gen_test_samples
53202023-11-02T05:48:46.801Z PASS [ 0.043s] oximeter traits::tests::test_metric_trait
53212023-11-02T05:48:46.866Z PASS [ 0.047s] oximeter traits::tests::test_producer_trait
53222023-11-02T05:48:46.901Z PASS [ 0.053s] oximeter traits::tests::test_target_trait
53232023-11-02T05:48:46.939Z PASS [ 0.037s] oximeter types::tests::test_cumulative_f64
53242023-11-02T05:48:47.006Z PASS [ 0.039s] oximeter types::tests::test_cumulative_i64
53252023-11-02T05:48:47.012Z PASS [ 9.747s] omicron-passwords test::test_compatible
53262023-11-02T05:48:47.021Z PASS [ 0.045s] oximeter types::tests::test_datum
53272023-11-02T05:48:47.049Z PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
53282023-11-02T05:48:47.059Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
53292023-11-02T05:48:47.133Z PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
53302023-11-02T05:48:47.142Z PASS [ 0.084s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
53312023-11-02T05:48:47.165Z PASS [ 0.062s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
53322023-11-02T05:48:47.177Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
53332023-11-02T05:48:47.212Z PASS [ 0.049s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
53342023-11-02T05:48:47.235Z PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
53352023-11-02T05:48:47.260Z PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
53362023-11-02T05:48:47.303Z PASS [ 0.076s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
53372023-11-02T05:48:47.357Z PASS [ 0.068s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
53382023-11-02T05:48:47.367Z PASS [ 0.069s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
53392023-11-02T05:48:47.377Z PASS [ 0.064s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
53402023-11-02T05:48:47.410Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
53412023-11-02T05:48:47.423Z PASS [ 0.045s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
53422023-11-02T05:48:47.447Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
53432023-11-02T05:48:47.490Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
53442023-11-02T05:48:47.493Z PASS [ 0.047s] oximeter types::tests::test_measurement
53452023-11-02T05:48:47.505Z PASS [ 0.043s] oximeter types::tests::test_sample_struct
53462023-11-02T05:48:47.529Z PASS [ 0.037s] oximeter types::tests::test_verify_field_names
53472023-11-02T05:48:47.695Z PASS [ 0.185s] oximeter-collector::test_commands test_oximeter_no_args
53482023-11-02T05:48:47.749Z PASS [ 0.214s] oximeter-collector::test_commands test_oximeter_openapi
53492023-11-02T05:48:47.779Z PASS [ 5.488s] omicron-test-utils dev::db::test::test_database_concurrent
53502023-11-02T05:48:47.816Z PASS [ 0.040s] oximeter-db client::tests::test_unravel_index
53512023-11-02T05:48:47.853Z PASS [ 0.036s] oximeter-db model::tests::test_db_bool
53522023-11-02T05:48:47.906Z PASS [ 4.749s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
53532023-11-02T05:48:47.943Z PASS [ 0.038s] oximeter-db model::tests::test_db_datum_type_conversion
53542023-11-02T05:48:47.991Z PASS [ 0.047s] oximeter-db model::tests::test_db_field_list_conversion
53552023-11-02T05:48:48.038Z PASS [ 0.041s] oximeter-db model::tests::test_db_field_type_conversion
53562023-11-02T05:48:48.074Z PASS [ 0.043s] oximeter-db model::tests::test_db_histogram
53572023-11-02T05:48:48.120Z PASS [ 0.046s] oximeter-db model::tests::test_histogram_to_arrays
53582023-11-02T05:48:48.237Z PASS [ 0.384s] oximeter-db model::tests::test_db_bool_bad
53592023-11-02T05:48:48.289Z PASS [ 0.051s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
53602023-11-02T05:48:48.329Z PASS [ 0.041s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
53612023-11-02T05:48:48.375Z PASS [ 0.038s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
53622023-11-02T05:48:48.428Z PASS [ 0.057s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
53632023-11-02T05:48:48.448Z PASS [ 0.323s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
53642023-11-02T05:48:48.474Z PASS [ 0.050s] oximeter-db model::tests::test_unroll_from_source
53652023-11-02T05:48:48.494Z PASS [ 0.048s] oximeter-db model::tests::test_unroll_measurement_row
53662023-11-02T05:48:48.516Z PASS [ 0.043s] oximeter-db query::tests::test_field_cmp
53672023-11-02T05:48:48.537Z PASS [ 0.041s] oximeter-db query::tests::test_field_selector_as_query
53682023-11-02T05:48:48.553Z PASS [ 0.037s] oximeter-db query::tests::test_field_value_as_db_str
53692023-11-02T05:48:48.615Z PASS [ 0.081s] oximeter-db query::tests::test_select_query_builder_field_selectors
53702023-11-02T05:48:48.645Z PASS [ 0.091s] oximeter-db query::tests::test_select_query_builder_filter_raw
53712023-11-02T05:48:48.664Z PASS [ 0.050s] oximeter-db query::tests::test_select_query_builder_from_parts
53722023-11-02T05:48:48.707Z PASS [ 0.041s] oximeter-db query::tests::test_select_query_builder_limit_offset
53732023-11-02T05:48:48.716Z PASS [ 0.071s] oximeter-db query::tests::test_select_query_builder_full
53742023-11-02T05:48:48.750Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_no_fields
53752023-11-02T05:48:48.760Z PASS [ 0.044s] oximeter-db query::tests::test_select_query_builder_no_selectors
53762023-11-02T05:48:48.797Z PASS [ 0.037s] oximeter-db query::tests::test_time_range
53772023-11-02T05:48:48.826Z PASS [ 0.077s] oximeter-db query::tests::test_string_field_selector
53782023-11-02T05:48:48.836Z PASS [ 0.038s] oximeter-db tests::test_field_schema_ordering
53792023-11-02T05:48:48.888Z PASS [ 0.046s] oximeter-db tests::test_schema_field_ordering_across_target_metric
53802023-11-02T05:48:48.895Z PASS [ 0.061s] oximeter-db tests::test_timeseries_key_field_stability
53812023-11-02T05:48:48.930Z PASS [ 0.056s] oximeter-db tests::test_timeseries_key_sample_stability
53822023-11-02T05:48:48.949Z PASS [ 0.042s] oximeter-db tests::test_timeseries_name
53832023-11-02T05:48:48.979Z PASS [ 0.039s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
53842023-11-02T05:48:48.987Z PASS [ 0.059s] oximeter-db tests::test_timeseries_name_from_str
53852023-11-02T05:48:49.032Z PASS [ 0.043s] oximeter-instruments http::tests::test_normalize_uri_path
53862023-11-02T05:48:49.070Z PASS [ 0.063s] oximeter-instruments http::tests::test_latency_tracker
53872023-11-02T05:48:49.074Z PASS [ 0.039s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
53882023-11-02T05:48:49.080Z PASS [ 0.039s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_field_name
53892023-11-02T05:48:49.106Z PASS [ 0.037s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
53902023-11-02T05:48:49.117Z PASS [ 0.035s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
53912023-11-02T05:48:49.141Z PASS [ 0.035s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
53922023-11-02T05:48:49.152Z PASS [ 0.038s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_annotated_field
53932023-11-02T05:48:49.178Z PASS [ 0.038s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_datum_field
53942023-11-02T05:48:49.186Z PASS [ 0.034s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_enum
53952023-11-02T05:48:49.211Z PASS [ 0.032s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_without_datum_field
53962023-11-02T05:48:49.232Z PASS [ 0.032s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target
53972023-11-02T05:48:49.244Z PASS [ 0.031s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_empty_struct
53982023-11-02T05:48:49.259Z PASS [ 0.034s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_enum
53992023-11-02T05:48:49.262Z PASS [ 25.064s] omicron-omdb::test_all_output test_omdb_env_settings
54002023-11-02T05:48:49.275Z PASS [ 0.033s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_unit_struct
54012023-11-02T05:48:49.412Z PASS [ 0.031s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_with_datum_field
54022023-11-02T05:48:49.415Z PASS [ 0.043s] sled-hardware disk::test::test_disk_paths
54032023-11-02T05:48:49.418Z PASS [ 0.038s] sled-hardware disk::test::test_partition_device_paths
54042023-11-02T05:48:49.421Z PASS [ 0.053s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
54052023-11-02T05:48:49.426Z PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
54062023-11-02T05:48:49.429Z PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
54072023-11-02T05:48:49.432Z PASS [ 0.043s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
54082023-11-02T05:48:49.435Z PASS [ 0.044s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
54092023-11-02T05:48:49.439Z PASS [ 0.070s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
54102023-11-02T05:48:49.442Z PASS [ 0.047s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
54112023-11-02T05:48:49.452Z PASS [ 0.052s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
54122023-11-02T05:48:50.440Z PASS [ 1.012s] tufaceous::integration-tests command_tests::test_init_and_add
54132023-11-02T05:48:50.486Z PASS [ 0.046s] tufaceous-lib archive::tests::test_validate_path
54142023-11-02T05:48:50.533Z PASS [ 0.046s] tufaceous-lib key::tests::test_from_str
54152023-11-02T05:48:50.677Z PASS [ 0.144s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
54162023-11-02T05:48:50.976Z PASS [ 0.299s] update-engine buffer::tests::test_buffer
54172023-11-02T05:48:50.983Z PASS [ 1.533s] tufaceous::manifest-tests check_manifest::fake.toml
54182023-11-02T05:48:51.017Z PASS [ 0.042s] update-engine engine::tests::error_exits_early
54192023-11-02T05:48:51.029Z PASS [ 0.045s] update-engine events::tests::progress_event_parse_unknown
54202023-11-02T05:48:51.059Z PASS [ 0.042s] update-engine events::tests::step_event_parse_unknown
54212023-11-02T05:48:51.101Z PASS [ 0.042s] wicket state::inventory::tests::component_id_display
54222023-11-02T05:48:51.133Z PASS [ 0.081s] wicket rack_setup::config_toml::tests::round_trip_nonempty_config
54232023-11-02T05:48:51.203Z PASS [ 1.785s] tufaceous::integration-tests command_tests::test_assemble_fake
54242023-11-02T05:48:51.353Z PASS [ 0.151s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts
54252023-11-02T05:48:51.407Z PASS [ 0.053s] wicketd installinator_progress::tests::test_states
54262023-11-02T05:48:51.417Z PASS [ 0.316s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
54272023-11-02T05:48:51.896Z PASS [ 0.488s] wicketd::mod integration_tests::commands::test_wicketd_openapi
54282023-11-02T05:48:52.988Z PASS [ 1.876s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake
54292023-11-02T05:48:53.130Z PASS [ 1.712s] wicketd::mod integration_tests::inventory::test_inventory
54302023-11-02T05:48:56.482Z PASS [ 3.504s] wicketd::mod integration_tests::updates::test_update_races
54312023-11-02T05:48:56.636Z PASS [ 3.515s] wicketd::mod integration_tests::updates::test_updates
54322023-11-02T05:48:57.436Z PASS [ 5.551s] wicketd::mod integration_tests::updates::test_installinator_fetch
54332023-11-02T05:48:57.979Z PASS [ 14.871s] omicron-test-utils dev::db::test::test_setup_database_default_dir
54342023-11-02T05:48:58.707Z PASS [ 20.859s] omicron-passwords test::test_smoke
54352023-11-02T05:48:58.899Z PASS [ 26.358s] omicron-omdb::test_all_output test_omdb_success_cases
54362023-11-02T05:49:04.184Z PASS [ 16.451s] oximeter-db client::tests::test_single_node
54372023-11-02T05:49:47.692Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
54382023-11-02T05:50:47.690Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
54392023-11-02T05:51:47.687Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
54402023-11-02T05:52:47.685Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
54412023-11-02T05:53:47.683Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
54422023-11-02T05:54:29.943Z PASS [ 342.281s] oximeter-db client::tests::test_replicated
54432023-11-02T05:54:29.948Z------------
54442023-11-02T05:54:29.956Z Summary [1942.580s] 892 tests run: 892 passed (13 slow, 1 leaky), 2 skipped
54452023-11-02T05:54:30.391Z
54462023-11-02T05:54:30.395Zreal 32:34.567391475
54472023-11-02T05:54:30.400Zuser 2:42:08.837971997
54482023-11-02T05:54:30.403Zsys 39:13.963474230
54492023-11-02T05:54:30.406Ztrap 2:48.091786618
54502023-11-02T05:54:30.414Ztflt 6.758809767
54512023-11-02T05:54:30.420Zdflt 19.726452775
54522023-11-02T05:54:30.424Zkflt 0.258396320
54532023-11-02T05:54:30.428Zlock 632:18:03.321464119
54542023-11-02T05:54:30.436Zslp 36:48:43.927809682
54552023-11-02T05:54:30.443Zlat 2:36:26.587250698
54562023-11-02T05:54:30.449Zstop 23:07.404767037
54572023-11-02T05:54:30.456Z
54582023-11-02T05:54:30.464Z ##### #### #### ##### ###### #### #####
54592023-11-02T05:54:30.471Z # # # # # # # # # #
54602023-11-02T05:54:30.476Z # # # # # # ##### #### #
54612023-11-02T05:54:30.482Z # # # # # # # # #
54622023-11-02T05:54:30.488Z # # # # # # # # # # #
54632023-11-02T05:54:30.497Z ##### #### #### # ###### #### #
54642023-11-02T05:54:30.500Z
54652023-11-02T05:54:31.654Z Fresh unicode-ident v1.0.12
54662023-11-02T05:54:31.657Z Fresh cfg-if v1.0.0
54672023-11-02T05:54:31.663Z Fresh autocfg v1.1.0
54682023-11-02T05:54:31.666Z Fresh version_check v0.9.4
54692023-11-02T05:54:31.669Z Fresh proc-macro2 v1.0.67
54702023-11-02T05:54:31.674Z Fresh once_cell v1.18.0
54712023-11-02T05:54:31.677Z Fresh memchr v2.6.3
54722023-11-02T05:54:31.682Z Fresh log v0.4.20
54732023-11-02T05:54:31.685Z Fresh itoa v1.0.9
54742023-11-02T05:54:31.688Z Fresh quote v1.0.33
54752023-11-02T05:54:31.691Z Fresh libc v0.2.149
54762023-11-02T05:54:31.693Z Fresh scopeguard v1.2.0
54772023-11-02T05:54:31.696Z Fresh smallvec v1.11.0
54782023-11-02T05:54:31.699Z Fresh syn v2.0.32
54792023-11-02T05:54:31.702Z Fresh getrandom v0.2.10
54802023-11-02T05:54:31.706Z Fresh syn v1.0.109
54812023-11-02T05:54:31.709Z Fresh jobserver v0.1.26
54822023-11-02T05:54:31.711Z Fresh serde_derive v1.0.188
54832023-11-02T05:54:31.714Z Fresh lock_api v0.4.10
54842023-11-02T05:54:31.721Z Fresh libm v0.2.7
54852023-11-02T05:54:32.152Z Fresh parking_lot_core v0.9.8
54862023-11-02T05:54:32.156Z Fresh cc v1.0.83
54872023-11-02T05:54:32.159Z Fresh ryu v1.0.15
54882023-11-02T05:54:32.162Z Fresh thiserror-impl v1.0.49
54892023-11-02T05:54:32.165Z Fresh serde v1.0.188
54902023-11-02T05:54:32.168Z Fresh num-traits v0.2.16
54912023-11-02T05:54:32.171Z Fresh parking_lot v0.12.1
54922023-11-02T05:54:32.174Z Fresh spin v0.5.2
54932023-11-02T05:54:32.179Z Fresh pin-project-lite v0.2.13
54942023-11-02T05:54:32.182Z Fresh rand_core v0.6.4
54952023-11-02T05:54:32.185Z Fresh signal-hook-registry v1.4.1
54962023-11-02T05:54:32.188Z Fresh bytes v1.5.0
54972023-11-02T05:54:32.191Z Fresh thiserror v1.0.49
54982023-11-02T05:54:32.194Z Fresh mio v0.8.8
54992023-11-02T05:54:32.197Z Fresh bitflags v2.4.0
55002023-11-02T05:54:32.201Z Fresh num_cpus v1.16.0
55012023-11-02T05:54:32.204Z Fresh zeroize_derive v1.4.2
55022023-11-02T05:54:32.207Z Fresh pkg-config v0.3.27
55032023-11-02T05:54:32.211Z Fresh zeroize v1.6.0
55042023-11-02T05:54:32.215Z Fresh tokio-macros v2.1.0
55052023-11-02T05:54:32.219Z Fresh socket2 v0.5.4
55062023-11-02T05:54:32.223Z Fresh fnv v1.0.7
55072023-11-02T05:54:32.226Z Fresh heck v0.4.1
55082023-11-02T05:54:32.229Z Fresh ahash v0.8.3
55092023-11-02T05:54:32.232Z Fresh futures-core v0.3.29
55102023-11-02T05:54:32.237Z Fresh tokio v1.33.0
55112023-11-02T05:54:32.242Z Fresh allocator-api2 v0.2.16
55122023-11-02T05:54:32.244Z Fresh pin-utils v0.1.0
55132023-11-02T05:54:32.247Z Fresh iana-time-zone v0.1.57
55142023-11-02T05:54:32.250Z Fresh futures-sink v0.3.29
55152023-11-02T05:54:32.253Z Fresh hashbrown v0.14.0
55162023-11-02T05:54:32.256Z Fresh chrono v0.4.31
55172023-11-02T05:54:32.259Z Fresh futures-macro v0.3.29
55182023-11-02T05:54:32.263Z Fresh futures-io v0.3.29
55192023-11-02T05:54:32.265Z Fresh slab v0.4.9
55202023-11-02T05:54:32.268Z Fresh tinyvec_macros v0.1.1
55212023-11-02T05:54:32.271Z Fresh byteorder v1.5.0
55222023-11-02T05:54:32.274Z Fresh equivalent v1.0.1
55232023-11-02T05:54:32.276Z Fresh futures-task v0.3.29
55242023-11-02T05:54:32.279Z Fresh futures-channel v0.3.29
55252023-11-02T05:54:32.282Z Fresh tinyvec v1.6.0
55262023-11-02T05:54:32.285Z Fresh indexmap v2.0.0
55272023-11-02T05:54:32.288Z Fresh uuid v1.4.1
55282023-11-02T05:54:32.291Z Fresh aho-corasick v1.0.4
55292023-11-02T05:54:32.294Z Fresh futures-util v0.3.29
55302023-11-02T05:54:32.297Z Fresh typenum v1.16.0
55312023-11-02T05:54:32.300Z Fresh unicode-normalization v0.1.22
55322023-11-02T05:54:32.303Z Fresh vcpkg v0.2.15
55332023-11-02T05:54:32.306Z Fresh regex-syntax v0.8.2
55342023-11-02T05:54:32.308Z Fresh unicode-bidi v0.3.13
55352023-11-02T05:54:32.311Z Fresh lazy_static v1.4.0
55362023-11-02T05:54:32.314Z Fresh generic-array v0.14.7
55372023-11-02T05:54:32.317Z Fresh regex-automata v0.4.3
55382023-11-02T05:54:32.320Z Fresh subtle v2.5.0
55392023-11-02T05:54:32.323Z Fresh percent-encoding v2.3.0
55402023-11-02T05:54:32.325Z Fresh serde_derive_internals v0.26.0
55412023-11-02T05:54:32.328Z Fresh base64 v0.21.5
55422023-11-02T05:54:32.333Z Fresh regex v1.10.2
55432023-11-02T05:54:32.336Z Fresh crypto-common v0.1.6
55442023-11-02T05:54:32.339Z Fresh dyn-clone v1.0.13
55452023-11-02T05:54:32.341Z Fresh form_urlencoded v1.2.0
55462023-11-02T05:54:32.344Z Fresh schemars_derive v0.8.13
55472023-11-02T05:54:32.347Z Fresh tracing-attributes v0.1.26
55482023-11-02T05:54:32.350Z Fresh tracing-core v0.1.31
55492023-11-02T05:54:32.353Z Fresh http v0.2.9
55502023-11-02T05:54:32.355Z Fresh errno v0.3.2
55512023-11-02T05:54:32.358Z Fresh idna v0.4.0
55522023-11-02T05:54:32.361Z Fresh ppv-lite86 v0.2.17
55532023-11-02T05:54:32.363Z Fresh const-oid v0.9.5
55542023-11-02T05:54:32.366Z Fresh spin v0.9.8
55552023-11-02T05:54:32.369Z Fresh tracing v0.1.37
55562023-11-02T05:54:32.372Z Fresh url v2.4.1
55572023-11-02T05:54:32.375Z Fresh rand_chacha v0.3.1
55582023-11-02T05:54:32.378Z Fresh bitflags v1.3.2
55592023-11-02T05:54:32.381Z Fresh block-buffer v0.10.4
55602023-11-02T05:54:32.384Z Fresh rand v0.8.5
55612023-11-02T05:54:32.387Z Fresh hashbrown v0.12.3
55622023-11-02T05:54:32.390Z Fresh digest v0.10.7
55632023-11-02T05:54:32.392Z Fresh tokio-util v0.7.10
55642023-11-02T05:54:32.395Z Fresh httparse v1.8.0
55652023-11-02T05:54:32.399Z Fresh rustix v0.38.9
55662023-11-02T05:54:32.402Z Fresh indexmap v1.9.3
55672023-11-02T05:54:32.404Z Fresh untrusted v0.7.1
55682023-11-02T05:54:32.407Z Fresh semver v1.0.20
55692023-11-02T05:54:32.410Z Fresh cpufeatures v0.2.9
55702023-11-02T05:54:32.413Z Fresh unicode-width v0.1.11
55712023-11-02T05:54:32.416Z Fresh adler v1.0.2
55722023-11-02T05:54:32.419Z Fresh toml_datetime v0.6.5
55732023-11-02T05:54:32.422Z Fresh miniz_oxide v0.7.1
55742023-11-02T05:54:32.424Z Fresh ring v0.16.20
55752023-11-02T05:54:32.427Z Fresh serde_spanned v0.6.4
55762023-11-02T05:54:32.430Z Fresh socket2 v0.4.9
55772023-11-02T05:54:32.433Z Fresh untrusted v0.9.0
55782023-11-02T05:54:32.436Z Fresh ucd-trie v0.1.6
55792023-11-02T05:54:32.440Z Fresh winnow v0.5.15
55802023-11-02T05:54:32.442Z Fresh try-lock v0.2.4
55812023-11-02T05:54:32.445Z Fresh pest v2.7.2
55822023-11-02T05:54:32.448Z Fresh ring v0.17.5
55832023-11-02T05:54:32.451Z Fresh httpdate v1.0.3
55842023-11-02T05:54:32.454Z Fresh want v0.3.1
55852023-11-02T05:54:32.457Z Fresh sct v0.7.0
55862023-11-02T05:54:32.460Z Fresh h2 v0.3.21
55872023-11-02T05:54:32.463Z Fresh http-body v0.4.5
55882023-11-02T05:54:32.466Z Fresh rustls-webpki v0.101.7
55892023-11-02T05:54:32.470Z Fresh openssl-probe v0.1.5
55902023-11-02T05:54:32.473Z Fresh tower-service v0.3.2
55912023-11-02T05:54:32.476Z Fresh foreign-types-shared v0.1.1
55922023-11-02T05:54:32.479Z Fresh openssl-sys v0.9.93
55932023-11-02T05:54:32.481Z Fresh foreign-types v0.3.2
55942023-11-02T05:54:32.484Z Fresh hyper v0.14.27
55952023-11-02T05:54:32.486Z Fresh rustls v0.21.8
55962023-11-02T05:54:32.489Z Fresh rustls-pemfile v1.0.3
55972023-11-02T05:54:32.492Z Fresh hashbrown v0.13.2
55982023-11-02T05:54:32.494Z Fresh openssl-macros v0.1.1
55992023-11-02T05:54:32.498Z Fresh mime v0.3.17
56002023-11-02T05:54:32.501Z Fresh tokio-rustls v0.24.1
56012023-11-02T05:54:32.504Z Fresh openssl v0.10.57
56022023-11-02T05:54:32.507Z Fresh serde_json v1.0.108
56032023-11-02T05:54:32.510Z Fresh toml_edit v0.19.15
56042023-11-02T05:54:32.513Z Fresh gimli v0.28.0
56052023-11-02T05:54:32.516Z Fresh unicode-xid v0.2.4
56062023-11-02T05:54:32.519Z Fresh ipnet v2.8.0
56072023-11-02T05:54:32.522Z Fresh addr2line v0.21.0
56082023-11-02T05:54:32.524Z Fresh object v0.32.1
56092023-11-02T05:54:32.528Z Fresh strsim v0.10.0
56102023-11-02T05:54:32.531Z Fresh rustc-demangle v0.1.23
56112023-11-02T05:54:32.533Z Fresh native-tls v0.2.11
56122023-11-02T05:54:32.536Z Fresh serde_urlencoded v0.7.1
56132023-11-02T05:54:32.539Z Fresh encoding_rs v0.8.33
56142023-11-02T05:54:32.542Z Fresh async-trait v0.1.74
56152023-11-02T05:54:32.545Z Fresh backtrace v0.3.69
56162023-11-02T05:54:32.548Z Fresh tokio-native-tls v0.3.1
56172023-11-02T05:54:32.552Z Fresh rustls-native-certs v0.6.3
56182023-11-02T05:54:32.555Z Fresh either v1.9.0
56192023-11-02T05:54:32.557Z Fresh webpki-roots v0.25.2
56202023-11-02T05:54:32.561Z Fresh anyhow v1.0.75
56212023-11-02T05:54:32.563Z Fresh rustversion v1.0.14
56222023-11-02T05:54:32.566Z Fresh hyper-tls v0.5.0
56232023-11-02T05:54:32.569Z Fresh hyper-rustls v0.24.2
56242023-11-02T05:54:32.572Z Fresh time-core v0.1.1
56252023-11-02T05:54:32.575Z Fresh deranged v0.3.8
56262023-11-02T05:54:32.578Z Fresh time-macros v0.2.13
56272023-11-02T05:54:32.581Z Fresh num_threads v0.1.6
56282023-11-02T05:54:32.584Z Fresh synstructure v0.12.6
56292023-11-02T05:54:32.590Z Fresh pest_meta v2.7.2
56302023-11-02T05:54:32.594Z Fresh rustc_version v0.4.0
56312023-11-02T05:54:32.597Z Fresh crossbeam-utils v0.8.16
56322023-11-02T05:54:32.611Z Fresh time v0.3.27
56332023-11-02T05:54:32.615Z Fresh slog v2.7.0
56342023-11-02T05:54:32.618Z Fresh pest_generator v2.7.2
56352023-11-02T05:54:32.621Z Fresh zerocopy-derive v0.2.0
56362023-11-02T05:54:32.624Z Fresh futures-executor v0.3.29
56372023-11-02T05:54:32.627Z Fresh thread-id v4.2.0
56382023-11-02T05:54:32.630Z Fresh zerocopy v0.3.0
56392023-11-02T05:54:32.634Z Fresh pest_derive v2.7.2
56402023-11-02T05:54:32.637Z Fresh siphasher v0.3.11
56412023-11-02T05:54:32.640Z Fresh toml v0.7.8
56422023-11-02T05:54:32.643Z Fresh futures v0.3.29
56432023-11-02T05:54:32.646Z Fresh serde_tokenstream v0.1.7
56442023-11-02T05:54:32.657Z Fresh strum_macros v0.25.2
56452023-11-02T05:54:32.660Z Fresh dof v0.1.5
56462023-11-02T05:54:32.663Z Fresh dtrace-parser v0.1.14
56472023-11-02T05:54:32.666Z Fresh sha2 v0.10.8
56482023-11-02T05:54:32.672Z Fresh hmac v0.12.1
56492023-11-02T05:54:32.675Z Fresh fallible-iterator v0.2.0
56502023-11-02T05:54:32.678Z Fresh hex v0.4.3
56512023-11-02T05:54:32.682Z Fresh md-5 v0.10.5
56522023-11-02T05:54:32.687Z Fresh stringprep v0.1.3
56532023-11-02T05:54:32.694Z Fresh utf8parse v0.2.1
56542023-11-02T05:54:32.698Z Fresh phf_shared v0.11.2
56552023-11-02T05:54:32.705Z Fresh schemars v0.8.13
56562023-11-02T05:54:32.711Z Fresh usdt-attr-macro v0.3.5
56572023-11-02T05:54:32.716Z Fresh usdt-macro v0.3.5
56582023-11-02T05:54:32.723Z Fresh crc32fast v1.3.2
56592023-11-02T05:54:32.732Z Fresh postgres-protocol v0.6.6
56602023-11-02T05:54:32.741Z Fresh anstyle v1.0.2
56612023-11-02T05:54:32.753Z Fresh io-lifetimes v1.0.11
56622023-11-02T05:54:32.756Z Fresh flate2 v1.0.28
56632023-11-02T05:54:32.766Z Fresh phf v0.11.2
56642023-11-02T05:54:32.769Z Fresh block-padding v0.3.3
56652023-11-02T05:54:32.771Z Fresh static_assertions v1.1.0
56662023-11-02T05:54:32.774Z Fresh whoami v1.4.1
56672023-11-02T05:54:32.777Z Fresh num-integer v0.1.45
56682023-11-02T05:54:32.780Z Fresh inout v0.1.3
56692023-11-02T05:54:32.785Z Fresh rustix v0.37.23
56702023-11-02T05:54:32.788Z Fresh anstyle-parse v0.2.1
56712023-11-02T05:54:32.792Z Fresh itertools v0.10.5
56722023-11-02T05:54:32.795Z Fresh zerocopy-derive v0.6.4
56732023-11-02T05:54:32.798Z Fresh unicode-segmentation v1.10.1
56742023-11-02T05:54:32.801Z Fresh anstyle-query v1.0.0
56752023-11-02T05:54:32.803Z Fresh colorchoice v1.0.0
56762023-11-02T05:54:32.806Z Fresh zerocopy v0.6.4
56772023-11-02T05:54:32.809Z Fresh terminal_size v0.2.6
56782023-11-02T05:54:32.812Z Fresh cipher v0.4.4
56792023-11-02T05:54:32.814Z Fresh anstream v0.5.0
56802023-11-02T05:54:32.823Z Fresh bit-vec v0.6.3
56812023-11-02T05:54:32.826Z Fresh clap_lex v0.5.1
56822023-11-02T05:54:32.829Z Fresh data-encoding v2.4.0
56832023-11-02T05:54:32.831Z Fresh clap_builder v4.4.2
56842023-11-02T05:54:32.834Z Fresh itertools v0.11.0
56852023-11-02T05:54:32.837Z Fresh clap_derive v4.4.2
56862023-11-02T05:54:32.839Z Fresh serde_tokenstream v0.2.0
56872023-11-02T05:54:32.842Z Fresh clap v4.4.3
56882023-11-02T05:54:32.845Z Fresh managed v0.8.0
56892023-11-02T05:54:32.848Z Fresh tap v1.0.1
56902023-11-02T05:54:32.851Z Fresh bit-set v0.5.3
56912023-11-02T05:54:32.853Z Fresh wyz v0.5.1
56922023-11-02T05:54:32.856Z Fresh memoffset v0.9.0
56932023-11-02T05:54:33.266Z Fresh radium v0.7.0
56942023-11-02T05:54:33.269Z Fresh phf_shared v0.10.0
56952023-11-02T05:54:33.272Z Fresh fixedbitset v0.4.2
56962023-11-02T05:54:33.274Z Fresh precomputed-hash v0.1.1
56972023-11-02T05:54:33.278Z Fresh new_debug_unreachable v1.0.4
56982023-11-02T05:54:33.287Z Fresh matches v0.1.10
56992023-11-02T05:54:33.299Z Fresh funty v2.0.0
57002023-11-02T05:54:33.308Z Fresh petgraph v0.6.4
57012023-11-02T05:54:33.320Z Fresh string_cache v0.8.7
57022023-11-02T05:54:33.323Z Fresh idna v0.2.3
57032023-11-02T05:54:33.326Z Fresh crossbeam-epoch v0.9.15
57042023-11-02T05:54:33.328Z Fresh num-iter v0.1.43
57052023-11-02T05:54:33.331Z Fresh enum-as-inner v0.5.1
57062023-11-02T05:54:33.334Z Fresh bitvec v1.0.1
57072023-11-02T05:54:33.337Z Fresh trust-dns-proto v0.22.0
57082023-11-02T05:54:33.339Z Fresh scheduled-thread-pool v0.2.7
57092023-11-02T05:54:33.342Z Fresh diesel_table_macro_syntax v0.1.0
57102023-11-02T05:54:33.345Z Fresh predicates-core v1.0.6
57112023-11-02T05:54:33.347Z Fresh regex-automata v0.1.10
57122023-11-02T05:54:33.350Z Fresh lalrpop-util v0.19.12
57132023-11-02T05:54:33.353Z Fresh diesel_derives v2.1.1
57142023-11-02T05:54:33.355Z Fresh r2d2 v0.8.10
57152023-11-02T05:54:33.358Z Fresh bzip2-sys v0.1.11+1.0.8
57162023-11-02T05:54:33.361Z Fresh regress v0.7.1
57172023-11-02T05:54:33.364Z Fresh bstr v0.2.17
57182023-11-02T05:54:33.366Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
57192023-11-02T05:54:33.369Z Fresh signature v2.1.0
57202023-11-02T05:54:33.372Z Fresh hash32 v0.2.1
57212023-11-02T05:54:33.374Z Fresh float-cmp v0.9.0
57222023-11-02T05:54:33.377Z Fresh stable_deref_trait v1.2.0
57232023-11-02T05:54:33.380Z Fresh difflib v0.4.0
57242023-11-02T05:54:33.382Z Fresh normalize-line-endings v0.3.0
57252023-11-02T05:54:33.385Z Fresh regex-automata v0.3.8
57262023-11-02T05:54:33.388Z Fresh heapless v0.7.16
57272023-11-02T05:54:33.391Z Fresh bzip2 v0.4.4
57282023-11-02T05:54:33.393Z Fresh console v0.15.7
57292023-11-02T05:54:33.396Z Fresh bstr v1.6.0
57302023-11-02T05:54:33.399Z Fresh hubpack_derive v0.1.1
57312023-11-02T05:54:33.402Z Fresh num-bigint v0.4.4
57322023-11-02T05:54:33.405Z Fresh zip v0.6.6
57332023-11-02T05:54:33.407Z Fresh smoltcp v0.9.1
57342023-11-02T05:54:33.410Z Fresh similar v2.2.1
57352023-11-02T05:54:33.414Z Fresh serde_repr v0.1.16
57362023-11-02T05:54:33.417Z Fresh hubpack v0.1.2
57372023-11-02T05:54:33.419Z Fresh typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
57382023-11-02T05:54:33.422Z Fresh yasna v0.5.2
57392023-11-02T05:54:33.425Z Fresh predicates v3.0.4
57402023-11-02T05:54:33.427Z Fresh tokio-stream v0.1.14
57412023-11-02T05:54:33.430Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
57422023-11-02T05:54:33.433Z Fresh getopts v0.2.21
57432023-11-02T05:54:33.436Z Fresh reqwest v0.11.20
57442023-11-02T05:54:33.439Z Fresh openapiv3 v1.0.3
57452023-11-02T05:54:33.441Z Fresh unsafe-libyaml v0.2.9
57462023-11-02T05:54:33.444Z Fresh serde_yaml v0.9.25
57472023-11-02T05:54:33.447Z Fresh ipnetwork v0.20.0
57482023-11-02T05:54:33.451Z Fresh usdt-impl v0.3.5
57492023-11-02T05:54:33.454Z Fresh fastrand v2.0.0
57502023-11-02T05:54:33.457Z Fresh postgres-types v0.2.6
57512023-11-02T05:54:33.459Z Fresh ident_case v1.0.1
57522023-11-02T05:54:33.463Z Fresh progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
57532023-11-02T05:54:33.466Z Fresh usdt v0.3.5
57542023-11-02T05:54:33.470Z Fresh tempfile v3.8.0
57552023-11-02T05:54:33.473Z Fresh tokio-postgres v0.7.10
57562023-11-02T05:54:33.477Z Fresh typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
57572023-11-02T05:54:33.479Z Fresh dirs-sys-next v0.1.2
57582023-11-02T05:54:33.482Z Fresh typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
57592023-11-02T05:54:33.485Z Fresh dirs-next v2.0.0
57602023-11-02T05:54:33.488Z Fresh atty v0.2.14
57612023-11-02T05:54:33.491Z Fresh match_cfg v0.1.0
57622023-11-02T05:54:33.493Z Fresh darling_core v0.20.3
57632023-11-02T05:54:33.496Z Fresh sha1 v0.10.5
57642023-11-02T05:54:33.498Z Fresh diesel v2.1.3
57652023-11-02T05:54:33.501Z Fresh progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
57662023-11-02T05:54:33.503Z Fresh term v0.7.0
57672023-11-02T05:54:33.506Z Fresh hostname v0.3.1
57682023-11-02T05:54:33.509Z Fresh darling_macro v0.20.3
57692023-11-02T05:54:33.513Z Fresh crossbeam-channel v0.5.8
57702023-11-02T05:54:33.516Z Fresh toml_edit v0.20.7
57712023-11-02T05:54:33.519Z Fresh thread_local v1.1.7
57722023-11-02T05:54:33.522Z Fresh regex-syntax v0.6.29
57732023-11-02T05:54:33.524Z Fresh darling v0.20.3
57742023-11-02T05:54:33.528Z Fresh toml v0.8.6
57752023-11-02T05:54:33.531Z Fresh strum v0.25.0
57762023-11-02T05:54:33.534Z Fresh instant v0.1.12
57772023-11-02T05:54:33.536Z Fresh take_mut v0.2.2
57782023-11-02T05:54:33.539Z Fresh paste v1.0.14
57792023-11-02T05:54:33.542Z Fresh serde_with_macros v2.3.3
57802023-11-02T05:54:33.545Z Fresh slog-term v2.9.0
57812023-11-02T05:54:33.547Z Fresh slog-json v2.6.1
57822023-11-02T05:54:33.550Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
57832023-11-02T05:54:33.553Z Fresh slog-async v2.8.0
57842023-11-02T05:54:33.556Z Fresh serde_with v2.3.3
57852023-11-02T05:54:33.559Z Fresh slog-bunyan v2.4.0
57862023-11-02T05:54:33.561Z Fresh structmeta-derive v0.1.6
57872023-11-02T05:54:33.564Z Fresh async-stream-impl v0.3.5
57882023-11-02T05:54:33.567Z Fresh camino v1.1.6
57892023-11-02T05:54:33.569Z Fresh atomic-waker v1.1.1
57902023-11-02T05:54:33.572Z Fresh debug-ignore v1.0.5
57912023-11-02T05:54:33.575Z Fresh structmeta v0.1.6
57922023-11-02T05:54:33.577Z Fresh async-stream v0.3.5
57932023-11-02T05:54:33.580Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
57942023-11-02T05:54:33.583Z Fresh waitgroup v0.1.2
57952023-11-02T05:54:33.585Z Fresh multer v2.1.0
57962023-11-02T05:54:33.588Z Fresh serde_path_to_error v0.1.14
57972023-11-02T05:54:33.591Z Fresh parse-display-derive v0.7.0
57982023-11-02T05:54:33.594Z Fresh backoff v0.4.0
57992023-11-02T05:54:33.596Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
58002023-11-02T05:54:33.599Z Fresh macaddr v1.0.1
58012023-11-02T05:54:33.602Z Fresh quick-error v1.2.3
58022023-11-02T05:54:33.605Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
58032023-11-02T05:54:33.608Z Fresh parse-display v0.7.0
58042023-11-02T05:54:33.611Z Fresh wait-timeout v0.2.0
58052023-11-02T05:54:33.615Z Fresh rand_xorshift v0.3.0
58062023-11-02T05:54:33.618Z Fresh structmeta-derive v0.2.0
58072023-11-02T05:54:33.621Z Fresh unarray v0.1.4
58082023-11-02T05:54:33.625Z Fresh regex-syntax v0.7.5
58092023-11-02T05:54:33.628Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
58102023-11-02T05:54:33.631Z Fresh rusty-fork v0.3.0
58112023-11-02T05:54:33.633Z Fresh structmeta v0.2.0
58122023-11-02T05:54:33.636Z Fresh base64ct v1.6.0
58132023-11-02T05:54:33.639Z Fresh is-terminal v0.4.9
58142023-11-02T05:54:33.643Z Fresh proc-macro-crate v1.3.1
58152023-11-02T05:54:33.647Z Fresh blake2 v0.10.6
58162023-11-02T05:54:33.650Z Fresh proptest v1.3.1
58172023-11-02T05:54:33.652Z Fresh test-strategy v0.3.1
58182023-11-02T05:54:33.655Z Fresh password-hash v0.5.0
58192023-11-02T05:54:33.658Z Fresh num_enum_derive v0.5.11
58202023-11-02T05:54:33.661Z Fresh crucible-workspace-hack v0.1.0
58212023-11-02T05:54:33.663Z Fresh argon2 v0.5.2
58222023-11-02T05:54:33.666Z Fresh proc-macro-error-attr v1.0.4
58232023-11-02T05:54:33.669Z Fresh num_enum v0.5.11
58242023-11-02T05:54:33.672Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
58252023-11-02T05:54:33.675Z Fresh proc-macro-error v1.0.4
58262023-11-02T05:54:33.678Z Fresh postcard-cobs v0.1.5-pre
58272023-11-02T05:54:33.682Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
58282023-11-02T05:54:33.685Z Fresh smoltcp v0.8.2
58292023-11-02T05:54:33.688Z Fresh foreign-types-macros v0.2.3
58302023-11-02T05:54:33.691Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58312023-11-02T05:54:33.693Z Fresh postcard v0.7.3
58322023-11-02T05:54:33.696Z Fresh cfg-if v0.1.10
58332023-11-02T05:54:33.699Z Fresh termtree v0.4.1
58342023-11-02T05:54:33.701Z Fresh foreign-types-shared v0.3.1
58352023-11-02T05:54:33.704Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58362023-11-02T05:54:33.707Z Fresh foreign-types v0.5.0
58372023-11-02T05:54:33.709Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58382023-11-02T05:54:33.712Z Fresh predicates-tree v1.0.9
58392023-11-02T05:54:33.715Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58402023-11-02T05:54:33.719Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58412023-11-02T05:54:34.126Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
58422023-11-02T05:54:34.131Z Fresh filetime v0.2.22
58432023-11-02T05:54:34.134Z Fresh xattr v1.0.1
58442023-11-02T05:54:34.139Z Fresh cstr-argument v0.1.2
58452023-11-02T05:54:34.143Z Fresh pretty-hex v0.2.1
58462023-11-02T05:54:34.146Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
58472023-11-02T05:54:34.151Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58482023-11-02T05:54:34.157Z Fresh colored v2.0.4
58492023-11-02T05:54:34.161Z Fresh zone_cfg_derive v0.2.0
58502023-11-02T05:54:34.167Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58512023-11-02T05:54:34.177Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58522023-11-02T05:54:34.204Z Fresh tar v0.4.40
58532023-11-02T05:54:34.211Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58542023-11-02T05:54:34.218Z Fresh predicates v2.1.5
58552023-11-02T05:54:34.225Z Fresh mockall_derive v0.11.4
58562023-11-02T05:54:34.234Z Fresh num-derive v0.4.0
58572023-11-02T05:54:34.237Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
58582023-11-02T05:54:34.239Z Fresh fragile v2.0.0
58592023-11-02T05:54:34.244Z Fresh downcast v0.11.0
58602023-11-02T05:54:34.247Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
58612023-11-02T05:54:34.250Z Fresh zone v0.2.0
58622023-11-02T05:54:34.254Z Fresh smf v0.2.2
58632023-11-02T05:54:34.256Z Fresh base64 v0.13.1
58642023-11-02T05:54:34.259Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58652023-11-02T05:54:34.262Z Fresh mockall v0.11.4
58662023-11-02T05:54:34.264Z Fresh same-file v1.0.6
58672023-11-02T05:54:34.267Z Fresh termcolor v1.2.0
58682023-11-02T05:54:34.269Z Fresh pem v1.1.1
58692023-11-02T05:54:34.272Z Fresh camino-tempfile v1.0.2
58702023-11-02T05:54:34.275Z Fresh linked-hash-map v0.5.6
58712023-11-02T05:54:34.278Z Fresh walkdir v2.4.0
58722023-11-02T05:54:34.280Z Fresh lru-cache v0.1.2
58732023-11-02T05:54:34.284Z Fresh toml v0.5.11
58742023-11-02T05:54:34.287Z Fresh pem-rfc7468 v0.7.0
58752023-11-02T05:54:34.289Z Fresh slog-dtrace v0.2.3
58762023-11-02T05:54:34.292Z Fresh der_derive v0.7.2
58772023-11-02T05:54:34.295Z Fresh half v1.8.2
58782023-11-02T05:54:34.299Z Fresh ciborium-io v0.2.1
58792023-11-02T05:54:34.301Z Fresh flagset v0.4.3
58802023-11-02T05:54:34.306Z Fresh hkdf v0.12.3
58812023-11-02T05:54:34.309Z Fresh cancel-safe-futures v0.1.5
58822023-11-02T05:54:34.312Z Fresh der v0.7.8
58832023-11-02T05:54:34.315Z Fresh ciborium-ll v0.2.1
58842023-11-02T05:54:34.318Z Fresh semver-parser v0.10.2
58852023-11-02T05:54:34.320Z Fresh headers-core v0.2.0
58862023-11-02T05:54:34.323Z Fresh heck v0.3.3
58872023-11-02T05:54:34.326Z Fresh textwrap v0.11.0
58882023-11-02T05:54:34.328Z Fresh headers v0.3.9
58892023-11-02T05:54:34.332Z Fresh spki v0.7.2
58902023-11-02T05:54:34.335Z Fresh semver v0.11.0
58912023-11-02T05:54:34.338Z Fresh ciborium v0.2.1
58922023-11-02T05:54:34.340Z Fresh ansi_term v0.12.1
58932023-11-02T05:54:34.343Z Fresh strsim v0.8.0
58942023-11-02T05:54:34.346Z Fresh keccak v0.1.4
58952023-11-02T05:54:34.349Z Fresh vec_map v0.8.2
58962023-11-02T05:54:34.351Z Fresh home v0.5.5
58972023-11-02T05:54:34.354Z Fresh sha3 v0.10.8
58982023-11-02T05:54:34.357Z Fresh structopt-derive v0.4.18
58992023-11-02T05:54:34.359Z Fresh pem v3.0.2
59002023-11-02T05:54:34.362Z Fresh clap v2.34.0
59012023-11-02T05:54:34.364Z Fresh toolchain_find v0.2.0
59022023-11-02T05:54:34.367Z Fresh secrecy v0.8.0
59032023-11-02T05:54:34.370Z Fresh crc-catalog v2.2.0
59042023-11-02T05:54:34.372Z Fresh crc v3.0.1
59052023-11-02T05:54:34.375Z Fresh maybe-uninit v2.0.0
59062023-11-02T05:54:34.378Z Fresh rustfmt-wrapper v0.2.0
59072023-11-02T05:54:34.380Z
59082023-11-02T05:54:34.384Z Fresh structopt v0.3.26
59092023-11-02T05:54:34.387Zrunning 5 tests
59102023-11-02T05:54:34.391Z Fresh libefi-sys v0.1.0
59112023-11-02T05:54:34.393Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
59122023-11-02T05:54:34.396Z Fresh rcgen v0.11.3
59132023-11-02T05:54:34.400Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
59142023-11-02T05:54:34.403Z Fresh memoffset v0.7.1
59152023-11-02T05:54:34.409Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
59162023-11-02T05:54:34.415Z Fresh pkcs8 v0.10.2
59172023-11-02T05:54:34.419Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
59182023-11-02T05:54:34.422Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59192023-11-02T05:54:34.425Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
59202023-11-02T05:54:34.428Z Fresh atomicwrites v0.4.2
59212023-11-02T05:54:34.432Z
59222023-11-02T05:54:34.434Z Fresh progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
59232023-11-02T05:54:34.437Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
59242023-11-02T05:54:34.440Z Fresh packed_struct_codegen v0.10.1
59252023-11-02T05:54:34.443Z
59262023-11-02T05:54:34.446Z Fresh subprocess v0.2.9
59272023-11-02T05:54:34.449Z Fresh nodrop v0.1.14
59282023-11-02T05:54:34.452Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
59292023-11-02T05:54:34.455Z Fresh pkcs1 v0.7.5
59302023-11-02T05:54:34.458Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
59312023-11-02T05:54:34.461Z Fresh packed_struct v0.10.1
59322023-11-02T05:54:34.464Z Fresh progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
59332023-11-02T05:54:34.467Z Fresh array-init v0.0.4
59342023-11-02T05:54:34.470Z Fresh num-bigint-dig v0.8.4
59352023-11-02T05:54:34.472Z Fresh signal-hook v0.3.17
59362023-11-02T05:54:34.475Z Fresh smallvec v0.6.14
59372023-11-02T05:54:34.478Z Fresh bitfield v0.14.0
59382023-11-02T05:54:34.481Z Fresh serde-hex v0.1.0
59392023-11-02T05:54:34.484Z Fresh rsa v0.9.2
59402023-11-02T05:54:34.487Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
59412023-11-02T05:54:34.490Z Fresh x509-cert v0.2.4
59422023-11-02T05:54:34.493Z Fresh env_logger v0.10.0
59432023-11-02T05:54:34.496Z Fresh ron v0.8.1
59442023-11-02T05:54:34.499Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
59452023-11-02T05:54:34.502Z Fresh crc-any v2.4.3
59462023-11-02T05:54:34.505Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
59472023-11-02T05:54:34.508Z Fresh resolv-conf v0.7.0
59482023-11-02T05:54:34.511Z Fresh object v0.30.4
59492023-11-02T05:54:34.515Z Fresh derive-where v1.2.5
59502023-11-02T05:54:34.522Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
59512023-11-02T05:54:34.540Z Fresh linear-map v1.2.0
59522023-11-02T05:54:34.544Z Fresh utf-8 v0.7.6
59532023-11-02T05:54:34.548Z Fresh arc-swap v1.6.0
59542023-11-02T05:54:34.550Z Fresh path-slash v0.1.5
59552023-11-02T05:54:34.554Z Fresh trust-dns-resolver v0.22.0
59562023-11-02T05:54:34.556Z Fresh slog-scope v4.4.0
59572023-11-02T05:54:34.559Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
59582023-11-02T05:54:34.562Z Fresh semver v0.1.20
59592023-11-02T05:54:34.565Z Fresh glob v0.3.1
59602023-11-02T05:54:34.568Z Fresh doc-comment v0.3.3
59612023-11-02T05:54:34.571Z Fresh rustc_version v0.1.7
59622023-11-02T05:54:34.574Z Fresh slog-stdlog v4.1.1
59632023-11-02T05:54:34.578Z Fresh num-rational v0.4.1
59642023-11-02T05:54:34.581Z Fresh fxhash v0.2.1
59652023-11-02T05:54:34.584Z Fresh num-complex v0.4.4
59662023-11-02T05:54:34.587Z Fresh humantime v2.1.0
59672023-11-02T05:54:34.589Z Fresh num v0.4.1
59682023-11-02T05:54:34.592Z Fresh slog-envlogger v2.2.0
59692023-11-02T05:54:34.595Z Fresh libz-sys v1.1.12
59702023-11-02T05:54:34.598Z Fresh convert_case v0.4.0
59712023-11-02T05:54:34.600Z Fresh newline-converter v0.3.0
59722023-11-02T05:54:34.603Z Fresh libgit2-sys v0.15.2+1.6.4
59732023-11-02T05:54:34.606Z Fresh derive_more v0.99.17
59742023-11-02T05:54:34.608Z Fresh universal-hash v0.5.1
59752023-11-02T05:54:34.611Z Fresh snafu-derive v0.7.5
59762023-11-02T05:54:34.614Z Fresh opaque-debug v0.3.0
59772023-11-02T05:54:34.617Z Fresh git2 v0.17.2
59782023-11-02T05:54:34.620Z Fresh newtype_derive v0.1.6
59792023-11-02T05:54:34.623Z Fresh snafu v0.7.5
59802023-11-02T05:54:34.625Z Fresh expectorate v1.1.0
59812023-11-02T05:54:34.628Z Fresh api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59822023-11-02T05:54:34.631Z Fresh omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59832023-11-02T05:54:34.634Z Fresh vergen v8.2.4
59842023-11-02T05:54:34.638Z Fresh steno v0.4.0
59852023-11-02T05:54:34.644Z Fresh tungstenite v0.18.0
59862023-11-02T05:54:35.057Z Fresh aead v0.5.2
59872023-11-02T05:54:35.060Z Fresh signature v1.6.4
59882023-11-02T05:54:35.063Z Fresh tokio-tungstenite v0.18.0
59892023-11-02T05:54:35.067Z Fresh libsqlite3-sys v0.26.0
59902023-11-02T05:54:35.070Z Fresh buf-list v1.0.3
59912023-11-02T05:54:35.075Z Fresh ed25519 v1.5.3
59922023-11-02T05:54:35.079Z Fresh crossbeam-deque v0.8.3
59932023-11-02T05:54:35.082Z Fresh hashlink v0.8.3
59942023-11-02T05:54:35.085Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
59952023-11-02T05:54:35.087Z Fresh fallible-streaming-iterator v0.1.9
59962023-11-02T05:54:35.091Z Fresh display-error-chain v0.2.0
59972023-11-02T05:54:35.094Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
59982023-11-02T05:54:35.097Z Fresh salty v0.2.0
59992023-11-02T05:54:35.104Z Fresh rayon-core v1.12.0
60002023-11-02T05:54:35.107Z Fresh rusqlite v0.29.0
60012023-11-02T05:54:35.110Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
60022023-11-02T05:54:35.113Z Fresh nix v0.26.2
60032023-11-02T05:54:35.116Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
60042023-11-02T05:54:35.119Z Fresh omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60052023-11-02T05:54:35.121Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60062023-11-02T05:54:35.124Z Fresh num_enum_derive v0.7.0
60072023-11-02T05:54:35.127Z Fresh twox-hash v1.6.3
60082023-11-02T05:54:35.130Z Fresh serde-big-array v0.5.1
60092023-11-02T05:54:35.134Z Fresh serde-big-array v0.4.1
60102023-11-02T05:54:35.140Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60112023-11-02T05:54:35.144Z Fresh path-dedot v3.1.0
60122023-11-02T05:54:35.147Z Fresh diff v0.1.13
60132023-11-02T05:54:35.150Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
60142023-11-02T05:54:35.153Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60152023-11-02T05:54:35.156Z Fresh path-absolutize v3.1.0
60162023-11-02T05:54:35.158Z Fresh nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60172023-11-02T05:54:35.162Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
60182023-11-02T05:54:35.165Z Fresh num_enum v0.7.0
60192023-11-02T05:54:35.168Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60202023-11-02T05:54:35.171Z Fresh crunchy v0.2.2
60212023-11-02T05:54:35.174Z Fresh platforms v3.0.2
60222023-11-02T05:54:35.176Z Fresh rayon v1.8.0
60232023-11-02T05:54:35.179Z Fresh polyval v0.6.1
60242023-11-02T05:54:35.182Z Fresh signal-hook-tokio v0.3.1
60252023-11-02T05:54:35.185Z Fresh darling_core v0.14.4
60262023-11-02T05:54:35.193Z Fresh globset v0.4.13
60272023-11-02T05:54:35.197Z Fresh aes v0.8.3
60282023-11-02T05:54:35.200Z Fresh ctr v0.9.2
60292023-11-02T05:54:35.203Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60302023-11-02T05:54:35.230Z Fresh olpc-cjson v0.1.3
60312023-11-02T05:54:35.234Z Fresh serde_plain v1.0.2
60322023-11-02T05:54:35.239Z Fresh bincode v1.3.3
60332023-11-02T05:54:35.242Z Fresh nibble_vec v0.1.0
60342023-11-02T05:54:35.246Z Fresh endian-type v0.1.2
60352023-11-02T05:54:35.249Z Fresh corncobs v0.1.3
60362023-11-02T05:54:35.251Z Fresh minimal-lexical v0.2.1
60372023-11-02T05:54:35.254Z Fresh nom v7.1.3
60382023-11-02T05:54:35.257Z Fresh crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60392023-11-02T05:54:35.260Z Fresh radix_trie v0.2.1
60402023-11-02T05:54:35.264Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
60412023-11-02T05:54:35.268Z Fresh tough v0.12.5
60422023-11-02T05:54:35.271Z Fresh aes-gcm-siv v0.11.1
60432023-11-02T05:54:35.274Z Fresh darling_macro v0.14.4
60442023-11-02T05:54:35.277Z Fresh tiny-keccak v2.0.2
60452023-11-02T05:54:35.280Z Fresh oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60462023-11-02T05:54:35.283Z Fresh parking_lot_core v0.8.6
60472023-11-02T05:54:35.286Z Fresh unicase v2.7.0
60482023-11-02T05:54:35.290Z Fresh env_logger v0.9.3
60492023-11-02T05:54:35.293Z Fresh ascii-canvas v3.0.0
60502023-11-02T05:54:35.296Z Fresh ff v0.13.0
60512023-11-02T05:54:35.299Z Fresh bitstruct_derive v0.1.0
60522023-11-02T05:54:35.301Z Fresh async-recursion v1.0.5
60532023-11-02T05:54:35.304Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60542023-11-02T05:54:35.308Z Fresh ena v0.14.2
60552023-11-02T05:54:35.312Z Fresh libloading v0.7.4
60562023-11-02T05:54:35.315Z Fresh ascii v1.1.0
60572023-11-02T05:54:35.317Z Fresh ringbuffer v0.15.0
60582023-11-02T05:54:35.320Z Fresh bitstruct v0.1.1
60592023-11-02T05:54:35.324Z Fresh clang-sys v1.6.1
60602023-11-02T05:54:35.327Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
60612023-11-02T05:54:35.329Z Fresh lalrpop v0.19.12
60622023-11-02T05:54:35.332Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60632023-11-02T05:54:35.335Z Fresh crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60642023-11-02T05:54:35.339Z Fresh group v0.13.0
60652023-11-02T05:54:35.342Z Fresh darling v0.14.4
60662023-11-02T05:54:35.345Z Fresh parking_lot v0.11.2
60672023-11-02T05:54:35.347Z Fresh trust-dns-client v0.22.0
60682023-11-02T05:54:35.350Z Fresh cexpr v0.6.0
60692023-11-02T05:54:35.354Z Fresh erased-serde v0.3.30
60702023-11-02T05:54:35.357Z Fresh prettyplease v0.2.12
60712023-11-02T05:54:35.360Z Fresh tungstenite v0.20.1
60722023-11-02T05:54:35.364Z Fresh signal-hook-mio v0.2.3
60732023-11-02T05:54:35.368Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60742023-11-02T05:54:35.383Z Fresh which v4.4.0
60752023-11-02T05:54:35.388Z Fresh crypto-bigint v0.5.2
60762023-11-02T05:54:35.397Z Fresh serde_arrays v0.1.0
60772023-11-02T05:54:35.402Z Fresh thiserror-impl-no-std v2.0.2
60782023-11-02T05:54:35.406Z Fresh curve25519-dalek-derive v0.1.0
60792023-11-02T05:54:35.409Z Fresh rustc-hash v1.1.0
60802023-11-02T05:54:35.414Z Fresh base16ct v0.2.0
60812023-11-02T05:54:35.417Z Fresh lazycell v1.3.0
60822023-11-02T05:54:35.420Z Fresh shlex v1.1.0
60832023-11-02T05:54:35.423Z Fresh peeking_take_while v0.1.2
60842023-11-02T05:54:35.428Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60852023-11-02T05:54:35.431Z Fresh elliptic-curve v0.13.5
60862023-11-02T05:54:35.434Z Fresh thiserror-no-std v2.0.2
60872023-11-02T05:54:35.444Z Fresh curve25519-dalek v4.1.0
60882023-11-02T05:54:35.447Z Fresh tokio-tungstenite v0.20.1
60892023-11-02T05:54:35.450Z Fresh trust-dns-server v0.22.1
60902023-11-02T05:54:35.453Z Fresh bindgen v0.65.1
60912023-11-02T05:54:35.457Z Fresh derive_builder_core v0.12.0
60922023-11-02T05:54:35.468Z Fresh sled v0.34.7
60932023-11-02T05:54:35.877Z Fresh portable-atomic v1.4.3
60942023-11-02T05:54:35.887Z Fresh poly1305 v0.8.0
60952023-11-02T05:54:35.890Z Fresh chacha20 v0.9.1
60962023-11-02T05:54:35.893Z Fresh bcs v0.1.6
60972023-11-02T05:54:35.896Z Fresh bytesize v1.3.0
60982023-11-02T05:54:35.898Z Fresh ref-cast-impl v1.0.20
60992023-11-02T05:54:35.901Z Fresh pretty-hex v0.3.0
61002023-11-02T05:54:35.904Z Fresh highway v1.1.0
61012023-11-02T05:54:35.907Z Fresh fs-err v2.9.0
61022023-11-02T05:54:35.910Z Fresh number_prefix v0.4.0
61032023-11-02T05:54:35.913Z Fresh chacha20poly1305 v0.10.1
61042023-11-02T05:54:35.915Z Fresh indicatif v0.17.7
61052023-11-02T05:54:35.918Z Fresh ref-cast v1.0.20
61062023-11-02T05:54:35.921Z Fresh derive_builder_macro v0.12.0
61072023-11-02T05:54:35.925Z Fresh mime_guess v2.0.4
61082023-11-02T05:54:35.928Z Fresh vsss-rs v3.3.1
61092023-11-02T05:54:35.931Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61102023-11-02T05:54:35.933Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61112023-11-02T05:54:35.938Z Fresh dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
61122023-11-02T05:54:35.942Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
61132023-11-02T05:54:35.945Z Fresh strum_macros v0.24.3
61142023-11-02T05:54:35.948Z Fresh const_format_proc_macros v0.2.31
61152023-11-02T05:54:35.951Z Fresh indoc v1.0.9
61162023-11-02T05:54:35.954Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61172023-11-02T05:54:35.957Z Fresh const_format v0.2.31
61182023-11-02T05:54:35.960Z Fresh internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
61192023-11-02T05:54:35.963Z Fresh polar-core v0.27.0
61202023-11-02T05:54:35.966Z Fresh derive_builder v0.12.0
61212023-11-02T05:54:35.968Z Fresh libxml v0.3.3
61222023-11-02T05:54:35.971Z Fresh crossterm v0.27.0
61232023-11-02T05:54:35.974Z Fresh ron v0.7.1
61242023-11-02T05:54:35.976Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
61252023-11-02T05:54:35.980Z Fresh bb8 v0.8.1
61262023-11-02T05:54:35.982Z Fresh quick-xml v0.23.1
61272023-11-02T05:54:35.985Z Fresh impl-trait-for-tuples v0.2.2
61282023-11-02T05:54:35.988Z Fresh oso-derive v0.27.0
61292023-11-02T05:54:35.990Z Fresh indoc v2.0.3
61302023-11-02T05:54:35.993Z Fresh cassowary v0.3.0
61312023-11-02T05:54:35.999Z Fresh bit_field v0.10.2
61322023-11-02T05:54:36.002Z Fresh assert_matches v1.5.0
61332023-11-02T05:54:36.005Z Fresh http-range v0.1.5
61342023-11-02T05:54:36.008Z Fresh maplit v1.0.2
61352023-11-02T05:54:36.011Z Fresh ratatui v0.23.0
61362023-11-02T05:54:36.014Z Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
61372023-11-02T05:54:36.016Z Fresh propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61382023-11-02T05:54:36.019Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
61392023-11-02T05:54:36.022Z Fresh cookie v0.16.2
61402023-11-02T05:54:36.025Z Fresh oso v0.27.0
61412023-11-02T05:54:36.027Z Fresh hyper-staticfile v0.9.5
61422023-11-02T05:54:36.030Z Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
61432023-11-02T05:54:36.034Z Fresh rtoolbox v0.0.1
61442023-11-02T05:54:36.037Z Fresh vte_generate_state_changes v0.1.1
61452023-11-02T05:54:36.040Z Fresh unicode-linebreak v0.1.5
61462023-11-02T05:54:36.043Z Fresh smawk v0.3.1
61472023-11-02T05:54:36.046Z Fresh owo-colors v3.5.0
61482023-11-02T05:54:36.048Z Fresh plotters-backend v0.3.5
61492023-11-02T05:54:36.051Z Fresh vte v0.11.1
61502023-11-02T05:54:36.054Z Fresh rpassword v7.2.0
61512023-11-02T05:54:36.057Z Fresh textwrap v0.16.0
61522023-11-02T05:54:36.062Z Fresh plotters-svg v0.3.5
61532023-11-02T05:54:36.064Z Fresh tui-tree-widget v0.13.0
61542023-11-02T05:54:36.067Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
61552023-11-02T05:54:36.071Z Fresh cast v0.3.0
61562023-11-02T05:54:36.075Z Fresh shell-words v1.1.0
61572023-11-02T05:54:36.078Z Fresh criterion-plot v0.5.0
61582023-11-02T05:54:36.080Z Fresh plotters v0.3.5
61592023-11-02T05:54:36.083Z Fresh strip-ansi-escapes v0.2.0
61602023-11-02T05:54:36.086Z Fresh crossterm v0.26.1
61612023-11-02T05:54:36.089Z Fresh tinytemplate v1.2.1
61622023-11-02T05:54:36.092Z Fresh fd-lock v3.0.13
61632023-11-02T05:54:36.095Z Fresh dashmap v5.5.1
61642023-11-02T05:54:36.098Z Fresh threadpool v1.8.1
61652023-11-02T05:54:36.101Z Fresh nanorand v0.7.0
61662023-11-02T05:54:36.103Z Fresh serial_test_derive v0.10.0
61672023-11-02T05:54:36.106Z Fresh pin-project-internal v1.1.3
61682023-11-02T05:54:36.110Z Fresh oorandom v11.1.3
61692023-11-02T05:54:36.113Z Fresh arrayvec v0.7.4
61702023-11-02T05:54:36.116Z Fresh nu-ansi-term v0.49.0
61712023-11-02T05:54:36.118Z Fresh yansi v0.5.1
61722023-11-02T05:54:36.121Z Fresh relative-path v1.9.0
61732023-11-02T05:54:36.124Z Fresh anes v0.1.6
61742023-11-02T05:54:36.126Z Fresh constant_time_eq v0.2.6
61752023-11-02T05:54:36.130Z Fresh arrayref v0.3.7
61762023-11-02T05:54:36.134Z Fresh reedline v0.23.0
61772023-11-02T05:54:36.137Z Fresh pin-project v1.1.3
61782023-11-02T05:54:36.140Z Fresh rstest_macros v0.18.2
61792023-11-02T05:54:36.143Z Fresh serial_test v0.10.0
61802023-11-02T05:54:36.146Z Fresh blake2b_simd v1.0.1
61812023-11-02T05:54:36.150Z Fresh criterion v0.5.1
61822023-11-02T05:54:36.153Z Fresh pretty_assertions v1.4.0
61832023-11-02T05:54:36.156Z Fresh flume v0.11.0
61842023-11-02T05:54:36.159Z Fresh libtest-mimic v0.6.1
61852023-11-02T05:54:36.162Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
61862023-11-02T05:54:36.165Z Fresh assert_cmd v2.0.12
61872023-11-02T05:54:36.168Z Fresh omicron-zone-package v0.8.3
61882023-11-02T05:54:36.171Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
61892023-11-02T05:54:36.174Z Fresh fatfs v0.3.6
61902023-11-02T05:54:36.177Z Fresh basic-toml v0.1.4
61912023-11-02T05:54:36.179Z Fresh rand v0.4.6
61922023-11-02T05:54:36.182Z Fresh topological-sort v0.2.2
61932023-11-02T05:54:36.185Z Fresh remove_dir_all v0.5.3
61942023-11-02T05:54:36.188Z Fresh constant_time_eq v0.3.0
61952023-11-02T05:54:36.191Z Fresh futures-timer v3.0.2
61962023-11-02T05:54:36.194Z Fresh trybuild v1.0.85
61972023-11-02T05:54:36.197Z Fresh datatest-stable v0.2.3
61982023-11-02T05:54:36.200Z Fresh rstest v0.18.2
61992023-11-02T05:54:36.203Z Fresh rust-argon2 v1.0.1
62002023-11-02T05:54:36.205Z Fresh tempdir v0.3.7
62012023-11-02T05:54:36.208Z Fresh partial-io v0.5.4
62022023-11-02T05:54:36.211Z Fresh httptest v0.15.4
62032023-11-02T05:54:36.214Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
62042023-11-02T05:54:36.217Z Fresh similar-asserts v1.5.0
62052023-11-02T05:54:36.220Z Fresh approx v0.5.1
62062023-11-02T05:54:36.223Z Fresh hex-literal v0.4.1
62072023-11-02T05:54:36.226Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
62082023-11-02T05:54:36.229Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
62092023-11-02T05:54:36.255Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
62102023-11-02T05:54:36.259Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
62112023-11-02T05:54:36.262Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
62122023-11-02T05:54:36.265Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
62132023-11-02T05:54:36.269Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
62142023-11-02T05:54:36.273Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
62152023-11-02T05:54:36.279Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
62162023-11-02T05:54:36.282Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
62172023-11-02T05:54:36.285Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
62182023-11-02T05:54:36.290Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
62192023-11-02T05:54:36.298Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
62202023-11-02T05:54:36.304Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
62212023-11-02T05:54:36.311Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
62222023-11-02T05:54:36.320Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
62232023-11-02T05:54:36.323Z Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
62242023-11-02T05:54:36.327Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
62252023-11-02T05:54:36.330Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
62262023-11-02T05:54:36.334Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
62272023-11-02T05:54:36.337Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
62282023-11-02T05:54:36.340Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
62292023-11-02T05:54:36.343Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
62302023-11-02T05:54:36.347Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
62312023-11-02T05:54:36.353Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
62322023-11-02T05:54:36.356Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
62332023-11-02T05:54:36.359Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
62342023-11-02T05:54:36.362Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
62352023-11-02T05:54:36.366Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
62362023-11-02T05:54:36.369Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
62372023-11-02T05:54:36.372Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
62382023-11-02T05:54:36.375Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
62392023-11-02T05:54:36.378Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
62402023-11-02T05:54:36.380Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
62412023-11-02T05:54:36.383Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
62422023-11-02T05:54:36.386Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
62432023-11-02T05:54:36.389Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
62442023-11-02T05:54:36.393Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
62452023-11-02T05:54:36.396Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
62462023-11-02T05:54:36.399Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
62472023-11-02T05:54:36.409Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
62482023-11-02T05:54:36.413Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
62492023-11-02T05:54:36.416Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
62502023-11-02T05:54:36.419Z Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
62512023-11-02T05:54:36.422Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
62522023-11-02T05:54:36.426Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
62532023-11-02T05:54:36.428Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
62542023-11-02T05:54:36.433Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
62552023-11-02T05:54:36.435Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
62562023-11-02T05:54:36.438Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
62572023-11-02T05:54:36.441Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
62582023-11-02T05:54:36.443Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
62592023-11-02T05:54:36.446Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
62602023-11-02T05:54:36.449Z Finished test [unoptimized + debuginfo] target(s) in 3.34s
62612023-11-02T05:54:36.452Z Doc-tests authz-macros
62622023-11-02T05:54:36.455Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-48536dca75ad7206.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-f624b3035235248f.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`
62632023-11-02T05:54:36.458Z Doc-tests bootstore
62642023-11-02T05:54:36.465Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7eda39e1ece52bd1.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-bf1f7eae8e3a98e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.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-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.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-b7323d080b792bf5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.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-5836e2a5244b09b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d5d25d46cb43563c.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`
62652023-11-02T05:54:36.505Z
62662023-11-02T05:54:36.508Zrunning 0 tests
62672023-11-02T05:54:36.512Z
62682023-11-02T05:54:36.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62692023-11-02T05:54:36.518Z
62702023-11-02T05:54:36.552Z Doc-tests bootstrap-agent-client
62712023-11-02T05:54:36.555Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6f05d87f9f1fb032.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
62722023-11-02T05:54:37.914Z
62732023-11-02T05:54:37.917Zrunning 0 tests
62742023-11-02T05:54:37.921Z
62752023-11-02T05:54:37.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62762023-11-02T05:54:37.927Z
62772023-11-02T05:54:37.959Z Doc-tests db-macros
62782023-11-02T05:54:37.962Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-641662572cde110f.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-f624b3035235248f.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-1e57ecf3a9cc839d.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`
62792023-11-02T05:54:38.509Z
62802023-11-02T05:54:38.513Zrunning 3 tests
62812023-11-02T05:54:38.516Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
62822023-11-02T05:54:38.519Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
62832023-11-02T05:54:38.522Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
62842023-11-02T05:54:38.525Z
62852023-11-02T05:54:38.528Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
62862023-11-02T05:54:38.533Z
62872023-11-02T05:54:38.539Z Doc-tests ddm-admin-client
62882023-11-02T05:54:38.542Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -C embed-bitcode=no -D warnings --error-format human`
62892023-11-02T05:54:39.132Z
62902023-11-02T05:54:39.140Zrunning 0 tests
62912023-11-02T05:54:39.143Z
62922023-11-02T05:54:39.146Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62932023-11-02T05:54:39.149Z
62942023-11-02T05:54:39.170Z Doc-tests dns-server
62952023-11-02T05:54:39.175Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
62962023-11-02T05:54:39.882Z
62972023-11-02T05:54:39.886Zrunning 0 tests
62982023-11-02T05:54:39.888Z
62992023-11-02T05:54:39.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63002023-11-02T05:54:39.894Z
63012023-11-02T05:54:39.916Z Doc-tests dns-service-client
63022023-11-02T05:54:39.919Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/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-e1c65e0d1ac1f375.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-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63032023-11-02T05:54:40.317Z
63042023-11-02T05:54:40.323Zrunning 0 tests
63052023-11-02T05:54:40.326Z
63062023-11-02T05:54:40.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63072023-11-02T05:54:40.332Z
63082023-11-02T05:54:40.360Z Doc-tests dpd-client
63092023-11-02T05:54:40.363Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63102023-11-02T05:54:42.168Z
63112023-11-02T05:54:42.176Zrunning 0 tests
63122023-11-02T05:54:42.181Z
63132023-11-02T05:54:42.186Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63142023-11-02T05:54:42.198Z
63152023-11-02T05:54:42.218Z Doc-tests gateway-client
63162023-11-02T05:54:42.222Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63172023-11-02T05:54:43.551Z
63182023-11-02T05:54:43.556Zrunning 0 tests
63192023-11-02T05:54:43.561Z
63202023-11-02T05:54:43.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63212023-11-02T05:54:43.568Z
63222023-11-02T05:54:43.595Z Doc-tests gateway-test-utils
63232023-11-02T05:54:43.598Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-99c71633c2f4d799.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fabaf93ebedd83fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63242023-11-02T05:54:44.330Z
63252023-11-02T05:54:44.333Zrunning 0 tests
63262023-11-02T05:54:44.336Z
63272023-11-02T05:54:44.339Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63282023-11-02T05:54:44.342Z
63292023-11-02T05:54:44.367Z Doc-tests illumos-utils
63302023-11-02T05:54:44.370Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.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 crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-0be241183258e54b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-7912624515dddc1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4adeb84c63d5092.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c1ae5ae2e25876e6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' -D warnings --error-format human`
63312023-11-02T05:54:47.316Z
63322023-11-02T05:54:47.321Zrunning 0 tests
63332023-11-02T05:54:47.326Z
63342023-11-02T05:54:47.330Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63352023-11-02T05:54:47.333Z
63362023-11-02T05:54:47.394Z Doc-tests installinator
63372023-11-02T05:54:47.397Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.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-84f5a1062849ca51.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-747f4ace0a2c6e44.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-610f7045f53e45d5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d5a30e68a72ca64b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-f78aec19a960293a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-ba66dfe46f120b6c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-17bf37377411d879.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63382023-11-02T05:54:48.494Z
63392023-11-02T05:54:48.497Zrunning 0 tests
63402023-11-02T05:54:48.499Z
63412023-11-02T05:54:48.507Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63422023-11-02T05:54:48.510Z
63432023-11-02T05:54:48.539Z Doc-tests installinator-artifact-client
63442023-11-02T05:54:48.543Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d5a30e68a72ca64b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63452023-11-02T05:54:49.857Z
63462023-11-02T05:54:49.860Zrunning 0 tests
63472023-11-02T05:54:49.863Z
63482023-11-02T05:54:49.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63492023-11-02T05:54:49.869Z
63502023-11-02T05:54:49.907Z Doc-tests installinator-artifactd
63512023-11-02T05:54:49.910Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-03d9056959b83c71.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63522023-11-02T05:54:50.429Z
63532023-11-02T05:54:50.432Zrunning 0 tests
63542023-11-02T05:54:50.435Z
63552023-11-02T05:54:50.438Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63562023-11-02T05:54:50.441Z
63572023-11-02T05:54:50.467Z Doc-tests installinator-common
63582023-11-02T05:54:50.470Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib -C embed-bitcode=no -D warnings --error-format human`
63592023-11-02T05:54:51.202Z
63602023-11-02T05:54:51.205Zrunning 0 tests
63612023-11-02T05:54:51.208Z
63622023-11-02T05:54:51.211Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63632023-11-02T05:54:51.214Z
63642023-11-02T05:54:51.242Z Doc-tests internal-dns
63652023-11-02T05:54:51.245Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63662023-11-02T05:54:51.759Z
63672023-11-02T05:54:51.762Zrunning 0 tests
63682023-11-02T05:54:51.765Z
63692023-11-02T05:54:51.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63702023-11-02T05:54:51.771Z
63712023-11-02T05:54:51.794Z Doc-tests ipcc-key-value
63722023-11-02T05:54:51.797Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/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-f78aec19a960293a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63732023-11-02T05:54:52.247Z
63742023-11-02T05:54:52.251Zrunning 0 tests
63752023-11-02T05:54:52.254Z
63762023-11-02T05:54:52.257Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63772023-11-02T05:54:52.260Z
63782023-11-02T05:54:52.280Z Doc-tests key-manager
63792023-11-02T05:54:52.283Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d7773d02102abf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -C embed-bitcode=no -D warnings --error-format human`
63802023-11-02T05:54:52.721Z
63812023-11-02T05:54:52.724Zrunning 0 tests
63822023-11-02T05:54:52.726Z
63832023-11-02T05:54:52.729Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63842023-11-02T05:54:52.732Z
63852023-11-02T05:54:52.755Z Doc-tests mg-admin-client
63862023-11-02T05:54:52.758Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9aead91ceb53a57d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -C embed-bitcode=no -D warnings --error-format human`
63872023-11-02T05:54:53.434Z
63882023-11-02T05:54:53.439Zrunning 0 tests
63892023-11-02T05:54:53.442Z
63902023-11-02T05:54:53.444Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63912023-11-02T05:54:53.447Z
63922023-11-02T05:54:53.472Z Doc-tests nexus-client
63932023-11-02T05:54:53.477Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63942023-11-02T05:54:56.503Z
63952023-11-02T05:54:56.506Zrunning 0 tests
63962023-11-02T05:54:56.509Z
63972023-11-02T05:54:56.512Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63982023-11-02T05:54:56.515Z
63992023-11-02T05:54:56.573Z Doc-tests nexus-db-model
64002023-11-02T05:54:56.576Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-641662572cde110f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-214f3be893a91db3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d2121318288a0d75.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-59e82ffef26428c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
64012023-11-02T05:55:10.279Z
64022023-11-02T05:55:10.282Zrunning 2 tests
64032023-11-02T05:55:12.974Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
64042023-11-02T05:55:12.977Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
64052023-11-02T05:55:12.980Z
64062023-11-02T05:55:12.983Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.70s
64072023-11-02T05:55:12.986Z
64082023-11-02T05:55:13.207Z Doc-tests nexus-db-queries
64092023-11-02T05:55:13.213Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-48536dca75ad7206.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-393079a73f8b3c53.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-641662572cde110f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-43335d8015ff33ac.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-214f3be893a91db3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e5413acdf17b261b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d2121318288a0d75.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-de7858b76a0c43ac.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c729454a44dfe244.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c96f661c2e4597a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.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-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.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-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-77180bd0b89c7bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
64102023-11-02T05:55:16.584Z
64112023-11-02T05:55:16.592Zrunning 1 test
64122023-11-02T05:55:16.596Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
64132023-11-02T05:55:16.599Z
64142023-11-02T05:55:16.602Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
64152023-11-02T05:55:16.604Z
64162023-11-02T05:55:16.670Z Doc-tests nexus-defaults
64172023-11-02T05:55:16.673Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-d2121318288a0d75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib -C embed-bitcode=no -D warnings --error-format human`
64182023-11-02T05:55:17.073Z
64192023-11-02T05:55:17.079Zrunning 0 tests
64202023-11-02T05:55:17.095Z
64212023-11-02T05:55:17.101Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64222023-11-02T05:55:17.104Z
64232023-11-02T05:55:17.107Z Doc-tests nexus-inventory
64242023-11-02T05:55:17.110Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-de7858b76a0c43ac.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
64252023-11-02T05:55:17.555Z
64262023-11-02T05:55:17.558Zrunning 0 tests
64272023-11-02T05:55:17.561Z
64282023-11-02T05:55:17.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64292023-11-02T05:55:17.567Z
64302023-11-02T05:55:17.586Z Doc-tests nexus-types
64312023-11-02T05:55:17.589Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-583f785309a04f86.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-e1c65e0d1ac1f375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.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-73104f93c9bbc30c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.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-646fb759dadfad9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
64322023-11-02T05:55:20.860Z
64332023-11-02T05:55:20.864Zrunning 0 tests
64342023-11-02T05:55:20.866Z
64352023-11-02T05:55:20.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64362023-11-02T05:55:20.872Z
64372023-11-02T05:55:20.938Z Doc-tests omicron-certificates
64382023-11-02T05:55:20.941Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.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-59e82ffef26428c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -C embed-bitcode=no -D warnings --error-format human`
64392023-11-02T05:55:21.403Z
64402023-11-02T05:55:21.411Zrunning 0 tests
64412023-11-02T05:55:21.419Z
64422023-11-02T05:55:21.425Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64432023-11-02T05:55:21.432Z
64442023-11-02T05:55:21.439Z Doc-tests omicron-common
64452023-11-02T05:55:21.448Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-583f785309a04f86.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-3c7ef234742d4d7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-e18c481408ad2194.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-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
64462023-11-02T05:55:24.086Z
64472023-11-02T05:55:24.090Zrunning 2 tests
64482023-11-02T05:55:24.122Ztest common/src/lib.rs - FileKv (line 57) ... ignored
64492023-11-02T05:55:33.791Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 456) ... ok
64502023-11-02T05:55:33.794Z
64512023-11-02T05:55:33.797Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 9.71s
64522023-11-02T05:55:33.800Z
64532023-11-02T05:55:33.866Z Doc-tests omicron-gateway
64542023-11-02T05:55:33.870Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-76df727df64a0707.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.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-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-f78aec19a960293a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-99c71633c2f4d799.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-e18c481408ad2194.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fabaf93ebedd83fc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
64552023-11-02T05:55:35.650Z
64562023-11-02T05:55:35.654Zrunning 0 tests
64572023-11-02T05:55:35.657Z
64582023-11-02T05:55:35.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64592023-11-02T05:55:35.662Z
64602023-11-02T05:55:35.708Z Doc-tests omicron-nexus
64612023-11-02T05:55:35.712Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-84f5a1062849ca51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-c62c26bb3bc42781.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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 mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9aead91ceb53a57d.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-214f3be893a91db3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e5413acdf17b261b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d2121318288a0d75.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-de7858b76a0c43ac.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-28a091add1d8c619.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c729454a44dfe244.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f8ef800378068172.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.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-1f1b5182375ca938.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-096f7ecf0708e6f5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c96f661c2e4597a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.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-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ef47b40a392ce6a2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-82fe4956b40901c1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fcee55db223ea071.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6b6f1fe61f34a938.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3d8d9e94753a6d84.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.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-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
64622023-11-02T05:55:39.289Z
64632023-11-02T05:55:39.294Zrunning 5 tests
64642023-11-02T05:55:39.396Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 230) ... ignored
64652023-11-02T05:55:43.092Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 660) ... ok
64662023-11-02T05:55:43.095Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 638) ... ok
64672023-11-02T05:55:43.101Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 702) ... ok
64682023-11-02T05:55:43.104Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 732) ... ok
64692023-11-02T05:55:43.107Z
64702023-11-02T05:55:43.110Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.81s
64712023-11-02T05:55:43.112Z
64722023-11-02T05:55:43.195Z Doc-tests omicron-package
64732023-11-02T05:55:43.198Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-087581541a34efaa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2fda8fa4c72a3f97.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-5f3ac8b913d7aa81.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-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.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`
64742023-11-02T05:55:43.549Z
64752023-11-02T05:55:43.553Zrunning 0 tests
64762023-11-02T05:55:43.558Z
64772023-11-02T05:55:43.562Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64782023-11-02T05:55:43.566Z
64792023-11-02T05:55:43.573Z Doc-tests omicron-passwords
64802023-11-02T05:55:43.578Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-844cd977baa4a72a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-8c6be73626d78fb3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -C embed-bitcode=no -D warnings --error-format human`
64812023-11-02T05:55:43.770Z
64822023-11-02T05:55:43.773Zrunning 0 tests
64832023-11-02T05:55:43.776Z
64842023-11-02T05:55:43.779Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64852023-11-02T05:55:43.782Z
64862023-11-02T05:55:43.790Z Doc-tests omicron-rpaths
64872023-11-02T05:55:43.793Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eb8fbfb9d781e81b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib -C embed-bitcode=no -D warnings --error-format human`
64882023-11-02T05:55:43.901Z
64892023-11-02T05:55:43.905Zrunning 0 tests
64902023-11-02T05:55:43.907Z
64912023-11-02T05:55:43.913Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64922023-11-02T05:55:43.917Z
64932023-11-02T05:55:43.919Z Doc-tests omicron-sled-agent
64942023-11-02T05:55:43.923Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7eda39e1ece52bd1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6f05d87f9f1fb032.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-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.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-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.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-26d62fd317756353.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e1c65e0d1ac1f375.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.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-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d7773d02102abf5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c96f661c2e4597a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4adeb84c63d5092.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3d8d9e94753a6d84.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-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-eb412b5bd825c4c6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-77180bd0b89c7bcb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c7d9700cdf4681e5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -C embed-bitcode=no -D warnings --error-format human`
64952023-11-02T05:55:47.928Z
64962023-11-02T05:55:47.932Zrunning 0 tests
64972023-11-02T05:55:47.935Z
64982023-11-02T05:55:47.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64992023-11-02T05:55:47.941Z
65002023-11-02T05:55:48.020Z Doc-tests omicron-test-utils
65012023-11-02T05:55:48.024Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-130c542f575ee06a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
65022023-11-02T05:55:48.578Z
65032023-11-02T05:55:48.582Zrunning 0 tests
65042023-11-02T05:55:48.584Z
65052023-11-02T05:55:48.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65062023-11-02T05:55:48.590Z
65072023-11-02T05:55:48.616Z Doc-tests oxide-client
65082023-11-02T05:55:48.621Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ef47b40a392ce6a2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
65092023-11-02T05:55:55.675Z
65102023-11-02T05:55:55.678Zrunning 158 tests
65112023-11-02T05:55:55.693Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
65122023-11-02T05:55:55.696Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
65132023-11-02T05:55:55.699Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
65142023-11-02T05:55:55.702Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
65152023-11-02T05:55:55.704Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
65162023-11-02T05:55:55.707Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
65172023-11-02T05:55:55.710Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_import_blocks_from_url (line 26) ... ignored
65182023-11-02T05:55:55.713Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
65192023-11-02T05:55:55.715Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
65202023-11-02T05:55:55.718Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
65212023-11-02T05:55:55.721Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
65222023-11-02T05:55:55.723Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
65232023-11-02T05:55:55.730Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
65242023-11-02T05:55:55.733Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
65252023-11-02T05:55:55.736Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
65262023-11-02T05:55:55.738Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
65272023-11-02T05:55:55.741Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
65282023-11-02T05:55:55.744Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
65292023-11-02T05:55:55.747Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
65302023-11-02T05:55:55.750Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
65312023-11-02T05:55:55.753Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
65322023-11-02T05:55:55.755Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
65332023-11-02T05:55:55.760Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
65342023-11-02T05:55:55.762Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
65352023-11-02T05:55:55.765Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
65362023-11-02T05:55:55.768Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
65372023-11-02T05:55:55.771Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
65382023-11-02T05:55:55.774Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
65392023-11-02T05:55:55.777Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
65402023-11-02T05:55:55.790Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
65412023-11-02T05:55:55.795Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
65422023-11-02T05:55:55.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
65432023-11-02T05:55:55.801Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
65442023-11-02T05:55:55.805Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
65452023-11-02T05:55:55.809Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
65462023-11-02T05:55:55.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
65472023-11-02T05:55:55.817Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
65482023-11-02T05:55:55.824Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
65492023-11-02T05:55:55.830Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
65502023-11-02T05:55:55.833Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
65512023-11-02T05:55:55.839Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
65522023-11-02T05:55:55.845Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
65532023-11-02T05:55:55.849Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
65542023-11-02T05:55:55.855Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
65552023-11-02T05:55:55.860Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
65562023-11-02T05:55:55.863Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
65572023-11-02T05:55:55.868Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
65582023-11-02T05:55:55.872Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
65592023-11-02T05:55:55.876Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
65602023-11-02T05:55:55.883Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
65612023-11-02T05:55:55.891Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
65622023-11-02T05:55:55.894Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
65632023-11-02T05:55:55.896Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
65642023-11-02T05:55:55.899Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
65652023-11-02T05:55:55.901Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
65662023-11-02T05:55:55.904Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
65672023-11-02T05:55:55.907Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
65682023-11-02T05:55:55.910Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
65692023-11-02T05:55:55.912Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
65702023-11-02T05:55:55.917Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
65712023-11-02T05:55:55.919Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
65722023-11-02T05:55:55.922Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
65732023-11-02T05:55:55.925Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
65742023-11-02T05:55:55.927Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
65752023-11-02T05:55:55.930Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
65762023-11-02T05:55:55.933Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
65772023-11-02T05:55:55.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
65782023-11-02T05:55:55.938Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
65792023-11-02T05:55:55.941Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
65802023-11-02T05:55:55.945Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
65812023-11-02T05:55:55.950Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
65822023-11-02T05:55:55.954Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
65832023-11-02T05:55:55.956Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
65842023-11-02T05:55:55.959Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
65852023-11-02T05:55:55.962Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
65862023-11-02T05:55:55.965Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
65872023-11-02T05:55:55.967Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
65882023-11-02T05:55:55.970Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
65892023-11-02T05:55:55.973Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
65902023-11-02T05:55:55.976Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
65912023-11-02T05:55:55.979Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
65922023-11-02T05:55:55.982Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
65932023-11-02T05:55:55.984Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
65942023-11-02T05:55:55.987Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
65952023-11-02T05:55:55.990Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
65962023-11-02T05:55:55.993Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
65972023-11-02T05:55:55.996Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
65982023-11-02T05:55:55.998Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
65992023-11-02T05:55:56.001Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
66002023-11-02T05:55:56.004Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
66012023-11-02T05:55:56.007Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
66022023-11-02T05:55:56.011Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
66032023-11-02T05:55:56.014Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
66042023-11-02T05:55:56.017Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
66052023-11-02T05:55:56.020Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
66062023-11-02T05:55:56.023Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
66072023-11-02T05:55:56.026Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
66082023-11-02T05:55:56.029Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
66092023-11-02T05:55:56.031Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
66102023-11-02T05:55:56.034Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
66112023-11-02T05:55:56.036Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
66122023-11-02T05:55:56.039Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
66132023-11-02T05:55:56.042Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
66142023-11-02T05:55:56.044Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
66152023-11-02T05:55:56.047Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
66162023-11-02T05:55:56.050Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
66172023-11-02T05:55:56.052Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
66182023-11-02T05:55:56.055Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
66192023-11-02T05:55:56.058Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
66202023-11-02T05:55:56.060Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
66212023-11-02T05:55:56.063Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
66222023-11-02T05:55:56.066Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
66232023-11-02T05:55:56.068Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
66242023-11-02T05:55:56.072Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
66252023-11-02T05:55:56.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
66262023-11-02T05:55:56.078Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
66272023-11-02T05:55:56.081Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
66282023-11-02T05:55:56.083Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
66292023-11-02T05:55:56.086Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
66302023-11-02T05:55:56.089Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
66312023-11-02T05:55:56.092Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
66322023-11-02T05:55:56.094Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
66332023-11-02T05:55:56.097Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
66342023-11-02T05:55:56.100Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
66352023-11-02T05:55:56.103Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
66362023-11-02T05:55:56.106Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
66372023-11-02T05:55:56.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
66382023-11-02T05:55:56.112Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
66392023-11-02T05:55:56.114Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
66402023-11-02T05:55:56.117Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
66412023-11-02T05:55:56.120Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
66422023-11-02T05:55:56.123Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
66432023-11-02T05:55:56.125Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
66442023-11-02T05:55:56.128Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
66452023-11-02T05:55:56.131Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
66462023-11-02T05:55:56.134Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
66472023-11-02T05:55:56.136Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
66482023-11-02T05:55:56.139Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
66492023-11-02T05:55:56.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
66502023-11-02T05:55:56.145Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
66512023-11-02T05:55:56.147Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
66522023-11-02T05:55:56.150Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
66532023-11-02T05:55:56.153Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
66542023-11-02T05:55:56.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
66552023-11-02T05:55:56.159Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
66562023-11-02T05:55:56.162Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
66572023-11-02T05:55:56.165Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
66582023-11-02T05:55:56.168Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
66592023-11-02T05:55:56.171Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
66602023-11-02T05:55:56.174Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
66612023-11-02T05:55:56.178Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
66622023-11-02T05:55:56.180Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
66632023-11-02T05:55:56.183Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
66642023-11-02T05:55:56.186Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
66652023-11-02T05:55:56.189Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
66662023-11-02T05:55:56.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
66672023-11-02T05:55:56.195Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
66682023-11-02T05:55:56.198Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
66692023-11-02T05:55:56.201Z
66702023-11-02T05:55:56.204Ztest result: ok. 0 passed; 0 failed; 158 ignored; 0 measured; 0 filtered out; finished in 0.40s
66712023-11-02T05:55:56.207Z
66722023-11-02T05:55:56.380Z Doc-tests oximeter
66732023-11-02T05:55:56.384Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/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-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-feeb997d9b2a54d7.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-cf127ee9e54dc488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-639bd16172f9cd41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
66742023-11-02T05:55:57.237Z
66752023-11-02T05:55:57.241Zrunning 8 tests
66762023-11-02T05:55:58.308Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 65) - compile fail ... ok
66772023-11-02T05:55:58.371Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 138) - compile fail ... ok
66782023-11-02T05:55:59.410Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
66792023-11-02T05:56:08.806Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 117) ... ok
66802023-11-02T05:56:08.852Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
66812023-11-02T05:56:10.309Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 39) ... ok
66822023-11-02T05:56:10.350Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
66832023-11-02T05:56:10.668Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 308) ... ok
66842023-11-02T05:56:10.671Z
66852023-11-02T05:56:10.673Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.43s
66862023-11-02T05:56:10.677Z
66872023-11-02T05:56:10.722Z Doc-tests oximeter-client
66882023-11-02T05:56:10.725Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-82fe4956b40901c1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.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-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
66892023-11-02T05:56:11.245Z
66902023-11-02T05:56:11.248Zrunning 0 tests
66912023-11-02T05:56:11.251Z
66922023-11-02T05:56:11.253Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66932023-11-02T05:56:11.256Z
66942023-11-02T05:56:11.281Z Doc-tests oximeter-collector
66952023-11-02T05:56:11.284Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-73104f93c9bbc30c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-82fe4956b40901c1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90973b8c2c0efede.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fcee55db223ea071.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
66962023-11-02T05:56:11.957Z
66972023-11-02T05:56:11.961Zrunning 0 tests
66982023-11-02T05:56:11.964Z
66992023-11-02T05:56:11.966Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67002023-11-02T05:56:11.969Z
67012023-11-02T05:56:11.997Z Doc-tests oximeter-db
67022023-11-02T05:56:12.001Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-475d8cc36192ded0.rlib --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-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d11b806d9919b2bb.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-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fcee55db223ea071.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67032023-11-02T05:56:13.463Z
67042023-11-02T05:56:13.468Zrunning 0 tests
67052023-11-02T05:56:13.470Z
67062023-11-02T05:56:13.473Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67072023-11-02T05:56:13.476Z
67082023-11-02T05:56:13.518Z Doc-tests oximeter-instruments
67092023-11-02T05:56:13.521Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-cccfab6173a1ab9a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6b6f1fe61f34a938.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -D warnings --error-format human`
67102023-11-02T05:56:13.956Z
67112023-11-02T05:56:13.961Zrunning 0 tests
67122023-11-02T05:56:13.964Z
67132023-11-02T05:56:13.967Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67142023-11-02T05:56:13.970Z
67152023-11-02T05:56:13.988Z Doc-tests oximeter-macro-impl
67162023-11-02T05:56:13.992Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f624b3035235248f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-feeb997d9b2a54d7.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`
67172023-11-02T05:56:14.141Z
67182023-11-02T05:56:14.144Zrunning 0 tests
67192023-11-02T05:56:14.147Z
67202023-11-02T05:56:14.154Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67212023-11-02T05:56:14.157Z
67222023-11-02T05:56:14.159Z Doc-tests oximeter-producer
67232023-11-02T05:56:14.162Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-99134281dd968040.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3d8d9e94753a6d84.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-b3334cae29d15269.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67242023-11-02T05:56:14.634Z
67252023-11-02T05:56:14.639Zrunning 0 tests
67262023-11-02T05:56:14.642Z
67272023-11-02T05:56:14.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67282023-11-02T05:56:14.648Z
67292023-11-02T05:56:14.669Z Doc-tests sled-agent-client
67302023-11-02T05:56:14.672Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.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-77180bd0b89c7bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67312023-11-02T05:56:16.454Z
67322023-11-02T05:56:16.457Zrunning 0 tests
67332023-11-02T05:56:16.460Z
67342023-11-02T05:56:16.463Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67352023-11-02T05:56:16.466Z
67362023-11-02T05:56:16.510Z Doc-tests sled-hardware
67372023-11-02T05:56:16.513Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-520a82150b2d2200.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-b6ba8e230cf4b5c2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d7773d02102abf5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-94a15987d1f2ba80.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b0da4d98e1687e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c7d9700cdf4681e5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67382023-11-02T05:56:17.193Z
67392023-11-02T05:56:17.198Zrunning 0 tests
67402023-11-02T05:56:17.200Z
67412023-11-02T05:56:17.203Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67422023-11-02T05:56:17.207Z
67432023-11-02T05:56:17.234Z Doc-tests sp-sim
67442023-11-02T05:56:17.237Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-99c71633c2f4d799.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fabaf93ebedd83fc.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-33bfc34e2feab3da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib -C embed-bitcode=no -D warnings --error-format human`
67452023-11-02T05:56:18.092Z
67462023-11-02T05:56:18.095Zrunning 0 tests
67472023-11-02T05:56:18.098Z
67482023-11-02T05:56:18.101Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67492023-11-02T05:56:18.103Z
67502023-11-02T05:56:18.137Z Doc-tests tufaceous
67512023-11-02T05:56:18.140Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.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-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.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-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5b8c3a0f3e258d59.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-17bf37377411d879.rlib -C embed-bitcode=no -D warnings --error-format human`
67522023-11-02T05:56:18.685Z
67532023-11-02T05:56:18.688Zrunning 0 tests
67542023-11-02T05:56:18.691Z
67552023-11-02T05:56:18.694Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67562023-11-02T05:56:18.697Z
67572023-11-02T05:56:18.722Z Doc-tests tufaceous-lib
67582023-11-02T05:56:18.725Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.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-bf1f7eae8e3a98e9.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-2b539087163b61f2.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-1dccfef071172df9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-fe1dc465c7097af7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-17bf37377411d879.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rlib -C embed-bitcode=no -D warnings --error-format human`
67592023-11-02T05:56:19.441Z
67602023-11-02T05:56:19.445Zrunning 0 tests
67612023-11-02T05:56:19.448Z
67622023-11-02T05:56:19.451Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67632023-11-02T05:56:19.455Z
67642023-11-02T05:56:19.481Z Doc-tests update-engine
67652023-11-02T05:56:19.484Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.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-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.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-520a82150b2d2200.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.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-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67662023-11-02T05:56:20.290Z
67672023-11-02T05:56:20.293Zrunning 3 tests
67682023-11-02T05:56:20.296Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
67692023-11-02T05:56:20.300Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
67702023-11-02T05:56:20.303Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
67712023-11-02T05:56:20.305Z
67722023-11-02T05:56:20.308Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
67732023-11-02T05:56:20.311Z
67742023-11-02T05:56:20.330Z Doc-tests wicket
67752023-11-02T05:56:20.333Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.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-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-c570c02e115a34e9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.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-4ebf3aa24377495c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-afb5c79a0817db81.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e252f818a108663c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f912bf9d0accab85.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-81e68cc0c7c511c4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -C embed-bitcode=no -D warnings --error-format human`
67762023-11-02T05:56:21.629Z
67772023-11-02T05:56:21.634Zrunning 0 tests
67782023-11-02T05:56:21.637Z
67792023-11-02T05:56:21.640Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67802023-11-02T05:56:21.642Z
67812023-11-02T05:56:21.679Z Doc-tests wicket-common
67822023-11-02T05:56:21.682Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f912bf9d0accab85.rlib -C embed-bitcode=no -D warnings --error-format human`
67832023-11-02T05:56:22.248Z
67842023-11-02T05:56:22.251Zrunning 0 tests
67852023-11-02T05:56:22.254Z
67862023-11-02T05:56:22.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67872023-11-02T05:56:22.259Z
67882023-11-02T05:56:22.285Z Doc-tests wicket-dbg
67892023-11-02T05:56:22.288Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.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-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.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-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e252f818a108663c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-7b17bc644513ff76.rlib -C embed-bitcode=no -D warnings --error-format human`
67902023-11-02T05:56:22.880Z
67912023-11-02T05:56:22.884Zrunning 0 tests
67922023-11-02T05:56:22.887Z
67932023-11-02T05:56:22.890Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67942023-11-02T05:56:22.892Z
67952023-11-02T05:56:22.916Z Doc-tests wicketd
67962023-11-02T05:56:22.919Z 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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6f05d87f9f1fb032.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-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-28c67ea845c6f742.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-1dfce92cb519156b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4dba3467a893f18a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c08880e5ef6d0653.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3d76b5a55be87215.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d848dc2444c268d0.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-1dccfef071172df9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-747f4ace0a2c6e44.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-610f7045f53e45d5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d5a30e68a72ca64b.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-03d9056959b83c71.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e0ff0cfbc69785e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-59e82ffef26428c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1f1b5182375ca938.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c7314e5ef073b4f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-22e06b5f185d2007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f3ac8b913d7aa81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cd9a1882514c8af5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5b8c3a0f3e258d59.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-17bf37377411d879.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f912bf9d0accab85.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3c9eeef8a5e01fe8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-81e68cc0c7c511c4.rlib -C embed-bitcode=no -D warnings --error-format human`
67972023-11-02T05:56:24.512Z
67982023-11-02T05:56:24.517Zrunning 0 tests
67992023-11-02T05:56:24.519Z
68002023-11-02T05:56:24.522Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68012023-11-02T05:56:24.525Z
68022023-11-02T05:56:24.571Z Doc-tests wicketd-client
68032023-11-02T05:56:24.574Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1b8d5d7dec02c704.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cccfab6173a1ab9a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-7b88770ae84a5bd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f912bf9d0accab85.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-81e68cc0c7c511c4.rlib -C embed-bitcode=no -D warnings --error-format human`
68042023-11-02T05:56:27.166Z
68052023-11-02T05:56:27.170Zrunning 0 tests
68062023-11-02T05:56:27.173Z
68072023-11-02T05:56:27.176Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68082023-11-02T05:56:27.179Z
68092023-11-02T05:56:27.253Z
68102023-11-02T05:56:27.256Zreal 1:57.269500133
68112023-11-02T05:56:27.259Zuser 2:07.954136503
68122023-11-02T05:56:27.262Zsys 41.025756959
68132023-11-02T05:56:27.264Ztrap 0.025236682
68142023-11-02T05:56:27.267Ztflt 1.136808551
68152023-11-02T05:56:27.277Zdflt 6.630678843
68162023-11-02T05:56:27.280Zkflt 0.075972962
68172023-11-02T05:56:27.282Zlock 1:54.107445995
68182023-11-02T05:56:27.285Zslp 12:01.973818010
68192023-11-02T05:56:27.288Zlat 0.970787480
68202023-11-02T05:56:27.291Zstop 2.978299653
68212023-11-02T05:56:27.293Zfiles in /var/tmp/omicron_tmp (none expected on success):
68222023-11-02T05:56:27.296Z164301 11 drwxr-xr-x 2 build build 2 Nov 2 05:56 /var/tmp/omicron_tmp
68232023-11-02T05:56:27.299Zprocess exited: duration 4670021 ms, exit code 0
 
68242023-11-02T05:56:27.307Zfound 0 output files