01HTP3SXTN4GXHRMZH3WCFDJJA: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/var/tmp/omicron_tmp/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HTP3TEVCTX8HWE1BECFJRTY4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-05T03:13:25.183Zjob assigned to worker 01HTP3TQ8H3F1S7PNSRT87EEG1 (queued for 2 m 7 s)
 
22024-04-05T03:13:31.945Zstarting task 0: "setup"
32024-04-05T03:13:32.118Z++ uname -s
42024-04-05T03:13:32.136Z+ kern=SunOS
52024-04-05T03:13:32.136Z+ case "$kern" in
62024-04-05T03:13:32.136Z+ groupadd -g 12345 build
72024-04-05T03:13:32.377Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-05T03:13:34.392Z+ zfs create -o mountpoint=/work rpool/work
92024-04-05T03:13:34.961Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-05T03:13:34.966Z+ home_fs=zfs
112024-04-05T03:13:34.966Z+ [[ zfs == autofs ]]
122024-04-05T03:13:34.966Z+ mkdir -p /home/build
132024-04-05T03:13:34.967Z+ chown build:build /home/build /work
142024-04-05T03:13:36.986Z+ chmod 0700 /home/build /work
152024-04-05T03:13:36.987Zprocess exited: duration 5025 ms, exit code 0
 
162024-04-05T03:13:37.016Zstarting task 1: "rust-toolchain"
172024-04-05T03:13:37.066Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-05T03:13:37.066Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-05T03:13:37.138Zinfo: downloading installer
202024-04-05T03:13:39.264Zwarning: it looks like you have an existing installation of Rust at:
212024-04-05T03:13:39.264Zwarning: /opt/ooce/bin
222024-04-05T03:13:39.264Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-05T03:13:39.264Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-05T03:13:39.265Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-05T03:13:39.265Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-05T03:13:39.265Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-05T03:13:39.265Zerror: cannot install while Rust is installed
282024-04-05T03:13:39.265Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-05T03:13:39.912Zinfo: profile set to 'default'
302024-04-05T03:13:39.912Zinfo: default host triple is x86_64-unknown-illumos
312024-04-05T03:13:39.931Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-05T03:13:40.071Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-05T03:13:40.072Zinfo: downloading component 'cargo'
342024-04-05T03:13:40.990Zinfo: downloading component 'clippy'
352024-04-05T03:13:41.322Zinfo: downloading component 'rust-docs'
362024-04-05T03:13:42.486Zinfo: downloading component 'rust-std'
372024-04-05T03:13:44.502Zinfo: downloading component 'rustc'
382024-04-05T03:13:49.422Zinfo: downloading component 'rustfmt'
392024-04-05T03:13:49.769Zinfo: installing component 'cargo'
402024-04-05T03:13:50.599Zinfo: installing component 'clippy'
412024-04-05T03:13:50.937Zinfo: installing component 'rust-docs'
422024-04-05T03:13:52.264Zinfo: installing component 'rust-std'
432024-04-05T03:13:54.016Zinfo: installing component 'rustc'
442024-04-05T03:13:58.088Zinfo: installing component 'rustfmt'
452024-04-05T03:13:59.495Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-05T03:13:59.495Z
472024-04-05T03:13:59.495Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-05T03:13:59.495Z
492024-04-05T03:13:59.495Z
502024-04-05T03:13:59.495ZRust is installed now. Great!
512024-04-05T03:13:59.495Z
522024-04-05T03:13:59.495ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-05T03:13:59.495Zenvironment variable. This has not been done automatically.
542024-04-05T03:13:59.495Z
552024-04-05T03:13:59.495ZTo configure your current shell, you need to source
562024-04-05T03:13:59.495Zthe corresponding env file under $HOME/.cargo.
572024-04-05T03:13:59.495Z
582024-04-05T03:13:59.495ZThis is usually done by running one of the following (note the leading DOT):
592024-04-05T03:13:59.496Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-05T03:13:59.496Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-05T03:13:59.496Z+ rustc --version
622024-04-05T03:13:59.496Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-05T03:13:59.496Zprocess exited: duration 21868 ms, exit code 0
 
642024-04-05T03:13:59.605Zstarting task 2: "authentication"
652024-04-05T03:13:59.715Zprocess exited: duration 133 ms, exit code 0
 
662024-04-05T03:13:59.752Zstarting task 3: "clone repository"
672024-04-05T03:13:59.763Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-05T03:13:59.763Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-05T03:14:00.332ZCloning into '/work/oxidecomputer/omicron'...
702024-04-05T03:14:28.949Z+ cd /work/oxidecomputer/omicron
712024-04-05T03:14:28.949Z+ git fetch origin 268762554a60757f4df2dae55025abb68810d5c7
722024-04-05T03:14:29.618ZFrom https://github.com/oxidecomputer/omicron
732024-04-05T03:14:29.618Z * branch 268762554a60757f4df2dae55025abb68810d5c7 -> FETCH_HEAD
742024-04-05T03:14:29.634Z+ [[ -n renovate/hyper-rustls-0.x ]]
752024-04-05T03:14:29.634Z++ git branch --show-current
762024-04-05T03:14:29.634Z+ current=main
772024-04-05T03:14:29.634Z+ [[ main != renovate/hyper-rustls-0.x ]]
782024-04-05T03:14:29.634Z+ git branch -f renovate/hyper-rustls-0.x 268762554a60757f4df2dae55025abb68810d5c7
792024-04-05T03:14:29.652Z+ git checkout -f renovate/hyper-rustls-0.x
802024-04-05T03:14:30.170ZSwitched to branch 'renovate/hyper-rustls-0.x'
812024-04-05T03:14:30.177Z+ git reset --hard 268762554a60757f4df2dae55025abb68810d5c7
822024-04-05T03:14:30.177ZHEAD is now at 268762554 chore(deps): update rust crate hyper-rustls to 0.27.0
832024-04-05T03:14:30.177Zprocess exited: duration 30016 ms, exit code 0
 
842024-04-05T03:14:30.208Zstarting task 4: "build"
852024-04-05T03:14:30.222Z+ target_os=illumos
862024-04-05T03:14:30.223Z+ NEXTEST_VERSION=0.9.67
872024-04-05T03:14:30.223Z+ cargo --version
882024-04-05T03:14:30.223Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
892024-04-05T03:14:30.365Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
902024-04-05T03:14:30.365Zinfo: downloading component 'cargo'
912024-04-05T03:14:31.077Zinfo: downloading component 'clippy'
922024-04-05T03:14:31.302Zinfo: downloading component 'rust-docs'
932024-04-05T03:14:32.174Zinfo: downloading component 'rust-std'
942024-04-05T03:14:33.597Zinfo: downloading component 'rustc'
952024-04-05T03:14:37.252Zinfo: downloading component 'rustfmt'
962024-04-05T03:14:37.508Zinfo: installing component 'cargo'
972024-04-05T03:14:38.357Zinfo: installing component 'clippy'
982024-04-05T03:14:38.696Zinfo: installing component 'rust-docs'
992024-04-05T03:14:40.574Zinfo: installing component 'rust-std'
1002024-04-05T03:14:42.017Zinfo: installing component 'rustc'
1012024-04-05T03:14:46.035Zinfo: installing component 'rustfmt'
1022024-04-05T03:14:46.429Zcargo 1.76.0 (c84b36747 2024-01-18)
1032024-04-05T03:14:46.433Z+ rustc --version
1042024-04-05T03:14:46.533Zrustc 1.76.0 (07dca489a 2024-02-04)
1052024-04-05T03:14:46.539Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.67/illumos
1062024-04-05T03:14:46.547Z+ gunzip
1072024-04-05T03:14:46.548Z+ tar -xvf - -C /home/build/.cargo/bin
1082024-04-05T03:14:47.643Zx cargo-nextest, 11234272 bytes, 21942 tape blocks
1092024-04-05T03:14:47.661Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1102024-04-05T03:14:47.662Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1112024-04-05T03:14:47.662Ztests will store ephemeral output in /var/tmp/omicron_tmp
1122024-04-05T03:14:47.662Z+ mkdir /var/tmp/omicron_tmp
1132024-04-05T03:14:47.662Z+ OUTPUT_DIR=/work
1142024-04-05T03:14:47.662Z+ echo 'tests will store non-ephemeral output in /work'
1152024-04-05T03:14:47.662Ztests will store non-ephemeral output in /work
1162024-04-05T03:14:47.662Z+ mkdir -p /work
1172024-04-05T03:14:47.662Z+ source ./env.sh
1182024-04-05T03:14:47.662Z++ set -o xtrace
1192024-04-05T03:14:47.662Z++++ dirname ./env.sh
1202024-04-05T03:14:47.739Z+++ readlink -f .
1212024-04-05T03:14:47.797Z++ OMICRON_WS=/work/oxidecomputer/omicron
1222024-04-05T03:14:47.805Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232024-04-05T03:14:47.805Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242024-04-05T03:14:47.805Z++ 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
1252024-04-05T03:14:47.805Z++ 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
1262024-04-05T03:14:47.805Z++ 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
1272024-04-05T03:14:47.806Z++ 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
1282024-04-05T03:14:47.806Z++ 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
1292024-04-05T03:14:47.806Z++ 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
1302024-04-05T03:14:47.806Z++ unset OMICRON_WS
1312024-04-05T03:14:47.806Z++ set +o xtrace
1322024-04-05T03:14:47.806Z
1332024-04-05T03:14:47.806Z ##### ##### ###### ##### ###### #### # # # #### #
1342024-04-05T03:14:47.806Z # # # # # # # # # # # # # # #
1352024-04-05T03:14:47.807Z # # # # ##### # # ##### # # # # # #### #
1362024-04-05T03:14:47.807Z ##### ##### # ##### # # # # # # # # #
1372024-04-05T03:14:47.807Z # # # # # # # # # # # # # # #
1382024-04-05T03:14:47.807Z # # # ###### # # ###### ### # #### # #### #
1392024-04-05T03:14:47.807Z
1402024-04-05T03:15:02.302Z Startup: Refreshing catalog 'helios-dev' ... Done
1412024-04-05T03:15:03.346Z Startup: Caching catalogs ... Done
1422024-04-05T03:15:05.127ZPlanning: Solver setup ... Done (1.391s)
1432024-04-05T03:15:05.604ZPlanning: Running solver ... Done (0.026s)
1442024-04-05T03:15:05.604ZPlanning: Finding local manifests ... Done (0.129s)
1452024-04-05T03:15:05.604ZPlanning: Fetching manifests: 0/4 0% complete
1462024-04-05T03:15:05.667ZPlanning: Fetching manifests: 4/4 100% complete
1472024-04-05T03:15:05.689ZPlanning: Package planning ... Done (0.049s)
1482024-04-05T03:15:05.742ZPlanning: Merging actions ... Done (0.052s)
1492024-04-05T03:15:06.445ZPlanning: Checking for conflicting actions ... Done (0.699s)
1502024-04-05T03:15:06.918ZPlanning: Consolidating action changes ... Done (0.011s)
1512024-04-05T03:15:13.618ZPlanning: Evaluating mediators ... Done (7.165s)
1522024-04-05T03:15:13.628ZPlanning: Planning completed in 10.23 seconds
1532024-04-05T03:15:13.808Z Packages to install: 4
1542024-04-05T03:15:13.813Z Mediators to change: 2
1552024-04-05T03:15:13.813Z Services to change: 1
1562024-04-05T03:15:13.814Z Estimated space available: 155.31 GB
1572024-04-05T03:15:13.814ZEstimated space to be consumed: 1.43 GB
1582024-04-05T03:15:13.814Z Create boot environment: No
1592024-04-05T03:15:13.814ZCreate backup boot environment: No
1602024-04-05T03:15:13.814Z Rebuild boot archive: No
1612024-04-05T03:15:13.815Z
1622024-04-05T03:15:13.815ZChanged mediators:
1632024-04-05T03:15:13.815Z mediator clang:
1642024-04-05T03:15:13.815Z version: None -> 15 (system default)
1652024-04-05T03:15:13.815Z
1662024-04-05T03:15:13.815Z mediator llvm:
1672024-04-05T03:15:13.816Z version: 14 (system default) -> 15 (system default)
1682024-04-05T03:15:13.816Z
1692024-04-05T03:15:13.816ZChanged packages:
1702024-04-05T03:15:13.816Zhelios-dev
1712024-04-05T03:15:13.816Z developer/build-essential
1722024-04-05T03:15:13.816Z None -> 11-2.0
1732024-04-05T03:15:13.816Z library/libxmlsec1
1742024-04-05T03:15:13.817Z None -> 1.2.35-2.0
1752024-04-05T03:15:13.817Z ooce/developer/clang-15
1762024-04-05T03:15:13.817Z None -> 15.0.7-2.0
1772024-04-05T03:15:13.817Z ooce/developer/llvm-15
1782024-04-05T03:15:13.817Z None -> 15.0.7-2.0
1792024-04-05T03:15:13.818Z
1802024-04-05T03:15:13.818ZServices:
1812024-04-05T03:15:13.818Z restart_fmri:
1822024-04-05T03:15:13.818Z svc:/system/update-man-index:default
1832024-04-05T03:15:13.885Z
1842024-04-05T03:15:13.885ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1852024-04-05T03:15:18.888ZDownload: 618/3290 items 17.5/212.6MB 8% complete (3.6M/s)
1862024-04-05T03:15:23.894ZDownload: 1191/3290 items 81.5/212.6MB 38% complete (8.1M/s)
1872024-04-05T03:15:29.064ZDownload: 1472/3290 items 117.3/212.6MB 55% complete (10.0M/s)
1882024-04-05T03:15:33.905ZDownload: 2215/3290 items 119.2/212.6MB 56% complete (4.2M/s)
1892024-04-05T03:15:40.057ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (3.9M/s)
1902024-04-05T03:15:45.076ZDownload: 2395/3290 items 119.8/212.6MB 56% complete (64.1k/s)
1912024-04-05T03:15:50.077ZDownload: 2912/3290 items 120.9/212.6MB 56% complete (170k/s)
1922024-04-05T03:15:55.077ZDownload: 3168/3290 items 181.9/212.6MB 85% complete (6.1M/s)
1932024-04-05T03:16:02.241ZDownload: 3237/3290 items 202.1/212.6MB 95% complete (8.2M/s)
1942024-04-05T03:16:10.275ZDownload: 3246/3290 items 203.1/212.6MB 95% complete (5.4M/s)
1952024-04-05T03:16:17.113ZDownload: 3289/3290 items 212.5/212.6MB 99% complete (1.1M/s)
1962024-04-05T03:16:17.140ZDownload: Completed 212.60 MB in 63.24 seconds (3.4M/s)
1972024-04-05T03:16:17.303Z Actions: 1/3689 actions (Installing new actions)
1982024-04-05T03:16:22.964Z Actions: 3577/3689 actions (Installing new actions)
1992024-04-05T03:16:22.964Z Actions: Completed 3689 actions in 5.09 seconds.
2002024-04-05T03:16:22.964Z Done (0.192s)
2012024-04-05T03:16:22.964Z Done (0.000s)
2022024-04-05T03:16:22.964Z Done (0.259s)
2032024-04-05T03:16:27.862Z Done (4.859s)
2042024-04-05T03:16:28.120Z Done (0.106s)
2052024-04-05T03:16:28.149Z Done (0.000s)
2062024-04-05T03:16:28.644Z Done (0.000s)
2072024-04-05T03:16:28.721ZPlanning: Evaluating mediator changes ... Done
2082024-04-05T03:16:28.881ZPlanning: Checking for conflicting actions ... Done
2092024-04-05T03:16:28.885ZPlanning: Consolidating action changes ... Done
2102024-04-05T03:16:29.174ZPlanning: Evaluating mediators ... Done
2112024-04-05T03:16:29.195ZPlanning: Planning completed in 0.44 seconds
2122024-04-05T03:16:29.209Z Mediators to change: 2
2132024-04-05T03:16:29.209Z Create boot environment: No
2142024-04-05T03:16:29.209ZCreate backup boot environment: No
2152024-04-05T03:16:29.264Z Done
2162024-04-05T03:16:29.264Z Done
2172024-04-05T03:16:29.411Z Done
2182024-04-05T03:16:33.128Z Done
2192024-04-05T03:16:33.218Z Done
2202024-04-05T03:16:33.238Z Done
2212024-04-05T03:16:33.319Z Done
2222024-04-05T03:16:33.962ZPlanning: Evaluating mediator changes ... Done
2232024-04-05T03:16:33.965ZPlanning: Merging actions ... Done
2242024-04-05T03:16:34.170ZPlanning: Checking for conflicting actions ... Done
2252024-04-05T03:16:34.173ZPlanning: Consolidating action changes ... Done
2262024-04-05T03:16:34.425ZPlanning: Evaluating mediators ... Done
2272024-04-05T03:16:34.486ZPlanning: Planning completed in 0.80 seconds
2282024-04-05T03:16:34.518Z Packages to change: 1
2292024-04-05T03:16:34.518Z Mediators to change: 1
2302024-04-05T03:16:34.523Z Services to change: 1
2312024-04-05T03:16:34.523Z Create boot environment: No
2322024-04-05T03:16:34.523ZCreate backup boot environment: Yes
2332024-04-05T03:16:36.555Z Actions: 1/6 actions (Updating modified actions)
2342024-04-05T03:16:36.564Z Actions: Completed 6 actions in 0.00 seconds.
2352024-04-05T03:16:36.564Z Done
2362024-04-05T03:16:36.564Z Done
2372024-04-05T03:16:36.606Z Done
2382024-04-05T03:16:40.338Z Done
2392024-04-05T03:16:40.442Z Done
2402024-04-05T03:16:40.916Z Done
2412024-04-05T03:16:40.916Z Done
2422024-04-05T03:16:40.975ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2432024-04-05T03:16:40.975Zclang system 15 system
2442024-04-05T03:16:40.975Zcsh system system illumos
2452024-04-05T03:16:40.976Zctags system system illumos
2462024-04-05T03:16:40.976Zgcc vendor 12 vendor
2472024-04-05T03:16:40.976Zgcc system 10 system
2482024-04-05T03:16:40.976Zgcc system 7 system
2492024-04-05T03:16:40.976Zgo system 1.20 system
2502024-04-05T03:16:40.976Zgo system 1.19 system
2512024-04-05T03:16:40.977Zllvm system 15 system
2522024-04-05T03:16:40.977Zllvm system 14 system
2532024-04-05T03:16:40.977Zmariadb system 10.6 system
2542024-04-05T03:16:40.977Zmta vendor vendor dma
2552024-04-05T03:16:40.977Zopenjdk system 17 system
2562024-04-05T03:16:40.977Zopenjdk system 11 system
2572024-04-05T03:16:40.977Zopenjdk system 1.8 system
2582024-04-05T03:16:40.978Zopenssl vendor 3 vendor
2592024-04-05T03:16:40.978Zperl system 5.36 system
2602024-04-05T03:16:40.978Zpostgresql system 15 system
2612024-04-05T03:16:40.978Zpostgresql system 13 system
2622024-04-05T03:16:40.978Zpython vendor 3 vendor
2632024-04-05T03:16:40.978Zpython system 2 system
2642024-04-05T03:16:40.978Zpython3 system 3.11 system
2652024-04-05T03:16:40.979Zruby system 3.0 system
2662024-04-05T03:16:40.979Zwords vendor vendor american-english
2672024-04-05T03:16:40.979Zwords system system australian-english
2682024-04-05T03:16:40.979Zwords system system british-english
2692024-04-05T03:16:40.979Zwords system system canadian-english
2702024-04-05T03:16:40.979Zwords system system french
2712024-04-05T03:16:40.979Zwords system system italian
2722024-04-05T03:16:40.979Zwords system system ngerman
2732024-04-05T03:16:40.979Zwords system system ogerman
2742024-04-05T03:16:40.980Zwords system system spanish
2752024-04-05T03:16:41.299ZPUBLISHER TYPE STATUS P LOCATION
2762024-04-05T03:16:41.299Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2772024-04-05T03:16:42.553ZFMRI IFO
2782024-04-05T03:16:42.553Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2792024-04-05T03:16:42.553Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2802024-04-05T03:16:42.553Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2812024-04-05T03:16:42.553Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2822024-04-05T03:16:42.553Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2832024-04-05T03:16:42.553Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2842024-04-05T03:16:42.553Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2852024-04-05T03:16:42.553Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2862024-04-05T03:16:42.553Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2872024-04-05T03:16:42.553Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2882024-04-05T03:16:42.553Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2892024-04-05T03:16:42.553Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2902024-04-05T03:16:42.792Z+ set -o errexit
2912024-04-05T03:16:42.797Z+++ dirname ./tools/ci_download_cockroachdb
2922024-04-05T03:16:42.803Z++ cd ./tools
2932024-04-05T03:16:42.803Z++ pwd
2942024-04-05T03:16:42.804Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2952024-04-05T03:16:42.804Z++ basename ./tools/ci_download_cockroachdb
2962024-04-05T03:16:42.804Z+ ARG0=ci_download_cockroachdb
2972024-04-05T03:16:42.804Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2982024-04-05T03:16:42.804Z+ CIDL_VERSION=v22.1.9
2992024-04-05T03:16:42.804Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
3002024-04-05T03:16:42.804Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
3012024-04-05T03:16:42.804Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
3022024-04-05T03:16:42.804Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3032024-04-05T03:16:42.804Z+ TARGET_DIR=out
3042024-04-05T03:16:42.804Z+ DOWNLOAD_DIR=out/downloads
3052024-04-05T03:16:42.804Z+ DEST_DIR=./out/cockroachdb
3062024-04-05T03:16:42.805Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
3072024-04-05T03:16:42.805Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
3082024-04-05T03:16:42.805Z+ main
3092024-04-05T03:16:42.805Z+ [[ 0 != 0 ]]
3102024-04-05T03:16:42.805Z+ CIDL_OS=solaris2.11
3112024-04-05T03:16:42.805Z+ [[ 0 != 0 ]]
3122024-04-05T03:16:42.805Z+ configure_os solaris2.11
3132024-04-05T03:16:42.805Z+ echo 'current directory: /work/oxidecomputer/omicron'
3142024-04-05T03:16:42.805Zcurrent directory: /work/oxidecomputer/omicron
3152024-04-05T03:16:42.805Z+ echo 'configuring based on OS: "solaris2.11"'
3162024-04-05T03:16:42.805Z+ case "$1" in
3172024-04-05T03:16:42.805Zconfiguring based on OS: "solaris2.11"
3182024-04-05T03:16:42.805Z+ CIDL_BUILD=illumos
3192024-04-05T03:16:42.806Z+ CIDL_SUFFIX=tar.gz
3202024-04-05T03:16:42.806Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3212024-04-05T03:16:42.806Z+ CIDL_URL_BASE=https://illumos.org/downloads
3222024-04-05T03:16:42.806Z+ CIDL_ASSEMBLE=do_assemble_illumos
3232024-04-05T03:16:42.806Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3242024-04-05T03:16:42.806Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3252024-04-05T03:16:42.806Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3262024-04-05T03:16:42.806Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3272024-04-05T03:16:42.806Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3282024-04-05T03:16:42.806Z+ CIDL_SHA256FUNC=do_sha256sum
3292024-04-05T03:16:42.806Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3302024-04-05T03:16:42.806ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3312024-04-05T03:16:42.806Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3322024-04-05T03:16:42.807ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3332024-04-05T03:16:42.807Z+ mkdir -p out/downloads
3342024-04-05T03:16:42.811Z+ mkdir -p ./out/cockroachdb
3352024-04-05T03:16:42.811Z+ local DO_DOWNLOAD=true
3362024-04-05T03:16:42.811Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3372024-04-05T03:16:42.811Z+ '[' true == true ']'
3382024-04-05T03:16:42.811Z+ echo Downloading...
3392024-04-05T03:16:42.811ZDownloading...
3402024-04-05T03:16:42.811Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3412024-04-05T03:16:42.811Z+ 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
3422024-04-05T03:16:44.738Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3432024-04-05T03:16:44.749Z++ sha256sum
3442024-04-05T03:16:44.749Z++ awk '{print $1}'
3452024-04-05T03:16:44.837Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3462024-04-05T03:16:44.837Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3472024-04-05T03:16:44.840Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3482024-04-05T03:16:44.840Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3492024-04-05T03:16:47.040Z+ do_assemble_illumos
3502024-04-05T03:16:47.043Z+ rm -r ./out/cockroachdb
3512024-04-05T03:16:47.043Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3522024-04-05T03:16:47.422Z+ ./out/cockroachdb/bin/cockroach version
3532024-04-05T03:16:47.553ZBuild Tag: v22.1.9-dirty
3542024-04-05T03:16:47.553ZBuild Time: 2022/10/26 21:17:46
3552024-04-05T03:16:47.553ZDistribution: OSS
3562024-04-05T03:16:47.553ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3572024-04-05T03:16:47.553ZGo Version: go1.17.13
3582024-04-05T03:16:47.553ZC Compiler: gcc 10.3.0
3592024-04-05T03:16:47.553ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3602024-04-05T03:16:47.553ZBuild Type: release
3612024-04-05T03:16:47.986Z+ set -o errexit
3622024-04-05T03:16:47.990Z+++ dirname ./tools/ci_download_clickhouse
3632024-04-05T03:16:47.990Z++ cd ./tools
3642024-04-05T03:16:47.991Z++ pwd
3652024-04-05T03:16:47.991Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3662024-04-05T03:16:47.991Z++ basename ./tools/ci_download_clickhouse
3672024-04-05T03:16:47.991Z+ ARG0=ci_download_clickhouse
3682024-04-05T03:16:47.991Z+ TARGET_DIR=out
3692024-04-05T03:16:47.991Z+ DOWNLOAD_DIR=out/downloads
3702024-04-05T03:16:47.991Z+ DEST_DIR=./out/clickhouse
3712024-04-05T03:16:47.991Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3722024-04-05T03:16:47.991Z+ CIDL_VERSION=v23.8.7.24
3732024-04-05T03:16:47.991Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3742024-04-05T03:16:47.991Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3752024-04-05T03:16:47.991Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3762024-04-05T03:16:47.991Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3772024-04-05T03:16:47.991Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3782024-04-05T03:16:47.991Z+ main
3792024-04-05T03:16:47.991Z+ [[ 0 != 0 ]]
3802024-04-05T03:16:47.991Z+ CIDL_OS=solaris2.11
3812024-04-05T03:16:47.992Z+ [[ 0 != 0 ]]
3822024-04-05T03:16:47.992Z+ configure_os solaris2.11
3832024-04-05T03:16:47.992Z+ echo 'current directory: /work/oxidecomputer/omicron'
3842024-04-05T03:16:47.992Zcurrent directory: /work/oxidecomputer/omicron
3852024-04-05T03:16:47.992Z+ echo 'configuring based on OS: "solaris2.11"'
3862024-04-05T03:16:47.992Zconfiguring based on OS: "solaris2.11"
3872024-04-05T03:16:47.992Z+ CIDL_DASHREV=
3882024-04-05T03:16:47.992Z+ case "$1" in
3892024-04-05T03:16:47.992Z+ CIDL_PLATFORM=illumos
3902024-04-05T03:16:47.992Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3912024-04-05T03:16:47.992Z+ CIDL_MD5FUNC=do_md5sum
3922024-04-05T03:16:47.992Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3932024-04-05T03:16:47.992Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3942024-04-05T03:16:47.992Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3952024-04-05T03:16:47.992Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3962024-04-05T03:16:47.992Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3972024-04-05T03:16:47.992ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3982024-04-05T03:16:47.992Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3992024-04-05T03:16:47.992ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
4002024-04-05T03:16:47.993Z+ mkdir -p out/downloads
4012024-04-05T03:16:47.993Z+ mkdir -p ./out/clickhouse
4022024-04-05T03:16:47.993Z+ local DO_DOWNLOAD=true
4032024-04-05T03:16:47.993Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
4042024-04-05T03:16:47.993Z+ '[' true == true ']'
4052024-04-05T03:16:47.993Z+ echo Downloading...
4062024-04-05T03:16:47.993ZDownloading...
4072024-04-05T03:16:47.993Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
4082024-04-05T03:16:47.993Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
4092024-04-05T03:16:49.184Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
4102024-04-05T03:16:49.189Z++ md5sum
4112024-04-05T03:16:49.189Z++ awk '{print $1}'
4122024-04-05T03:16:49.403Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
4132024-04-05T03:16:49.403Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
4142024-04-05T03:16:49.407Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
4152024-04-05T03:16:49.407Z+ mkdir -p ./out/clickhouse
4162024-04-05T03:16:49.407Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
4172024-04-05T03:16:53.275Z+ [[ solaris2.11 == darwin* ]]
4182024-04-05T03:16:53.275Z+ ./out/clickhouse/clickhouse server --version
4192024-04-05T03:16:53.615ZClickHouse server version 23.8.7.1.
4202024-04-05T03:16:53.631Z+ set -o errexit
4212024-04-05T03:16:53.638Z+++ dirname ./tools/ci_download_console
4222024-04-05T03:16:53.638Z++ cd ./tools
4232024-04-05T03:16:53.638Z++ pwd
4242024-04-05T03:16:53.638Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4252024-04-05T03:16:53.643Z++ basename ./tools/ci_download_console
4262024-04-05T03:16:53.643Z+ ARG0=ci_download_console
4272024-04-05T03:16:53.643Z+ TARGET_DIR=out
4282024-04-05T03:16:53.644Z+ DOWNLOAD_DIR=out/downloads
4292024-04-05T03:16:53.644Z+ DEST_DIR=./out/console-assets
4302024-04-05T03:16:53.644Z+ source /work/oxidecomputer/omicron/tools/console_version
4312024-04-05T03:16:53.644Z++ COMMIT=2a0693f3a5555b6e26130ca5a0e13ec93aa96035
4322024-04-05T03:16:53.644Z++ SHA2=e14f63eec8e4027e72815274deb30082a45888ba6ecaa1d521a1bc053d6239ff
4332024-04-05T03:16:53.644Z+ URL=https://dl.oxide.computer/releases/console/2a0693f3a5555b6e26130ca5a0e13ec93aa96035.tar.gz
4342024-04-05T03:16:53.644Z+ TARBALL_FILE=out/downloads/console.tar.gz
4352024-04-05T03:16:53.644Z+ main
4362024-04-05T03:16:53.645Z+ [[ 0 != 0 ]]
4372024-04-05T03:16:53.645Z+ echo 'URL: https://dl.oxide.computer/releases/console/2a0693f3a5555b6e26130ca5a0e13ec93aa96035.tar.gz'
4382024-04-05T03:16:53.645Z+ echo 'Local file: out/downloads/console.tar.gz'
4392024-04-05T03:16:53.645Z+ local DO_DOWNLOAD=true
4402024-04-05T03:16:53.645Z+ [[ -f out/downloads/console.tar.gz ]]
4412024-04-05T03:16:53.645Z+ mkdir -p out/downloads
4422024-04-05T03:16:53.645ZURL: https://dl.oxide.computer/releases/console/2a0693f3a5555b6e26130ca5a0e13ec93aa96035.tar.gz
4432024-04-05T03:16:53.645ZLocal file: out/downloads/console.tar.gz
4442024-04-05T03:16:53.646Z+ '[' true == true ']'
4452024-04-05T03:16:53.646Z+ echo Downloading...
4462024-04-05T03:16:53.646ZDownloading...
4472024-04-05T03:16:53.646Z+ do_download_curl https://dl.oxide.computer/releases/console/2a0693f3a5555b6e26130ca5a0e13ec93aa96035.tar.gz out/downloads/console.tar.gz
4482024-04-05T03:16:53.646Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/2a0693f3a5555b6e26130ca5a0e13ec93aa96035.tar.gz
4492024-04-05T03:16:54.238Z++ do_sha256sum out/downloads/console.tar.gz
4502024-04-05T03:16:54.241Z++ case "$OSTYPE" in
4512024-04-05T03:16:54.241Z++ SHA=sha256sum
4522024-04-05T03:16:54.241Z++ sha256sum
4532024-04-05T03:16:54.241Z++ awk '{print $1}'
4542024-04-05T03:16:54.247Z+ calculated_sha2=e14f63eec8e4027e72815274deb30082a45888ba6ecaa1d521a1bc053d6239ff
4552024-04-05T03:16:54.253Z+ [[ e14f63eec8e4027e72815274deb30082a45888ba6ecaa1d521a1bc053d6239ff != \e\1\4\f\6\3\e\e\c\8\e\4\0\2\7\e\7\2\8\1\5\2\7\4\d\e\b\3\0\0\8\2\a\4\5\8\8\8\b\a\6\e\c\a\a\1\d\5\2\1\a\1\b\c\0\5\3\d\6\2\3\9\f\f ]]
4562024-04-05T03:16:54.253Z+ rm -rf ./out/console-assets
4572024-04-05T03:16:54.253Z+ mkdir -p ./out/console-assets
4582024-04-05T03:16:54.253Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4592024-04-05T03:16:54.253Z+ mkdir -p ./out/console-assets
4602024-04-05T03:16:54.265Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4612024-04-05T03:16:54.345Z+ set -o errexit
4622024-04-05T03:16:54.348Z+++ dirname ./tools/ci_download_maghemite_openapi
4632024-04-05T03:16:54.351Z++ cd ./tools
4642024-04-05T03:16:54.351Z++ pwd
4652024-04-05T03:16:54.351Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4662024-04-05T03:16:54.351Z++ basename ./tools/ci_download_maghemite_openapi
4672024-04-05T03:16:54.354Z+ ARG0=ci_download_maghemite_openapi
4682024-04-05T03:16:54.354Z+ TARGET_DIR=out
4692024-04-05T03:16:54.354Z+ DOWNLOAD_DIR=out/downloads
4702024-04-05T03:16:54.355Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4712024-04-05T03:16:54.355Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4722024-04-05T03:16:54.355Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4732024-04-05T03:16:54.355Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4742024-04-05T03:16:54.355Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4752024-04-05T03:16:54.355Z+ main
4762024-04-05T03:16:54.355Z+ rm -rf out/downloads/root
4772024-04-05T03:16:54.355Z+ [[ 0 != 0 ]]
4782024-04-05T03:16:54.355Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4792024-04-05T03:16:54.355ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4802024-04-05T03:16:54.355Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4812024-04-05T03:16:54.355Z+ local DO_DOWNLOAD=true
4822024-04-05T03:16:54.355ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4832024-04-05T03:16:54.355Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4842024-04-05T03:16:54.355Z+ mkdir -p out/downloads
4852024-04-05T03:16:54.359Z+ '[' true == true ']'
4862024-04-05T03:16:54.359Z+ echo Downloading...
4872024-04-05T03:16:54.359ZDownloading...
4882024-04-05T03:16:54.359Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4892024-04-05T03:16:54.359Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4902024-04-05T03:16:54.524Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4912024-04-05T03:16:54.524Z++ case "$OSTYPE" in
4922024-04-05T03:16:54.529Z++ SHA=sha256sum
4932024-04-05T03:16:54.529Z++ sha256sum
4942024-04-05T03:16:54.530Z++ awk '{print $1}'
4952024-04-05T03:16:54.530Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4962024-04-05T03:16:54.530Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4972024-04-05T03:16:54.530Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4982024-04-05T03:16:54.530Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4992024-04-05T03:16:54.530Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5002024-04-05T03:16:54.530Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
5012024-04-05T03:16:54.530Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5022024-04-05T03:16:54.530Z+ main
5032024-04-05T03:16:54.530Z+ rm -rf out/downloads/root
5042024-04-05T03:16:54.536Z+ [[ 0 != 0 ]]
5052024-04-05T03:16:54.536Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
5062024-04-05T03:16:54.536ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
5072024-04-05T03:16:54.537Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
5082024-04-05T03:16:54.537ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5092024-04-05T03:16:54.537Z+ local DO_DOWNLOAD=true
5102024-04-05T03:16:54.537Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
5112024-04-05T03:16:54.537Z+ mkdir -p out/downloads
5122024-04-05T03:16:54.538Z+ '[' true == true ']'
5132024-04-05T03:16:54.538Z+ echo Downloading...
5142024-04-05T03:16:54.538ZDownloading...
5152024-04-05T03:16:54.538Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5162024-04-05T03:16:54.538Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
5172024-04-05T03:16:54.629Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5182024-04-05T03:16:54.633Z++ case "$OSTYPE" in
5192024-04-05T03:16:54.633Z++ SHA=sha256sum
5202024-04-05T03:16:54.633Z++ sha256sum
5212024-04-05T03:16:54.633Z++ awk '{print $1}'
5222024-04-05T03:16:54.640Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5232024-04-05T03:16:54.640Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
5242024-04-05T03:16:54.643Z+ set -o errexit
5252024-04-05T03:16:54.650Z+++ dirname ./tools/ci_download_dendrite_openapi
5262024-04-05T03:16:54.650Z++ cd ./tools
5272024-04-05T03:16:54.650Z++ pwd
5282024-04-05T03:16:54.650Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5292024-04-05T03:16:54.653Z++ basename ./tools/ci_download_dendrite_openapi
5302024-04-05T03:16:54.653Z+ ARG0=ci_download_dendrite_openapi
5312024-04-05T03:16:54.653Z+ TARGET_DIR=out
5322024-04-05T03:16:54.653Z+ DOWNLOAD_DIR=out/downloads
5332024-04-05T03:16:54.653Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5342024-04-05T03:16:54.653Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5352024-04-05T03:16:54.654Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5362024-04-05T03:16:54.654Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5372024-04-05T03:16:54.654Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5382024-04-05T03:16:54.654Z+ main
5392024-04-05T03:16:54.654Z+ [[ 0 != 0 ]]
5402024-04-05T03:16:54.654Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5412024-04-05T03:16:54.654ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5422024-04-05T03:16:54.654ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5432024-04-05T03:16:54.654Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5442024-04-05T03:16:54.654Z+ local DO_DOWNLOAD=true
5452024-04-05T03:16:54.654Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5462024-04-05T03:16:54.654Z+ mkdir -p out/downloads
5472024-04-05T03:16:54.654Z+ '[' true == true ']'
5482024-04-05T03:16:54.654Z+ echo Downloading...
5492024-04-05T03:16:54.654ZDownloading...
5502024-04-05T03:16:54.654Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5512024-04-05T03:16:54.654Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5522024-04-05T03:16:54.753Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5532024-04-05T03:16:54.756Z++ case "$OSTYPE" in
5542024-04-05T03:16:54.756Z++ SHA=sha256sum
5552024-04-05T03:16:54.756Z++ sha256sum
5562024-04-05T03:16:54.756Z++ awk '{print $1}'
5572024-04-05T03:16:54.759Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5582024-04-05T03:16:54.760Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5592024-04-05T03:16:54.766Z+ set -o errexit
5602024-04-05T03:16:54.769Z+++ dirname ./tools/ci_download_dendrite_stub
5612024-04-05T03:16:54.772Z++ cd ./tools
5622024-04-05T03:16:54.772Z++ pwd
5632024-04-05T03:16:54.773Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5642024-04-05T03:16:54.773Z++ basename ./tools/ci_download_dendrite_stub
5652024-04-05T03:16:54.776Z+ ARG0=ci_download_dendrite_stub
5662024-04-05T03:16:54.776Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5672024-04-05T03:16:54.777Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5682024-04-05T03:16:54.777Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5692024-04-05T03:16:54.777Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5702024-04-05T03:16:54.777Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5712024-04-05T03:16:54.777Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5722024-04-05T03:16:54.777Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5732024-04-05T03:16:54.777Z+ TARGET_DIR=out
5742024-04-05T03:16:54.777Z+ DOWNLOAD_DIR=out/downloads
5752024-04-05T03:16:54.777Z+ DEST_DIR=./out/dendrite-stub
5762024-04-05T03:16:54.777Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5772024-04-05T03:16:54.777Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5782024-04-05T03:16:54.777Z+ REPO=oxidecomputer/dendrite
5792024-04-05T03:16:54.777Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5802024-04-05T03:16:54.777Z+ main
5812024-04-05T03:16:54.777Z+ [[ 0 != 0 ]]
5822024-04-05T03:16:54.777Z+ CIDL_OS=solaris2.11
5832024-04-05T03:16:54.777Z+ [[ 0 != 0 ]]
5842024-04-05T03:16:54.777Z+ configure_os solaris2.11
5852024-04-05T03:16:54.778Z+ echo 'current directory: /work/oxidecomputer/omicron'
5862024-04-05T03:16:54.778Zcurrent directory: /work/oxidecomputer/omicron
5872024-04-05T03:16:54.778Z+ echo 'configuring based on OS: "solaris2.11"'
5882024-04-05T03:16:54.778Zconfiguring based on OS: "solaris2.11"
5892024-04-05T03:16:54.778Z+ case "$1" in
5902024-04-05T03:16:54.778Z+ SET_BINARIES=
5912024-04-05T03:16:54.778Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5922024-04-05T03:16:54.778Z+ CIDL_SHA256FUNC=do_sha256sum
5932024-04-05T03:16:54.778Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5942024-04-05T03:16:54.778Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5952024-04-05T03:16:54.778Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5962024-04-05T03:16:54.778Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5972024-04-05T03:16:54.778ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5982024-04-05T03:16:54.778Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5992024-04-05T03:16:54.778ZLocal file: out/downloads/dendrite-stub.tar.gz
6002024-04-05T03:16:54.778Z+ mkdir -p out/downloads
6012024-04-05T03:16:54.778Z+ mkdir -p ./out/dendrite-stub
6022024-04-05T03:16:54.783Z+ fetch_and_verify
6032024-04-05T03:16:54.783Z+ local DO_DOWNLOAD=true
6042024-04-05T03:16:54.784Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
6052024-04-05T03:16:54.784Z+ '[' true == true ']'
6062024-04-05T03:16:54.784Z+ echo Downloading...
6072024-04-05T03:16:54.784ZDownloading...
6082024-04-05T03:16:54.784Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
6092024-04-05T03:16:54.784Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
6102024-04-05T03:17:01.583Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
6112024-04-05T03:17:01.599Z++ sha256sum
6122024-04-05T03:17:01.599Z++ awk '{print $1}'
6132024-04-05T03:17:01.611Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
6142024-04-05T03:17:01.611Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
6152024-04-05T03:17:01.611Z+ do_untar out/downloads/dendrite-stub.tar.gz
6162024-04-05T03:17:01.611Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
6172024-04-05T03:17:02.203Z+ do_assemble
6182024-04-05T03:17:02.203Z+ rm -r ./out/dendrite-stub
6192024-04-05T03:17:02.207Z+ mkdir ./out/dendrite-stub
6202024-04-05T03:17:02.213Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6212024-04-05T03:17:02.291Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6222024-04-05T03:17:02.301Z+ set -o errexit
6232024-04-05T03:17:02.304Z+++ dirname ./tools/ci_download_maghemite_mgd
6242024-04-05T03:17:02.308Z++ cd ./tools
6252024-04-05T03:17:02.308Z++ pwd
6262024-04-05T03:17:02.308Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6272024-04-05T03:17:02.308Z++ basename ./tools/ci_download_maghemite_mgd
6282024-04-05T03:17:02.313Z+ ARG0=ci_download_maghemite_mgd
6292024-04-05T03:17:02.313Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6302024-04-05T03:17:02.313Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6312024-04-05T03:17:02.313Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6322024-04-05T03:17:02.313Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6332024-04-05T03:17:02.313Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6342024-04-05T03:17:02.313Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6352024-04-05T03:17:02.313Z+ TARGET_DIR=out
6362024-04-05T03:17:02.313Z+ DOWNLOAD_DIR=out/downloads
6372024-04-05T03:17:02.313Z+ DEST_DIR=./out/mgd
6382024-04-05T03:17:02.313Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6392024-04-05T03:17:02.313Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6402024-04-05T03:17:02.313Z+ REPO=oxidecomputer/maghemite
6412024-04-05T03:17:02.313Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6422024-04-05T03:17:02.313Z+ main
6432024-04-05T03:17:02.313Z+ rm -rf out/downloads/root
6442024-04-05T03:17:02.317Z+ [[ 0 != 0 ]]
6452024-04-05T03:17:02.317Z+ CIDL_OS=solaris2.11
6462024-04-05T03:17:02.320Z+ [[ 0 != 0 ]]
6472024-04-05T03:17:02.320Z+ configure_os solaris2.11
6482024-04-05T03:17:02.320Z+ echo 'current directory: /work/oxidecomputer/omicron'
6492024-04-05T03:17:02.320Zcurrent directory: /work/oxidecomputer/omicron
6502024-04-05T03:17:02.321Z+ echo 'configuring based on OS: "solaris2.11"'
6512024-04-05T03:17:02.321Z+ case "$1" in
6522024-04-05T03:17:02.321Zconfiguring based on OS: "solaris2.11"
6532024-04-05T03:17:02.321Z+ SET_BINARIES=
6542024-04-05T03:17:02.321Z+ CIDL_SHA256FUNC=do_sha256sum
6552024-04-05T03:17:02.321Z+ TARBALL_FILENAME=mgd.tar.gz
6562024-04-05T03:17:02.321Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6572024-04-05T03:17:02.321Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6582024-04-05T03:17:02.321Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6592024-04-05T03:17:02.321ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6602024-04-05T03:17:02.321Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6612024-04-05T03:17:02.321Z+ mkdir -p out/downloads
6622024-04-05T03:17:02.321ZLocal file: out/downloads/mgd.tar.gz
6632024-04-05T03:17:02.321Z+ mkdir -p ./out/mgd
6642024-04-05T03:17:02.326Z+ fetch_and_verify
6652024-04-05T03:17:02.326Z+ local DO_DOWNLOAD=true
6662024-04-05T03:17:02.326Z+ [[ -f out/downloads/mgd.tar.gz ]]
6672024-04-05T03:17:02.326Z+ '[' true == true ']'
6682024-04-05T03:17:02.326Z+ echo Downloading...
6692024-04-05T03:17:02.326ZDownloading...
6702024-04-05T03:17:02.326Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6712024-04-05T03:17:02.326Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6722024-04-05T03:17:11.819Z++ do_sha256sum out/downloads/mgd.tar.gz
6732024-04-05T03:17:11.823Z++ sha256sum
6742024-04-05T03:17:11.823Z++ awk '{print $1}'
6752024-04-05T03:17:11.845Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6762024-04-05T03:17:11.858Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6772024-04-05T03:17:11.859Z+ do_untar out/downloads/mgd.tar.gz
6782024-04-05T03:17:11.859Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6792024-04-05T03:17:12.440Z+ do_assemble
6802024-04-05T03:17:12.440Z+ rm -r ./out/mgd
6812024-04-05T03:17:12.443Z+ mkdir ./out/mgd
6822024-04-05T03:17:12.447Z+ cp -r out/downloads/root ./out/mgd/root
6832024-04-05T03:17:12.528Z+ set -o errexit
6842024-04-05T03:17:12.531Z+++ dirname ./tools/ci_download_transceiver_control
6852024-04-05T03:17:12.531Z++ cd ./tools
6862024-04-05T03:17:12.531Z++ pwd
6872024-04-05T03:17:12.534Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6882024-04-05T03:17:12.534Z++ basename ./tools/ci_download_transceiver_control
6892024-04-05T03:17:12.534Z+ ARG0=ci_download_transceiver_control
6902024-04-05T03:17:12.534Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6912024-04-05T03:17:12.534Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6922024-04-05T03:17:12.534Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6932024-04-05T03:17:12.535Z+ TARGET_DIR=out
6942024-04-05T03:17:12.535Z+ DOWNLOAD_DIR=out/downloads
6952024-04-05T03:17:12.535Z+ DEST_DIR=./out/transceiver-control
6962024-04-05T03:17:12.535Z+ BIN_DIR=/opt/oxide/bin
6972024-04-05T03:17:12.535Z+ BINARY=xcvradm
6982024-04-05T03:17:12.535Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6992024-04-05T03:17:12.535Z+ REPO=oxidecomputer/transceiver-control
7002024-04-05T03:17:12.535Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
7012024-04-05T03:17:12.538Z+ main
7022024-04-05T03:17:12.538Z+ [[ 0 != 0 ]]
7032024-04-05T03:17:12.538Z+ CIDL_OS=solaris2.11
7042024-04-05T03:17:12.538Z+ [[ 0 != 0 ]]
7052024-04-05T03:17:12.538Z+ configure_os solaris2.11
7062024-04-05T03:17:12.538Z+ echo 'current directory: /work/oxidecomputer/omicron'
7072024-04-05T03:17:12.538Zcurrent directory: /work/oxidecomputer/omicron
7082024-04-05T03:17:12.539Z+ echo 'configuring based on OS: "solaris2.11"'
7092024-04-05T03:17:12.539Z+ case "$1" in
7102024-04-05T03:17:12.539Z+ SET_BINARIES=
7112024-04-05T03:17:12.539Zconfiguring based on OS: "solaris2.11"
7122024-04-05T03:17:12.539Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7132024-04-05T03:17:12.539Z+ CIDL_SHA256FUNC=do_sha256sum
7142024-04-05T03:17:12.539Z+ ARCHIVE_FILENAME=xcvradm.gz
7152024-04-05T03:17:12.539Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7162024-04-05T03:17:12.539Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
7172024-04-05T03:17:12.539Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
7182024-04-05T03:17:12.539Z+ echo 'Local file: out/downloads/xcvradm.gz'
7192024-04-05T03:17:12.539ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7202024-04-05T03:17:12.539ZLocal file: out/downloads/xcvradm.gz
7212024-04-05T03:17:12.539Z+ mkdir -p out/downloads
7222024-04-05T03:17:12.539Z+ mkdir -p ./out/transceiver-control
7232024-04-05T03:17:12.543Z+ fetch_and_verify
7242024-04-05T03:17:12.543Z+ local DO_DOWNLOAD=true
7252024-04-05T03:17:12.543Z+ [[ -f out/downloads/xcvradm.gz ]]
7262024-04-05T03:17:12.543Z+ '[' true == true ']'
7272024-04-05T03:17:12.543Z+ echo Downloading...
7282024-04-05T03:17:12.543ZDownloading...
7292024-04-05T03:17:12.543Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7302024-04-05T03:17:12.543Z+ 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
7312024-04-05T03:17:15.282Z++ do_sha256sum out/downloads/xcvradm.gz
7322024-04-05T03:17:15.290Z++ sha256sum
7332024-04-05T03:17:15.290Z++ awk '{print $1}'
7342024-04-05T03:17:15.290Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7352024-04-05T03:17:15.290Z+ [[ 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 ]]
7362024-04-05T03:17:15.290Z+ do_unpack out/downloads/xcvradm.gz
7372024-04-05T03:17:15.290Z+ mkdir -p out/downloads/root//opt/oxide/bin
7382024-04-05T03:17:15.290Z+ gzip -dc out/downloads/xcvradm.gz
7392024-04-05T03:17:15.321Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7402024-04-05T03:17:15.325Z+ do_assemble
7412024-04-05T03:17:15.325Z+ rm -r ./out/transceiver-control
7422024-04-05T03:17:15.328Z+ mkdir ./out/transceiver-control
7432024-04-05T03:17:15.328Z+ cp -r out/downloads/root ./out/transceiver-control/root
7442024-04-05T03:17:15.422Z+ set -o errexit
7452024-04-05T03:17:15.425Z+++ dirname ./tools/ci_download_thundermuffin
7462024-04-05T03:17:15.428Z++ cd ./tools
7472024-04-05T03:17:15.428Z++ pwd
7482024-04-05T03:17:15.429Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7492024-04-05T03:17:15.432Z++ basename ./tools/ci_download_thundermuffin
7502024-04-05T03:17:15.432Z+ ARG0=ci_download_thundermuffin
7512024-04-05T03:17:15.432Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7522024-04-05T03:17:15.432Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7532024-04-05T03:17:15.432Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7542024-04-05T03:17:15.432Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7552024-04-05T03:17:15.432Z+ TARGET_DIR=out
7562024-04-05T03:17:15.432Z+ DOWNLOAD_DIR=out/downloads
7572024-04-05T03:17:15.432Z+ DEST_DIR=./out/thundermuffin
7582024-04-05T03:17:15.432Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7592024-04-05T03:17:15.432Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7602024-04-05T03:17:15.432Z+ REPO=oxidecomputer/thundermuffin
7612024-04-05T03:17:15.432Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7622024-04-05T03:17:15.432Z+ main
7632024-04-05T03:17:15.433Z+ rm -rf out/downloads/root
7642024-04-05T03:17:15.439Z+ [[ 0 != 0 ]]
7652024-04-05T03:17:15.439Z+ CIDL_OS=solaris2.11
7662024-04-05T03:17:15.442Z+ [[ 0 != 0 ]]
7672024-04-05T03:17:15.442Z+ configure_os solaris2.11
7682024-04-05T03:17:15.443Z+ echo 'current directory: /work/oxidecomputer/omicron'
7692024-04-05T03:17:15.443Zcurrent directory: /work/oxidecomputer/omicron
7702024-04-05T03:17:15.443Z+ echo 'configuring based on OS: "solaris2.11"'
7712024-04-05T03:17:15.443Z+ case "$1" in
7722024-04-05T03:17:15.443Zconfiguring based on OS: "solaris2.11"
7732024-04-05T03:17:15.443Z+ SET_BINARIES=
7742024-04-05T03:17:15.443Z+ CIDL_SHA256FUNC=do_sha256sum
7752024-04-05T03:17:15.443Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7762024-04-05T03:17:15.443Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7772024-04-05T03:17:15.443Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7782024-04-05T03:17:15.443Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7792024-04-05T03:17:15.443ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7802024-04-05T03:17:15.443Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7812024-04-05T03:17:15.443ZLocal file: out/downloads/thundermuffin.tar.gz
7822024-04-05T03:17:15.443Z+ mkdir -p out/downloads
7832024-04-05T03:17:15.443Z+ mkdir -p ./out/thundermuffin
7842024-04-05T03:17:15.446Z+ fetch_and_verify
7852024-04-05T03:17:15.447Z+ local DO_DOWNLOAD=true
7862024-04-05T03:17:15.447Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7872024-04-05T03:17:15.447Z+ '[' true == true ']'
7882024-04-05T03:17:15.447Z+ echo Downloading...
7892024-04-05T03:17:15.447ZDownloading...
7902024-04-05T03:17:15.447Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7912024-04-05T03:17:15.447Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7922024-04-05T03:17:16.841Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7932024-04-05T03:17:16.844Z++ sha256sum
7942024-04-05T03:17:16.844Z++ awk '{print $1}'
7952024-04-05T03:17:16.852Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7962024-04-05T03:17:16.852Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7972024-04-05T03:17:16.852Z+ do_untar out/downloads/thundermuffin.tar.gz
7982024-04-05T03:17:16.852Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7992024-04-05T03:17:16.913Z+ do_assemble
8002024-04-05T03:17:16.913Z+ rm -r ./out/thundermuffin
8012024-04-05T03:17:16.916Z+ mkdir ./out/thundermuffin
8022024-04-05T03:17:16.920Z+ cp -r out/downloads/root ./out/thundermuffin/root
8032024-04-05T03:17:16.940ZAll builder prerequisites installed successfully, and PATH looks valid
8042024-04-05T03:17:16.943Z
8052024-04-05T03:17:16.943Zreal 2:29.073050018
8062024-04-05T03:17:16.943Zuser 38.056942616
8072024-04-05T03:17:16.943Zsys 6.983679828
8082024-04-05T03:17:16.943Ztrap 0.009152978
8092024-04-05T03:17:16.943Ztflt 0.168947202
8102024-04-05T03:17:16.943Zdflt 0.693636189
8112024-04-05T03:17:16.943Zkflt 0.168265912
8122024-04-05T03:17:16.943Zlock 0.964672370
8132024-04-05T03:17:16.943Zslp 4:53.218663485
8142024-04-05T03:17:16.943Zlat 1.911712071
8152024-04-05T03:17:16.943Zstop 0.150393513
8162024-04-05T03:17:16.943Z
8172024-04-05T03:17:16.943Z ##### # # # # #####
8182024-04-05T03:17:16.944Z # # # # # # # #
8192024-04-05T03:17:16.944Z ##### # # # # # #
8202024-04-05T03:17:16.944Z # # # # # # # #
8212024-04-05T03:17:16.944Z # # # # # # # #
8222024-04-05T03:17:16.944Z ##### #### # ###### #####
8232024-04-05T03:17:16.944Z
8242024-04-05T03:17:17.175Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8252024-04-05T03:17:18.157Z Updating git repository `https://github.com/oxidecomputer/zone`
8262024-04-05T03:17:18.949Z Updating crates.io index
8272024-04-05T03:17:19.032Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8282024-04-05T03:17:21.321Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8292024-04-05T03:17:22.764Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8302024-04-05T03:17:27.489Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8312024-04-05T03:17:29.699Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8322024-04-05T03:17:30.391Z Updating git repository `https://github.com/oxidecomputer/propolis`
8332024-04-05T03:17:33.508Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342024-04-05T03:17:38.232Z Updating git repository `https://github.com/oxidecomputer/opte`
8352024-04-05T03:17:41.114Z Updating git repository `https://github.com/oxidecomputer/falcon`
8362024-04-05T03:17:45.165Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8372024-04-05T03:17:46.048Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8382024-04-05T03:17:47.521Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8392024-04-05T03:17:48.877Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8402024-04-05T03:17:49.242Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8412024-04-05T03:17:50.355Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8422024-04-05T03:17:51.142Z Updating git repository `http://github.com/oxidecomputer/tofino`
8432024-04-05T03:17:51.939Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8442024-04-05T03:17:52.663Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8452024-04-05T03:17:53.285Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8462024-04-05T03:17:54.128Z Updating git repository `https://github.com/oxidecomputer/ispf`
8472024-04-05T03:17:54.863Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8482024-04-05T03:17:55.498Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8492024-04-05T03:17:57.960Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8502024-04-05T03:17:58.548Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8512024-04-05T03:18:03.385Z Updating git repository `https://github.com/jgallagher/nix`
8522024-04-05T03:18:03.875Z Updating git repository `https://github.com/cbiffle/hubpack`
8532024-04-05T03:18:04.505Z Updating git repository `https://github.com/oxidecomputer/typify`
8542024-04-05T03:18:07.973Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8552024-04-05T03:18:09.447Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8562024-04-05T03:18:10.314Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8572024-04-05T03:18:11.935Z Updating git repository `https://github.com/oxidecomputer/rfb`
8582024-04-05T03:18:13.773Z Downloading crates ...
8592024-04-05T03:18:13.894Z Downloaded aead v0.5.2
8602024-04-05T03:18:13.903Z Downloaded adler v1.0.2
8612024-04-05T03:18:13.903Z Downloaded addr2line v0.21.0
8622024-04-05T03:18:13.903Z Downloaded async-trait v0.1.79
8632024-04-05T03:18:13.903Z Downloaded atomic-waker v1.1.1
8642024-04-05T03:18:13.911Z Downloaded base64 v0.21.7
8652024-04-05T03:18:13.911Z Downloaded console v0.15.8
8662024-04-05T03:18:13.919Z Downloaded aes v0.8.3
8672024-04-05T03:18:13.919Z Downloaded getrandom v0.2.12
8682024-04-05T03:18:13.927Z Downloaded hostname v0.3.1
8692024-04-05T03:18:13.927Z Downloaded futures-core v0.3.30
8702024-04-05T03:18:13.927Z Downloaded futures-macro v0.3.30
8712024-04-05T03:18:13.927Z Downloaded futures-executor v0.3.30
8722024-04-05T03:18:13.927Z Downloaded form_urlencoded v1.2.1
8732024-04-05T03:18:13.927Z Downloaded fs_extra v1.3.0
8742024-04-05T03:18:13.936Z Downloaded atty v0.2.14
8752024-04-05T03:18:13.936Z Downloaded indexmap v2.2.6
8762024-04-05T03:18:13.936Z Downloaded highway v1.1.0
8772024-04-05T03:18:13.936Z Downloaded half v2.3.1
8782024-04-05T03:18:13.946Z Downloaded httpdate v1.0.3
8792024-04-05T03:18:13.946Z Downloaded globset v0.4.13
8802024-04-05T03:18:13.946Z Downloaded group v0.13.0
8812024-04-05T03:18:13.947Z Downloaded hex v0.4.3
8822024-04-05T03:18:13.947Z Downloaded ghash v0.5.0
8832024-04-05T03:18:13.947Z Downloaded foreign-types-shared v0.3.1
8842024-04-05T03:18:13.955Z Downloaded hash32 v0.3.1
8852024-04-05T03:18:13.955Z Downloaded bitstruct_derive v0.1.0
8862024-04-05T03:18:13.955Z Downloaded generic-array v0.14.7
8872024-04-05T03:18:13.955Z Downloaded futures-channel v0.3.30
8882024-04-05T03:18:13.955Z Downloaded futures-task v0.3.30
8892024-04-05T03:18:13.956Z Downloaded futures-io v0.3.30
8902024-04-05T03:18:13.969Z Downloaded hyper v0.14.28
8912024-04-05T03:18:13.969Z Downloaded is-terminal v0.4.9
8922024-04-05T03:18:13.982Z Downloaded indoc v1.0.9
8932024-04-05T03:18:13.982Z Downloaded hyper-rustls v0.27.0
8942024-04-05T03:18:13.982Z Downloaded impl-trait-for-tuples v0.2.2
8952024-04-05T03:18:13.983Z Downloaded base16ct v0.2.0
8962024-04-05T03:18:13.983Z Downloaded itoa v1.0.9
8972024-04-05T03:18:13.983Z Downloaded humantime v2.1.0
8982024-04-05T03:18:13.992Z Downloaded glob v0.3.1
8992024-04-05T03:18:13.992Z Downloaded ascii-canvas v3.0.0
9002024-04-05T03:18:13.992Z Downloaded anstyle-query v1.0.0
9012024-04-05T03:18:13.993Z Downloaded hubpack_derive v0.1.1
9022024-04-05T03:18:13.993Z Downloaded http-range v0.1.5
9032024-04-05T03:18:13.993Z Downloaded async-stream-impl v0.3.5
9042024-04-05T03:18:13.993Z Downloaded hyper-staticfile v0.9.5
9052024-04-05T03:18:13.993Z Downloaded http-body v1.0.0
9062024-04-05T03:18:13.993Z Downloaded guppy-workspace-hack v0.1.0
9072024-04-05T03:18:13.993Z Downloaded fxhash v0.2.1
9082024-04-05T03:18:13.993Z Downloaded bitflags v1.3.2
9092024-04-05T03:18:14.008Z Downloaded blowfish v0.9.1
9102024-04-05T03:18:14.008Z Downloaded array-init v0.0.4
9112024-04-05T03:18:14.008Z Downloaded fs-err v2.11.0
9122024-04-05T03:18:14.008Z Downloaded funty v2.0.0
9132024-04-05T03:18:14.008Z Downloaded block-buffer v0.10.4
9142024-04-05T03:18:14.008Z Downloaded lazycell v1.3.0
9152024-04-05T03:18:14.009Z Downloaded bcrypt-pbkdf v0.10.0
9162024-04-05T03:18:14.009Z Downloaded bb8 v0.8.3
9172024-04-05T03:18:14.009Z Downloaded ident_case v1.0.1
9182024-04-05T03:18:14.009Z Downloaded foreign-types-shared v0.1.1
9192024-04-05T03:18:14.009Z Downloaded arrayvec v0.7.4
9202024-04-05T03:18:14.021Z Downloaded headers v0.3.9
9212024-04-05T03:18:14.021Z Downloaded inout v0.1.3
9222024-04-05T03:18:14.021Z Downloaded internet-checksum v0.2.1
9232024-04-05T03:18:14.021Z Downloaded hash32 v0.2.1
9242024-04-05T03:18:14.021Z Downloaded cobs v0.2.3
9252024-04-05T03:18:14.022Z Downloaded httparse v1.8.0
9262024-04-05T03:18:14.030Z Downloaded colorchoice v1.0.0
9272024-04-05T03:18:14.030Z Downloaded hubpack v0.1.2
9282024-04-05T03:18:14.030Z Downloaded ciborium-io v0.2.2
9292024-04-05T03:18:14.030Z Downloaded headers-core v0.2.0
9302024-04-05T03:18:14.030Z Downloaded argon2 v0.5.3
9312024-04-05T03:18:14.030Z Downloaded block-padding v0.3.3
9322024-04-05T03:18:14.030Z Downloaded autocfg v1.1.0
9332024-04-05T03:18:14.030Z Downloaded is_ci v1.2.0
9342024-04-05T03:18:14.030Z Downloaded async-recursion v1.1.0
9352024-04-05T03:18:14.044Z Downloaded ipnetwork v0.20.0
9362024-04-05T03:18:14.044Z Downloaded libefi-sys v0.1.0
9372024-04-05T03:18:14.044Z Downloaded kstat-rs v0.2.3
9382024-04-05T03:18:14.044Z Downloaded iana-time-zone v0.1.57
9392024-04-05T03:18:14.044Z Downloaded httptest v0.15.5
9402024-04-05T03:18:14.055Z Downloaded rand_seeder v0.2.3
9412024-04-05T03:18:14.055Z Downloaded cmake v0.1.50
9422024-04-05T03:18:14.055Z Downloaded keccak v0.1.4
9432024-04-05T03:18:14.055Z Downloaded instant v0.1.12
9442024-04-05T03:18:14.055Z Downloaded heck v0.4.1
9452024-04-05T03:18:14.055Z Downloaded indoc v2.0.3
9462024-04-05T03:18:14.055Z Downloaded http-body v0.4.5
9472024-04-05T03:18:14.055Z Downloaded gethostname v0.4.3
9482024-04-05T03:18:14.055Z Downloaded ciborium-ll v0.2.2
9492024-04-05T03:18:14.055Z Downloaded radium v0.7.0
9502024-04-05T03:18:14.066Z Downloaded cfg-if v1.0.0
9512024-04-05T03:18:14.066Z Downloaded futures v0.3.30
9522024-04-05T03:18:14.066Z Downloaded clap_lex v0.7.0
9532024-04-05T03:18:14.067Z Downloaded ahash v0.8.8
9542024-04-05T03:18:14.073Z Downloaded powerfmt v0.2.0
9552024-04-05T03:18:14.073Z Downloaded lazy_static v1.4.0
9562024-04-05T03:18:14.073Z Downloaded lalrpop-util v0.19.12
9572024-04-05T03:18:14.073Z Downloaded heck v0.5.0
9582024-04-05T03:18:14.074Z Downloaded hmac v0.12.1
9592024-04-05T03:18:14.074Z Downloaded castaway v0.2.2
9602024-04-05T03:18:14.074Z Downloaded pest_generator v2.7.6
9612024-04-05T03:18:14.074Z Downloaded pem-rfc7468 v0.7.0
9622024-04-05T03:18:14.079Z Downloaded plotters-backend v0.3.5
9632024-04-05T03:18:14.079Z Downloaded stability v0.1.1
9642024-04-05T03:18:14.080Z Downloaded sqlparser_derive v0.2.2
9652024-04-05T03:18:14.080Z Downloaded bytecount v0.6.3
9662024-04-05T03:18:14.086Z Downloaded tinyvec_macros v0.1.1
9672024-04-05T03:18:14.086Z Downloaded take_mut v0.2.2
9682024-04-05T03:18:14.086Z Downloaded sync_wrapper v0.1.2
9692024-04-05T03:18:14.086Z Downloaded camino-tempfile v1.1.1
9702024-04-05T03:18:14.087Z Downloaded vte_generate_state_changes v0.1.1
9712024-04-05T03:18:14.087Z Downloaded proc-macro-crate v1.3.1
9722024-04-05T03:18:14.092Z Downloaded ipnet v2.9.0
9732024-04-05T03:18:14.092Z Downloaded scheduled-thread-pool v0.2.7
9742024-04-05T03:18:14.092Z Downloaded resolv-conf v0.7.0
9752024-04-05T03:18:14.092Z Downloaded primeorder v0.13.6
9762024-04-05T03:18:14.098Z Downloaded display-error-chain v0.2.0
9772024-04-05T03:18:14.098Z Downloaded derive_builder_macro v0.20.0
9782024-04-05T03:18:14.098Z Downloaded rand_xorshift v0.3.0
9792024-04-05T03:18:14.098Z Downloaded cbc v0.1.2
9802024-04-05T03:18:14.105Z Downloaded serde_spanned v0.6.5
9812024-04-05T03:18:14.106Z Downloaded smallvec v0.6.14
9822024-04-05T03:18:14.106Z Downloaded serde_repr v0.1.16
9832024-04-05T03:18:14.106Z Downloaded serde_plain v1.0.2
9842024-04-05T03:18:14.106Z Downloaded strsim v0.10.0
9852024-04-05T03:18:14.114Z Downloaded slog-async v2.8.0
9862024-04-05T03:18:14.115Z Downloaded goblin v0.8.0
9872024-04-05T03:18:14.127Z Downloaded indexmap v1.9.3
9882024-04-05T03:18:14.127Z Downloaded cstr-argument v0.1.2
9892024-04-05T03:18:14.128Z Downloaded colored v2.1.0
9902024-04-05T03:18:14.128Z Downloaded normalize-line-endings v0.3.0
9912024-04-05T03:18:14.128Z Downloaded semver v0.1.20
9922024-04-05T03:18:14.141Z Downloaded strum_macros v0.25.2
9932024-04-05T03:18:14.141Z Downloaded cassowary v0.3.0
9942024-04-05T03:18:14.141Z Downloaded pathdiff v0.2.1
9952024-04-05T03:18:14.141Z Downloaded tap v1.0.1
9962024-04-05T03:18:14.142Z Downloaded tabled_derive v0.7.0
9972024-04-05T03:18:14.142Z Downloaded tui-tree-widget v0.19.0
9982024-04-05T03:18:14.142Z Downloaded strum_macros v0.24.3
9992024-04-05T03:18:14.142Z Downloaded yansi v0.5.1
10002024-04-05T03:18:14.155Z Downloaded tokio-macros v2.2.0
10012024-04-05T03:18:14.155Z Downloaded synstructure v0.12.6
10022024-04-05T03:18:14.155Z Downloaded xattr v1.0.1
10032024-04-05T03:18:14.155Z Downloaded defmt-parser v0.3.3
10042024-04-05T03:18:14.155Z Downloaded crossbeam-deque v0.8.3
10052024-04-05T03:18:14.156Z Downloaded bzip2 v0.4.4
10062024-04-05T03:18:14.156Z Downloaded tokio-native-tls v0.3.1
10072024-04-05T03:18:14.156Z Downloaded nodrop v0.1.14
10082024-04-05T03:18:14.156Z Downloaded linear-map v1.2.0
10092024-04-05T03:18:14.157Z Downloaded foreign-types-macros v0.2.3
10102024-04-05T03:18:14.157Z Downloaded mime v0.3.17
10112024-04-05T03:18:14.157Z Downloaded enum-as-inner v0.5.1
10122024-04-05T03:18:14.178Z Downloaded rstest v0.18.2
10132024-04-05T03:18:14.178Z Downloaded crc v3.0.1
10142024-04-05T03:18:14.178Z Downloaded serde_derive_internals v0.26.0
10152024-04-05T03:18:14.178Z Downloaded portpicker v0.1.1
10162024-04-05T03:18:14.188Z Downloaded clang-sys v1.6.1
10172024-04-05T03:18:14.188Z Downloaded num v0.4.1
10182024-04-05T03:18:14.188Z Downloaded tokio-rustls v0.25.0
10192024-04-05T03:18:14.189Z Downloaded smallvec v1.13.1
10202024-04-05T03:18:14.189Z Downloaded pbkdf2 v0.12.2
10212024-04-05T03:18:14.189Z Downloaded tokio-rustls v0.26.0
10222024-04-05T03:18:14.189Z Downloaded pest_meta v2.7.6
10232024-04-05T03:18:14.189Z Downloaded cfg-expr v0.15.6
10242024-04-05T03:18:14.189Z Downloaded ref-cast v1.0.20
10252024-04-05T03:18:14.202Z Downloaded ppv-lite86 v0.2.17
10262024-04-05T03:18:14.202Z Downloaded serde_derive v1.0.197
10272024-04-05T03:18:14.202Z Downloaded unarray v0.1.4
10282024-04-05T03:18:14.203Z Downloaded rtoolbox v0.0.1
10292024-04-05T03:18:14.203Z Downloaded slog v2.7.0
10302024-04-05T03:18:14.216Z Downloaded memmap v0.7.0
10312024-04-05T03:18:14.216Z Downloaded http v0.2.12
10322024-04-05T03:18:14.217Z Downloaded nibble_vec v0.1.0
10332024-04-05T03:18:14.217Z Downloaded nu-ansi-term v0.50.0
10342024-04-05T03:18:14.217Z Downloaded dirs-next v2.0.0
10352024-04-05T03:18:14.636Z Downloaded tar v0.4.40
10362024-04-05T03:18:14.637Z Downloaded want v0.3.1
10372024-04-05T03:18:14.637Z Downloaded slog-json v2.6.1
10382024-04-05T03:18:14.637Z Downloaded signal-hook-mio v0.2.3
10392024-04-05T03:18:14.638Z Downloaded pin-project-internal v1.1.3
10402024-04-05T03:18:14.638Z Downloaded vte v0.11.1
10412024-04-05T03:18:14.638Z Downloaded clap v4.5.1
10422024-04-05T03:18:14.638Z Downloaded plotters-svg v0.3.5
10432024-04-05T03:18:14.638Z Downloaded signal-hook-registry v1.4.1
10442024-04-05T03:18:14.638Z Downloaded schemars v0.8.16
10452024-04-05T03:18:14.638Z Downloaded dtrace-parser v0.2.0
10462024-04-05T03:18:14.638Z Downloaded dtrace-parser v0.1.14
10472024-04-05T03:18:14.638Z Downloaded string_cache v0.8.7
10482024-04-05T03:18:14.638Z Downloaded slog-dtrace v0.3.0
10492024-04-05T03:18:14.638Z Downloaded slog-bunyan v2.5.0
10502024-04-05T03:18:14.638Z Downloaded memoffset v0.7.1
10512024-04-05T03:18:14.638Z Downloaded itertools v0.10.5
10522024-04-05T03:18:14.638Z Downloaded sigpipe v0.1.3
10532024-04-05T03:18:14.639Z Downloaded serde-big-array v0.5.1
10542024-04-05T03:18:14.639Z Downloaded peg-runtime v0.8.2
10552024-04-05T03:18:14.639Z Downloaded terminal_size v0.3.0
10562024-04-05T03:18:14.639Z Downloaded termcolor v1.2.0
10572024-04-05T03:18:14.639Z Downloaded foreign-types v0.5.0
10582024-04-05T03:18:14.639Z Downloaded dunce v1.0.4
10592024-04-05T03:18:14.639Z Downloaded utf8parse v0.2.1
10602024-04-05T03:18:14.639Z Downloaded zip v0.6.6
10612024-04-05T03:18:14.639Z Downloaded openssl-macros v0.1.1
10622024-04-05T03:18:14.639Z Downloaded derive_builder_core v0.20.0
10632024-04-05T03:18:14.639Z Downloaded russh-cryptovec v0.7.0
10642024-04-05T03:18:14.640Z Downloaded mockall v0.12.0
10652024-04-05T03:18:14.640Z Downloaded errno v0.3.8
10662024-04-05T03:18:14.640Z Downloaded constant_time_eq v0.3.0
10672024-04-05T03:18:14.640Z Downloaded pem v3.0.2
10682024-04-05T03:18:14.640Z Downloaded rand_core v0.6.4
10692024-04-05T03:18:14.641Z Downloaded r2d2 v0.8.10
10702024-04-05T03:18:14.641Z Downloaded criterion-plot v0.5.0
10712024-04-05T03:18:14.641Z Downloaded elliptic-curve v0.13.8
10722024-04-05T03:18:14.641Z Downloaded sha2 v0.10.8
10732024-04-05T03:18:14.642Z Downloaded crucible-workspace-hack v0.1.0
10742024-04-05T03:18:14.642Z Downloaded hashbrown v0.12.3
10752024-04-05T03:18:14.642Z Downloaded linked-hash-map v0.5.6
10762024-04-05T03:18:14.642Z Downloaded tinytemplate v1.2.1
10772024-04-05T03:18:14.642Z Downloaded static_assertions v1.1.0
10782024-04-05T03:18:14.642Z Downloaded number_prefix v0.4.0
10792024-04-05T03:18:14.642Z Downloaded term v0.7.0
10802024-04-05T03:18:14.643Z Downloaded thiserror-no-std v2.0.2
10812024-04-05T03:18:14.643Z Downloaded universal-hash v0.5.1
10822024-04-05T03:18:14.643Z Downloaded topological-sort v0.2.2
10832024-04-05T03:18:14.643Z Downloaded md5 v0.7.0
10842024-04-05T03:18:14.643Z Downloaded multimap v0.10.0
10852024-04-05T03:18:14.643Z Downloaded tinyvec v1.6.0
10862024-04-05T03:18:14.643Z Downloaded plain v0.2.3
10872024-04-05T03:18:14.643Z Downloaded uuid v0.8.2
10882024-04-05T03:18:14.643Z Downloaded postcard v1.0.8
10892024-04-05T03:18:14.643Z Downloaded rfc6979 v0.4.0
10902024-04-05T03:18:14.643Z Downloaded rstest_macros v0.18.2
10912024-04-05T03:18:14.643Z Downloaded crc32fast v1.3.2
10922024-04-05T03:18:14.643Z Downloaded rsa v0.9.2
10932024-04-05T03:18:14.643Z Downloaded deranged v0.3.11
10942024-04-05T03:18:14.643Z Downloaded ff v0.13.0
10952024-04-05T03:18:14.643Z Downloaded unicode-bidi v0.3.15
10962024-04-05T03:18:14.643Z Downloaded ron v0.7.1
10972024-04-05T03:18:14.643Z Downloaded usdt-macro v0.5.0
10982024-04-05T03:18:14.643Z Downloaded embedded-io v0.4.0
10992024-04-05T03:18:14.644Z Downloaded md-5 v0.10.5
11002024-04-05T03:18:14.644Z Downloaded filetime v0.2.23
11012024-04-05T03:18:14.644Z Downloaded lock_api v0.4.10
11022024-04-05T03:18:14.644Z Downloaded doc-comment v0.3.3
11032024-04-05T03:18:14.644Z Downloaded parse-display v0.9.0
11042024-04-05T03:18:14.644Z Downloaded maybe-uninit v2.0.0
11052024-04-05T03:18:14.644Z Downloaded mockall_derive v0.12.0
11062024-04-05T03:18:14.644Z Downloaded thiserror-impl-no-std v2.0.2
11072024-04-05T03:18:14.644Z Downloaded peg-macros v0.8.2
11082024-04-05T03:18:14.644Z Downloaded dhcproto v0.11.0
11092024-04-05T03:18:14.645Z Downloaded defmt-macros v0.3.6
11102024-04-05T03:18:14.645Z Downloaded defmt v0.3.5
11112024-04-05T03:18:14.645Z Downloaded openssl-probe v0.1.5
11122024-04-05T03:18:14.645Z Downloaded scroll v0.12.0
11132024-04-05T03:18:14.645Z Downloaded const-oid v0.9.6
11142024-04-05T03:18:14.645Z Downloaded ref-cast-impl v1.0.20
11152024-04-05T03:18:14.645Z Downloaded rcgen v0.12.1
11162024-04-05T03:18:14.645Z Downloaded tower-service v0.3.2
11172024-04-05T03:18:14.645Z Downloaded similar v2.4.0
11182024-04-05T03:18:14.646Z Downloaded siphasher v0.3.11
11192024-04-05T03:18:14.646Z Downloaded waitgroup v0.1.2
11202024-04-05T03:18:14.646Z Downloaded wyz v0.5.1
11212024-04-05T03:18:14.646Z Downloaded scroll_derive v0.12.0
11222024-04-05T03:18:14.646Z Downloaded thread-id v4.2.0
11232024-04-05T03:18:14.646Z Downloaded thiserror-impl v1.0.57
11242024-04-05T03:18:14.647Z Downloaded packed_struct v0.10.1
11252024-04-05T03:18:14.647Z Downloaded der_derive v0.7.2
11262024-04-05T03:18:14.647Z Downloaded thiserror v1.0.57
11272024-04-05T03:18:14.647Z Downloaded num-conv v0.1.0
11282024-04-05T03:18:14.647Z Downloaded foreign-types v0.3.2
11292024-04-05T03:18:14.647Z Downloaded swrite v0.1.0
11302024-04-05T03:18:14.647Z Downloaded strum v0.26.1
11312024-04-05T03:18:14.647Z Downloaded schemars_derive v0.8.16
11322024-04-05T03:18:14.647Z Downloaded phf_shared v0.10.0
11332024-04-05T03:18:14.647Z Downloaded structmeta-derive v0.2.0
11342024-04-05T03:18:14.647Z Downloaded structmeta v0.3.0
11352024-04-05T03:18:15.476Z Downloaded trust-dns-resolver v0.22.0
11362024-04-05T03:18:15.476Z Downloaded itertools v0.12.1
11372024-04-05T03:18:15.476Z Downloaded diesel_table_macro_syntax v0.1.0
11382024-04-05T03:18:15.476Z Downloaded dhcproto-macros v0.1.0
11392024-04-05T03:18:15.477Z Downloaded darling_macro v0.20.8
11402024-04-05T03:18:15.477Z Downloaded libsw v3.3.1
11412024-04-05T03:18:15.477Z Downloaded fastrand v2.0.1
11422024-04-05T03:18:15.477Z Downloaded toolchain_find v0.2.0
11432024-04-05T03:18:15.477Z Downloaded macaddr v1.0.1
11442024-04-05T03:18:15.477Z Downloaded derive-where v1.2.7
11452024-04-05T03:18:15.477Z Downloaded similar-asserts v1.5.0
11462024-04-05T03:18:15.477Z Downloaded polyval v0.6.1
11472024-04-05T03:18:15.477Z Downloaded pkg-config v0.3.27
11482024-04-05T03:18:15.477Z Downloaded pin-utils v0.1.0
11492024-04-05T03:18:15.478Z Downloaded steno v0.4.0
11502024-04-05T03:18:15.478Z Downloaded walkdir v2.4.0
11512024-04-05T03:18:15.478Z Downloaded darling v0.20.8
11522024-04-05T03:18:15.478Z Downloaded sct v0.7.0
11532024-04-05T03:18:15.478Z Downloaded num-integer v0.1.46
11542024-04-05T03:18:15.478Z Downloaded endian-type v0.1.2
11552024-04-05T03:18:15.478Z Downloaded ed25519 v2.2.2
11562024-04-05T03:18:15.478Z Downloaded phf_shared v0.11.2
11572024-04-05T03:18:15.478Z Downloaded hashbrown v0.14.3
11582024-04-05T03:18:15.478Z Downloaded zone_cfg_derive v0.1.2
11592024-04-05T03:18:15.478Z Downloaded crossbeam-utils v0.8.19
11602024-04-05T03:18:15.478Z Downloaded lru-cache v0.1.2
11612024-04-05T03:18:15.479Z Downloaded usdt v0.5.0
11622024-04-05T03:18:15.479Z Downloaded libtest-mimic v0.6.1
11632024-04-05T03:18:15.479Z Downloaded pretty-hex v0.4.1
11642024-04-05T03:18:15.479Z Downloaded trust-dns-server v0.22.1
11652024-04-05T03:18:15.479Z Downloaded pretty-hex v0.2.1
11662024-04-05T03:18:15.479Z Downloaded precomputed-hash v0.1.1
11672024-04-05T03:18:15.479Z Downloaded rustls-pemfile v2.1.1
11682024-04-05T03:18:15.479Z Downloaded textwrap v0.16.1
11692024-04-05T03:18:15.479Z Downloaded lru v0.12.1
11702024-04-05T03:18:15.479Z Downloaded rustls-pki-types v1.3.0
11712024-04-05T03:18:15.479Z Downloaded portable-atomic v1.4.3
11722024-04-05T03:18:15.479Z Downloaded usdt v0.3.5
11732024-04-05T03:18:15.479Z Downloaded parking_lot v0.11.2
11742024-04-05T03:18:15.479Z Downloaded const_format v0.2.32
11752024-04-05T03:18:15.480Z Downloaded rustversion v1.0.14
11762024-04-05T03:18:15.480Z Downloaded parking_lot v0.12.1
11772024-04-05T03:18:15.480Z Downloaded termtree v0.4.1
11782024-04-05T03:18:15.480Z Downloaded libloading v0.7.4
11792024-04-05T03:18:15.480Z Downloaded papergrid v0.11.0
11802024-04-05T03:18:15.480Z Downloaded dyn-clone v1.0.17
11812024-04-05T03:18:15.480Z Downloaded zone v0.1.8
11822024-04-05T03:18:15.480Z Downloaded zeroize v1.7.0
11832024-04-05T03:18:15.480Z Downloaded unicode-linebreak v0.1.5
11842024-04-05T03:18:15.480Z Downloaded paste v1.0.14
11852024-04-05T03:18:15.480Z Downloaded mime_guess v2.0.4
11862024-04-05T03:18:15.480Z Downloaded slab v0.4.9
11872024-04-05T03:18:15.480Z Downloaded serde v1.0.197
11882024-04-05T03:18:15.480Z Downloaded rand_chacha v0.3.1
11892024-04-05T03:18:15.480Z Downloaded reqwest v0.11.24
11902024-04-05T03:18:15.480Z Downloaded proc-macro-error-attr v1.0.4
11912024-04-05T03:18:15.480Z Downloaded typed-path v0.7.0
11922024-04-05T03:18:15.480Z Downloaded newtype_derive v0.1.6
11932024-04-05T03:18:15.480Z Downloaded newtype-uuid v1.0.1
11942024-04-05T03:18:15.480Z Downloaded peeking_take_while v0.1.2
11952024-04-05T03:18:15.480Z Downloaded path-slash v0.1.5
11962024-04-05T03:18:15.481Z Downloaded strip-ansi-escapes v0.2.0
11972024-04-05T03:18:15.481Z Downloaded termios v0.3.3
11982024-04-05T03:18:15.481Z Downloaded either v1.10.0
11992024-04-05T03:18:15.481Z Downloaded corncobs v0.1.3
12002024-04-05T03:18:15.481Z Downloaded tower-layer v0.3.2
12012024-04-05T03:18:15.481Z Downloaded miniz_oxide v0.7.1
12022024-04-05T03:18:15.481Z Downloaded p256 v0.13.2
12032024-04-05T03:18:15.481Z Downloaded remove_dir_all v0.5.3
12042024-04-05T03:18:15.481Z Downloaded nanorand v0.7.0
12052024-04-05T03:18:15.481Z Downloaded float-cmp v0.9.0
12062024-04-05T03:18:15.481Z Downloaded flagset v0.4.3
12072024-04-05T03:18:15.481Z Downloaded usdt-attr-macro v0.5.0
12082024-04-05T03:18:15.481Z Downloaded predicates v3.1.0
12092024-04-05T03:18:15.481Z Downloaded native-tls v0.2.11
12102024-04-05T03:18:15.481Z Downloaded password-hash v0.5.0
12112024-04-05T03:18:15.481Z Downloaded serde_yaml v0.9.25
12122024-04-05T03:18:15.481Z Downloaded darling_core v0.20.8
12132024-04-05T03:18:15.481Z Downloaded psl-types v2.0.11
12142024-04-05T03:18:15.481Z Downloaded ctr v0.9.2
12152024-04-05T03:18:15.481Z Downloaded strsim v0.11.0
12162024-04-05T03:18:15.481Z Downloaded relative-path v1.9.0
12172024-04-05T03:18:15.482Z Downloaded criterion v0.5.1
12182024-04-05T03:18:15.482Z Downloaded crc-catalog v2.2.0
12192024-04-05T03:18:15.482Z Downloaded num-iter v0.1.44
12202024-04-05T03:18:15.482Z Downloaded olpc-cjson v0.1.3
12212024-04-05T03:18:15.482Z Downloaded ecdsa v0.16.9
12222024-04-05T03:18:15.482Z Downloaded cookie_store v0.20.0
12232024-04-05T03:18:15.482Z Downloaded toml v0.7.8
12242024-04-05T03:18:15.482Z Downloaded try-lock v0.2.4
12252024-04-05T03:18:15.482Z Downloaded stable_deref_trait v1.2.0
12262024-04-05T03:18:15.482Z Downloaded spin v0.9.8
12272024-04-05T03:18:15.482Z Downloaded parse-size v1.0.0
12282024-04-05T03:18:15.482Z Downloaded rustc-hash v1.1.0
12292024-04-05T03:18:15.482Z Downloaded rustls-pemfile v1.0.3
12302024-04-05T03:18:15.482Z Downloaded rand_chacha v0.2.2
12312024-04-05T03:18:15.482Z Downloaded samael v0.0.15
12322024-04-05T03:18:15.482Z Downloaded csv-core v0.1.11
12332024-04-05T03:18:15.482Z Downloaded zerocopy-derive v0.7.32
12342024-04-05T03:18:15.482Z Downloaded usdt-attr-macro v0.3.5
12352024-04-05T03:18:15.505Z Downloaded env_logger v0.10.0
12362024-04-05T03:18:15.505Z Downloaded toml_datetime v0.6.5
12372024-04-05T03:18:15.505Z Downloaded russh v0.42.0
12382024-04-05T03:18:15.505Z Downloaded slog-scope v4.4.0
12392024-04-05T03:18:15.506Z Downloaded serde_tokenstream v0.2.0
12402024-04-05T03:18:15.506Z Downloaded dof v0.3.0
12412024-04-05T03:18:15.506Z Downloaded dof v0.1.5
12422024-04-05T03:18:15.506Z Downloaded sha1 v0.10.6
12432024-04-05T03:18:15.506Z Downloaded rustc_version v0.4.0
12442024-04-05T03:18:15.507Z Downloaded num-rational v0.4.1
12452024-04-05T03:18:15.507Z Downloaded spin v0.5.2
12462024-04-05T03:18:15.507Z Downloaded diff v0.1.13
12472024-04-05T03:18:15.507Z Downloaded usdt-impl v0.3.5
12482024-04-05T03:18:15.507Z Downloaded rustc-demangle v0.1.23
12492024-04-05T03:18:15.507Z Downloaded crossterm v0.27.0
12502024-04-05T03:18:15.508Z Downloaded downcast v0.11.0
12512024-04-05T03:18:15.508Z Downloaded time-core v0.1.2
12522024-04-05T03:18:15.508Z Downloaded curve25519-dalek-derive v0.1.0
12532024-04-05T03:18:15.508Z Downloaded nested v0.1.1
12542024-04-05T03:18:15.508Z Downloaded num_threads v0.1.6
12552024-04-05T03:18:15.509Z Downloaded debug-ignore v1.0.5
12562024-04-05T03:18:15.509Z Downloaded datatest-stable v0.2.3
12572024-04-05T03:18:15.509Z Downloaded toml v0.8.12
12582024-04-05T03:18:15.509Z Downloaded lalrpop v0.19.12
12592024-04-05T03:18:15.509Z Downloaded percent-encoding v2.3.1
12602024-04-05T03:18:15.509Z Downloaded version_check v0.9.4
12612024-04-05T03:18:15.509Z Downloaded usdt-macro v0.3.5
12622024-04-05T03:18:15.510Z Downloaded snafu-derive v0.7.5
12632024-04-05T03:18:15.510Z Downloaded usdt-impl v0.5.0
12642024-04-05T03:18:15.510Z Downloaded rustc_version v0.1.7
12652024-04-05T03:18:15.510Z Downloaded crc-any v2.4.3
12662024-04-05T03:18:15.510Z Downloaded sec1 v0.7.3
12672024-04-05T03:18:15.510Z Downloaded num-complex v0.4.4
12682024-04-05T03:18:15.511Z Downloaded clap v2.34.0
12692024-04-05T03:18:15.511Z Downloaded threadpool v1.8.1
12702024-04-05T03:18:15.511Z Downloaded once_cell v1.19.0
12712024-04-05T03:18:15.511Z Downloaded winnow v0.5.15
12722024-04-05T03:18:15.511Z Downloaded digest v0.10.7
12732024-04-05T03:18:15.511Z Downloaded oorandom v11.1.3
12742024-04-05T03:18:15.511Z Downloaded tiny-keccak v2.0.2
12752024-04-05T03:18:15.511Z Downloaded vec_map v0.8.2
12762024-04-05T03:18:15.512Z Downloaded cookie v0.17.0
12772024-04-05T03:18:15.512Z Downloaded regex-automata v0.1.10
12782024-04-05T03:18:15.512Z Downloaded typenum v1.16.0
12792024-04-05T03:18:15.512Z Downloaded rand v0.4.6
12802024-04-05T03:18:15.512Z Downloaded libm v0.2.7
12812024-04-05T03:18:15.513Z Downloaded omicron-zone-package v0.11.0
12822024-04-05T03:18:15.513Z Downloaded publicsuffix v2.2.3
12832024-04-05T03:18:15.513Z Downloaded p521 v0.13.3
12842024-04-05T03:18:15.513Z Downloaded salty v0.2.0
12852024-04-05T03:18:15.513Z Downloaded rustls-native-certs v0.7.0
12862024-04-05T03:18:15.513Z Downloaded x509-cert v0.2.4
12872024-04-05T03:18:15.513Z Downloaded chrono v0.4.34
12882024-04-05T03:18:15.513Z Downloaded pest_derive v2.7.6
12892024-04-05T03:18:15.514Z Downloaded socket2 v0.4.9
12902024-04-05T03:18:15.514Z Downloaded trybuild v1.0.91
12912024-04-05T03:18:15.514Z Downloaded rand v0.7.3
12922024-04-05T03:18:15.514Z Downloaded num-traits v0.2.18
12932024-04-05T03:18:15.514Z Downloaded winnow v0.6.1
12942024-04-05T03:18:15.514Z Downloaded tabled v0.15.0
12952024-04-05T03:18:15.515Z Downloaded tungstenite v0.20.1
12962024-04-05T03:18:15.515Z Downloaded rustfmt-wrapper v0.2.0
12972024-04-05T03:18:15.515Z Downloaded num-bigint v0.4.4
12982024-04-05T03:18:15.515Z Downloaded unicode-normalization v0.1.22
12992024-04-05T03:18:15.515Z Downloaded pest v2.7.6
13002024-04-05T03:18:15.515Z Downloaded radix_trie v0.2.1
13012024-04-05T03:18:15.516Z Downloaded openssl v0.10.60
13022024-04-05T03:18:15.516Z Downloaded trust-dns-client v0.22.0
13032024-04-05T03:18:15.516Z Downloaded regex v1.10.4
13042024-04-05T03:18:15.516Z Downloaded expectorate v1.1.0
13052024-04-05T03:18:15.516Z Downloaded rustyline v13.0.0
13062024-04-05T03:18:15.516Z Downloaded rustls-webpki v0.102.2
13072024-04-05T03:18:15.516Z Downloaded tokio-util v0.7.10
13082024-04-05T03:18:15.516Z Downloaded syn v1.0.109
13092024-04-05T03:18:15.516Z Downloaded zerocopy v0.7.32
13102024-04-05T03:18:15.517Z Downloaded curve25519-dalek v4.1.1
13112024-04-05T03:18:15.517Z Downloaded rustls-webpki v0.101.7
13122024-04-05T03:18:15.517Z Downloaded object v0.32.1
13132024-04-05T03:18:15.517Z Downloaded num-bigint-dig v0.8.4
13142024-04-05T03:18:15.517Z Downloaded serde_with v3.7.0
13152024-04-05T03:18:15.517Z Downloaded webpki-roots v0.25.2
13162024-04-05T03:18:15.517Z Downloaded diesel v2.1.5
13172024-04-05T03:18:15.517Z Downloaded time v0.3.34
13182024-04-05T03:18:15.517Z Downloaded quick-xml v0.31.0
13192024-04-05T03:18:15.517Z Downloaded nix v0.27.1
13202024-04-05T03:18:15.518Z Downloaded zerocopy-derive v0.6.4
13212024-04-05T03:18:15.518Z Downloaded sled v0.34.7
13222024-04-05T03:18:15.518Z Downloaded libc v0.2.153
13232024-04-05T03:18:15.518Z Downloaded proptest v1.4.0
13242024-04-05T03:18:15.518Z Downloaded vcpkg v0.2.15
13252024-04-05T03:18:15.518Z Downloaded smoltcp v0.9.1
13262024-04-05T03:18:15.518Z Downloaded sha3 v0.10.8
13272024-04-05T03:18:15.518Z Downloaded smoltcp v0.11.0
13282024-04-05T03:18:15.518Z Downloaded bstr v1.9.0
13292024-04-05T03:18:15.519Z Downloaded rustix v0.38.31
13302024-04-05T03:18:15.519Z Downloaded encoding_rs v0.8.33
13312024-04-05T03:18:15.519Z Downloaded regex-syntax v0.8.2
13322024-04-05T03:18:15.519Z Downloaded regress v0.9.1
13332024-04-05T03:18:15.520Z Downloaded winapi v0.3.9
13342024-04-05T03:18:15.520Z Downloaded ratatui v0.26.1
13352024-04-05T03:18:15.534Z Downloaded trust-dns-proto v0.22.0
13362024-04-05T03:18:15.534Z Downloaded bstr v0.2.17
13372024-04-05T03:18:15.535Z Downloaded openapiv3 v2.0.0
13382024-04-05T03:18:15.535Z Downloaded bzip2-sys v0.1.11+1.0.8
13392024-04-05T03:18:15.535Z Downloaded zerocopy-derive v0.2.0
13402024-04-05T03:18:15.535Z Downloaded regex-automata v0.4.5
13412024-04-05T03:18:15.535Z Downloaded petgraph v0.6.4
13422024-04-05T03:18:15.535Z Downloaded regex-syntax v0.6.29
13432024-04-05T03:18:15.535Z Downloaded tokio v1.37.0
13442024-04-05T03:18:15.536Z Downloaded rustls v0.23.4
13452024-04-05T03:18:15.551Z Downloaded rustls v0.21.9
13462024-04-05T03:18:15.563Z Downloaded polar-core v0.27.0
13472024-04-05T03:18:15.575Z Downloaded syn v2.0.52
13482024-04-05T03:18:15.590Z Downloaded rustls v0.22.2
13492024-04-05T03:18:15.612Z Downloaded object v0.30.4
13502024-04-05T03:18:15.612Z Downloaded csv v1.3.0
13512024-04-05T03:18:16.034Z Downloaded idna v0.2.3
13522024-04-05T03:18:16.879Z Downloaded idna v0.5.0
13532024-04-05T03:18:16.879Z Downloaded gimli v0.28.0
13542024-04-05T03:18:16.879Z Downloaded pretty_assertions v1.4.0
13552024-04-05T03:18:16.879Z Downloaded flume v0.11.0
13562024-04-05T03:18:16.879Z Downloaded sqlparser v0.43.1
13572024-04-05T03:18:16.879Z Downloaded uuid v1.7.0
13582024-04-05T03:18:16.879Z Downloaded toml v0.5.11
13592024-04-05T03:18:16.879Z Downloaded ryu v1.0.15
13602024-04-05T03:18:16.879Z Downloaded ed25519-dalek v2.0.0
13612024-04-05T03:18:16.880Z Downloaded fatfs v0.3.6
13622024-04-05T03:18:16.880Z Downloaded minimal-lexical v0.2.1
13632024-04-05T03:18:16.880Z Downloaded tokio-tungstenite v0.21.0
13642024-04-05T03:18:16.880Z Downloaded serde_tokenstream v0.1.7
13652024-04-05T03:18:16.880Z Downloaded test-strategy v0.3.1
13662024-04-05T03:18:16.880Z Downloaded plotters v0.3.5
13672024-04-05T03:18:16.881Z Downloaded idna v0.3.0
13682024-04-05T03:18:16.881Z Downloaded derive_builder v0.20.0
13692024-04-05T03:18:16.881Z Downloaded smawk v0.3.1
13702024-04-05T03:18:16.881Z Downloaded slog-stdlog v4.1.1
13712024-04-05T03:18:16.881Z Downloaded secrecy v0.8.0
13722024-04-05T03:18:16.881Z Downloaded num_enum_derive v0.5.11
13732024-04-05T03:18:16.882Z Downloaded cookie v0.18.0
13742024-04-05T03:18:16.882Z Downloaded snafu v0.7.5
13752024-04-05T03:18:16.882Z Downloaded mio v0.8.11
13762024-04-05T03:18:16.882Z Downloaded bindgen v0.69.2
13772024-04-05T03:18:16.882Z Downloaded data-encoding v2.4.0
13782024-04-05T03:18:16.882Z Downloaded predicates-tree v1.0.9
13792024-04-05T03:18:16.883Z Downloaded partial-io v0.5.4
13802024-04-05T03:18:16.883Z Downloaded unicode-ident v1.0.12
13812024-04-05T03:18:16.883Z Downloaded ucd-trie v0.1.6
13822024-04-05T03:18:16.883Z Downloaded tough v0.16.0
13832024-04-05T03:18:16.883Z Downloaded bitvec v1.0.1
13842024-04-05T03:18:16.884Z Downloaded libxml v0.3.3
13852024-04-05T03:18:16.884Z Downloaded peg v0.8.2
13862024-04-05T03:18:16.884Z Downloaded proc-macro-error v1.0.4
13872024-04-05T03:18:16.884Z Downloaded tracing v0.1.40
13882024-04-05T03:18:16.885Z Downloaded reedline v0.31.0
13892024-04-05T03:18:16.885Z Downloaded thread_local v1.1.7
13902024-04-05T03:18:16.885Z Downloaded rusty-fork v0.3.0
13912024-04-05T03:18:16.885Z Downloaded tungstenite v0.21.0
13922024-04-05T03:18:16.885Z Downloaded cpufeatures v0.2.12
13932024-04-05T03:18:16.885Z Downloaded textwrap v0.11.0
13942024-04-05T03:18:16.885Z Downloaded strsim v0.8.0
13952024-04-05T03:18:16.885Z Downloaded serde_arrays v0.1.0
13962024-04-05T03:18:16.885Z Downloaded serde-hex v0.1.0
13972024-04-05T03:18:16.886Z Downloaded quick-error v1.2.3
13982024-04-05T03:18:16.886Z Downloaded structopt v0.3.26
13992024-04-05T03:18:16.886Z Downloaded proc-macro2 v1.0.78
14002024-04-05T03:18:16.886Z Downloaded aes-gcm v0.10.3
14012024-04-05T03:18:16.886Z Downloaded tower v0.4.13
14022024-04-05T03:18:16.886Z Downloaded rayon v1.10.0
14032024-04-05T03:18:16.886Z Downloaded clap_builder v4.5.1
14042024-04-05T03:18:16.886Z Downloaded yasna v0.5.2
14052024-04-05T03:18:16.886Z Downloaded unicode_categories v0.1.1
14062024-04-05T03:18:16.886Z Downloaded fixedbitset v0.4.2
14072024-04-05T03:18:16.886Z Downloaded fallible-iterator v0.2.0
14082024-04-05T03:18:16.887Z Downloaded difflib v0.4.0
14092024-04-05T03:18:16.887Z Downloaded rayon-core v1.12.1
14102024-04-05T03:18:16.887Z Downloaded unsafe-libyaml v0.2.10
14112024-04-05T03:18:16.887Z Downloaded stringprep v0.1.3
14122024-04-05T03:18:16.887Z Downloaded diesel_derives v2.1.2
14132024-04-05T03:18:16.887Z Downloaded serde_json v1.0.115
14142024-04-05T03:18:16.888Z Downloaded newline-converter v0.3.0
14152024-04-05T03:18:16.888Z Downloaded structmeta v0.2.0
14162024-04-05T03:18:16.888Z Downloaded time-macros v0.2.17
14172024-04-05T03:18:16.888Z Downloaded slog-term v2.9.0
14182024-04-05T03:18:16.888Z Downloaded new_debug_unreachable v1.0.4
14192024-04-05T03:18:16.888Z Downloaded structmeta-derive v0.3.0
14202024-04-05T03:18:16.888Z Downloaded blake3 v1.5.0
14212024-04-05T03:18:16.888Z Downloaded der v0.7.8
14222024-04-05T03:18:16.888Z Downloaded crossbeam-channel v0.5.8
14232024-04-05T03:18:16.888Z Downloaded h2 v0.3.24
14242024-04-05T03:18:16.888Z Downloaded aws-lc-rs v1.6.4
14252024-04-05T03:18:16.888Z Downloaded toml_edit v0.22.9
14262024-04-05T03:18:16.888Z Downloaded supports-color v3.0.0
14272024-04-05T03:18:16.889Z Downloaded serde_with_macros v3.7.0
14282024-04-05T03:18:16.889Z Downloaded wait-timeout v0.2.0
14292024-04-05T03:18:16.889Z Downloaded memchr v2.7.1
14302024-04-05T03:18:16.889Z Downloaded futures-util v0.3.30
14312024-04-05T03:18:16.889Z Downloaded structopt-derive v0.4.18
14322024-04-05T03:18:16.890Z Downloaded smf v0.2.2
14332024-04-05T03:18:16.890Z Downloaded tracing-core v0.1.32
14342024-04-05T03:18:16.890Z Downloaded signal-hook v0.3.17
14352024-04-05T03:18:16.890Z Downloaded shell-words v1.1.0
14362024-04-05T03:18:16.890Z Downloaded toml_edit v0.19.15
14372024-04-05T03:18:16.890Z Downloaded poly1305 v0.8.0
14382024-04-05T03:18:16.890Z Downloaded pkcs1 v0.7.5
14392024-04-05T03:18:16.891Z Downloaded unicode-segmentation v1.10.1
14402024-04-05T03:18:16.891Z Downloaded nom v7.1.3
14412024-04-05T03:18:16.891Z Downloaded hkdf v0.12.4
14422024-04-05T03:18:16.891Z Downloaded phf v0.11.2
14432024-04-05T03:18:16.891Z Downloaded num-derive v0.4.0
14442024-04-05T03:18:16.891Z Downloaded fnv v1.0.7
14452024-04-05T03:18:16.891Z Downloaded ed25519 v1.5.3
14462024-04-05T03:18:16.891Z Downloaded parking_lot_core v0.9.8
14472024-04-05T03:18:16.891Z Downloaded quote v1.0.35
14482024-04-05T03:18:16.891Z Downloaded parking_lot_core v0.8.6
14492024-04-05T03:18:16.891Z Downloaded packed_struct_codegen v0.10.1
14502024-04-05T03:18:16.891Z Downloaded tracing-attributes v0.1.27
14512024-04-05T03:18:16.891Z Downloaded zerocopy v0.6.4
14522024-04-05T03:18:17.022Z Downloaded rust-argon2 v2.1.0
14532024-04-05T03:18:17.022Z Downloaded tokio-tungstenite v0.20.1
14542024-04-05T03:18:17.022Z Downloaded tokio-stream v0.1.15
14552024-04-05T03:18:17.022Z Downloaded same-file v1.0.6
14562024-04-05T03:18:17.022Z Downloaded rand_core v0.5.1
14572024-04-05T03:18:17.023Z Downloaded parse-display-derive v0.9.0
14582024-04-05T03:18:17.023Z Downloaded target-lexicon v0.12.13
14592024-04-05T03:18:17.023Z Downloaded openssl-sys v0.9.96
14602024-04-05T03:18:17.023Z Downloaded log v0.4.21
14612024-04-05T03:18:17.023Z Downloaded shlex v1.3.0
14622024-04-05T03:18:17.023Z Downloaded managed v0.8.0
14632024-04-05T03:18:17.023Z Downloaded crossbeam-epoch v0.9.18
14642024-04-05T03:18:17.024Z Downloaded ron v0.8.1
14652024-04-05T03:18:17.024Z Downloaded zerocopy v0.3.0
14662024-04-05T03:18:17.024Z Downloaded untrusted v0.7.1
14672024-04-05T03:18:17.024Z Downloaded platforms v3.0.2
14682024-04-05T03:18:17.024Z Downloaded hyper v1.1.0
14692024-04-05T03:18:17.024Z Downloaded rand v0.8.5
14702024-04-05T03:18:17.024Z Downloaded crypto-bigint v0.5.2
14712024-04-05T03:18:17.024Z Downloaded ena v0.14.2
14722024-04-05T03:18:17.025Z Downloaded sqlformat v0.2.3
14732024-04-05T03:18:17.025Z Downloaded spki v0.7.2
14742024-04-05T03:18:17.025Z Downloaded signature v2.1.0
14752024-04-05T03:18:17.025Z Downloaded signature v1.6.4
14762024-04-05T03:18:17.025Z Downloaded flate2 v1.0.28
14772024-04-05T03:18:17.025Z Downloaded subprocess v0.2.9
14782024-04-05T03:18:17.025Z Downloaded multer v3.0.0
14792024-04-05T03:18:17.026Z Downloaded matches v0.1.10
14802024-04-05T03:18:17.026Z Downloaded target-spec v3.1.0
14812024-04-05T03:18:17.026Z Downloaded password-hash v0.4.2
14822024-04-05T03:18:17.026Z Downloaded erased-serde v0.3.31
14832024-04-05T03:18:17.026Z Downloaded whoami v1.5.0
14842024-04-05T03:18:17.026Z Downloaded tempfile v3.10.0
14852024-04-05T03:18:17.026Z Downloaded oso v0.27.0
14862024-04-05T03:18:17.027Z Downloaded url v2.5.0
14872024-04-05T03:18:17.027Z Downloaded subtle v2.5.0
14882024-04-05T03:18:17.027Z Downloaded pin-project v1.1.3
14892024-04-05T03:18:17.027Z Downloaded tempdir v0.3.7
14902024-04-05T03:18:17.027Z Downloaded owo-colors v4.0.0
14912024-04-05T03:18:17.027Z Downloaded match_cfg v0.1.0
14922024-04-05T03:18:17.028Z Downloaded signal-hook-tokio v0.3.1
14932024-04-05T03:18:17.028Z Downloaded num_enum v0.5.11
14942024-04-05T03:18:17.028Z Downloaded num_cpus v1.16.0
14952024-04-05T03:18:17.028Z Downloaded strum_macros v0.26.1
14962024-04-05T03:18:17.028Z Downloaded semver-parser v0.10.2
14972024-04-05T03:18:17.028Z Downloaded semver v1.0.22
14982024-04-05T03:18:17.029Z Downloaded derive_more v0.99.17
14992024-04-05T03:18:17.029Z Downloaded tokio-postgres v0.7.10
15002024-04-05T03:18:17.029Z Downloaded postgres-protocol v0.6.6
15012024-04-05T03:18:17.029Z Downloaded dirs v5.0.1
15022024-04-05T03:18:17.029Z Downloaded convert_case v0.4.0
15032024-04-05T03:18:17.029Z Downloaded zeroize_derive v1.4.2
15042024-04-05T03:18:17.029Z Downloaded which v4.4.0
15052024-04-05T03:18:17.030Z Downloaded serde-big-array v0.4.1
15062024-04-05T03:18:17.030Z Downloaded opaque-debug v0.3.0
15072024-04-05T03:18:17.030Z Downloaded unicode-xid v0.2.4
15082024-04-05T03:18:17.030Z Downloaded unicode-width v0.1.11
15092024-04-05T03:18:17.030Z Downloaded memmap2 v0.7.1
15102024-04-05T03:18:17.030Z Downloaded indicatif v0.17.8
15112024-04-05T03:18:17.031Z Downloaded cc v1.0.83
15122024-04-05T03:18:17.031Z Downloaded mirai-annotations v1.12.0
15132024-04-05T03:18:17.031Z Downloaded equivalent v1.0.1
15142024-04-05T03:18:17.031Z Downloaded slog-envlogger v2.2.0
15152024-04-05T03:18:17.031Z Downloaded serde_urlencoded v0.7.1
15162024-04-05T03:18:17.031Z Downloaded postgres-types v0.2.6
15172024-04-05T03:18:17.031Z Downloaded pin-project-lite v0.2.13
15182024-04-05T03:18:17.031Z Downloaded heapless v0.7.16
15192024-04-05T03:18:17.032Z Downloaded tokio-rustls v0.24.1
15202024-04-05T03:18:17.032Z Downloaded scopeguard v1.2.0
15212024-04-05T03:18:17.032Z Downloaded chacha20poly1305 v0.10.1
15222024-04-05T03:18:17.032Z Downloaded socket2 v0.5.5
15232024-04-05T03:18:17.032Z Downloaded hashbrown v0.13.2
15242024-04-05T03:18:17.032Z Downloaded http v1.0.0
15252024-04-05T03:18:17.032Z Downloaded constant_time_eq v0.2.6
15262024-04-05T03:18:17.033Z Downloaded const_format_proc_macros v0.2.32
15272024-04-05T03:18:17.033Z Downloaded vsss-rs v3.3.4
15282024-04-05T03:18:17.033Z Downloaded bytes v1.6.0
15292024-04-05T03:18:17.033Z Downloaded rpassword v7.3.1
15302024-04-05T03:18:17.033Z Downloaded env_logger v0.9.3
15312024-04-05T03:18:17.033Z Downloaded prettyplease v0.2.17
15322024-04-05T03:18:17.033Z Downloaded hyper-util v0.1.2
15332024-04-05T03:18:17.033Z Downloaded fd-lock v4.0.2
15342024-04-05T03:18:17.034Z Downloaded pbkdf2 v0.11.0
15352024-04-05T03:18:17.034Z Downloaded dirs-sys-next v0.1.2
15362024-04-05T03:18:17.034Z Downloaded dirs-sys v0.4.1
15372024-04-05T03:18:17.034Z Downloaded compact_str v0.7.1
15382024-04-05T03:18:17.034Z Downloaded oso-derive v0.27.0
15392024-04-05T03:18:17.034Z Downloaded option-ext v0.2.0
15402024-04-05T03:18:17.034Z Downloaded crypto-common v0.1.6
15412024-04-05T03:18:17.035Z Downloaded backtrace v0.3.69
15422024-04-05T03:18:17.035Z Downloaded arc-swap v1.6.0
15432024-04-05T03:18:17.035Z Downloaded base64 v0.13.1
15442024-04-05T03:18:17.035Z Downloaded unicase v2.7.0
15452024-04-05T03:18:17.035Z Downloaded russh-keys v0.42.0
15462024-04-05T03:18:17.035Z Downloaded semver v0.11.0
15472024-04-05T03:18:17.036Z Downloaded utf-8 v0.7.6
15482024-04-05T03:18:17.036Z Downloaded untrusted v0.9.0
15492024-04-05T03:18:17.036Z Downloaded tabwriter v1.4.0
15502024-04-05T03:18:17.036Z Downloaded pkcs8 v0.10.2
15512024-04-05T03:18:17.036Z Downloaded cargo_toml v0.19.0
15522024-04-05T03:18:17.048Z Downloaded cancel-safe-futures v0.1.5
15532024-04-05T03:18:17.049Z Downloaded camino v1.1.6
15542024-04-05T03:18:17.049Z Downloaded maplit v1.0.2
15552024-04-05T03:18:17.049Z Downloaded crunchy v0.2.2
15562024-04-05T03:18:17.049Z Downloaded clap_derive v4.5.0
15572024-04-05T03:18:17.049Z Downloaded chacha20 v0.9.1
15582024-04-05T03:18:17.050Z Downloaded blake2b_simd v1.0.1
15592024-04-05T03:18:17.050Z Downloaded anyhow v1.0.79
15602024-04-05T03:18:17.050Z Downloaded serde_path_to_error v0.1.16
15612024-04-05T03:18:17.050Z Downloaded ciborium v0.2.2
15622024-04-05T03:18:17.050Z Downloaded blake2 v0.10.6
15632024-04-05T03:18:17.050Z Downloaded cargo_metadata v0.18.1
15642024-04-05T03:18:17.051Z Downloaded guppy v0.17.5
15652024-04-05T03:18:17.051Z Downloaded assert_cmd v2.0.14
15662024-04-05T03:18:17.051Z Downloaded bitflags v2.4.2
15672024-04-05T03:18:17.051Z Downloaded bcs v0.1.6
15682024-04-05T03:18:17.051Z Downloaded hyper-rustls v0.24.2
15692024-04-05T03:18:17.051Z Downloaded predicates-core v1.0.6
15702024-04-05T03:18:17.051Z Downloaded cargo-platform v0.1.3
15712024-04-05T03:18:17.052Z Downloaded cast v0.3.0
15722024-04-05T03:18:17.052Z Downloaded hyper-tls v0.5.0
15732024-04-05T03:18:17.052Z Downloaded home v0.5.5
15742024-04-05T03:18:17.052Z Downloaded cipher v0.4.4
15752024-04-05T03:18:17.052Z Downloaded cexpr v0.6.0
15762024-04-05T03:18:17.052Z Downloaded ascii v1.1.0
15772024-04-05T03:18:17.052Z Downloaded buf-list v1.0.3
15782024-04-05T03:18:17.053Z Downloaded bitfield v0.14.0
15792024-04-05T03:18:17.053Z Downloaded async-stream v0.3.5
15802024-04-05T03:18:17.053Z Downloaded byteorder v1.5.0
15812024-04-05T03:18:17.053Z Downloaded bit-set v0.5.3
15822024-04-05T03:18:17.053Z Downloaded backoff v0.4.0
15832024-04-05T03:18:17.053Z Downloaded ring v0.17.8
15842024-04-05T03:18:17.054Z Downloaded anstyle-parse v0.2.1
15852024-04-05T03:18:17.054Z Downloaded assert_matches v1.5.0
15862024-04-05T03:18:17.054Z Downloaded hex-literal v0.4.1
15872024-04-05T03:18:17.054Z Downloaded heck v0.3.3
15882024-04-05T03:18:17.054Z Downloaded heapless v0.8.0
15892024-04-05T03:18:17.054Z Downloaded futures-timer v3.0.2
15902024-04-05T03:18:17.055Z Downloaded atomicwrites v0.4.3
15912024-04-05T03:18:17.055Z Downloaded ansi_term v0.12.1
15922024-04-05T03:18:17.055Z Downloaded aho-corasick v1.1.2
15932024-04-05T03:18:17.055Z Downloaded bitstruct v0.1.1
15942024-04-05T03:18:17.055Z Downloaded bit-vec v0.6.3
15952024-04-05T03:18:17.055Z Downloaded base64 v0.22.0
15962024-04-05T03:18:17.056Z Downloaded anstyle v1.0.6
15972024-04-05T03:18:17.056Z Downloaded futures-sink v0.3.30
15982024-04-05T03:18:17.056Z Downloaded anes v0.1.6
15992024-04-05T03:18:17.056Z Downloaded getrandom v0.1.16
16002024-04-05T03:18:17.056Z Downloaded base64ct v1.6.0
16012024-04-05T03:18:17.056Z Downloaded arrayref v0.3.7
16022024-04-05T03:18:17.056Z Downloaded anstream v0.6.11
16032024-04-05T03:18:17.057Z Downloaded allocator-api2 v0.2.16
16042024-04-05T03:18:17.057Z Downloaded getopts v0.2.21
16052024-04-05T03:18:17.057Z Downloaded fragile v2.0.0
16062024-04-05T03:18:17.057Z Downloaded approx v0.5.1
16072024-04-05T03:18:17.057Z Downloaded ring v0.16.20
16082024-04-05T03:18:17.057Z Downloaded aws-lc-sys v0.14.1
16092024-04-05T03:18:17.507Z Compiling proc-macro2 v1.0.78
16102024-04-05T03:18:17.507Z Compiling unicode-ident v1.0.12
16112024-04-05T03:18:17.522Z Compiling libc v0.2.153
16122024-04-05T03:18:17.522Z Compiling cfg-if v1.0.0
16132024-04-05T03:18:17.522Z Compiling serde v1.0.197
16142024-04-05T03:18:17.522Z Compiling version_check v0.9.4
16152024-04-05T03:18:17.567Z Compiling autocfg v1.1.0
16162024-04-05T03:18:17.577Z Compiling memchr v2.7.1
16172024-04-05T03:18:17.578Z Running `/home/build/.rustup/toolchains/1.76.0-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=70491f1a21eac1d2 -C extra-filename=-70491f1a21eac1d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16182024-04-05T03:18:17.578Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=ac535bf2d3b6c373 -C extra-filename=-ac535bf2d3b6c373 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-ac535bf2d3b6c373 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16192024-04-05T03:18:17.578Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=342f05de96069ad6 -C extra-filename=-342f05de96069ad6 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-342f05de96069ad6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16202024-04-05T03:18:17.578Z Running `/home/build/.rustup/toolchains/1.76.0-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=980c303988e700db -C extra-filename=-980c303988e700db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16212024-04-05T03:18:17.578Z Running `/home/build/.rustup/toolchains/1.76.0-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.197/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=5fd69908f410d3fb -C extra-filename=-5fd69908f410d3fb --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-5fd69908f410d3fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16222024-04-05T03:18:17.586Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12a945efa0936a33 -C extra-filename=-12a945efa0936a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16232024-04-05T03:18:17.586Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1d8a52f36e2fec96 -C extra-filename=-1d8a52f36e2fec96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16242024-04-05T03:18:17.586Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a913854489a5af3 -C extra-filename=-7a913854489a5af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16252024-04-05T03:18:17.674Z Compiling log v0.4.21
16262024-04-05T03:18:17.677Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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 --cfg 'feature="std"' -C metadata=2abfed8e51c766cf -C extra-filename=-2abfed8e51c766cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16272024-04-05T03:18:17.782Z Compiling byteorder v1.5.0
16282024-04-05T03:18:17.788Z Running `/home/build/.rustup/toolchains/1.76.0-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=ee70016887b171ea -C extra-filename=-ee70016887b171ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16292024-04-05T03:18:18.251Z Compiling once_cell v1.19.0
16302024-04-05T03:18:18.254Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=3c25f391c5524dbf -C extra-filename=-3c25f391c5524dbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16312024-04-05T03:18:18.748Z Compiling itoa v1.0.9
16322024-04-05T03:18:18.752Z Running `/home/build/.rustup/toolchains/1.76.0-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=b30ed7c35ebb4b42 -C extra-filename=-b30ed7c35ebb4b42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16332024-04-05T03:18:18.752Z Compiling syn v1.0.109
16342024-04-05T03:18:18.752Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=6b5543242469b88b -C extra-filename=-6b5543242469b88b --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-6b5543242469b88b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16352024-04-05T03:18:18.752Z Compiling lock_api v0.4.10
16362024-04-05T03:18:18.753Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=8185568f64add0e9 -C extra-filename=-8185568f64add0e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8185568f64add0e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16372024-04-05T03:18:18.753Z Compiling scopeguard v1.2.0
16382024-04-05T03:18:18.753Z Running `/home/build/.rustup/toolchains/1.76.0-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=f5c1467dbbbbcd41 -C extra-filename=-f5c1467dbbbbcd41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16392024-04-05T03:18:18.753Z Compiling smallvec v1.13.1
16402024-04-05T03:18:18.753Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f15605284eda4bd1 -C extra-filename=-f15605284eda4bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16412024-04-05T03:18:18.753Z Compiling parking_lot_core v0.9.8
16422024-04-05T03:18:18.753Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff6aac7a248bf37c -C extra-filename=-ff6aac7a248bf37c --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ff6aac7a248bf37c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16432024-04-05T03:18:18.827Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-342f05de96069ad6/build-script-build`
16442024-04-05T03:18:18.847Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-ac535bf2d3b6c373/build-script-build`
16452024-04-05T03:18:18.852Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-5fd69908f410d3fb/build-script-build`
16462024-04-05T03:18:18.913Z Compiling thiserror v1.0.57
16472024-04-05T03:18:18.917Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.57/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b95eb234ada4a69f -C extra-filename=-b95eb234ada4a69f --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-b95eb234ada4a69f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16482024-04-05T03:18:18.938Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8185568f64add0e9/build-script-build`
16492024-04-05T03:18:18.956Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=6b8d316e1cea3f77 -C extra-filename=-6b8d316e1cea3f77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
16502024-04-05T03:18:19.099Z Running `/home/build/.rustup/toolchains/1.76.0-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=431ebead5e7f5a84 -C extra-filename=-431ebead5e7f5a84 --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-f5c1467dbbbbcd41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
16512024-04-05T03:18:19.113Z Compiling spin v0.5.2
16522024-04-05T03:18:19.123Z Running `/home/build/.rustup/toolchains/1.76.0-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=9a6ac86a7e90fb01 -C extra-filename=-9a6ac86a7e90fb01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16532024-04-05T03:18:19.124Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=fd52f7f67b160361 -C extra-filename=-fd52f7f67b160361 --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-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span`
16542024-04-05T03:18:19.169Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-6b5543242469b88b/build-script-build`
16552024-04-05T03:18:19.213Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ff6aac7a248bf37c/build-script-build`
16562024-04-05T03:18:19.240Z Compiling libm v0.2.7
16572024-04-05T03:18:19.262Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c075feee7c737b97 -C extra-filename=-c075feee7c737b97 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-c075feee7c737b97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16582024-04-05T03:18:19.268Z Compiling num-traits v0.2.18
16592024-04-05T03:18:19.268Z Running `/home/build/.rustup/toolchains/1.76.0-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.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=090ecf79a24e4fdc -C extra-filename=-090ecf79a24e4fdc --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-090ecf79a24e4fdc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16602024-04-05T03:18:19.330Z Compiling pin-project-lite v0.2.13
16612024-04-05T03:18:19.334Z Running `/home/build/.rustup/toolchains/1.76.0-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=ec19a30392e61059 -C extra-filename=-ec19a30392e61059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16622024-04-05T03:18:19.464Z Compiling ryu v1.0.15
16632024-04-05T03:18:19.471Z Running `/home/build/.rustup/toolchains/1.76.0-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=3ee438a4c06a12f7 -C extra-filename=-3ee438a4c06a12f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16642024-04-05T03:18:19.493Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-b95eb234ada4a69f/build-script-build`
16652024-04-05T03:18:19.513Z Compiling ahash v0.8.8
16662024-04-05T03:18:19.517Z Running `/home/build/.rustup/toolchains/1.76.0-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.8/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=5d4705aa27705935 -C extra-filename=-5d4705aa27705935 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-5d4705aa27705935 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16672024-04-05T03:18:19.543Z Compiling serde_json v1.0.115
16682024-04-05T03:18:19.552Z Running `/home/build/.rustup/toolchains/1.76.0-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.115/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=3c993427e418f339 -C extra-filename=-3c993427e418f339 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-3c993427e418f339 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16692024-04-05T03:18:19.639Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-090ecf79a24e4fdc/build-script-build`
16702024-04-05T03:18:19.643Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-c075feee7c737b97/build-script-build`
16712024-04-05T03:18:19.698Z Running `/home/build/.rustup/toolchains/1.76.0-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=08c3263bc1059c33 -C extra-filename=-08c3263bc1059c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16722024-04-05T03:18:19.726Z Compiling futures-core v0.3.30
16732024-04-05T03:18:19.730Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=89d5efafb6bf0fea -C extra-filename=-89d5efafb6bf0fea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16742024-04-05T03:18:19.788Z Compiling typenum v1.16.0
16752024-04-05T03:18:19.792Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33cb1f75cfc009fb -C extra-filename=-33cb1f75cfc009fb --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-33cb1f75cfc009fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16762024-04-05T03:18:19.925Z Compiling quote v1.0.35
16772024-04-05T03:18:19.928Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=135b4d7a084d06f6 -C extra-filename=-135b4d7a084d06f6 --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-fd52f7f67b160361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16782024-04-05T03:18:19.976Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-5d4705aa27705935/build-script-build`
16792024-04-05T03:18:19.981Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-3c993427e418f339/build-script-build`
16802024-04-05T03:18:20.024Z Compiling allocator-api2 v0.2.16
16812024-04-05T03:18:20.034Z Compiling generic-array v0.14.7
16822024-04-05T03:18:20.034Z Running `/home/build/.rustup/toolchains/1.76.0-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=64a2fa6ca32b4304 -C extra-filename=-64a2fa6ca32b4304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16832024-04-05T03:18:20.034Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=7eb006674a64d979 -C extra-filename=-7eb006674a64d979 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-7eb006674a64d979 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16842024-04-05T03:18:20.464Z Compiling syn v2.0.52
16852024-04-05T03:18:20.467Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.52/src/lib.rs --error-format=json --json=diagnostic-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=f03df9f88b4c240c -C extra-filename=-f03df9f88b4c240c --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16862024-04-05T03:18:20.516Z Compiling getrandom v0.2.12
16872024-04-05T03:18:20.519Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=bf6fa5bec279b28c -C extra-filename=-bf6fa5bec279b28c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16882024-04-05T03:18:20.608Z Running `/home/build/.rustup/toolchains/1.76.0-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=04cb6edf107049e9 -C extra-filename=-04cb6edf107049e9 --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
16892024-04-05T03:18:20.665Z Compiling cc v1.0.83
16902024-04-05T03:18:20.672Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3998c2f7cb74e54 -C extra-filename=-c3998c2f7cb74e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16912024-04-05T03:18:20.857Z Compiling rand_core v0.6.4
16922024-04-05T03:18:20.864Z Running `/home/build/.rustup/toolchains/1.76.0-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=4fa4ac482618385e -C extra-filename=-4fa4ac482618385e --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-bf6fa5bec279b28c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16932024-04-05T03:18:20.913Z Running `/home/build/.rustup/toolchains/1.76.0-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=51d19885448c7f76 -C extra-filename=-51d19885448c7f76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16942024-04-05T03:18:21.360Z Running `/home/build/.rustup/toolchains/1.76.0-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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=21b07e30d4dab7ed -C extra-filename=-21b07e30d4dab7ed --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-08c3263bc1059c33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_total_cmp --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
16952024-04-05T03:18:21.360Z Compiling signal-hook-registry v1.4.1
16962024-04-05T03:18:21.360Z Running `/home/build/.rustup/toolchains/1.76.0-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=a55da2c545e7ab16 -C extra-filename=-a55da2c545e7ab16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16972024-04-05T03:18:21.360Z Compiling mio v0.8.11
16982024-04-05T03:18:21.360Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=1e3eaf16406257ce -C extra-filename=-1e3eaf16406257ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16992024-04-05T03:18:21.379Z Compiling parking_lot v0.12.1
17002024-04-05T03:18:21.382Z Running `/home/build/.rustup/toolchains/1.76.0-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=54ad4a7edca3918d -C extra-filename=-54ad4a7edca3918d --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-431ebead5e7f5a84.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-51d19885448c7f76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17012024-04-05T03:18:21.543Z Compiling num_cpus v1.16.0
17022024-04-05T03:18:21.988Z Running `/home/build/.rustup/toolchains/1.76.0-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=0b9dd2f2c8b5721e -C extra-filename=-0b9dd2f2c8b5721e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17032024-04-05T03:18:21.996Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-33cb1f75cfc009fb/build-script-main`
17042024-04-05T03:18:21.996Z Compiling socket2 v0.5.5
17052024-04-05T03:18:21.996Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=8026b7206aa531bc -C extra-filename=-8026b7206aa531bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17062024-04-05T03:18:21.996Z Running `/home/build/.rustup/toolchains/1.76.0-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=b28ce282fa537781 -C extra-filename=-b28ce282fa537781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17072024-04-05T03:18:22.372Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-7eb006674a64d979/build-script-build`
17082024-04-05T03:18:22.397Z Compiling subtle v2.5.0
17092024-04-05T03:18:22.400Z Running `/home/build/.rustup/toolchains/1.76.0-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=2151f14b9e999606 -C extra-filename=-2151f14b9e999606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17102024-04-05T03:18:22.422Z Compiling regex-syntax v0.8.2
17112024-04-05T03:18:22.425Z Running `/home/build/.rustup/toolchains/1.76.0-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=6a64fa9230d1c2fe -C extra-filename=-6a64fa9230d1c2fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17122024-04-05T03:18:22.732Z Compiling aho-corasick v1.1.2
17132024-04-05T03:18:22.771Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=68ea511be1183fba -C extra-filename=-68ea511be1183fba --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-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17142024-04-05T03:18:22.799Z Compiling lazy_static v1.4.0
17152024-04-05T03:18:22.867Z Running `/home/build/.rustup/toolchains/1.76.0-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=62c4a58c39ad7790 -C extra-filename=-62c4a58c39ad7790 --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-9a6ac86a7e90fb01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17162024-04-05T03:18:22.968Z Compiling heck v0.4.1
17172024-04-05T03:18:22.971Z Running `/home/build/.rustup/toolchains/1.76.0-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=a8c1128ccf1e31c1 -C extra-filename=-a8c1128ccf1e31c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17182024-04-05T03:18:23.035Z Compiling fnv v1.0.7
17192024-04-05T03:18:23.039Z Running `/home/build/.rustup/toolchains/1.76.0-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=db9135e52485f533 -C extra-filename=-db9135e52485f533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17202024-04-05T03:18:23.195Z Compiling equivalent v1.0.1
17212024-04-05T03:18:23.223Z Running `/home/build/.rustup/toolchains/1.76.0-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=8ca3907e31bd9b35 -C extra-filename=-8ca3907e31bd9b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17222024-04-05T03:18:23.319Z Compiling futures-sink v0.3.30
17232024-04-05T03:18:23.323Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=667f4f9ff0e6f027 -C extra-filename=-667f4f9ff0e6f027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17242024-04-05T03:18:23.396Z Compiling slab v0.4.9
17252024-04-05T03:18:23.430Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0cfc04688f41b86 -C extra-filename=-b0cfc04688f41b86 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-b0cfc04688f41b86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17262024-04-05T03:18:23.471Z Compiling pin-utils v0.1.0
17272024-04-05T03:18:23.493Z Running `/home/build/.rustup/toolchains/1.76.0-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=0e271b12ba19f63e -C extra-filename=-0e271b12ba19f63e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17282024-04-05T03:18:23.502Z Compiling futures-channel v0.3.30
17292024-04-05T03:18:23.502Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=3820f669074b4f30 -C extra-filename=-3820f669074b4f30 --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-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17302024-04-05T03:18:23.574Z Compiling futures-io v0.3.30
17312024-04-05T03:18:23.614Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=fcfc55d12e511fa2 -C extra-filename=-fcfc55d12e511fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17322024-04-05T03:18:24.210Z Compiling futures-task v0.3.30
17332024-04-05T03:18:24.221Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=8caf83743321fd0c -C extra-filename=-8caf83743321fd0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17342024-04-05T03:18:24.221Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-b0cfc04688f41b86/build-script-build`
17352024-04-05T03:18:24.221Z Compiling const-oid v0.9.6
17362024-04-05T03:18:24.222Z Running `/home/build/.rustup/toolchains/1.76.0-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.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="db"' --cfg 'feature="std"' -C metadata=6aceee1def2f4da4 -C extra-filename=-6aceee1def2f4da4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17372024-04-05T03:18:24.222Z Compiling iana-time-zone v0.1.57
17382024-04-05T03:18:24.222Z Running `/home/build/.rustup/toolchains/1.76.0-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=439b324f550e1b64 -C extra-filename=-439b324f550e1b64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17392024-04-05T03:18:24.222Z Running `/home/build/.rustup/toolchains/1.76.0-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=c5b38bc1ea2a2e2f -C extra-filename=-c5b38bc1ea2a2e2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17402024-04-05T03:18:24.222Z Compiling either v1.10.0
17412024-04-05T03:18:24.222Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=29735c8c8d06ffc5 -C extra-filename=-29735c8c8d06ffc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17422024-04-05T03:18:24.222Z Compiling tinyvec_macros v0.1.1
17432024-04-05T03:18:24.227Z Running `/home/build/.rustup/toolchains/1.76.0-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=94402d8576ed68f3 -C extra-filename=-94402d8576ed68f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17442024-04-05T03:18:24.306Z Compiling tinyvec v1.6.0
17452024-04-05T03:18:24.317Z Running `/home/build/.rustup/toolchains/1.76.0-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=3198fd9f254b9688 -C extra-filename=-3198fd9f254b9688 --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-94402d8576ed68f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17462024-04-05T03:18:24.332Z Compiling tracing-core v0.1.32
17472024-04-05T03:18:24.349Z Running `/home/build/.rustup/toolchains/1.76.0-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.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="once_cell"' --cfg 'feature="std"' -C metadata=53e71c23e89b2f48 -C extra-filename=-53e71c23e89b2f48 --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-3c25f391c5524dbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17482024-04-05T03:18:24.418Z Compiling ppv-lite86 v0.2.17
17492024-04-05T03:18:24.422Z Running `/home/build/.rustup/toolchains/1.76.0-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=a7dee96d0234d4d9 -C extra-filename=-a7dee96d0234d4d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17502024-04-05T03:18:25.190Z Compiling pkg-config v0.3.27
17512024-04-05T03:18:25.210Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=638be2ab58094a40 -C extra-filename=-638be2ab58094a40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17522024-04-05T03:18:25.717Z Compiling unicode-normalization v0.1.22
17532024-04-05T03:18:25.725Z Running `/home/build/.rustup/toolchains/1.76.0-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=294acc61f7135d3c -C extra-filename=-294acc61f7135d3c --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-3198fd9f254b9688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17542024-04-05T03:18:25.760Z Compiling dyn-clone v1.0.17
17552024-04-05T03:18:25.765Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a512eddf3afdc0f8 -C extra-filename=-a512eddf3afdc0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17562024-04-05T03:18:25.785Z Compiling rustix v0.38.31
17572024-04-05T03:18:25.789Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=8be381a602af64ff -C extra-filename=-8be381a602af64ff --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-8be381a602af64ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17582024-04-05T03:18:25.982Z Compiling regex-automata v0.4.5
17592024-04-05T03:18:25.985Z Running `/home/build/.rustup/toolchains/1.76.0-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.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="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=51bf6104d225a7cd -C extra-filename=-51bf6104d225a7cd --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-68ea511be1183fba.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17602024-04-05T03:18:26.491Z Compiling unicode-bidi v0.3.15
17612024-04-05T03:18:26.496Z Running `/home/build/.rustup/toolchains/1.76.0-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.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="hardcoded-data"' --cfg 'feature="std"' -C metadata=6eae947a556dbfcc -C extra-filename=-6eae947a556dbfcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17622024-04-05T03:18:26.560Z Compiling cpufeatures v0.2.12
17632024-04-05T03:18:26.581Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bc63a1637c76373c -C extra-filename=-bc63a1637c76373c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17642024-04-05T03:18:26.665Z Compiling schemars v0.8.16
17652024-04-05T03:18:26.669Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid"' --cfg 'feature="uuid08"' --cfg 'feature="uuid1"' -C metadata=8f680ace54ae352d -C extra-filename=-8f680ace54ae352d --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-8f680ace54ae352d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17662024-04-05T03:18:26.780Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8be381a602af64ff/build-script-build`
17672024-04-05T03:18:26.905Z Compiling rand_chacha v0.3.1
17682024-04-05T03:18:26.909Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=472fef5d71b2fb51 -C extra-filename=-472fef5d71b2fb51 --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-a7dee96d0234d4d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17692024-04-05T03:18:27.076Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-8f680ace54ae352d/build-script-build`
17702024-04-05T03:18:27.093Z Compiling errno v0.3.8
17712024-04-05T03:18:27.096Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=66ade5f2b34113e6 -C extra-filename=-66ade5f2b34113e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17722024-04-05T03:18:27.331Z Compiling uuid v0.8.2
17732024-04-05T03:18:27.338Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=c967a759470b32c3 -C extra-filename=-c967a759470b32c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17742024-04-05T03:18:28.014Z Compiling serde_derive_internals v0.26.0
17752024-04-05T03:18:28.017Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b43684d2f6132ad9 -C extra-filename=-b43684d2f6132ad9 --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17762024-04-05T03:18:28.223Z Compiling rand v0.8.5
17772024-04-05T03:18:28.252Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=dbd9f544a3d8a488 -C extra-filename=-dbd9f544a3d8a488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17782024-04-05T03:18:28.293Z Compiling spin v0.9.8
17792024-04-05T03:18:28.708Z Running `/home/build/.rustup/toolchains/1.76.0-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=318730f9456e7117 -C extra-filename=-318730f9456e7117 --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-431ebead5e7f5a84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17802024-04-05T03:18:28.716Z Compiling percent-encoding v2.3.1
17812024-04-05T03:18:28.716Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a1534a45757afc45 -C extra-filename=-a1534a45757afc45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17822024-04-05T03:18:28.792Z Compiling unicode-width v0.1.11
17832024-04-05T03:18:28.798Z Running `/home/build/.rustup/toolchains/1.76.0-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=620fc96bc50b8225 -C extra-filename=-620fc96bc50b8225 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17842024-04-05T03:18:28.963Z Compiling form_urlencoded v1.2.1
17852024-04-05T03:18:28.967Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=af24b9bd95b41eab -C extra-filename=-af24b9bd95b41eab --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-a1534a45757afc45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17862024-04-05T03:18:29.058Z Compiling ring v0.17.8
17872024-04-05T03:18:29.069Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=b7b962f6b8472457 -C extra-filename=-b7b962f6b8472457 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-b7b962f6b8472457 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17882024-04-05T03:18:29.102Z Compiling num-conv v0.1.0
17892024-04-05T03:18:29.105Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-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 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C metadata=ec4552f396937679 -C extra-filename=-ec4552f396937679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17902024-04-05T03:18:29.277Z Compiling httparse v1.8.0
17912024-04-05T03:18:29.280Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5f5b0553dbdafeff -C extra-filename=-5f5b0553dbdafeff --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-5f5b0553dbdafeff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17922024-04-05T03:18:29.389Z Compiling base64 v0.21.7
17932024-04-05T03:18:29.392Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=617eb63bc076f209 -C extra-filename=-617eb63bc076f209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17942024-04-05T03:18:29.751Z Compiling time-core v0.1.2
17952024-04-05T03:18:29.754Z Running `/home/build/.rustup/toolchains/1.76.0-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11a34715250e183d -C extra-filename=-11a34715250e183d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17962024-04-05T03:18:29.939Z Compiling powerfmt v0.2.0
17972024-04-05T03:18:29.978Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-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=1c1471ac895a0601 -C extra-filename=-1c1471ac895a0601 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17982024-04-05T03:18:30.577Z Compiling time-macros v0.2.17
17992024-04-05T03:18:30.584Z Running `/home/build/.rustup/toolchains/1.76.0-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.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=c56fb773f20a57de -C extra-filename=-c56fb773f20a57de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-ec4552f396937679.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-11a34715250e183d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18002024-04-05T03:18:30.584Z Compiling deranged v0.3.11
18012024-04-05T03:18:30.584Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-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="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' -C metadata=d9fce4f0ae8d58f7 -C extra-filename=-d9fce4f0ae8d58f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1c1471ac895a0601.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18022024-04-05T03:18:30.584Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5f5b0553dbdafeff/build-script-build`
18032024-04-05T03:18:30.584Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-b7b962f6b8472457/build-script-build`
18042024-04-05T03:18:30.584Z Compiling num_threads v0.1.6
18052024-04-05T03:18:30.584Z Running `/home/build/.rustup/toolchains/1.76.0-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=55bc563a28b885df -C extra-filename=-55bc563a28b885df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18062024-04-05T03:18:30.584Z Running `/home/build/.rustup/toolchains/1.76.0-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=8d112f43b54c713b -C extra-filename=-8d112f43b54c713b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd`
18072024-04-05T03:18:30.781Z Compiling regex v1.10.4
18082024-04-05T03:18:30.785Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.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"' --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=4e726e1c165ee571 -C extra-filename=-4e726e1c165ee571 --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-68ea511be1183fba.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18092024-04-05T03:18:31.117Z Compiling ucd-trie v0.1.6
18102024-04-05T03:18:31.120Z Running `/home/build/.rustup/toolchains/1.76.0-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=4f930ff470cdcf8e -C extra-filename=-4f930ff470cdcf8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18112024-04-05T03:18:31.648Z Compiling idna v0.5.0
18122024-04-05T03:18:31.653Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1765f3d46829277c -C extra-filename=-1765f3d46829277c --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-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18132024-04-05T03:18:31.842Z Compiling untrusted v0.9.0
18142024-04-05T03:18:31.861Z Running `/home/build/.rustup/toolchains/1.76.0-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=63b74bc618967792 -C extra-filename=-63b74bc618967792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18152024-04-05T03:18:31.991Z Compiling adler v1.0.2
18162024-04-05T03:18:32.416Z Running `/home/build/.rustup/toolchains/1.76.0-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=c05f91390b88e2e4 -C extra-filename=-c05f91390b88e2e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18172024-04-05T03:18:32.420Z Compiling async-trait v0.1.79
18182024-04-05T03:18:32.420Z Running `/home/build/.rustup/toolchains/1.76.0-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.79/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59df206a659008cf -C extra-filename=-59df206a659008cf --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-59df206a659008cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18192024-04-05T03:18:32.420Z Compiling miniz_oxide v0.7.1
18202024-04-05T03:18:32.420Z Running `/home/build/.rustup/toolchains/1.76.0-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=c2de8f879975e76c -C extra-filename=-c2de8f879975e76c --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-c05f91390b88e2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18212024-04-05T03:18:32.629Z Compiling url v2.5.0
18222024-04-05T03:18:32.633Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=144db740d796ae92 -C extra-filename=-144db740d796ae92 --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-af24b9bd95b41eab.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-1765f3d46829277c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18232024-04-05T03:18:33.211Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-59df206a659008cf/build-script-build`
18242024-04-05T03:18:33.271Z Compiling slog v2.7.0
18252024-04-05T03:18:33.275Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=5fc8e5575ae1ea6d -C extra-filename=-5fc8e5575ae1ea6d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-5fc8e5575ae1ea6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18262024-04-05T03:18:33.593Z Compiling time v0.3.34
18272024-04-05T03:18:33.604Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=8bd96344c454c4a8 -C extra-filename=-8bd96344c454c4a8 --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-d9fce4f0ae8d58f7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-ec4552f396937679.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-55bc563a28b885df.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1c1471ac895a0601.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-11a34715250e183d.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-c56fb773f20a57de.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18282024-04-05T03:18:34.025Z Compiling vcpkg v0.2.15
18292024-04-05T03:18:34.025Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cd81638d0c61304 -C extra-filename=-8cd81638d0c61304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18302024-04-05T03:18:34.025Z Compiling semver v1.0.22
18312024-04-05T03:18:34.025Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=30dd95ce171298e7 -C extra-filename=-30dd95ce171298e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-30dd95ce171298e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18322024-04-05T03:18:34.263Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-30dd95ce171298e7/build-script-build`
18332024-04-05T03:18:34.330Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-5fc8e5575ae1ea6d/build-script-build`
18342024-04-05T03:18:34.355Z Compiling glob v0.3.1
18352024-04-05T03:18:34.358Z Running `/home/build/.rustup/toolchains/1.76.0-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=23cedfca1f1a09fc -C extra-filename=-23cedfca1f1a09fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18362024-04-05T03:18:34.417Z Compiling try-lock v0.2.4
18372024-04-05T03:18:34.431Z Running `/home/build/.rustup/toolchains/1.76.0-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=8812c45f1703c49e -C extra-filename=-8812c45f1703c49e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18382024-04-05T03:18:34.565Z Compiling want v0.3.1
18392024-04-05T03:18:34.570Z Running `/home/build/.rustup/toolchains/1.76.0-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=77b4488483d613fe -C extra-filename=-77b4488483d613fe --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-8812c45f1703c49e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18402024-04-05T03:18:34.854Z Running `/home/build/.rustup/toolchains/1.76.0-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=995bdcbdcd07cd38 -C extra-filename=-995bdcbdcd07cd38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
18412024-04-05T03:18:35.023Z Compiling schemars_derive v0.8.16
18422024-04-05T03:18:35.028Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a5f1b4e89f0327b -C extra-filename=-8a5f1b4e89f0327b --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-b43684d2f6132ad9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18432024-04-05T03:18:35.057Z Compiling serde_derive v1.0.197
18442024-04-05T03:18:35.061Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=de612c12f3e33c54 -C extra-filename=-de612c12f3e33c54 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18452024-04-05T03:18:35.275Z Compiling zeroize_derive v1.4.2
18462024-04-05T03:18:35.278Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ea82d96d0013403 -C extra-filename=-4ea82d96d0013403 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18472024-04-05T03:18:35.667Z Compiling thiserror-impl v1.0.57
18482024-04-05T03:18:35.670Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c652d18f81473493 -C extra-filename=-c652d18f81473493 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18492024-04-05T03:18:35.819Z Compiling zerocopy-derive v0.7.32
18502024-04-05T03:18:35.822Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=902d15f667741545 -C extra-filename=-902d15f667741545 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18512024-04-05T03:18:35.994Z Compiling tokio-macros v2.2.0
18522024-04-05T03:18:35.998Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e2e477a9a3e34fc -C extra-filename=-1e2e477a9a3e34fc --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18532024-04-05T03:18:37.120Z Compiling zeroize v1.7.0
18542024-04-05T03:18:37.124Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=16f5845f6e5fac03 -C extra-filename=-16f5845f6e5fac03 --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-4ea82d96d0013403.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18552024-04-05T03:18:37.516Z Running `/home/build/.rustup/toolchains/1.76.0-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=2b2bdf58ce2422f9 -C extra-filename=-2b2bdf58ce2422f9 --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-b28ce282fa537781.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
18562024-04-05T03:18:37.806Z Compiling futures-macro v0.3.30
18572024-04-05T03:18:37.809Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da47602161e83f7f -C extra-filename=-da47602161e83f7f --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18582024-04-05T03:18:38.261Z Compiling zerocopy v0.7.32
18592024-04-05T03:18:38.265Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=c85bb0d6d2fb70d6 -C extra-filename=-c85bb0d6d2fb70d6 --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-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-902d15f667741545.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18602024-04-05T03:18:38.475Z Compiling tracing-attributes v0.1.27
18612024-04-05T03:18:38.975Z Running `/home/build/.rustup/toolchains/1.76.0-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.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0dd4a81cce24c2c -C extra-filename=-f0dd4a81cce24c2c --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18622024-04-05T03:18:38.975Z Compiling openssl-sys v0.9.96
18632024-04-05T03:18:38.975Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9cfa24790b7ed89f -C extra-filename=-9cfa24790b7ed89f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-9cfa24790b7ed89f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-8cd81638d0c61304.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18642024-04-05T03:18:38.975Z Compiling crypto-common v0.1.6
18652024-04-05T03:18:38.975Z Running `/home/build/.rustup/toolchains/1.76.0-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=088c06576c896f41 -C extra-filename=-088c06576c896f41 --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-2b2bdf58ce2422f9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b28ce282fa537781.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18662024-04-05T03:18:38.984Z Compiling block-buffer v0.10.4
18672024-04-05T03:18:38.987Z Running `/home/build/.rustup/toolchains/1.76.0-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=3d9b6c7266bb18e9 -C extra-filename=-3d9b6c7266bb18e9 --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-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18682024-04-05T03:18:39.088Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38d19793f26827c9 -C extra-filename=-38d19793f26827c9 --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-c652d18f81473493.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access`
18692024-04-05T03:18:39.230Z Compiling digest v0.10.7
18702024-04-05T03:18:39.234Z Running `/home/build/.rustup/toolchains/1.76.0-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=a6c53878d7a38e90 -C extra-filename=-a6c53878d7a38e90 --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-3d9b6c7266bb18e9.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18712024-04-05T03:18:39.253Z Compiling pest v2.7.6
18722024-04-05T03:18:39.256Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' -C metadata=d7c5c51e4058a70f -C extra-filename=-d7c5c51e4058a70f --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-1d8a52f36e2fec96.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-4f930ff470cdcf8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18732024-04-05T03:18:39.670Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=bbfc89eae5e2d3b2 -C extra-filename=-bbfc89eae5e2d3b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
18742024-04-05T03:18:39.748Z Running `/home/build/.rustup/toolchains/1.76.0-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.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db84444bd088c958 -C extra-filename=-db84444bd088c958 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18752024-04-05T03:18:39.786Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-9cfa24790b7ed89f/build-script-main`
18762024-04-05T03:18:40.030Z Compiling futures-util v0.3.30
18772024-04-05T03:18:40.034Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=61761f61c51300b8 -C extra-filename=-61761f61c51300b8 --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-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-da47602161e83f7f.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0e271b12ba19f63e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-c5b38bc1ea2a2e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18782024-04-05T03:18:40.178Z Compiling hashbrown v0.14.3
18792024-04-05T03:18:40.195Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=903a53ee9c1698c0 -C extra-filename=-903a53ee9c1698c0 --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-bbfc89eae5e2d3b2.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-64a2fa6ca32b4304.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18802024-04-05T03:18:40.203Z Compiling rustversion v1.0.14
18812024-04-05T03:18:40.208Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61a3c02c36879e66 -C extra-filename=-61a3c02c36879e66 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-61a3c02c36879e66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18822024-04-05T03:18:40.909Z Compiling tower-service v0.3.2
18832024-04-05T03:18:40.912Z Running `/home/build/.rustup/toolchains/1.76.0-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=30d127c240675800 -C extra-filename=-30d127c240675800 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18842024-04-05T03:18:41.049Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-61a3c02c36879e66/build-script-build`
18852024-04-05T03:18:41.114Z Compiling base64ct v1.6.0
18862024-04-05T03:18:41.118Z Running `/home/build/.rustup/toolchains/1.76.0-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=1d4bdcf392c0c077 -C extra-filename=-1d4bdcf392c0c077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18872024-04-05T03:18:41.590Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d04453147b30520c -C extra-filename=-d04453147b30520c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18882024-04-05T03:18:41.699Z Compiling httpdate v1.0.3
18892024-04-05T03:18:41.700Z Running `/home/build/.rustup/toolchains/1.76.0-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=f7a1e4bfdebec0a6 -C extra-filename=-f7a1e4bfdebec0a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18902024-04-05T03:18:41.718Z Compiling pest_meta v2.7.6
18912024-04-05T03:18:41.751Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d29658619b240099 -C extra-filename=-d29658619b240099 --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-3c25f391c5524dbf.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-d7c5c51e4058a70f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18922024-04-05T03:18:42.165Z Compiling clang-sys v1.6.1
18932024-04-05T03:18:42.202Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=f451b96014a88bc1 -C extra-filename=-f451b96014a88bc1 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-f451b96014a88bc1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18942024-04-05T03:18:42.307Z Compiling tracing v0.1.40
18952024-04-05T03:18:42.313Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.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="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=35451fe41ca1a314 -C extra-filename=-35451fe41ca1a314 --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-2abfed8e51c766cf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-f0dd4a81cce24c2c.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-53e71c23e89b2f48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18962024-04-05T03:18:42.648Z Compiling backtrace v0.3.69
18972024-04-05T03:18:42.654Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e05b1e7a3e7c2289 -C extra-filename=-e05b1e7a3e7c2289 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-e05b1e7a3e7c2289 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18982024-04-05T03:18:42.800Z Compiling ring v0.16.20
18992024-04-05T03:18:42.820Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=44fe96e26fd703a5 -C extra-filename=-44fe96e26fd703a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-44fe96e26fd703a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19002024-04-05T03:18:42.922Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=18ca64581d0ce742 -C extra-filename=-18ca64581d0ce742 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
19012024-04-05T03:18:42.934Z Compiling gimli v0.28.0
19022024-04-05T03:18:42.934Z Running `/home/build/.rustup/toolchains/1.76.0-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=a81ff7258e600d6d -C extra-filename=-a81ff7258e600d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19032024-04-05T03:18:43.208Z Compiling openssl v0.10.60
19042024-04-05T03:18:43.213Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0bb0a0778fccde3f -C extra-filename=-0bb0a0778fccde3f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-0bb0a0778fccde3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19052024-04-05T03:18:43.248Z Compiling prettyplease v0.2.17
19062024-04-05T03:18:43.274Z Running `/home/build/.rustup/toolchains/1.76.0-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.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' -C metadata=b5e3af07ccbae70e -C extra-filename=-b5e3af07ccbae70e --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-b5e3af07ccbae70e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19072024-04-05T03:18:43.412Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-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=38978e6989816a15 -C extra-filename=-38978e6989816a15 --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-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19082024-04-05T03:18:43.585Z Compiling openssl-probe v0.1.5
19092024-04-05T03:18:43.588Z Running `/home/build/.rustup/toolchains/1.76.0-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=ac9e745afe46f238 -C extra-filename=-ac9e745afe46f238 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19102024-04-05T03:18:43.692Z Compiling minimal-lexical v0.2.1
19112024-04-05T03:18:43.709Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f998b5f863db48e3 -C extra-filename=-f998b5f863db48e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19122024-04-05T03:18:43.927Z Compiling foreign-types-shared v0.1.1
19132024-04-05T03:18:43.949Z Running `/home/build/.rustup/toolchains/1.76.0-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=8aef0d6c95d30ea6 -C extra-filename=-8aef0d6c95d30ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19142024-04-05T03:18:44.770Z Compiling foreign-types v0.3.2
19152024-04-05T03:18:44.770Z Running `/home/build/.rustup/toolchains/1.76.0-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=bc66d735be7e778a -C extra-filename=-bc66d735be7e778a --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-8aef0d6c95d30ea6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19162024-04-05T03:18:44.770Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-44fe96e26fd703a5/build-script-build`
19172024-04-05T03:18:44.770Z Compiling nom v7.1.3
19182024-04-05T03:18:44.771Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a7eb10f63693edb -C extra-filename=-1a7eb10f63693edb --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-1d8a52f36e2fec96.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-f998b5f863db48e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19192024-04-05T03:18:44.771Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-0bb0a0778fccde3f/build-script-build`
19202024-04-05T03:18:44.771Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-b5e3af07ccbae70e/build-script-build`
19212024-04-05T03:18:44.771Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-e05b1e7a3e7c2289/build-script-build`
19222024-04-05T03:18:44.771Z Compiling pest_generator v2.7.6
19232024-04-05T03:18:44.771Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=7be1a8c6344afc41 -C extra-filename=-7be1a8c6344afc41 --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-d7c5c51e4058a70f.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-d29658619b240099.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19242024-04-05T03:18:46.101Z Compiling futures-executor v0.3.30
19252024-04-05T03:18:46.139Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=ff152435fb53ec9e -C extra-filename=-ff152435fb53ec9e --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-89d5efafb6bf0fea.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19262024-04-05T03:18:46.222Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-f451b96014a88bc1/build-script-build`
19272024-04-05T03:18:46.243Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea5ca821882ec114 -C extra-filename=-ea5ca821882ec114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d`
19282024-04-05T03:18:46.416Z Compiling futures v0.3.30
19292024-04-05T03:18:46.447Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=7f8d1a4c7393b54e -C extra-filename=-7f8d1a4c7393b54e --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-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-ff152435fb53ec9e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19302024-04-05T03:18:46.547Z Compiling openssl-macros v0.1.1
19312024-04-05T03:18:46.557Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d537141aa31aa999 -C extra-filename=-d537141aa31aa999 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19322024-04-05T03:18:46.669Z Compiling object v0.32.1
19332024-04-05T03:18:46.672Z Running `/home/build/.rustup/toolchains/1.76.0-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=47c40cd1010b7542 -C extra-filename=-47c40cd1010b7542 --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-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19342024-04-05T03:18:46.691Z Compiling rustc-demangle v0.1.23
19352024-04-05T03:18:46.695Z Running `/home/build/.rustup/toolchains/1.76.0-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=5f526b079f7fdbb9 -C extra-filename=-5f526b079f7fdbb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19362024-04-05T03:18:46.712Z Compiling crossbeam-utils v0.8.19
19372024-04-05T03:18:46.739Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=26b9dbd22c4e5887 -C extra-filename=-26b9dbd22c4e5887 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-26b9dbd22c4e5887 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19382024-04-05T03:18:47.367Z Compiling addr2line v0.21.0
19392024-04-05T03:18:47.403Z Running `/home/build/.rustup/toolchains/1.76.0-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=7846890df1f8b8db -C extra-filename=-7846890df1f8b8db --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-a81ff7258e600d6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19402024-04-05T03:18:47.456Z Compiling anyhow v1.0.79
19412024-04-05T03:18:47.490Z Running `/home/build/.rustup/toolchains/1.76.0-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.79/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a5369e54d97c3c7d -C extra-filename=-a5369e54d97c3c7d --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-a5369e54d97c3c7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19422024-04-05T03:18:47.588Z Compiling ipnet v2.9.0
19432024-04-05T03:18:47.620Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=625ad031c02df8c5 -C extra-filename=-625ad031c02df8c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19442024-04-05T03:18:47.690Z Compiling untrusted v0.7.1
19452024-04-05T03:18:47.709Z Running `/home/build/.rustup/toolchains/1.76.0-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=8b80b7f9cdecbad1 -C extra-filename=-8b80b7f9cdecbad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19462024-04-05T03:18:47.752Z Compiling mime v0.3.17
19472024-04-05T03:18:47.760Z Running `/home/build/.rustup/toolchains/1.76.0-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=b01eabea68b99a88 -C extra-filename=-b01eabea68b99a88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19482024-04-05T03:18:47.901Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=3d575e387bdf95bf -C extra-filename=-3d575e387bdf95bf --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-3c25f391c5524dbf.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9a6ac86a7e90fb01.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b80b7f9cdecbad1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -l static=ring-core -l static=ring-test`
19492024-04-05T03:18:47.901Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-26b9dbd22c4e5887/build-script-build`
19502024-04-05T03:18:47.956Z Compiling pest_derive v2.7.6
19512024-04-05T03:18:47.984Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6d76bb4bd51d7158 -C extra-filename=-6d76bb4bd51d7158 --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-d7c5c51e4058a70f.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-7be1a8c6344afc41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19522024-04-05T03:18:48.094Z Compiling libloading v0.7.4
19532024-04-05T03:18:48.100Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3a376a1025b2904 -C extra-filename=-c3a376a1025b2904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19542024-04-05T03:18:48.101Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-a5369e54d97c3c7d/build-script-build`
19552024-04-05T03:18:48.386Z Compiling native-tls v0.2.11
19562024-04-05T03:18:48.397Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58a43cfdaf9d19a2 -C extra-filename=-58a43cfdaf9d19a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-58a43cfdaf9d19a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19572024-04-05T03:18:48.424Z Compiling bindgen v0.69.2
19582024-04-05T03:18:48.432Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=aa39730c116e063c -C extra-filename=-aa39730c116e063c --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-aa39730c116e063c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19592024-04-05T03:18:48.466Z Compiling bitflags v1.3.2
19602024-04-05T03:18:48.488Z Running `/home/build/.rustup/toolchains/1.76.0-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=7c0e576e00deb96c -C extra-filename=-7c0e576e00deb96c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19612024-04-05T03:18:48.567Z Compiling winnow v0.5.15
19622024-04-05T03:18:48.575Z Running `/home/build/.rustup/toolchains/1.76.0-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=e7e1b9efdb1d96c2 -C extra-filename=-e7e1b9efdb1d96c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19632024-04-05T03:18:48.783Z Compiling rustls v0.21.9
19642024-04-05T03:18:48.811Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=58f5fb43b66757c9 -C extra-filename=-58f5fb43b66757c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-58f5fb43b66757c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19652024-04-05T03:18:48.811Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-58a43cfdaf9d19a2/build-script-build`
19662024-04-05T03:18:48.838Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=134daf27e19527c0 -C extra-filename=-134daf27e19527c0 --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-23cedfca1f1a09fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-c3a376a1025b2904.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19672024-04-05T03:18:48.967Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=c5dccfdcc558c4c0 -C extra-filename=-c5dccfdcc558c4c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19682024-04-05T03:18:49.116Z Compiling bytes v1.6.0
19692024-04-05T03:18:49.126Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=6fbe6fb99d063a02 -C extra-filename=-6fbe6fb99d063a02 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19702024-04-05T03:18:49.196Z Compiling bitflags v2.4.2
19712024-04-05T03:18:49.206Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.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="serde"' --cfg 'feature="std"' -C metadata=bed5a12aa0e3caec -C extra-filename=-bed5a12aa0e3caec --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19722024-04-05T03:18:49.340Z Running `/home/build/.rustup/toolchains/1.76.0-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.115/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=02db97241e7b52ad -C extra-filename=-02db97241e7b52ad --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-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64`
19732024-04-05T03:18:49.633Z Compiling indexmap v2.2.6
19742024-04-05T03:18:49.658Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=ae62be5f1c4cf50b -C extra-filename=-ae62be5f1c4cf50b --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-8ca3907e31bd9b35.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19752024-04-05T03:18:50.290Z Compiling tokio v1.37.0
19762024-04-05T03:18:50.304Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/lib.rs --error-format=json --json=diagnostic-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=fe644a6e9ab5129e -C extra-filename=-fe644a6e9ab5129e --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-6fbe6fb99d063a02.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0b9dd2f2c8b5721e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a55da2c545e7ab16.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-1e2e477a9a3e34fc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19772024-04-05T03:18:50.413Z Compiling chrono v0.4.34
19782024-04-05T03:18:50.424Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.34/src/lib.rs --error-format=json --json=diagnostic-rendered-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="now"' --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=5e3bfc1001098ea4 -C extra-filename=-5e3bfc1001098ea4 --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-439b324f550e1b64.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19792024-04-05T03:18:51.060Z Compiling uuid v1.7.0
19802024-04-05T03:18:51.070Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=697cf6b6c911435d -C extra-filename=-697cf6b6c911435d --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-bf6fa5bec279b28c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19812024-04-05T03:18:51.725Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=6341173b0c3a13b4 -C extra-filename=-6341173b0c3a13b4 --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-bed5a12aa0e3caec.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-66ade5f2b34113e6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
19822024-04-05T03:18:52.132Z Compiling http v0.2.12
19832024-04-05T03:18:52.135Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 debuginfo=line-tables-only -C metadata=7c82928e711e413d -C extra-filename=-7c82928e711e413d --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-6fbe6fb99d063a02.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19842024-04-05T03:18:52.396Z Compiling serde_spanned v0.6.5
19852024-04-05T03:18:52.450Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=66c108e515ac78d3 -C extra-filename=-66c108e515ac78d3 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19862024-04-05T03:18:52.484Z Compiling toml_datetime v0.6.5
19872024-04-05T03:18:52.488Z Running `/home/build/.rustup/toolchains/1.76.0-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=ae216f68cb6abb6a -C extra-filename=-ae216f68cb6abb6a --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19882024-04-05T03:18:52.671Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=bb58e2c0a69e4d14 -C extra-filename=-bb58e2c0a69e4d14 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19892024-04-05T03:18:52.993Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid"' --cfg 'feature="uuid08"' --cfg 'feature="uuid1"' -C metadata=ba9da97b7b941c9c -C extra-filename=-ba9da97b7b941c9c --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-6fbe6fb99d063a02.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-8a5f1b4e89f0327b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern uuid08=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c967a759470b32c3.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
19902024-04-05T03:18:53.300Z Running `/home/build/.rustup/toolchains/1.76.0-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=e77a0b80ebe48d56 -C extra-filename=-e77a0b80ebe48d56 --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-7846890df1f8b8db.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-c2de8f879975e76c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-47c40cd1010b7542.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-5f526b079f7fdbb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19912024-04-05T03:18:53.489Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=645ea29e213c9d27 -C extra-filename=-645ea29e213c9d27 --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-bed5a12aa0e3caec.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-d537141aa31aa999.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300`
19922024-04-05T03:18:54.427Z Compiling http-body v0.4.5
19932024-04-05T03:18:54.436Z Running `/home/build/.rustup/toolchains/1.76.0-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=ca407ac684b485ea -C extra-filename=-ca407ac684b485ea --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-6fbe6fb99d063a02.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19942024-04-05T03:18:54.682Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.79/src/lib.rs --error-format=json --json=diagnostic-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=c50d7e24e8e0d956 -C extra-filename=-c50d7e24e8e0d956 --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-e77a0b80ebe48d56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access`
19952024-04-05T03:18:54.707Z Compiling toml_edit v0.19.15
19962024-04-05T03:18:54.711Z Running `/home/build/.rustup/toolchains/1.76.0-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=63e67c626e7ad01c -C extra-filename=-63e67c626e7ad01c --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-ae62be5f1c4cf50b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e7e1b9efdb1d96c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19972024-04-05T03:18:54.814Z Compiling sct v0.7.0
19982024-04-05T03:18:54.818Z Running `/home/build/.rustup/toolchains/1.76.0-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=cec829e4d5e6ed57 -C extra-filename=-cec829e4d5e6ed57 --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-3d575e387bdf95bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b80b7f9cdecbad1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
19992024-04-05T03:18:55.175Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-aa39730c116e063c/build-script-build`
20002024-04-05T03:18:55.179Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-58f5fb43b66757c9/build-script-build`
20012024-04-05T03:18:55.214Z Compiling cexpr v0.6.0
20022024-04-05T03:18:55.217Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b9a7730cd67356d -C extra-filename=-6b9a7730cd67356d --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-1a7eb10f63693edb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20032024-04-05T03:18:55.608Z Compiling rustls-webpki v0.101.7
20042024-04-05T03:18:55.611Z Running `/home/build/.rustup/toolchains/1.76.0-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=aca7b52d887bed1b -C extra-filename=-aca7b52d887bed1b --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-18ca64581d0ce742.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
20052024-04-05T03:18:56.885Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-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="verbatim"' -C metadata=1e48b485d5ff4912 -C extra-filename=-1e48b485d5ff4912 --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-fd52f7f67b160361.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20062024-04-05T03:18:56.914Z Compiling pem-rfc7468 v0.7.0
20072024-04-05T03:18:56.918Z Running `/home/build/.rustup/toolchains/1.76.0-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=c0ec443ce0be2bb1 -C extra-filename=-c0ec443ce0be2bb1 --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-1d4bdcf392c0c077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20082024-04-05T03:18:56.935Z Compiling der_derive v0.7.2
20092024-04-05T03:18:56.941Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=233a25c962eb21a0 -C extra-filename=-233a25c962eb21a0 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20102024-04-05T03:18:57.602Z Compiling which v4.4.0
20112024-04-05T03:18:57.605Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8552d8d5d28338e5 -C extra-filename=-8552d8d5d28338e5 --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-29735c8c8d06ffc5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20122024-04-05T03:18:57.678Z Compiling cookie v0.17.0
20132024-04-05T03:18:57.701Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=9b35e0d21cc9d4b6 -C extra-filename=-9b35e0d21cc9d4b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-9b35e0d21cc9d4b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20142024-04-05T03:18:58.062Z Compiling flagset v0.4.3
20152024-04-05T03:18:58.070Z Running `/home/build/.rustup/toolchains/1.76.0-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=aea66f20f6946780 -C extra-filename=-aea66f20f6946780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20162024-04-05T03:18:58.286Z Compiling rustc-hash v1.1.0
20172024-04-05T03:18:58.300Z Compiling lazycell v1.3.0
20182024-04-05T03:18:58.300Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d889918782a79bb1 -C extra-filename=-d889918782a79bb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20192024-04-05T03:18:58.300Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d631de1ea3ef453d -C extra-filename=-d631de1ea3ef453d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20202024-04-05T03:18:58.444Z Compiling tokio-util v0.7.10
20212024-04-05T03:18:58.452Z Compiling peeking_take_while v0.1.2
20222024-04-05T03:18:58.452Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="tracing"' -C metadata=9b975388005e2781 -C extra-filename=-9b975388005e2781 --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-6fbe6fb99d063a02.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20232024-04-05T03:18:58.452Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac475b3da7825dc3 -C extra-filename=-ac475b3da7825dc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20242024-04-05T03:18:58.585Z Compiling utf8parse v0.2.1
20252024-04-05T03:18:59.007Z Running `/home/build/.rustup/toolchains/1.76.0-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=57d9909e328a9bd8 -C extra-filename=-57d9909e328a9bd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20262024-04-05T03:18:59.024Z Compiling shlex v1.3.0
20272024-04-05T03:18:59.025Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=396a1025414a7393 -C extra-filename=-396a1025414a7393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20282024-04-05T03:18:59.187Z Compiling unicode-xid v0.2.4
20292024-04-05T03:18:59.202Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0bf6080e5b7e69ad -C extra-filename=-0bf6080e5b7e69ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20302024-04-05T03:18:59.358Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=3fe1294dca58d367 -C extra-filename=-3fe1294dca58d367 --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-bed5a12aa0e3caec.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-6b9a7730cd67356d.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-134daf27e19527c0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-d631de1ea3ef453d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-ac475b3da7825dc3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-1e48b485d5ff4912.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-d889918782a79bb1.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-396a1025414a7393.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-8552d8d5d28338e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20312024-04-05T03:18:59.794Z Compiling h2 v0.3.24
20322024-04-05T03:18:59.800Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=564a2345653ec616 -C extra-filename=-564a2345653ec616 --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-6fbe6fb99d063a02.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-c5b38bc1ea2a2e2f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9b975388005e2781.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20332024-04-05T03:18:59.935Z Compiling der v0.7.8
20342024-04-05T03:18:59.949Z Running `/home/build/.rustup/toolchains/1.76.0-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=996b9ba85656a83e -C extra-filename=-996b9ba85656a83e --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-6aceee1def2f4da4.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-233a25c962eb21a0.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-aea66f20f6946780.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20352024-04-05T03:18:59.962Z Running `/home/build/.rustup/toolchains/1.76.0-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=50cc5945165cdbca -C extra-filename=-50cc5945165cdbca --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-2abfed8e51c766cf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
20362024-04-05T03:19:00.579Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-9b35e0d21cc9d4b6/build-script-build`
20372024-04-05T03:19:00.662Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=be99e5fc756d5106 -C extra-filename=-be99e5fc756d5106 --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-2abfed8e51c766cf.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-aca7b52d887bed1b.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-cec829e4d5e6ed57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
20382024-04-05T03:19:01.725Z Compiling rustc_version v0.4.0
20392024-04-05T03:19:01.746Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c06feaa745b8ece6 -C extra-filename=-c06feaa745b8ece6 --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-bb58e2c0a69e4d14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20402024-04-05T03:19:02.291Z Compiling serde_urlencoded v0.7.1
20412024-04-05T03:19:02.296Z Running `/home/build/.rustup/toolchains/1.76.0-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=327a462a4842a87e -C extra-filename=-327a462a4842a87e --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-af24b9bd95b41eab.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20422024-04-05T03:19:02.510Z Compiling idna v0.3.0
20432024-04-05T03:19:02.543Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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=f9d2f40becab242f -C extra-filename=-f9d2f40becab242f --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-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20442024-04-05T03:19:02.732Z Compiling thread-id v4.2.0
20452024-04-05T03:19:02.738Z Running `/home/build/.rustup/toolchains/1.76.0-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=a2bfec303f661e1f -C extra-filename=-a2bfec303f661e1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20462024-04-05T03:19:02.806Z Compiling encoding_rs v0.8.33
20472024-04-05T03:19:02.870Z Running `/home/build/.rustup/toolchains/1.76.0-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=d2419314a2b71b17 -C extra-filename=-d2419314a2b71b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20482024-04-05T03:19:02.874Z Compiling psl-types v2.0.11
20492024-04-05T03:19:02.916Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.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 -C metadata=4d253b2a016b0118 -C extra-filename=-4d253b2a016b0118 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20502024-04-05T03:19:03.085Z Compiling spki v0.7.2
20512024-04-05T03:19:03.090Z Running `/home/build/.rustup/toolchains/1.76.0-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=547654552caef2d8 -C extra-filename=-547654552caef2d8 --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-996b9ba85656a83e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20522024-04-05T03:19:03.318Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=125ade214803c611 -C extra-filename=-125ade214803c611 --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-a1534a45757afc45.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20532024-04-05T03:19:03.480Z Compiling publicsuffix v2.2.3
20542024-04-05T03:19:03.502Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' -C metadata=ea6efd0133743f04 -C extra-filename=-ea6efd0133743f04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-f9d2f40becab242f.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-4d253b2a016b0118.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20552024-04-05T03:19:03.733Z Compiling tokio-native-tls v0.3.1
20562024-04-05T03:19:03.736Z Running `/home/build/.rustup/toolchains/1.76.0-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=bc3fb966612ad0b1 -C extra-filename=-bc3fb966612ad0b1 --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-50cc5945165cdbca.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
20572024-04-05T03:19:04.015Z Compiling data-encoding v2.4.0
20582024-04-05T03:19:04.020Z Running `/home/build/.rustup/toolchains/1.76.0-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=21eb80e9e8ebe971 -C extra-filename=-21eb80e9e8ebe971 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20592024-04-05T03:19:04.180Z Compiling anstyle v1.0.6
20602024-04-05T03:19:04.223Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4a98c9e1acd0c2f3 -C extra-filename=-4a98c9e1acd0c2f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20612024-04-05T03:19:04.431Z Compiling cookie_store v0.20.0
20622024-04-05T03:19:04.465Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-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="public_suffix"' --cfg 'feature="publicsuffix"' -C metadata=cc794dbaebed2b73 -C extra-filename=-cc794dbaebed2b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-125ade214803c611.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-f9d2f40becab242f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-ea6efd0133743f04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20632024-04-05T03:19:04.635Z Compiling tokio-rustls v0.24.1
20642024-04-05T03:19:04.639Z Running `/home/build/.rustup/toolchains/1.76.0-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=7f2e732efcc39db1 -C extra-filename=-7f2e732efcc39db1 --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-be99e5fc756d5106.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
20652024-04-05T03:19:05.042Z Compiling openapiv3 v2.0.0
20662024-04-05T03:19:05.045Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=4e12b3b3a943ebab -C extra-filename=-4e12b3b3a943ebab --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-ae62be5f1c4cf50b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20672024-04-05T03:19:05.911Z Compiling rustls-pemfile v1.0.3
20682024-04-05T03:19:05.916Z Running `/home/build/.rustup/toolchains/1.76.0-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=0fb438b34b2d4e0d -C extra-filename=-0fb438b34b2d4e0d --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-617eb63bc076f209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20692024-04-05T03:19:06.022Z Compiling webpki-roots v0.25.2
20702024-04-05T03:19:06.026Z Running `/home/build/.rustup/toolchains/1.76.0-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=bd7330cb0bbec0cc -C extra-filename=-bd7330cb0bbec0cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20712024-04-05T03:19:06.186Z Compiling paste v1.0.14
20722024-04-05T03:19:06.229Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=605e10bfb12faca7 -C extra-filename=-605e10bfb12faca7 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-605e10bfb12faca7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20732024-04-05T03:19:06.319Z Compiling sync_wrapper v0.1.2
20742024-04-05T03:19:06.322Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-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=04bae0dc93200231 -C extra-filename=-04bae0dc93200231 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20752024-04-05T03:19:06.401Z Compiling unicode-segmentation v1.10.1
20762024-04-05T03:19:06.405Z Running `/home/build/.rustup/toolchains/1.76.0-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=25e9de3528ba2d87 -C extra-filename=-25e9de3528ba2d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20772024-04-05T03:19:06.470Z Compiling pkcs8 v0.10.2
20782024-04-05T03:19:06.473Z Running `/home/build/.rustup/toolchains/1.76.0-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=0b7b8f541d35c6e1 -C extra-filename=-0b7b8f541d35c6e1 --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-996b9ba85656a83e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20792024-04-05T03:19:06.735Z Compiling hyper v0.14.28
20802024-04-05T03:19:06.762Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.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="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=d09bf4dc8fc5f0c6 -C extra-filename=-d09bf4dc8fc5f0c6 --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-6fbe6fb99d063a02.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-564a2345653ec616.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ca407ac684b485ea.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-77b4488483d613fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20812024-04-05T03:19:07.020Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-605e10bfb12faca7/build-script-build`
20822024-04-05T03:19:07.095Z Compiling sha2 v0.10.8
20832024-04-05T03:19:07.103Z Running `/home/build/.rustup/toolchains/1.76.0-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=a0af2af4befdc9ac -C extra-filename=-a0af2af4befdc9ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20842024-04-05T03:19:07.269Z Compiling hmac v0.12.1
20852024-04-05T03:19:07.272Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' -C metadata=00025fcde1c50750 -C extra-filename=-00025fcde1c50750 --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-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20862024-04-05T03:19:07.381Z Compiling scroll_derive v0.12.0
20872024-04-05T03:19:07.404Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=765e33d16b1ff90e -C extra-filename=-765e33d16b1ff90e --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20882024-04-05T03:19:07.544Z Compiling cmake v0.1.50
20892024-04-05T03:19:07.547Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.50/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d2453dd7b36ee68 -C extra-filename=-5d2453dd7b36ee68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20902024-04-05T03:19:08.634Z Compiling dunce v1.0.4
20912024-04-05T03:19:08.638Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dunce-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=e899756d86d0092d -C extra-filename=-e899756d86d0092d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20922024-04-05T03:19:08.787Z Compiling fs_extra v1.3.0
20932024-04-05T03:19:08.839Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e63553d8b59dbe5 -C extra-filename=-4e63553d8b59dbe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20942024-04-05T03:19:09.154Z Compiling scroll v0.12.0
20952024-04-05T03:19:09.159Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' -C metadata=38fa85ce78955f71 -C extra-filename=-38fa85ce78955f71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-765e33d16b1ff90e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20962024-04-05T03:19:09.375Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=169712c035341330 -C extra-filename=-169712c035341330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20972024-04-05T03:19:09.617Z Compiling anstyle-parse v0.2.1
20982024-04-05T03:19:09.651Z Running `/home/build/.rustup/toolchains/1.76.0-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=c7522d056bf53745 -C extra-filename=-c7522d056bf53745 --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-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20992024-04-05T03:19:09.710Z Compiling num-integer v0.1.46
21002024-04-05T03:19:09.718Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=451e0d2b9dfe66d2 -C extra-filename=-451e0d2b9dfe66d2 --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-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21012024-04-05T03:19:09.942Z Compiling colorchoice v1.0.0
21022024-04-05T03:19:09.945Z Running `/home/build/.rustup/toolchains/1.76.0-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=8e89472298a3933c -C extra-filename=-8e89472298a3933c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21032024-04-05T03:19:10.120Z Compiling anstyle-query v1.0.0
21042024-04-05T03:19:10.136Z Compiling plain v0.2.3
21052024-04-05T03:19:10.136Z Running `/home/build/.rustup/toolchains/1.76.0-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=3662792a1ebce4cb -C extra-filename=-3662792a1ebce4cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21062024-04-05T03:19:10.136Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plain /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31854da1a1e562b0 -C extra-filename=-31854da1a1e562b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21072024-04-05T03:19:10.264Z Compiling crc32fast v1.3.2
21082024-04-05T03:19:10.269Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=06ba3b50e0ef9a8e -C extra-filename=-06ba3b50e0ef9a8e --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-06ba3b50e0ef9a8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21092024-04-05T03:19:10.294Z Compiling goblin v0.8.0
21102024-04-05T03:19:10.298Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=deb5c65f5f5a93ee -C extra-filename=-deb5c65f5f5a93ee --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-2abfed8e51c766cf.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-31854da1a1e562b0.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-38fa85ce78955f71.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21112024-04-05T03:19:10.431Z Compiling anstream v0.6.11
21122024-04-05T03:19:10.458Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=5d5455d671f9c0ac -C extra-filename=-5d5455d671f9c0ac --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-4a98c9e1acd0c2f3.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-c7522d056bf53745.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-3662792a1ebce4cb.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-8e89472298a3933c.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21132024-04-05T03:19:10.511Z Compiling terminal_size v0.3.0
21142024-04-05T03:19:10.520Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5bae60aee6e52599 -C extra-filename=-5bae60aee6e52599 --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-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21152024-04-05T03:19:10.946Z Compiling block-padding v0.3.3
21162024-04-05T03:19:10.946Z Running `/home/build/.rustup/toolchains/1.76.0-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=51ee63e7469d9b72 -C extra-filename=-51ee63e7469d9b72 --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-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21172024-04-05T03:19:10.946Z Compiling usdt-impl v0.5.0
21182024-04-05T03:19:10.946Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=e05f68b1342fee83 -C extra-filename=-e05f68b1342fee83 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-e05f68b1342fee83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21192024-04-05T03:19:10.946Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-06ba3b50e0ef9a8e/build-script-build`
21202024-04-05T03:19:10.947Z Compiling pretty-hex v0.4.1
21212024-04-05T03:19:10.947Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=9e8a878aa7eb3c7b -C extra-filename=-9e8a878aa7eb3c7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21222024-04-05T03:19:10.947Z Compiling clap_lex v0.7.0
21232024-04-05T03:19:10.947Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6c8188aaff50e44 -C extra-filename=-e6c8188aaff50e44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21242024-04-05T03:19:10.998Z Compiling strsim v0.11.0
21252024-04-05T03:19:11.028Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=390397d5fd7c386a -C extra-filename=-390397d5fd7c386a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21262024-04-05T03:19:11.117Z Compiling bit-vec v0.6.3
21272024-04-05T03:19:11.117Z Running `/home/build/.rustup/toolchains/1.76.0-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=be1bb453946354ab -C extra-filename=-be1bb453946354ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21282024-04-05T03:19:11.158Z Compiling inout v0.1.3
21292024-04-05T03:19:11.166Z Running `/home/build/.rustup/toolchains/1.76.0-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=7933e1db1f12eba9 -C extra-filename=-7933e1db1f12eba9 --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-51ee63e7469d9b72.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21302024-04-05T03:19:11.196Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-e05f68b1342fee83/build-script-build`
21312024-04-05T03:19:11.340Z Compiling clap_builder v4.5.1
21322024-04-05T03:19:11.352Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=6b3eb681a21ab104 -C extra-filename=-6b3eb681a21ab104 --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-5d5455d671f9c0ac.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-4a98c9e1acd0c2f3.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e6c8188aaff50e44.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-390397d5fd7c386a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-5bae60aee6e52599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21332024-04-05T03:19:11.448Z Running `/home/build/.rustup/toolchains/1.76.0-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=cefa2dedbe8d87d7 -C extra-filename=-cefa2dedbe8d87d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
21342024-04-05T03:19:11.456Z Compiling dtrace-parser v0.2.0
21352024-04-05T03:19:11.456Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e9e9e76a7a486184 -C extra-filename=-e9e9e76a7a486184 --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-d7c5c51e4058a70f.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-6d76bb4bd51d7158.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21362024-04-05T03:19:11.945Z Compiling clap_derive v4.5.0
21372024-04-05T03:19:11.952Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=59f2997d00ca8c7e -C extra-filename=-59f2997d00ca8c7e --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21382024-04-05T03:19:11.953Z Compiling aws-lc-rs v1.6.4
21392024-04-05T03:19:11.953Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-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 debuginfo=line-tables-only --cfg 'feature="aws-lc-sys"' -C metadata=9a539f8cbd4d45eb -C extra-filename=-9a539f8cbd4d45eb --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-9a539f8cbd4d45eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21402024-04-05T03:19:11.953Z Compiling siphasher v0.3.11
21412024-04-05T03:19:11.954Z Running `/home/build/.rustup/toolchains/1.76.0-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=133f7f9717270c02 -C extra-filename=-133f7f9717270c02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21422024-04-05T03:19:12.306Z Compiling cipher v0.4.4
21432024-04-05T03:19:12.312Z Running `/home/build/.rustup/toolchains/1.76.0-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=402b3a96df9ca873 -C extra-filename=-402b3a96df9ca873 --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-088c06576c896f41.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21442024-04-05T03:19:12.332Z Compiling synstructure v0.12.6
21452024-04-05T03:19:12.343Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=c8a69fb569489b2b -C extra-filename=-c8a69fb569489b2b --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-0bf6080e5b7e69ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21462024-04-05T03:19:12.824Z Compiling crossbeam-epoch v0.9.18
21472024-04-05T03:19:12.829Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5696f49e87e7e9eb -C extra-filename=-5696f49e87e7e9eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21482024-04-05T03:19:13.470Z Compiling hyper-tls v0.5.0
21492024-04-05T03:19:13.496Z Running `/home/build/.rustup/toolchains/1.76.0-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=44ab649843d5bcaa -C extra-filename=-44ab649843d5bcaa --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-6fbe6fb99d063a02.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-50cc5945165cdbca.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-bc3fb966612ad0b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
21502024-04-05T03:19:13.649Z Compiling hyper-rustls v0.24.2
21512024-04-05T03:19:13.656Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=533195d33cbf9dab -C extra-filename=-533195d33cbf9dab --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-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-be99e5fc756d5106.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7f2e732efcc39db1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
21522024-04-05T03:19:13.835Z Compiling hex v0.4.3
21532024-04-05T03:19:13.864Z Running `/home/build/.rustup/toolchains/1.76.0-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=db60d4c20d2823cc -C extra-filename=-db60d4c20d2823cc --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21542024-04-05T03:19:14.005Z Compiling reqwest v0.11.24
21552024-04-05T03:19:14.009Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="cookie_crate"' --cfg 'feature="cookie_store"' --cfg 'feature="cookies"' --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-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=50fffa62d52614d3 -C extra-filename=-50fffa62d52614d3 --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-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-125ade214803c611.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-cc794dbaebed2b73.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d2419314a2b71b17.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-564a2345653ec616.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ca407ac684b485ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-533195d33cbf9dab.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-44ab649843d5bcaa.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-50cc5945165cdbca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-be99e5fc756d5106.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0fb438b34b2d4e0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-04bae0dc93200231.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-bc3fb966612ad0b1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7f2e732efcc39db1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9b975388005e2781.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-bd7330cb0bbec0cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
21562024-04-05T03:19:14.156Z Compiling itertools v0.10.5
21572024-04-05T03:19:14.159Z Running `/home/build/.rustup/toolchains/1.76.0-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=fe659cae1f4f223b -C extra-filename=-fe659cae1f4f223b --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-29735c8c8d06ffc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21582024-04-05T03:19:14.434Z Compiling stable_deref_trait v1.2.0
21592024-04-05T03:19:14.437Z Running `/home/build/.rustup/toolchains/1.76.0-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=582a0be4df1a882a -C extra-filename=-582a0be4df1a882a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21602024-04-05T03:19:14.557Z Compiling rustls-pki-types v1.3.0
21612024-04-05T03:19:14.562Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7b61185d32fc35f8 -C extra-filename=-7b61185d32fc35f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21622024-04-05T03:19:15.331Z Compiling zerocopy-derive v0.2.0
21632024-04-05T03:19:15.352Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6bf9da31a9f77c7e -C extra-filename=-6bf9da31a9f77c7e --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-fd52f7f67b160361.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c8a69fb569489b2b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21642024-04-05T03:19:16.765Z Compiling dof v0.3.0
21652024-04-05T03:19:16.776Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' -C metadata=9ab444432809f0d7 -C extra-filename=-9ab444432809f0d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-deb5c65f5f5a93ee.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21662024-04-05T03:19:16.962Z Compiling ff v0.13.0
21672024-04-05T03:19:16.966Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=6611eb4731189f69 -C extra-filename=-6611eb4731189f69 --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-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21682024-04-05T03:19:17.087Z Compiling clap v4.5.1
21692024-04-05T03:19:17.128Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.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="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=4375ce6eb40991fe -C extra-filename=-4375ce6eb40991fe --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-6b3eb681a21ab104.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-59f2997d00ca8c7e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21702024-04-05T03:19:17.211Z Compiling mirai-annotations v1.12.0
21712024-04-05T03:19:17.222Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mirai_annotations --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mirai-annotations-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=762923ec70984da3 -C extra-filename=-762923ec70984da3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21722024-04-05T03:19:17.235Z Compiling base16ct v0.2.0
21732024-04-05T03:19:17.240Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=3df99549457fce56 -C extra-filename=-3df99549457fce56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21742024-04-05T03:19:17.426Z Compiling winnow v0.6.1
21752024-04-05T03:19:17.483Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ccf344a41d16b00c -C extra-filename=-ccf344a41d16b00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21762024-04-05T03:19:17.563Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=e7dbee0db293cc6a -C extra-filename=-e7dbee0db293cc6a --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-ee70016887b171ea.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ab444432809f0d7.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e9e9e76a7a486184.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a2bfec303f661e1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
21772024-04-05T03:19:17.588Z Compiling zerocopy v0.3.0
21782024-04-05T03:19:17.591Z Running `/home/build/.rustup/toolchains/1.76.0-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=0da092f55f2e8e4f -C extra-filename=-0da092f55f2e8e4f --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-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6bf9da31a9f77c7e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21792024-04-05T03:19:18.427Z Compiling sec1 v0.7.3
21802024-04-05T03:19:18.430Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=e60b7e509226bfb1 -C extra-filename=-e60b7e509226bfb1 --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-3df99549457fce56.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21812024-04-05T03:19:19.009Z Compiling group v0.13.0
21822024-04-05T03:19:19.012Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=547b3c2635021fdc -C extra-filename=-547b3c2635021fdc --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-6611eb4731189f69.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21832024-04-05T03:19:19.142Z Compiling flate2 v1.0.28
21842024-04-05T03:19:19.176Z Running `/home/build/.rustup/toolchains/1.76.0-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=57a9568c453a51a4 -C extra-filename=-57a9568c453a51a4 --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-cefa2dedbe8d87d7.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-c2de8f879975e76c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21852024-04-05T03:19:19.270Z Compiling hkdf v0.12.4
21862024-04-05T03:19:19.273Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a9fb4855d11d87bd -C extra-filename=-a9fb4855d11d87bd --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-00025fcde1c50750.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21872024-04-05T03:19:19.333Z Compiling toml v0.7.8
21882024-04-05T03:19:19.352Z Running `/home/build/.rustup/toolchains/1.76.0-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=2da36ffd94c47b25 -C extra-filename=-2da36ffd94c47b25 --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-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-63e67c626e7ad01c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21892024-04-05T03:19:19.548Z Compiling crypto-bigint v0.5.2
21902024-04-05T03:19:19.551Z Running `/home/build/.rustup/toolchains/1.76.0-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=7a6440f633d82463 -C extra-filename=-7a6440f633d82463 --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-2b2bdf58ce2422f9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21912024-04-05T03:19:20.105Z Compiling zerocopy-derive v0.6.4
21922024-04-05T03:19:20.108Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f86a3dc640476cb8 -C extra-filename=-f86a3dc640476cb8 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21932024-04-05T03:19:20.702Z Compiling usdt-impl v0.3.5
21942024-04-05T03:19:20.737Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=b29735a69ac65060 -C extra-filename=-b29735a69ac65060 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-b29735a69ac65060 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21952024-04-05T03:19:21.104Z Compiling toml_edit v0.22.9
21962024-04-05T03:19:21.108Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=823bad65159637ea -C extra-filename=-823bad65159637ea --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-ae62be5f1c4cf50b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ccf344a41d16b00c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21972024-04-05T03:19:21.137Z Compiling managed v0.8.0
21982024-04-05T03:19:21.140Z Running `/home/build/.rustup/toolchains/1.76.0-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=4254128bc37ffddd -C extra-filename=-4254128bc37ffddd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21992024-04-05T03:19:21.201Z Compiling signal-hook v0.3.17
22002024-04-05T03:19:21.204Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=9655e73be3c53b0b -C extra-filename=-9655e73be3c53b0b --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-9655e73be3c53b0b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22012024-04-05T03:19:21.367Z Compiling fixedbitset v0.4.2
22022024-04-05T03:19:21.370Z Running `/home/build/.rustup/toolchains/1.76.0-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=283c13f9261a241c -C extra-filename=-283c13f9261a241c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22032024-04-05T03:19:21.546Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-9655e73be3c53b0b/build-script-build`
22042024-04-05T03:19:21.580Z Compiling elliptic-curve v0.13.8
22052024-04-05T03:19:21.584Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=e8d8bf4e25df132f -C extra-filename=-e8d8bf4e25df132f --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-3df99549457fce56.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-7a6440f633d82463.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-e60b7e509226bfb1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22062024-04-05T03:19:21.626Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-b29735a69ac65060/build-script-build`
22072024-04-05T03:19:21.768Z Compiling petgraph v0.6.4
22082024-04-05T03:19:21.791Z Running `/home/build/.rustup/toolchains/1.76.0-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=e5aa9c7e1349da1f -C extra-filename=-e5aa9c7e1349da1f --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-283c13f9261a241c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22092024-04-05T03:19:21.837Z Compiling dof v0.1.5
22102024-04-05T03:19:21.840Z Running `/home/build/.rustup/toolchains/1.76.0-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=bfd9ede14d676ec0 -C extra-filename=-bfd9ede14d676ec0 --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-38d19793f26827c9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0da092f55f2e8e4f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22112024-04-05T03:19:22.385Z Compiling phf_shared v0.10.0
22122024-04-05T03:19:22.388Z Running `/home/build/.rustup/toolchains/1.76.0-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=d859ec681b84f7b3 -C extra-filename=-d859ec681b84f7b3 --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-133f7f9717270c02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22132024-04-05T03:19:22.626Z Compiling zerocopy v0.6.4
22142024-04-05T03:19:22.646Z Running `/home/build/.rustup/toolchains/1.76.0-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=590e009e477044e3 -C extra-filename=-590e009e477044e3 --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-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-f86a3dc640476cb8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152024-04-05T03:19:22.740Z Compiling bit-set v0.5.3
22162024-04-05T03:19:22.744Z Running `/home/build/.rustup/toolchains/1.76.0-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=27499d9b5a601208 -C extra-filename=-27499d9b5a601208 --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-be1bb453946354ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22172024-04-05T03:19:22.786Z Compiling ipnetwork v0.20.0
22182024-04-05T03:19:22.790Z Running `/home/build/.rustup/toolchains/1.76.0-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=740b0f1d297da5f4 -C extra-filename=-740b0f1d297da5f4 --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-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22192024-04-05T03:19:22.981Z Compiling dtrace-parser v0.1.14
22202024-04-05T03:19:22.985Z Running `/home/build/.rustup/toolchains/1.76.0-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=122f0d05c21fbf17 -C extra-filename=-122f0d05c21fbf17 --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-d7c5c51e4058a70f.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-6d76bb4bd51d7158.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212024-04-05T03:19:23.056Z Compiling precomputed-hash v0.1.1
22222024-04-05T03:19:23.059Z Running `/home/build/.rustup/toolchains/1.76.0-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=fb1edac7ceef463b -C extra-filename=-fb1edac7ceef463b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22232024-04-05T03:19:23.191Z Compiling static_assertions v1.1.0
22242024-04-05T03:19:23.194Z Running `/home/build/.rustup/toolchains/1.76.0-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=7aa140c674e3bb93 -C extra-filename=-7aa140c674e3bb93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252024-04-05T03:19:23.306Z Compiling new_debug_unreachable v1.0.4
22262024-04-05T03:19:23.309Z Running `/home/build/.rustup/toolchains/1.76.0-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=790aed8a41185dae -C extra-filename=-790aed8a41185dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272024-04-05T03:19:23.411Z Compiling string_cache v0.8.7
22282024-04-05T03:19:23.415Z Running `/home/build/.rustup/toolchains/1.76.0-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=33f63dff621ea474 -C extra-filename=-33f63dff621ea474 --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-790aed8a41185dae.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-d859ec681b84f7b3.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-fb1edac7ceef463b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22292024-04-05T03:19:23.523Z Running `/home/build/.rustup/toolchains/1.76.0-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=b715f9e47ea90777 -C extra-filename=-b715f9e47ea90777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a55da2c545e7ab16.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22302024-04-05T03:19:23.773Z Running `/home/build/.rustup/toolchains/1.76.0-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=3a0b33fd615cb063 -C extra-filename=-3a0b33fd615cb063 --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-ee70016887b171ea.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bfd9ede14d676ec0.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-122f0d05c21fbf17.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a2bfec303f661e1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
22312024-04-05T03:19:23.892Z Compiling num-iter v0.1.44
22322024-04-05T03:19:23.895Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.44/src/lib.rs --error-format=json --json=diagnostic-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=8a4f5f1eb5a1a1b3 -C extra-filename=-8a4f5f1eb5a1a1b3 --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-451e0d2b9dfe66d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22332024-04-05T03:19:24.098Z Compiling serde_tokenstream v0.1.7
22342024-04-05T03:19:24.132Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=541e5f2f365f1a6f -C extra-filename=-541e5f2f365f1a6f --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-fd52f7f67b160361.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22352024-04-05T03:19:24.540Z Compiling bzip2-sys v0.1.11+1.0.8
22362024-04-05T03:19:24.560Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36d1d60e81e302cf -C extra-filename=-36d1d60e81e302cf --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-36d1d60e81e302cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22372024-04-05T03:19:24.657Z Compiling num-bigint v0.4.4
22382024-04-05T03:19:24.680Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=246b26f09786fdb2 -C extra-filename=-246b26f09786fdb2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-246b26f09786fdb2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392024-04-05T03:19:24.958Z Compiling matches v0.1.10
22402024-04-05T03:19:24.962Z Running `/home/build/.rustup/toolchains/1.76.0-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=664ec475a67c1ce0 -C extra-filename=-664ec475a67c1ce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22412024-04-05T03:19:25.069Z Compiling idna v0.2.3
22422024-04-05T03:19:25.073Z Running `/home/build/.rustup/toolchains/1.76.0-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=c5f4b460fdb48679 -C extra-filename=-c5f4b460fdb48679 --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-664ec475a67c1ce0.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22432024-04-05T03:19:25.114Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-36d1d60e81e302cf/build-script-build`
22442024-04-05T03:19:25.575Z Compiling heapless v0.7.16
22452024-04-05T03:19:25.601Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=daea142978a598c1 -C extra-filename=-daea142978a598c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-daea142978a598c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06feaa745b8ece6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22462024-04-05T03:19:25.605Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-246b26f09786fdb2/build-script-build`
22472024-04-05T03:19:25.688Z Compiling enum-as-inner v0.5.1
22482024-04-05T03:19:25.691Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db0587d23916f20e -C extra-filename=-db0587d23916f20e --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22492024-04-05T03:19:25.920Z Compiling regex-automata v0.1.10
22502024-04-05T03:19:25.923Z Running `/home/build/.rustup/toolchains/1.76.0-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=f8861666dcaff791 -C extra-filename=-f8861666dcaff791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512024-04-05T03:19:26.010Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22522024-04-05T03:19:26.013Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a58e5c93571eb21 -C extra-filename=-7a58e5c93571eb21 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-7a58e5c93571eb21 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22532024-04-05T03:19:26.088Z Compiling lalrpop-util v0.19.12
22542024-04-05T03:19:26.091Z Running `/home/build/.rustup/toolchains/1.76.0-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=4772c578c774ae0f -C extra-filename=-4772c578c774ae0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22552024-04-05T03:19:26.430Z Compiling bstr v0.2.17
22562024-04-05T03:19:26.462Z Running `/home/build/.rustup/toolchains/1.76.0-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=354ed4aae11869be -C extra-filename=-354ed4aae11869be --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-62c4a58c39ad7790.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f8861666dcaff791.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572024-04-05T03:19:26.462Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-daea142978a598c1/build-script-build`
22582024-04-05T03:19:26.537Z Running `/home/build/.rustup/toolchains/1.76.0-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=ffdb14edb5f31fca -C extra-filename=-ffdb14edb5f31fca --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-451e0d2b9dfe66d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
22592024-04-05T03:19:26.665Z Running `/home/build/.rustup/toolchains/1.76.0-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=37da7ad4377a8b02 -C extra-filename=-37da7ad4377a8b02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -l static=bz2`
22602024-04-05T03:19:26.828Z Compiling usdt-macro v0.3.5
22612024-04-05T03:19:26.828Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=3203e74e47eac4e5 -C extra-filename=-3203e74e47eac4e5 --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-122f0d05c21fbf17.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-541e5f2f365f1a6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3a0b33fd615cb063.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622024-04-05T03:19:26.886Z Compiling trust-dns-proto v0.22.0
22632024-04-05T03:19:26.889Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-7a58e5c93571eb21/build-script-build`
22642024-04-05T03:19:26.889Z Running `/home/build/.rustup/toolchains/1.76.0-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=8ef84c3aa4b7bb6a -C extra-filename=-8ef84c3aa4b7bb6a --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-db84444bd088c958.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-db0587d23916f20e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c5f4b460fdb48679.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22652024-04-05T03:19:27.079Z Compiling usdt-attr-macro v0.3.5
22662024-04-05T03:19:27.494Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=9a8026fb103ec38b -C extra-filename=-9a8026fb103ec38b --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-122f0d05c21fbf17.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-541e5f2f365f1a6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3a0b33fd615cb063.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672024-04-05T03:19:27.875Z Compiling signal-hook-mio v0.2.3
22682024-04-05T03:19:27.956Z Running `/home/build/.rustup/toolchains/1.76.0-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=e26baa7dc393bd3b -C extra-filename=-e26baa7dc393bd3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22692024-04-05T03:19:28.059Z Compiling diesel_table_macro_syntax v0.1.0
22702024-04-05T03:19:28.064Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe48636d21048ea1 -C extra-filename=-fe48636d21048ea1 --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-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22712024-04-05T03:19:28.813Z Compiling scheduled-thread-pool v0.2.7
22722024-04-05T03:19:28.821Z Running `/home/build/.rustup/toolchains/1.76.0-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=ea7e9e95b2acd8e6 -C extra-filename=-ea7e9e95b2acd8e6 --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-54ad4a7edca3918d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22732024-04-05T03:19:28.821Z Compiling hash32 v0.2.1
22742024-04-05T03:19:28.821Z Running `/home/build/.rustup/toolchains/1.76.0-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=805aaac0a91fda2a -C extra-filename=-805aaac0a91fda2a --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-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22752024-04-05T03:19:28.825Z Compiling predicates-core v1.0.6
22762024-04-05T03:19:28.830Z Running `/home/build/.rustup/toolchains/1.76.0-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=b55ee153c811977d -C extra-filename=-b55ee153c811977d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22772024-04-05T03:19:28.879Z Compiling smoltcp v0.9.1
22782024-04-05T03:19:28.887Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=aaaee1037ac94787 -C extra-filename=-aaaee1037ac94787 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-aaaee1037ac94787 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22792024-04-05T03:19:28.989Z Compiling usdt v0.3.5
22802024-04-05T03:19:28.993Z Running `/home/build/.rustup/toolchains/1.76.0-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=0ad65601e308ae66 -C extra-filename=-0ad65601e308ae66 --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-122f0d05c21fbf17.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-9a8026fb103ec38b.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3a0b33fd615cb063.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-3203e74e47eac4e5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812024-04-05T03:19:29.183Z Running `/home/build/.rustup/toolchains/1.76.0-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=400b486cae9fc56a -C extra-filename=-400b486cae9fc56a --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-805aaac0a91fda2a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-582a0be4df1a882a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
22822024-04-05T03:19:29.282Z Compiling r2d2 v0.8.10
22832024-04-05T03:19:29.285Z Running `/home/build/.rustup/toolchains/1.76.0-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=0665997f3629c9a2 -C extra-filename=-0665997f3629c9a2 --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-2abfed8e51c766cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-ea7e9e95b2acd8e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842024-04-05T03:19:29.455Z Compiling yasna v0.5.2
22852024-04-05T03:19:29.481Z Running `/home/build/.rustup/toolchains/1.76.0-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=9505c6c6a004631d -C extra-filename=-9505c6c6a004631d --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-be1bb453946354ab.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862024-04-05T03:19:29.594Z Compiling diesel_derives v2.1.2
22872024-04-05T03:19:29.597Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=b7330f85004b4e6b -C extra-filename=-b7330f85004b4e6b --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-fe48636d21048ea1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882024-04-05T03:19:29.667Z Compiling crossterm v0.27.0
22892024-04-05T03:19:29.670Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=8542092650763994 -C extra-filename=-8542092650763994 --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-bed5a12aa0e3caec.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-e26baa7dc393bd3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902024-04-05T03:19:29.695Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-aaaee1037ac94787/build-script-build`
22912024-04-05T03:19:29.764Z Running `/home/build/.rustup/toolchains/1.76.0-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=05241e374f7f2401 -C extra-filename=-05241e374f7f2401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
22922024-04-05T03:19:30.038Z Compiling bzip2 v0.4.4
22932024-04-05T03:19:30.042Z Running `/home/build/.rustup/toolchains/1.76.0-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=53855cad2d61ceb5 -C extra-filename=-53855cad2d61ceb5 --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-37da7ad4377a8b02.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
22942024-04-05T03:19:30.373Z Compiling md-5 v0.10.5
22952024-04-05T03:19:30.376Z Running `/home/build/.rustup/toolchains/1.76.0-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=95ddd80219fcceda -C extra-filename=-95ddd80219fcceda --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-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22962024-04-05T03:19:30.459Z Compiling hubpack_derive v0.1.1
22972024-04-05T03:19:30.470Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fe472772c1c8797 -C extra-filename=-3fe472772c1c8797 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982024-04-05T03:19:30.639Z Compiling bstr v1.9.0
22992024-04-05T03:19:30.642Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=56bee3b2739ce422 -C extra-filename=-56bee3b2739ce422 --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-1d8a52f36e2fec96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23002024-04-05T03:19:31.345Z Compiling console v0.15.8
23012024-04-05T03:19:31.363Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=ecd543c2b58c8b48 -C extra-filename=-ecd543c2b58c8b48 --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-62c4a58c39ad7790.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23022024-04-05T03:19:31.538Z Compiling stringprep v0.1.3
23032024-04-05T03:19:31.547Z Running `/home/build/.rustup/toolchains/1.76.0-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=c70e4727cf884194 -C extra-filename=-c70e4727cf884194 --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-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042024-04-05T03:19:32.491Z Compiling float-cmp v0.9.0
23052024-04-05T03:19:32.957Z Running `/home/build/.rustup/toolchains/1.76.0-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=ed3734b0ea4be59f -C extra-filename=-ed3734b0ea4be59f --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-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23062024-04-05T03:19:32.957Z Compiling normalize-line-endings v0.3.0
23072024-04-05T03:19:32.957Z Running `/home/build/.rustup/toolchains/1.76.0-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=bfbd24c0c4f3838d -C extra-filename=-bfbd24c0c4f3838d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082024-04-05T03:19:32.957Z Compiling difflib v0.4.0
23092024-04-05T03:19:32.957Z Running `/home/build/.rustup/toolchains/1.76.0-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=6290a94fd7899125 -C extra-filename=-6290a94fd7899125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102024-04-05T03:19:32.957Z Compiling fallible-iterator v0.2.0
23112024-04-05T03:19:32.957Z Running `/home/build/.rustup/toolchains/1.76.0-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=2fe14cc2404ff086 -C extra-filename=-2fe14cc2404ff086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23122024-04-05T03:19:32.957Z Compiling hubpack v0.1.2
23132024-04-05T03:19:32.957Z Running `/home/build/.rustup/toolchains/1.76.0-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=6e7220f8b1920659 -C extra-filename=-6e7220f8b1920659 --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-3fe472772c1c8797.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142024-04-05T03:19:33.405Z Compiling predicates v3.1.0
23152024-04-05T03:19:33.408Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=047610642ce2042e -C extra-filename=-047610642ce2042e --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-4a98c9e1acd0c2f3.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-6290a94fd7899125.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-ed3734b0ea4be59f.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-bfbd24c0c4f3838d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-b55ee153c811977d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162024-04-05T03:19:33.483Z Compiling postgres-protocol v0.6.6
23172024-04-05T03:19:33.486Z Running `/home/build/.rustup/toolchains/1.76.0-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=319f22b18eedb2ad -C extra-filename=-319f22b18eedb2ad --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-617eb63bc076f209.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-95ddd80219fcceda.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c70e4727cf884194.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23182024-04-05T03:19:33.700Z Compiling zip v0.6.6
23192024-04-05T03:19:33.704Z Running `/home/build/.rustup/toolchains/1.76.0-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=41e088f95a91c6b7 -C extra-filename=-41e088f95a91c6b7 --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-ee70016887b171ea.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-53855cad2d61ceb5.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-cefa2dedbe8d87d7.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
23202024-04-05T03:19:34.390Z Running `/home/build/.rustup/toolchains/1.76.0-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=a703ca3348e0e465 -C extra-filename=-a703ca3348e0e465 --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-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-400b486cae9fc56a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23212024-04-05T03:19:34.869Z Compiling similar v2.4.0
23222024-04-05T03:19:34.875Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=871159d04b2d3ddf -C extra-filename=-871159d04b2d3ddf --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-354ed4aae11869be.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232024-04-05T03:19:35.113Z Compiling phf_shared v0.11.2
23242024-04-05T03:19:35.117Z Running `/home/build/.rustup/toolchains/1.76.0-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=fa73beba1fefbb84 -C extra-filename=-fa73beba1fefbb84 --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-133f7f9717270c02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252024-04-05T03:19:35.219Z Compiling tokio-stream v0.1.15
23262024-04-05T03:19:35.222Z Running `/home/build/.rustup/toolchains/1.76.0-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.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="net"' --cfg 'feature="time"' -C metadata=82ff708b8d2bcc8e -C extra-filename=-82ff708b8d2bcc8e --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-89d5efafb6bf0fea.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23272024-04-05T03:19:35.519Z Compiling strum_macros v0.25.2
23282024-04-05T03:19:35.523Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5816f63b375210cc -C extra-filename=-5816f63b375210cc --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292024-04-05T03:19:35.718Z Compiling serde_repr v0.1.16
23302024-04-05T03:19:35.734Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f18fcf40897582ac -C extra-filename=-f18fcf40897582ac --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312024-04-05T03:19:36.263Z Compiling peg-runtime v0.8.2
23322024-04-05T03:19:36.266Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.2/lib.rs --error-format=json --json=diagnostic-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=280b946df6bab858 -C extra-filename=-280b946df6bab858 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23332024-04-05T03:19:36.549Z Compiling phf v0.11.2
23342024-04-05T03:19:36.553Z Running `/home/build/.rustup/toolchains/1.76.0-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=a2420ec8dd0905e2 -C extra-filename=-a2420ec8dd0905e2 --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-fa73beba1fefbb84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352024-04-05T03:19:36.865Z Compiling postgres-types v0.2.6
23362024-04-05T03:19:36.887Z Running `/home/build/.rustup/toolchains/1.76.0-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=eb8bf8bebd462ac4 -C extra-filename=-eb8bf8bebd462ac4 --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-6fbe6fb99d063a02.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-319f22b18eedb2ad.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23372024-04-05T03:19:36.951Z Compiling whoami v1.5.0
23382024-04-05T03:19:36.955Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-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="web"' --cfg 'feature="web-sys"' -C metadata=e2ae5922343e9bab -C extra-filename=-e2ae5922343e9bab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23392024-04-05T03:19:37.083Z Compiling serde_tokenstream v0.2.0
23402024-04-05T03:19:37.086Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b22abd21a27fa8e5 -C extra-filename=-b22abd21a27fa8e5 --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23412024-04-05T03:19:37.430Z Compiling regress v0.9.1
23422024-04-05T03:19:42.303Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2dc0c1d1656a828e -C extra-filename=-2dc0c1d1656a828e --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-903a53ee9c1698c0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23432024-04-05T03:19:42.303Z Compiling getopts v0.2.21
23442024-04-05T03:19:42.303Z Running `/home/build/.rustup/toolchains/1.76.0-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=546a7eb753089bb3 -C extra-filename=-546a7eb753089bb3 --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-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23452024-04-05T03:19:42.303Z Compiling unsafe-libyaml v0.2.10
23462024-04-05T03:19:42.303Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21d3de22991e498f -C extra-filename=-21d3de22991e498f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23472024-04-05T03:19:42.303Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
23482024-04-05T03:19:42.303Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/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=1dda41f52e659abf -C extra-filename=-1dda41f52e659abf --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-6fbe6fb99d063a02.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
23492024-04-05T03:19:42.303Z Compiling tokio-postgres v0.7.10
23502024-04-05T03:19:42.303Z Running `/home/build/.rustup/toolchains/1.76.0-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=90e0cc59c4c552d9 -C extra-filename=-90e0cc59c4c552d9 --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-db84444bd088c958.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a2420ec8dd0905e2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-319f22b18eedb2ad.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-eb8bf8bebd462ac4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9b975388005e2781.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23512024-04-05T03:19:42.304Z Compiling camino v1.1.6
23522024-04-05T03:19:42.304Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=fdc28e60d8f86ed5 -C extra-filename=-fdc28e60d8f86ed5 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-fdc28e60d8f86ed5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23532024-04-05T03:19:42.304Z Compiling dirs-sys-next v0.1.2
23542024-04-05T03:19:42.304Z Running `/home/build/.rustup/toolchains/1.76.0-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=7583a51e7ec01c70 -C extra-filename=-7583a51e7ec01c70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23552024-04-05T03:19:42.304Z Compiling serde_yaml v0.9.25
23562024-04-05T03:19:42.304Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd4728de54efffff -C extra-filename=-cd4728de54efffff --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-ae62be5f1c4cf50b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-21d3de22991e498f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23572024-04-05T03:19:42.304Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-fdc28e60d8f86ed5/build-script-build`
23582024-04-05T03:19:42.304Z Running `/home/build/.rustup/toolchains/1.76.0-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=aa5affffdef128b1 -C extra-filename=-aa5affffdef128b1 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
23592024-04-05T03:19:42.304Z Compiling atty v0.2.14
23602024-04-05T03:19:42.304Z Running `/home/build/.rustup/toolchains/1.76.0-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=bc207275872cf9fb -C extra-filename=-bc207275872cf9fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23612024-04-05T03:19:42.304Z Compiling fastrand v2.0.1
23622024-04-05T03:19:42.304Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c16f82958b9bdd6c -C extra-filename=-c16f82958b9bdd6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632024-04-05T03:19:42.304Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
23642024-04-05T03:19:42.304Z Running `/home/build/.rustup/toolchains/1.76.0-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=fa9424cdf320c306 -C extra-filename=-fa9424cdf320c306 --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-7c0e576e00deb96c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e7220f8b1920659.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-f18fcf40897582ac.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-a703ca3348e0e465.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5816f63b375210cc.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652024-04-05T03:19:42.304Z Compiling tempfile v3.10.0
23662024-04-05T03:19:42.305Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6edbf390221c6541 -C extra-filename=-6edbf390221c6541 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-c16f82958b9bdd6c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23672024-04-05T03:19:42.305Z Compiling dirs-next v2.0.0
23682024-04-05T03:19:42.305Z Running `/home/build/.rustup/toolchains/1.76.0-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=1795876847d37563 -C extra-filename=-1795876847d37563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-7583a51e7ec01c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692024-04-05T03:19:42.305Z Compiling sha1 v0.10.6
23702024-04-05T03:19:42.305Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d5c71938ac202827 -C extra-filename=-d5c71938ac202827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712024-04-05T03:19:42.305Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
23722024-04-05T03:19:42.305Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/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=59beb59f9f2cfd58 -C extra-filename=-59beb59f9f2cfd58 --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-a8c1128ccf1e31c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23732024-04-05T03:19:42.305Z Compiling term v0.7.0
23742024-04-05T03:19:42.305Z Running `/home/build/.rustup/toolchains/1.76.0-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=e642081554db0b17 -C extra-filename=-e642081554db0b17 --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-1795876847d37563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23752024-04-05T03:19:42.629Z Compiling strsim v0.10.0
23762024-04-05T03:19:42.635Z Running `/home/build/.rustup/toolchains/1.76.0-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=76477e16a6288729 -C extra-filename=-76477e16a6288729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772024-04-05T03:19:42.756Z Compiling ident_case v1.0.1
23782024-04-05T03:19:42.761Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f19a442f824e47b0 -C extra-filename=-f19a442f824e47b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792024-04-05T03:19:42.983Z Compiling darling_core v0.20.8
23802024-04-05T03:19:42.989Z Running `/home/build/.rustup/toolchains/1.76.0-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.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="strsim"' --cfg 'feature="suggestions"' -C metadata=71d4e1e4e21bce79 -C extra-filename=-71d4e1e4e21bce79 --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-db9135e52485f533.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f19a442f824e47b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-76477e16a6288729.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23812024-04-05T03:19:42.993Z Compiling http v1.0.0
23822024-04-05T03:19:43.035Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1e277e0870e088fa -C extra-filename=-1e277e0870e088fa --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-6fbe6fb99d063a02.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832024-04-05T03:19:43.520Z Compiling toml v0.8.12
23842024-04-05T03:19:43.524Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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="display"' --cfg 'feature="parse"' -C metadata=0f3ceae31af7b4dc -C extra-filename=-0f3ceae31af7b4dc --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-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852024-04-05T03:19:43.545Z Compiling strum_macros v0.26.1
23862024-04-05T03:19:43.549Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aced48bff4500061 -C extra-filename=-aced48bff4500061 --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872024-04-05T03:19:45.293Z Compiling match_cfg v0.1.0
23882024-04-05T03:19:45.298Z Running `/home/build/.rustup/toolchains/1.76.0-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=22bf2f9a6e8efd73 -C extra-filename=-22bf2f9a6e8efd73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892024-04-05T03:19:45.407Z Compiling hostname v0.3.1
23902024-04-05T03:19:45.410Z Running `/home/build/.rustup/toolchains/1.76.0-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=535c46064946cfa5 -C extra-filename=-535c46064946cfa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-22bf2f9a6e8efd73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912024-04-05T03:19:45.497Z Compiling quick-error v1.2.3
23922024-04-05T03:19:45.541Z Running `/home/build/.rustup/toolchains/1.76.0-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=f6fbc9cc513eac06 -C extra-filename=-f6fbc9cc513eac06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932024-04-05T03:19:45.659Z Compiling crossbeam-channel v0.5.8
23942024-04-05T03:19:45.678Z Running `/home/build/.rustup/toolchains/1.76.0-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=3caa7d886ff74e6f -C extra-filename=-3caa7d886ff74e6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952024-04-05T03:19:45.678Z Compiling thread_local v1.1.7
23962024-04-05T03:19:45.684Z Running `/home/build/.rustup/toolchains/1.76.0-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=148c9ff4fbbb7b96 -C extra-filename=-148c9ff4fbbb7b96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972024-04-05T03:19:45.791Z Compiling slog-async v2.8.0
23982024-04-05T03:19:45.795Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2c838743e0160a8c -C extra-filename=-2c838743e0160a8c --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2c838743e0160a8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992024-04-05T03:19:46.223Z Compiling instant v0.1.12
24002024-04-05T03:19:46.274Z Running `/home/build/.rustup/toolchains/1.76.0-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=0a7219532de93018 -C extra-filename=-0a7219532de93018 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012024-04-05T03:19:46.389Z Compiling rustls v0.22.2
24022024-04-05T03:19:46.392Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=304ca1cbf122cb7a -C extra-filename=-304ca1cbf122cb7a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-304ca1cbf122cb7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032024-04-05T03:19:46.412Z Compiling diesel v2.1.5
24042024-04-05T03:19:46.415Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2c838743e0160a8c/build-script-build`
24052024-04-05T03:19:46.415Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-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="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=1cc26fa6ad492fd5 -C extra-filename=-1cc26fa6ad492fd5 --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-bed5a12aa0e3caec.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-b7330f85004b4e6b.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-0665997f3629c9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
24062024-04-05T03:19:46.478Z Compiling take_mut v0.2.2
24072024-04-05T03:19:46.485Z Running `/home/build/.rustup/toolchains/1.76.0-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=4c34cc32e456d859 -C extra-filename=-4c34cc32e456d859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24082024-04-05T03:19:46.657Z Running `/home/build/.rustup/toolchains/1.76.0-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=eeefe9d1f4cb38bf -C extra-filename=-eeefe9d1f4cb38bf --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-3caa7d886ff74e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-4c34cc32e456d859.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-148c9ff4fbbb7b96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
24092024-04-05T03:19:46.739Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-304ca1cbf122cb7a/build-script-build`
24102024-04-05T03:19:46.764Z Compiling slog-term v2.9.0
24112024-04-05T03:19:46.769Z Running `/home/build/.rustup/toolchains/1.76.0-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=a3d8168545802535 -C extra-filename=-a3d8168545802535 --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-bc207275872cf9fb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-148c9ff4fbbb7b96.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122024-04-05T03:19:46.797Z Compiling rustls-pemfile v2.1.1
24132024-04-05T03:19:46.891Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=38b869fdf61e2173 -C extra-filename=-38b869fdf61e2173 --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-617eb63bc076f209.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24142024-04-05T03:19:47.282Z Compiling multer v3.0.0
24152024-04-05T03:19:47.294Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=318e368f2b39a1e1 -C extra-filename=-318e368f2b39a1e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-318e368f2b39a1e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162024-04-05T03:19:47.644Z Compiling debug-ignore v1.0.5
24172024-04-05T03:19:47.647Z Running `/home/build/.rustup/toolchains/1.76.0-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=be15c627c67ed998 -C extra-filename=-be15c627c67ed998 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182024-04-05T03:19:47.844Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-318e368f2b39a1e1/build-script-build`
24192024-04-05T03:19:47.922Z Compiling slog-json v2.6.1
24202024-04-05T03:19:47.925Z Running `/home/build/.rustup/toolchains/1.76.0-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=30140ba2cb1d80c9 -C extra-filename=-30140ba2cb1d80c9 --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-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212024-04-05T03:19:47.946Z Compiling async-stream-impl v0.3.5
24222024-04-05T03:19:47.949Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bbeb974a7e6cd2d9 -C extra-filename=-bbeb974a7e6cd2d9 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232024-04-05T03:19:48.059Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
24242024-04-05T03:19:48.062Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=6850c7ffc5939e34 -C extra-filename=-6850c7ffc5939e34 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-6850c7ffc5939e34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252024-04-05T03:19:48.346Z Compiling atomic-waker v1.1.1
24262024-04-05T03:19:48.358Z Running `/home/build/.rustup/toolchains/1.76.0-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=ca4ece80fcfa154a -C extra-filename=-ca4ece80fcfa154a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272024-04-05T03:19:48.419Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-6850c7ffc5939e34/build-script-build`
24282024-04-05T03:19:48.496Z Compiling waitgroup v0.1.2
24292024-04-05T03:19:48.499Z Running `/home/build/.rustup/toolchains/1.76.0-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=23b5f6bf672f3d19 -C extra-filename=-23b5f6bf672f3d19 --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-ca4ece80fcfa154a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302024-04-05T03:19:48.533Z Compiling slog-bunyan v2.5.0
24312024-04-05T03:19:48.540Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a74ba561e5d0e0ad -C extra-filename=-a74ba561e5d0e0ad --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-535c46064946cfa5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-30140ba2cb1d80c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322024-04-05T03:19:48.764Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3decbfbf6c631a66 -C extra-filename=-3decbfbf6c631a66 --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-6fbe6fb99d063a02.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d2419314a2b71b17.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1e277e0870e088fa.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332024-04-05T03:19:48.770Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
24342024-04-05T03:19:48.770Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91d7f985056b779f -C extra-filename=-91d7f985056b779f --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352024-04-05T03:19:49.127Z Compiling strum v0.26.1
24362024-04-05T03:19:49.130Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=e0e8e885cafb6a8c -C extra-filename=-e0e8e885cafb6a8c --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-aced48bff4500061.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372024-04-05T03:19:49.321Z Compiling serde_path_to_error v0.1.16
24382024-04-05T03:19:49.324Z Running `/home/build/.rustup/toolchains/1.76.0-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.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 -C metadata=aa5b8a5176fd9fa1 -C extra-filename=-aa5b8a5176fd9fa1 --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-b30ed7c35ebb4b42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392024-04-05T03:19:49.566Z Compiling async-stream v0.3.5
24402024-04-05T03:19:49.569Z Running `/home/build/.rustup/toolchains/1.76.0-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=6fe7743c47064bb0 -C extra-filename=-6fe7743c47064bb0 --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-bbeb974a7e6cd2d9.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412024-04-05T03:19:49.770Z Compiling wait-timeout v0.2.0
24422024-04-05T03:19:49.777Z Running `/home/build/.rustup/toolchains/1.76.0-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=e8a585130783d302 -C extra-filename=-e8a585130783d302 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432024-04-05T03:19:49.924Z Compiling structmeta-derive v0.3.0
24442024-04-05T03:19:49.934Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c751ca5ccbc98eb -C extra-filename=-1c751ca5ccbc98eb --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452024-04-05T03:19:50.102Z Compiling darling_macro v0.20.8
24462024-04-05T03:19:50.105Z Running `/home/build/.rustup/toolchains/1.76.0-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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=86d8d9f2628addbc -C extra-filename=-86d8d9f2628addbc --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-71d4e1e4e21bce79.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472024-04-05T03:19:50.149Z Compiling rusty-fork v0.3.0
24482024-04-05T03:19:50.153Z Running `/home/build/.rustup/toolchains/1.76.0-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=e1361235f905e035 -C extra-filename=-e1361235f905e035 --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-db9135e52485f533.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f6fbc9cc513eac06.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e8a585130783d302.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492024-04-05T03:19:50.761Z Compiling newtype-uuid v1.0.1
24502024-04-05T03:19:50.761Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=9daaa55ab59aa707 -C extra-filename=-9daaa55ab59aa707 --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-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512024-04-05T03:19:50.764Z Compiling structmeta-derive v0.2.0
24522024-04-05T03:19:50.764Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=669b3c13f236b08b -C extra-filename=-669b3c13f236b08b --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532024-04-05T03:19:50.876Z Compiling rand_xorshift v0.3.0
24542024-04-05T03:19:50.881Z Running `/home/build/.rustup/toolchains/1.76.0-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=457dde3678e64dd8 -C extra-filename=-457dde3678e64dd8 --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-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552024-04-05T03:19:51.174Z Compiling unarray v0.1.4
24562024-04-05T03:19:51.177Z Running `/home/build/.rustup/toolchains/1.76.0-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=4d2a858d5a06edaf -C extra-filename=-4d2a858d5a06edaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572024-04-05T03:19:51.196Z Compiling backoff v0.4.0
24582024-04-05T03:19:51.217Z Running `/home/build/.rustup/toolchains/1.76.0-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=4d5b74c7f77a3f98 -C extra-filename=-4d5b74c7f77a3f98 --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-89d5efafb6bf0fea.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592024-04-05T03:19:51.351Z Compiling proptest v1.4.0
24602024-04-05T03:19:51.369Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=306e0ab8c545559c -C extra-filename=-306e0ab8c545559c --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-27499d9b5a601208.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-457dde3678e64dd8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-e1361235f905e035.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-4d2a858d5a06edaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612024-04-05T03:19:51.393Z Compiling darling v0.20.8
24622024-04-05T03:19:51.412Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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="suggestions"' -C metadata=e4fea13037baa555 -C extra-filename=-e4fea13037baa555 --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-71d4e1e4e21bce79.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-86d8d9f2628addbc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632024-04-05T03:19:51.510Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642024-04-05T03:19:51.513Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a98ec35fdc259a0 -C extra-filename=-9a98ec35fdc259a0 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652024-04-05T03:19:51.527Z Compiling serde_with_macros v3.7.0
24662024-04-05T03:19:51.530Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' --warn=rust_2018_idioms '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' -C metadata=0c616f659c85a3e1 -C extra-filename=-0c616f659c85a3e1 --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-e4fea13037baa555.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672024-04-05T03:19:52.466Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24682024-04-05T03:19:52.470Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' -C metadata=889fa7b66fefcb68 -C extra-filename=-889fa7b66fefcb68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-9a98ec35fdc259a0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692024-04-05T03:19:52.657Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702024-04-05T03:19:52.661Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=e827dbd56a8ad563 -C extra-filename=-e827dbd56a8ad563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9daaa55ab59aa707.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712024-04-05T03:19:52.975Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24722024-04-05T03:19:52.980Z Running `/home/build/.rustup/toolchains/1.76.0-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=fe8e2cab88f7876c -C extra-filename=-fe8e2cab88f7876c --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-db60d4c20d2823cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732024-04-05T03:19:53.153Z Compiling macaddr v1.0.1
24742024-04-05T03:19:53.158Z Running `/home/build/.rustup/toolchains/1.76.0-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=91213d316a08f92d -C extra-filename=-91213d316a08f92d --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752024-04-05T03:19:53.295Z Compiling structmeta v0.3.0
24762024-04-05T03:19:53.299Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfad2bcabaea597a -C extra-filename=-dfad2bcabaea597a --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-1c751ca5ccbc98eb.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772024-04-05T03:19:53.616Z Compiling proc-macro-error-attr v1.0.4
24782024-04-05T03:19:53.620Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fad66f71676b7c98 -C extra-filename=-fad66f71676b7c98 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-fad66f71676b7c98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792024-04-05T03:19:53.775Z Compiling parse-display-derive v0.9.0
24802024-04-05T03:19:53.778Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db2db56800ac4211 -C extra-filename=-db2db56800ac4211 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-dfad2bcabaea597a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812024-04-05T03:19:53.899Z Compiling structmeta v0.2.0
24822024-04-05T03:19:53.902Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d0cdedd9ec54ad9 -C extra-filename=-6d0cdedd9ec54ad9 --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-669b3c13f236b08b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832024-04-05T03:19:53.981Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-fad66f71676b7c98/build-script-build`
24842024-04-05T03:19:54.061Z Compiling proc-macro-error v1.0.4
24852024-04-05T03:19:54.064Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=1366d0f3bcaee02a -C extra-filename=-1366d0f3bcaee02a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-1366d0f3bcaee02a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862024-04-05T03:19:54.366Z Compiling test-strategy v0.3.1
24872024-04-05T03:19:54.370Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bb162c8381bd8c5 -C extra-filename=-1bb162c8381bd8c5 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-6d0cdedd9ec54ad9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882024-04-05T03:19:54.454Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-1366d0f3bcaee02a/build-script-build`
24892024-04-05T03:19:54.626Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=426a2ad6f15fb025 -C extra-filename=-426a2ad6f15fb025 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902024-04-05T03:19:54.977Z Compiling serde_with v3.7.0
24912024-04-05T03:19:54.980Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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 --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' --warn=rust_2018_idioms '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=b53a0652142002c6 -C extra-filename=-b53a0652142002c6 --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-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-0c616f659c85a3e1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922024-04-05T03:19:55.545Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=aa0253cdef2bd0fa -C extra-filename=-aa0253cdef2bd0fa --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-426a2ad6f15fb025.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
24932024-04-05T03:19:56.290Z Compiling camino-tempfile v1.1.1
24942024-04-05T03:19:56.293Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d793f93514239ce -C extra-filename=-7d793f93514239ce --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-aa5affffdef128b1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952024-04-05T03:19:56.747Z Compiling proc-macro-crate v1.3.1
24962024-04-05T03:19:56.755Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5e7661c6971f31b -C extra-filename=-f5e7661c6971f31b --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-3c25f391c5524dbf.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-63e67c626e7ad01c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972024-04-05T03:19:57.930Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24982024-04-05T03:19:57.933Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33718d4f8774f2a3 -C extra-filename=-33718d4f8774f2a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-33718d4f8774f2a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992024-04-05T03:19:58.361Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-33718d4f8774f2a3/build-script-build`
25002024-04-05T03:19:58.397Z Compiling num_enum_derive v0.5.11
25012024-04-05T03:19:58.400Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=f46a4e9f0d7f9326 -C extra-filename=-f46a4e9f0d7f9326 --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-f5e7661c6971f31b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022024-04-05T03:19:58.592Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25032024-04-05T03:19:58.597Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4143c48adc6b68f3 -C extra-filename=-4143c48adc6b68f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-4143c48adc6b68f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042024-04-05T03:19:58.931Z Compiling foreign-types-macros v0.2.3
25052024-04-05T03:19:58.934Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=21aba3c55d758482 -C extra-filename=-21aba3c55d758482 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062024-04-05T03:19:58.962Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-4143c48adc6b68f3/build-script-build`
25072024-04-05T03:19:58.996Z Compiling foreign-types-shared v0.3.1
25082024-04-05T03:19:58.999Z Running `/home/build/.rustup/toolchains/1.76.0-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=5c08a05d4af8d740 -C extra-filename=-5c08a05d4af8d740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092024-04-05T03:19:59.066Z Compiling parse-display v0.9.0
25102024-04-05T03:19:59.069Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' -C metadata=06785579956b54a5 -C extra-filename=-06785579956b54a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-db2db56800ac4211.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112024-04-05T03:19:59.127Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25122024-04-05T03:19:59.130Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94e284890a139288 -C extra-filename=-94e284890a139288 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-94e284890a139288 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132024-04-05T03:19:59.489Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-94e284890a139288/build-script-build`
25142024-04-05T03:19:59.521Z Running `/home/build/.rustup/toolchains/1.76.0-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=ec2f0fdefcce3348 -C extra-filename=-ec2f0fdefcce3348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
25152024-04-05T03:19:59.606Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25162024-04-05T03:19:59.610Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc7051b0d6ec9fc7 -C extra-filename=-cc7051b0d6ec9fc7 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-59beb59f9f2cfd58.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172024-04-05T03:19:59.703Z Running `/home/build/.rustup/toolchains/1.76.0-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=93cb065b7cb66c90 -C extra-filename=-93cb065b7cb66c90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
25182024-04-05T03:19:59.736Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25192024-04-05T03:19:59.740Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41eb64e8fb76aa6c -C extra-filename=-41eb64e8fb76aa6c --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-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202024-04-05T03:19:59.889Z Compiling cstr-argument v0.1.2
25212024-04-05T03:19:59.892Z Running `/home/build/.rustup/toolchains/1.76.0-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=8ac8ce2aaf48a630 -C extra-filename=-8ac8ce2aaf48a630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222024-04-05T03:20:00.151Z Compiling pretty-hex v0.2.1
25232024-04-05T03:20:00.178Z Running `/home/build/.rustup/toolchains/1.76.0-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=dec582575c06d8ee -C extra-filename=-dec582575c06d8ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-04-05T03:20:00.359Z Compiling tabwriter v1.4.0
25252024-04-05T03:20:00.383Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-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="ansi_formatting"' --cfg 'feature="default"' -C metadata=614497814ef66dfd -C extra-filename=-614497814ef66dfd --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-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262024-04-05T03:20:00.402Z Compiling foreign-types v0.5.0
25272024-04-05T03:20:00.405Z Running `/home/build/.rustup/toolchains/1.76.0-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=9ab119944053726a -C extra-filename=-9ab119944053726a --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-21aba3c55d758482.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-5c08a05d4af8d740.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282024-04-05T03:20:00.528Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25292024-04-05T03:20:00.531Z Running `/home/build/.rustup/toolchains/1.76.0-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=a160a081357f2375 -C extra-filename=-a160a081357f2375 --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-8ac8ce2aaf48a630.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-9ab119944053726a.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302024-04-05T03:20:00.773Z Running `/home/build/.rustup/toolchains/1.76.0-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=22af393ad8539018 -C extra-filename=-22af393ad8539018 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-41eb64e8fb76aa6c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
25312024-04-05T03:20:00.852Z Compiling colored v2.1.0
25322024-04-05T03:20:00.857Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-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=dd2af96275a7f5d2 -C extra-filename=-dd2af96275a7f5d2 --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-62c4a58c39ad7790.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332024-04-05T03:20:00.950Z Compiling socket2 v0.4.9
25342024-04-05T03:20:00.953Z Running `/home/build/.rustup/toolchains/1.76.0-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=e830c88db8a11628 -C extra-filename=-e830c88db8a11628 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352024-04-05T03:20:01.094Z Compiling smf v0.2.2
25362024-04-05T03:20:01.097Z Running `/home/build/.rustup/toolchains/1.76.0-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=a1e41c2f9002e3d6 -C extra-filename=-a1e41c2f9002e3d6 --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-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372024-04-05T03:20:01.482Z Compiling num_enum v0.5.11
25382024-04-05T03:20:01.517Z Running `/home/build/.rustup/toolchains/1.76.0-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=d1d94fd8721e9c34 -C extra-filename=-d1d94fd8721e9c34 --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-f46a4e9f0d7f9326.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392024-04-05T03:20:01.632Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25402024-04-05T03:20:01.638Z Running `/home/build/.rustup/toolchains/1.76.0-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=f399dd89a8706c6d -C extra-filename=-f399dd89a8706c6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-ec2f0fdefcce3348.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-d1d94fd8721e9c34.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-dec582575c06d8ee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412024-04-05T03:20:01.659Z Compiling humantime v2.1.0
25422024-04-05T03:20:01.662Z Running `/home/build/.rustup/toolchains/1.76.0-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=89cb2d203a224f7e -C extra-filename=-89cb2d203a224f7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432024-04-05T03:20:01.904Z Compiling termcolor v1.2.0
25442024-04-05T03:20:01.907Z Running `/home/build/.rustup/toolchains/1.76.0-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=b868d2f25c6c0955 -C extra-filename=-b868d2f25c6c0955 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452024-04-05T03:20:02.010Z Compiling same-file v1.0.6
25462024-04-05T03:20:02.014Z Running `/home/build/.rustup/toolchains/1.76.0-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=93c1583377344c3a -C extra-filename=-93c1583377344c3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472024-04-05T03:20:02.207Z Compiling walkdir v2.4.0
25482024-04-05T03:20:02.213Z Running `/home/build/.rustup/toolchains/1.76.0-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=6cdfd32f8061647e -C extra-filename=-6cdfd32f8061647e --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-93c1583377344c3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492024-04-05T03:20:02.265Z Compiling usdt-attr-macro v0.5.0
25502024-04-05T03:20:02.268Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=79f1046021245251 -C extra-filename=-79f1046021245251 --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-e9e9e76a7a486184.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e7dbee0db293cc6a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512024-04-05T03:20:02.510Z Compiling usdt-macro v0.5.0
25522024-04-05T03:20:02.513Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=e59d87d6b03e0772 -C extra-filename=-e59d87d6b03e0772 --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-e9e9e76a7a486184.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e7dbee0db293cc6a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532024-04-05T03:20:02.796Z Compiling memmap v0.7.0
25542024-04-05T03:20:02.800Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9c741d7a711c399 -C extra-filename=-b9c741d7a711c399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25552024-04-05T03:20:03.035Z Compiling arc-swap v1.6.0
25562024-04-05T03:20:03.038Z Running `/home/build/.rustup/toolchains/1.76.0-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=2550af1542f0084a -C extra-filename=-2550af1542f0084a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572024-04-05T03:20:03.162Z Compiling filetime v0.2.23
25582024-04-05T03:20:03.177Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=beba8c826f2a274c -C extra-filename=-beba8c826f2a274c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592024-04-05T03:20:03.532Z Compiling slog-scope v4.4.0
25602024-04-05T03:20:03.536Z Running `/home/build/.rustup/toolchains/1.76.0-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=f43bae1e2ff5c3d9 -C extra-filename=-f43bae1e2ff5c3d9 --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-2550af1542f0084a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612024-04-05T03:20:03.704Z Compiling xattr v1.0.1
25622024-04-05T03:20:03.731Z Running `/home/build/.rustup/toolchains/1.76.0-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=39b777e571ac7a48 -C extra-filename=-39b777e571ac7a48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632024-04-05T03:20:03.999Z Compiling slog-stdlog v4.1.1
25642024-04-05T03:20:04.012Z Running `/home/build/.rustup/toolchains/1.76.0-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=cb5037a33d491476 -C extra-filename=-cb5037a33d491476 --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-2abfed8e51c766cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f43bae1e2ff5c3d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652024-04-05T03:20:04.071Z Compiling tar v0.4.40
25662024-04-05T03:20:04.076Z Running `/home/build/.rustup/toolchains/1.76.0-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=43d426a631c80c04 -C extra-filename=-43d426a631c80c04 --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-beba8c826f2a274c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-39b777e571ac7a48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672024-04-05T03:20:04.310Z Compiling slog-envlogger v2.2.0
25682024-04-05T03:20:04.316Z Running `/home/build/.rustup/toolchains/1.76.0-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=bc927626b857433b -C extra-filename=-bc927626b857433b --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-2abfed8e51c766cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f43bae1e2ff5c3d9.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-cb5037a33d491476.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692024-04-05T03:20:04.360Z Compiling newline-converter v0.3.0
25702024-04-05T03:20:04.382Z Running `/home/build/.rustup/toolchains/1.76.0-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=5efd44dc9c272ce5 -C extra-filename=-5efd44dc9c272ce5 --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-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712024-04-05T03:20:04.397Z Compiling usdt v0.5.0
25722024-04-05T03:20:04.401Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=f07472df5bed6c6e -C extra-filename=-f07472df5bed6c6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ab444432809f0d7.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e9e9e76a7a486184.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-deb5c65f5f5a93ee.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-b9c741d7a711c399.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-79f1046021245251.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e7dbee0db293cc6a.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e59d87d6b03e0772.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732024-04-05T03:20:04.547Z Compiling expectorate v1.1.0
25742024-04-05T03:20:04.550Z Running `/home/build/.rustup/toolchains/1.76.0-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=b34ecb9511b4db9b -C extra-filename=-b34ecb9511b4db9b --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-ecd543c2b58c8b48.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-5efd44dc9c272ce5.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752024-04-05T03:20:04.722Z Compiling termtree v0.4.1
25762024-04-05T03:20:04.757Z Running `/home/build/.rustup/toolchains/1.76.0-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=3cd34e04b646fdd1 -C extra-filename=-3cd34e04b646fdd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772024-04-05T03:20:04.926Z Compiling heapless v0.8.0
25782024-04-05T03:20:04.930Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99c20305208f1968 -C extra-filename=-99c20305208f1968 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-99c20305208f1968 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792024-04-05T03:20:04.967Z Compiling utf-8 v0.7.6
25802024-04-05T03:20:04.972Z Running `/home/build/.rustup/toolchains/1.76.0-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=c84491f7bfb958ad -C extra-filename=-c84491f7bfb958ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812024-04-05T03:20:05.122Z Compiling predicates-tree v1.0.9
25822024-04-05T03:20:05.126Z Running `/home/build/.rustup/toolchains/1.76.0-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=e6c526a8ec957ffc -C extra-filename=-e6c526a8ec957ffc --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-b55ee153c811977d.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3cd34e04b646fdd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832024-04-05T03:20:05.286Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25842024-04-05T03:20:05.292Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/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=ae5e72dc0aba4967 -C extra-filename=-ae5e72dc0aba4967 --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-59beb59f9f2cfd58.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-cc7051b0d6ec9fc7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852024-04-05T03:20:05.317Z Compiling hash32 v0.3.1
25862024-04-05T03:20:05.337Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d46faedb6eb351c -C extra-filename=-5d46faedb6eb351c --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-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872024-04-05T03:20:05.443Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25882024-04-05T03:20:05.448Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/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=111afbb9db81a898 -C extra-filename=-111afbb9db81a898 --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-546a7eb753089bb3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-ae5e72dc0aba4967.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892024-04-05T03:20:05.567Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-99c20305208f1968/build-script-build`
25902024-04-05T03:20:05.591Z Compiling smoltcp v0.11.0
25912024-04-05T03:20:05.594Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=ca0116a8c62d4513 -C extra-filename=-ca0116a8c62d4513 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-ca0116a8c62d4513 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922024-04-05T03:20:05.659Z Compiling heck v0.3.3
25932024-04-05T03:20:05.687Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12cdb6be815d4424 -C extra-filename=-12cdb6be815d4424 --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-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942024-04-05T03:20:05.887Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=285b2ed70ba96961 -C extra-filename=-285b2ed70ba96961 --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-5d46faedb6eb351c.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-582a0be4df1a882a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952024-04-05T03:20:06.054Z Compiling crucible-workspace-hack v0.1.0
25962024-04-05T03:20:06.058Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46a43025e66c88fc -C extra-filename=-46a43025e66c88fc --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-46a43025e66c88fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972024-04-05T03:20:06.171Z Compiling embedded-io v0.4.0
25982024-04-05T03:20:06.175Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=bb29778d969aa912 -C extra-filename=-bb29778d969aa912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992024-04-05T03:20:06.391Z Compiling cobs v0.2.3
26002024-04-05T03:20:06.406Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fd1cea7f97f5675 -C extra-filename=-3fd1cea7f97f5675 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012024-04-05T03:20:06.406Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-46a43025e66c88fc/build-script-build`
26022024-04-05T03:20:06.440Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-ca0116a8c62d4513/build-script-build`
26032024-04-05T03:20:06.471Z Compiling tungstenite v0.20.1
26042024-04-05T03:20:06.476Z Running `/home/build/.rustup/toolchains/1.76.0-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=e0f5320d22c9d2b0 -C extra-filename=-e0f5320d22c9d2b0 --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-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-c84491f7bfb958ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052024-04-05T03:20:06.496Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26062024-04-05T03:20:06.501Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=7e6d229a80c60a3b -C extra-filename=-7e6d229a80c60a3b --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-7e6d229a80c60a3b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072024-04-05T03:20:06.689Z Compiling postcard v1.0.8
26082024-04-05T03:20:06.696Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' -C metadata=f3ca09dbcdd9fc8c -C extra-filename=-f3ca09dbcdd9fc8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-3fd1cea7f97f5675.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-bb29778d969aa912.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092024-04-05T03:20:07.290Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26102024-04-05T03:20:07.298Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=1e186e2b64ec12ca -C extra-filename=-1e186e2b64ec12ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112024-04-05T03:20:07.298Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=1934a5bd669a40e1 -C extra-filename=-1934a5bd669a40e1 --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-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-285b2ed70ba96961.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122024-04-05T03:20:07.298Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-7e6d229a80c60a3b/build-script-build`
26132024-04-05T03:20:07.298Z Running `/home/build/.rustup/toolchains/1.76.0-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=704a6d61a1ba494f -C extra-filename=-704a6d61a1ba494f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142024-04-05T03:20:07.298Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26152024-04-05T03:20:07.298Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derror_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/crates/derror-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b476ea61fbd5982 -C extra-filename=-0b476ea61fbd5982 --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-e4fea13037baa555.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162024-04-05T03:20:07.525Z Compiling tokio-tungstenite v0.20.1
26172024-04-05T03:20:07.532Z Running `/home/build/.rustup/toolchains/1.76.0-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=b43b1566985f01c0 -C extra-filename=-b43b1566985f01c0 --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-61761f61c51300b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-e0f5320d22c9d2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182024-04-05T03:20:08.088Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26192024-04-05T03:20:08.093Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c493b7ddd265c54 -C extra-filename=-3c493b7ddd265c54 --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-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202024-04-05T03:20:08.709Z Compiling sigpipe v0.1.3
26212024-04-05T03:20:08.721Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-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=c576e511abbc1df6 -C extra-filename=-c576e511abbc1df6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222024-04-05T03:20:08.734Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
26232024-04-05T03:20:08.738Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aeb4511d74f78a77 -C extra-filename=-aeb4511d74f78a77 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-aeb4511d74f78a77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242024-04-05T03:20:08.855Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26252024-04-05T03:20:08.859Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02d31612ddac10c5 -C extra-filename=-02d31612ddac10c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262024-04-05T03:20:09.087Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-aeb4511d74f78a77/build-script-build`
26272024-04-05T03:20:09.124Z Running `/home/build/.rustup/toolchains/1.76.0-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=4821d4c6c2578b4b -C extra-filename=-4821d4c6c2578b4b --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-c50d7e24e8e0d956.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-f399dd89a8706c6d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-d1d94fd8721e9c34.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-a160a081357f2375.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-22af393ad8539018.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e830c88db8a11628.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
26282024-04-05T03:20:09.200Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
26292024-04-05T03:20:09.207Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
26302024-04-05T03:20:09.223Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone_cfg_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fc53f7b9f7b3f99 -C extra-filename=-9fc53f7b9f7b3f99 --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-a8c1128ccf1e31c1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312024-04-05T03:20:09.224Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/84e423b/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=23afae122db430e2 -C extra-filename=-23afae122db430e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322024-04-05T03:20:09.683Z Compiling num-derive v0.4.0
26332024-04-05T03:20:09.695Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c2619263f36e68d -C extra-filename=-6c2619263f36e68d --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342024-04-05T03:20:10.949Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26352024-04-05T03:20:10.953Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=4843c8a2fa085868 -C extra-filename=-4843c8a2fa085868 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-1e186e2b64ec12ca.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f3ca09dbcdd9fc8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362024-04-05T03:20:12.010Z Compiling mockall_derive v0.12.0
26372024-04-05T03:20:12.017Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5995008750e115b3 -C extra-filename=-5995008750e115b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382024-04-05T03:20:12.179Z Compiling fragile v2.0.0
26392024-04-05T03:20:12.183Z Running `/home/build/.rustup/toolchains/1.76.0-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=e894b1308bbfa0ed -C extra-filename=-e894b1308bbfa0ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402024-04-05T03:20:12.854Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=92b357989dac712c -C extra-filename=-92b357989dac712c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern derror_macro=/work/oxidecomputer/omicron/target/debug/deps/libderror_macro-0b476ea61fbd5982.so --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-1e186e2b64ec12ca.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-3c493b7ddd265c54.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-4843c8a2fa085868.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f3ca09dbcdd9fc8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-614497814ef66dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
26412024-04-05T03:20:13.037Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26422024-04-05T03:20:13.060Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=c16fa0bcb014fdf6 -C extra-filename=-c16fa0bcb014fdf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-1e186e2b64ec12ca.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-92b357989dac712c.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-02d31612ddac10c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-614497814ef66dfd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432024-04-05T03:20:13.063Z Compiling downcast v0.11.0
26442024-04-05T03:20:13.063Z Running `/home/build/.rustup/toolchains/1.76.0-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=1f7c9f7d175ab432 -C extra-filename=-1f7c9f7d175ab432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452024-04-05T03:20:13.087Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
26462024-04-05T03:20:13.093Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/4661c23/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=9eace954e431d2c2 -C extra-filename=-9eace954e431d2c2 --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-704a6d61a1ba494f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-6c2619263f36e68d.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472024-04-05T03:20:13.329Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
26482024-04-05T03:20:13.392Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="sync"' -C metadata=ed54898759d832b0 -C extra-filename=-ed54898759d832b0 --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-fe659cae1f4f223b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9fc53f7b9f7b3f99.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492024-04-05T03:20:13.936Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26502024-04-05T03:20:13.939Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56144aabdaa1be76 -C extra-filename=-56144aabdaa1be76 --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-4e12b3b3a943ebab.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-111afbb9db81a898.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-cd4728de54efffff.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512024-04-05T03:20:14.032Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
26522024-04-05T03:20:14.037Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/84e423b/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=7a1d6bafb4554750 -C extra-filename=-7a1d6bafb4554750 --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-23afae122db430e2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532024-04-05T03:20:14.460Z Compiling base64 v0.22.0
26542024-04-05T03:20:14.464Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=356ff9a5192dbc7e -C extra-filename=-356ff9a5192dbc7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552024-04-05T03:20:14.894Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26562024-04-05T03:20:14.898Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=88e24191ef3bd80d -C extra-filename=-88e24191ef3bd80d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-4821d4c6c2578b4b.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-92b357989dac712c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c16fa0bcb014fdf6.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f3ca09dbcdd9fc8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572024-04-05T03:20:15.031Z Compiling pem v3.0.2
26582024-04-05T03:20:15.034Z Running `/home/build/.rustup/toolchains/1.76.0-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=0cb71a710de885d6 -C extra-filename=-0cb71a710de885d6 --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-617eb63bc076f209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592024-04-05T03:20:15.242Z Compiling env_logger v0.9.3
26602024-04-05T03:20:15.245Z Running `/home/build/.rustup/toolchains/1.76.0-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=8313949158ba12f4 -C extra-filename=-8313949158ba12f4 --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-bc207275872cf9fb.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612024-04-05T03:20:15.825Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26622024-04-05T03:20:15.828Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=b1a62a9c04d7931a -C extra-filename=-b1a62a9c04d7931a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632024-04-05T03:20:15.996Z Compiling bitstruct_derive v0.1.0
26642024-04-05T03:20:16.001Z Running `/home/build/.rustup/toolchains/1.76.0-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 debuginfo=line-tables-only -C metadata=4b7ba2192bbbf503 -C extra-filename=-4b7ba2192bbbf503 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652024-04-05T03:20:16.295Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26662024-04-05T03:20:16.298Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=a157b775f51930d4 -C extra-filename=-a157b775f51930d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672024-04-05T03:20:16.444Z Compiling ascii v1.1.0
26682024-04-05T03:20:16.447Z Running `/home/build/.rustup/toolchains/1.76.0-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=40a21741d6dad4a9 -C extra-filename=-40a21741d6dad4a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692024-04-05T03:20:16.665Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26702024-04-05T03:20:16.698Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=3757f1f856e533e1 -C extra-filename=-3757f1f856e533e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-a157b775f51930d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712024-04-05T03:20:16.928Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26722024-04-05T03:20:16.932Z Running `/home/build/.rustup/toolchains/1.76.0-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=f3c7527b25421976 -C extra-filename=-f3c7527b25421976 --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-40a21741d6dad4a9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-8313949158ba12f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732024-04-05T03:20:17.070Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26742024-04-05T03:20:17.073Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=68b4788525c83865 -C extra-filename=-68b4788525c83865 --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-b1a62a9c04d7931a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752024-04-05T03:20:17.515Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26762024-04-05T03:20:17.519Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=1ee54964435f7fd4 -C extra-filename=-1ee54964435f7fd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772024-04-05T03:20:17.550Z Compiling bitstruct v0.1.1
26782024-04-05T03:20:17.573Z Running `/home/build/.rustup/toolchains/1.76.0-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=f6ed368a1311ffcd -C extra-filename=-f6ed368a1311ffcd --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-4b7ba2192bbbf503.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792024-04-05T03:20:17.674Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26802024-04-05T03:20:17.680Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=6881ea46de661232 -C extra-filename=-6881ea46de661232 --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-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812024-04-05T03:20:19.448Z Compiling erased-serde v0.3.31
26822024-04-05T03:20:19.504Z Running `/home/build/.rustup/toolchains/1.76.0-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.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eba1e26a7e70ce36 -C extra-filename=-eba1e26a7e70ce36 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832024-04-05T03:20:19.504Z Compiling serde_arrays v0.1.0
26842024-04-05T03:20:19.504Z Running `/home/build/.rustup/toolchains/1.76.0-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=f3686ae073355ff4 -C extra-filename=-f3686ae073355ff4 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852024-04-05T03:20:19.504Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
26862024-04-05T03:20:19.504Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/d44d9e0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4810c88037fcfe90 -C extra-filename=-4810c88037fcfe90 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-4810c88037fcfe90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872024-04-05T03:20:19.505Z Compiling zone_cfg_derive v0.1.2
26882024-04-05T03:20:19.505Z Running `/home/build/.rustup/toolchains/1.76.0-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.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d233dbee3072a81 -C extra-filename=-5d233dbee3072a81 --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-12cdb6be815d4424.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892024-04-05T03:20:19.505Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-4810c88037fcfe90/build-script-build`
26902024-04-05T03:20:19.505Z Compiling tungstenite v0.21.0
26912024-04-05T03:20:19.505Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-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 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=f2104abf9f5fdfbf -C extra-filename=-f2104abf9f5fdfbf --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-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1e277e0870e088fa.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-c84491f7bfb958ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922024-04-05T03:20:19.505Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26932024-04-05T03:20:19.505Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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 -C metadata=a8de5f8e454e9db7 -C extra-filename=-a8de5f8e454e9db7 --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-c50d7e24e8e0d956.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-68b4788525c83865.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-f6ed368a1311ffcd.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-1ee54964435f7fd4.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-eba1e26a7e70ce36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-6881ea46de661232.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-f3c7527b25421976.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-f3686ae073355ff4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-3757f1f856e533e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942024-04-05T03:20:19.535Z Compiling base64 v0.13.1
26952024-04-05T03:20:19.539Z Running `/home/build/.rustup/toolchains/1.76.0-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=27c3891ed007f9e7 -C extra-filename=-27c3891ed007f9e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962024-04-05T03:20:20.142Z Compiling ron v0.7.1
26972024-04-05T03:20:20.148Z Running `/home/build/.rustup/toolchains/1.76.0-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=15a2d8d95cc077ab -C extra-filename=-15a2d8d95cc077ab --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-27c3891ed007f9e7.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982024-04-05T03:20:20.200Z Compiling zone v0.1.8
26992024-04-05T03:20:20.222Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8f04a1c20aa323f -C extra-filename=-b8f04a1c20aa323f --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-fe659cae1f4f223b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-5d233dbee3072a81.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002024-04-05T03:20:20.612Z Compiling mockall v0.12.0
27012024-04-05T03:20:20.617Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2919e28e06a0b1a7 -C extra-filename=-2919e28e06a0b1a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-1f7c9f7d175ab432.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-e894b1308bbfa0ed.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-5995008750e115b3.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e6c526a8ec957ffc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022024-04-05T03:20:21.376Z Compiling tokio-tungstenite v0.21.0
27032024-04-05T03:20:21.380Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-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 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=bb18022a717b3a54 -C extra-filename=-bb18022a717b3a54 --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-61761f61c51300b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-f2104abf9f5fdfbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042024-04-05T03:20:21.380Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/d44d9e0/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=1e0dd2b1a86f228e -C extra-filename=-1e0dd2b1a86f228e --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-c50d7e24e8e0d956.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-f399dd89a8706c6d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-d1d94fd8721e9c34.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-a160a081357f2375.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-22af393ad8539018.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e830c88db8a11628.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
27052024-04-05T03:20:21.481Z Compiling headers-core v0.2.0
27062024-04-05T03:20:21.489Z Running `/home/build/.rustup/toolchains/1.76.0-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=537885ece35e2dee -C extra-filename=-537885ece35e2dee --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-7c82928e711e413d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072024-04-05T03:20:21.653Z Compiling portpicker v0.1.1
27082024-04-05T03:20:21.657Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name portpicker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portpicker-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=3fd67c0097bc1e3d -C extra-filename=-3fd67c0097bc1e3d --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-dbd9f544a3d8a488.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092024-04-05T03:20:21.769Z Compiling headers v0.3.9
27102024-04-05T03:20:21.775Z Running `/home/build/.rustup/toolchains/1.76.0-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=b498619c3d19ad7c -C extra-filename=-b498619c3d19ad7c --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-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-537885ece35e2dee.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112024-04-05T03:20:21.987Z Compiling rcgen v0.12.1
27122024-04-05T03:20:21.991Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' -C metadata=b8fd1eb3eadc8a85 -C extra-filename=-b8fd1eb3eadc8a85 --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-0cb71a710de885d6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
27132024-04-05T03:20:22.567Z Compiling atomicwrites v0.4.3
27142024-04-05T03:20:22.570Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3655500470576653 -C extra-filename=-3655500470576653 --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-6341173b0c3a13b4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152024-04-05T03:20:22.950Z Compiling subprocess v0.2.9
27162024-04-05T03:20:22.954Z Running `/home/build/.rustup/toolchains/1.76.0-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=3d08902ccd262d2a -C extra-filename=-3d08902ccd262d2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172024-04-05T03:20:23.848Z Compiling linked-hash-map v0.5.6
27182024-04-05T03:20:23.852Z Running `/home/build/.rustup/toolchains/1.76.0-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=118e2b4d5837c75a -C extra-filename=-118e2b4d5837c75a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192024-04-05T03:20:23.874Z Compiling password-hash v0.5.0
27202024-04-05T03:20:23.877Z Running `/home/build/.rustup/toolchains/1.76.0-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=afee59289627ee61 -C extra-filename=-afee59289627ee61 --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-1d4bdcf392c0c077.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212024-04-05T03:20:24.236Z Compiling lru-cache v0.1.2
27222024-04-05T03:20:24.256Z Running `/home/build/.rustup/toolchains/1.76.0-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=1cda006f2a34fb96 -C extra-filename=-1cda006f2a34fb96 --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-118e2b4d5837c75a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232024-04-05T03:20:24.455Z Compiling blake2 v0.10.6
27242024-04-05T03:20:24.461Z Running `/home/build/.rustup/toolchains/1.76.0-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=144b4f39f1f7c4be -C extra-filename=-144b4f39f1f7c4be --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-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252024-04-05T03:20:24.551Z Compiling swrite v0.1.0
27262024-04-05T03:20:24.557Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a62c0f6c5943a826 -C extra-filename=-a62c0f6c5943a826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272024-04-05T03:20:24.697Z Compiling itertools v0.12.1
27282024-04-05T03:20:24.700Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=2baf6454aeb93980 -C extra-filename=-2baf6454aeb93980 --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-29735c8c8d06ffc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292024-04-05T03:20:24.986Z Compiling argon2 v0.5.3
27302024-04-05T03:20:24.990Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=bd1d1801db21c345 -C extra-filename=-bd1d1801db21c345 --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-1d4bdcf392c0c077.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-144b4f39f1f7c4be.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-afee59289627ee61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312024-04-05T03:20:25.012Z Compiling derive-where v1.2.7
27322024-04-05T03:20:25.015Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b44ebb5b3c74cea -C extra-filename=-2b44ebb5b3c74cea --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332024-04-05T03:20:25.034Z Compiling resolv-conf v0.7.0
27342024-04-05T03:20:25.037Z Running `/home/build/.rustup/toolchains/1.76.0-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=b17683cade733f41 -C extra-filename=-b17683cade733f41 --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-535c46064946cfa5.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f6fbc9cc513eac06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352024-04-05T03:20:25.859Z Compiling trust-dns-resolver v0.22.0
27362024-04-05T03:20:25.862Z Running `/home/build/.rustup/toolchains/1.76.0-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=f5c613f0cedcb02a -C extra-filename=-f5c613f0cedcb02a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1cda006f2a34fb96.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-b17683cade733f41.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8ef84c3aa4b7bb6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372024-04-05T03:20:25.976Z Compiling cancel-safe-futures v0.1.5
27382024-04-05T03:20:25.979Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=21f7727c91c71c2c -C extra-filename=-21f7727c91c71c2c --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-21f7727c91c71c2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392024-04-05T03:20:26.392Z Compiling bytecount v0.6.3
27402024-04-05T03:20:26.396Z Running `/home/build/.rustup/toolchains/1.76.0-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=d2c279734d6784ec -C extra-filename=-d2c279734d6784ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412024-04-05T03:20:26.630Z Compiling semver v0.1.20
27422024-04-05T03:20:26.633Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dba12cca44c3ce32 -C extra-filename=-dba12cca44c3ce32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432024-04-05T03:20:27.317Z Compiling rustc_version v0.1.7
27442024-04-05T03:20:27.321Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4288a2f61b5af2e4 -C extra-filename=-4288a2f61b5af2e4 --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-dba12cca44c3ce32.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452024-04-05T03:20:27.896Z Compiling papergrid v0.11.0
27462024-04-05T03:20:27.900Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=d0016df0fe718460 -C extra-filename=-d0016df0fe718460 --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-d2c279734d6784ec.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472024-04-05T03:20:27.942Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-21f7727c91c71c2c/build-script-build`
27482024-04-05T03:20:27.971Z Compiling tabled_derive v0.7.0
27492024-04-05T03:20:27.975Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ddee67257acbe2d -C extra-filename=-4ddee67257acbe2d --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-a8c1128ccf1e31c1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502024-04-05T03:20:28.003Z Compiling is-terminal v0.4.9
27512024-04-05T03:20:28.006Z Running `/home/build/.rustup/toolchains/1.76.0-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=07069127a17cd079 -C extra-filename=-07069127a17cd079 --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-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522024-04-05T03:20:28.147Z Compiling half v2.3.1
27532024-04-05T03:20:28.150Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dab6ca9eb48a92a3 -C extra-filename=-dab6ca9eb48a92a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542024-04-05T03:20:28.748Z Compiling ciborium-io v0.2.2
27552024-04-05T03:20:28.752Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=93bfb3a01564aefe -C extra-filename=-93bfb3a01564aefe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562024-04-05T03:20:28.893Z Compiling ciborium-ll v0.2.2
27572024-04-05T03:20:28.899Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=daf634329f6b7c63 -C extra-filename=-daf634329f6b7c63 --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-93bfb3a01564aefe.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-dab6ca9eb48a92a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582024-04-05T03:20:28.969Z Running `/home/build/.rustup/toolchains/1.76.0-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=05665f07365a9a25 -C extra-filename=-05665f07365a9a25 --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-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592024-04-05T03:20:35.760Z Compiling newtype_derive v0.1.6
27602024-04-05T03:20:35.770Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7642379ab00c1140 -C extra-filename=-7642379ab00c1140 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-7642379ab00c1140 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-4288a2f61b5af2e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612024-04-05T03:20:35.771Z Compiling ciborium v0.2.2
27622024-04-05T03:20:35.771Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=725e70086ca63127 -C extra-filename=-725e70086ca63127 --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-93bfb3a01564aefe.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-daf634329f6b7c63.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632024-04-05T03:20:35.771Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-7642379ab00c1140/build-script-build`
27642024-04-05T03:20:35.771Z Compiling slog-dtrace v0.3.0
27652024-04-05T03:20:35.771Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c91074811bdc16d -C extra-filename=-7c91074811bdc16d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-7c91074811bdc16d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662024-04-05T03:20:35.771Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27672024-04-05T03:20:35.771Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=41590d301d469d59 -C extra-filename=-41590d301d469d59 --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-a8de5f8e454e9db7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682024-04-05T03:20:35.772Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27692024-04-05T03:20:35.772Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=9613908b39450418 -C extra-filename=-9613908b39450418 --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-41590d301d469d59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702024-04-05T03:20:35.772Z Compiling tabled v0.15.0
27712024-04-05T03:20:35.772Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=fafdbbb263f2d450 -C extra-filename=-fafdbbb263f2d450 --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-d0016df0fe718460.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-4ddee67257acbe2d.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722024-04-05T03:20:35.772Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-7c91074811bdc16d/build-script-build`
27732024-04-05T03:20:35.772Z Running `/home/build/.rustup/toolchains/1.76.0-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=a066ba2ba3a2161f -C extra-filename=-a066ba2ba3a2161f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
27742024-04-05T03:20:35.772Z Compiling signature v2.1.0
27752024-04-05T03:20:35.772Z Running `/home/build/.rustup/toolchains/1.76.0-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=87fa9ebc53729cb3 -C extra-filename=-87fa9ebc53729cb3 --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-a6c53878d7a38e90.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762024-04-05T03:20:35.772Z Compiling rayon-core v1.12.1
27772024-04-05T03:20:35.772Z Running `/home/build/.rustup/toolchains/1.76.0-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.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4733c6188dca178 -C extra-filename=-f4733c6188dca178 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-f4733c6188dca178 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782024-04-05T03:20:35.772Z Compiling steno v0.4.0
27792024-04-05T03:20:35.772Z Running `/home/build/.rustup/toolchains/1.76.0-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=d4678305eccd0bc0 -C extra-filename=-d4678305eccd0bc0 --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-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802024-04-05T03:20:35.772Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-f4733c6188dca178/build-script-build`
27812024-04-05T03:20:35.773Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4402e2ad06ccf78 -C extra-filename=-f4402e2ad06ccf78 --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-5e3bfc1001098ea4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822024-04-05T03:20:36.160Z Compiling crossbeam-deque v0.8.3
27832024-04-05T03:20:36.160Z Running `/home/build/.rustup/toolchains/1.76.0-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=b3c4c3177151a001 -C extra-filename=-b3c4c3177151a001 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842024-04-05T03:20:36.161Z Compiling libsw v3.3.1
27852024-04-05T03:20:36.161Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=4b4ed0bb43fb2131 -C extra-filename=-4b4ed0bb43fb2131 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862024-04-05T03:20:36.161Z Compiling num-rational v0.4.1
27872024-04-05T03:20:36.161Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44541355ec996e12 -C extra-filename=-44541355ec996e12 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-44541355ec996e12 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882024-04-05T03:20:36.161Z Compiling linear-map v1.2.0
27892024-04-05T03:20:36.161Z Running `/home/build/.rustup/toolchains/1.76.0-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=170a65fc53887f22 -C extra-filename=-170a65fc53887f22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902024-04-05T03:20:36.161Z Compiling owo-colors v4.0.0
27912024-04-05T03:20:36.161Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21e9887b2a59a1a6 -C extra-filename=-21e9887b2a59a1a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922024-04-05T03:20:36.161Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-44541355ec996e12/build-script-build`
27932024-04-05T03:20:36.161Z Running `/home/build/.rustup/toolchains/1.76.0-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40d7b3943423d395 -C extra-filename=-40d7b3943423d395 --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-b3c4c3177151a001.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942024-04-05T03:20:36.161Z Compiling nibble_vec v0.1.0
27952024-04-05T03:20:36.161Z Running `/home/build/.rustup/toolchains/1.76.0-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=ad5717221127a63a -C extra-filename=-ad5717221127a63a --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-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962024-04-05T03:20:36.162Z Compiling endian-type v0.1.2
27972024-04-05T03:20:36.162Z Running `/home/build/.rustup/toolchains/1.76.0-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=9878bc2ee7cdad50 -C extra-filename=-9878bc2ee7cdad50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982024-04-05T03:20:36.162Z Compiling radix_trie v0.2.1
27992024-04-05T03:20:36.162Z Running `/home/build/.rustup/toolchains/1.76.0-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=31914b6898517cee -C extra-filename=-31914b6898517cee --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-9878bc2ee7cdad50.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-ad5717221127a63a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002024-04-05T03:20:36.162Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28012024-04-05T03:20:36.162Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/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=304136fb2028df53 -C extra-filename=-304136fb2028df53 --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-1dda41f52e659abf.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-111afbb9db81a898.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-56144aabdaa1be76.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
28022024-04-05T03:20:36.162Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
28032024-04-05T03:20:36.162Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/8207cb9/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=6cf4e814e5c31d83 -C extra-filename=-6cf4e814e5c31d83 --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-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
28042024-04-05T03:20:36.162Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28052024-04-05T03:20:36.162Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2a5c8b563e2576fd -C extra-filename=-2a5c8b563e2576fd --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-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b43b1566985f01c0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
28062024-04-05T03:20:36.162Z Compiling rayon v1.10.0
28072024-04-05T03:20:36.162Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ad94c8827395be4 -C extra-filename=-3ad94c8827395be4 --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-29735c8c8d06ffc5.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-40d7b3943423d395.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082024-04-05T03:20:36.162Z Running `/home/build/.rustup/toolchains/1.76.0-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=8cc11b59b5be65d8 -C extra-filename=-8cc11b59b5be65d8 --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-451e0d2b9dfe66d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_int_exp_fmt`
28092024-04-05T03:20:36.163Z Compiling aws-lc-sys v0.14.1
28102024-04-05T03:20:36.163Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.14.1/builder/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=2c634d22145c4844 -C extra-filename=-2c634d22145c4844 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2c634d22145c4844 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-3fe1294dca58d367.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-5d2453dd7b36ee68.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-e899756d86d0092d.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-4e63553d8b59dbe5.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112024-04-05T03:20:36.605Z Compiling num-complex v0.4.4
28122024-04-05T03:20:36.640Z Running `/home/build/.rustup/toolchains/1.76.0-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=0f2ec5d69ba17311 -C extra-filename=-0f2ec5d69ba17311 --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-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132024-04-05T03:20:37.695Z Compiling fxhash v0.2.1
28142024-04-05T03:20:37.701Z Running `/home/build/.rustup/toolchains/1.76.0-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=c5a6087f0e37f727 -C extra-filename=-c5a6087f0e37f727 --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-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152024-04-05T03:20:37.936Z Compiling num v0.4.1
28162024-04-05T03:20:37.950Z Running `/home/build/.rustup/toolchains/1.76.0-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=9f10828012a3e3e1 -C extra-filename=-9f10828012a3e3e1 --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-0f2ec5d69ba17311.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-8cc11b59b5be65d8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172024-04-05T03:20:38.065Z Compiling toml v0.5.11
28182024-04-05T03:20:38.065Z Running `/home/build/.rustup/toolchains/1.76.0-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=afa4c9634c10e2b4 -C extra-filename=-afa4c9634c10e2b4 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192024-04-05T03:20:38.210Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2c634d22145c4844/build-script-main`
28202024-04-05T03:20:38.396Z Compiling display-error-chain v0.2.0
28212024-04-05T03:20:38.402Z Running `/home/build/.rustup/toolchains/1.76.0-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=bf419dfec19b310d -C extra-filename=-bf419dfec19b310d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222024-04-05T03:20:38.567Z Compiling home v0.5.5
28232024-04-05T03:20:38.570Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2c6a8e1c88275ec -C extra-filename=-d2c6a8e1c88275ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242024-04-05T03:20:38.854Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28252024-04-05T03:20:38.858Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/e69694a/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=d9dd7f9884b3da3d -C extra-filename=-d9dd7f9884b3da3d --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-4a98c9e1acd0c2f3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-1e0dd2b1a86f228e.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-3fd67c0097bc1e3d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2a5c8b563e2576fd.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-9613908b39450418.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-15a2d8d95cc077ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-614497814ef66dfd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bb18022a717b3a54.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b8f04a1c20aa323f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
28262024-04-05T03:20:39.406Z Compiling radium v0.7.0
28272024-04-05T03:20:39.428Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da833ba60dee6c82 -C extra-filename=-da833ba60dee6c82 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-da833ba60dee6c82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282024-04-05T03:20:39.650Z Compiling convert_case v0.4.0
28292024-04-05T03:20:39.656Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42260ae53805e822 -C extra-filename=-42260ae53805e822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302024-04-05T03:20:39.929Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-da833ba60dee6c82/build-script-build`
28312024-04-05T03:20:39.965Z Compiling maybe-uninit v2.0.0
28322024-04-05T03:20:39.968Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2389366b65699f97 -C extra-filename=-2389366b65699f97 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2389366b65699f97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332024-04-05T03:20:40.564Z Compiling tap v1.0.1
28342024-04-05T03:20:40.567Z Running `/home/build/.rustup/toolchains/1.76.0-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=1f22e98df0b8f0d2 -C extra-filename=-1f22e98df0b8f0d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352024-04-05T03:20:40.680Z Compiling derive_more v0.99.17
28362024-04-05T03:20:40.702Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' -C metadata=dedb208d24807cf2 -C extra-filename=-dedb208d24807cf2 --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-42260ae53805e822.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372024-04-05T03:20:40.760Z Compiling wyz v0.5.1
28382024-04-05T03:20:40.810Z Running `/home/build/.rustup/toolchains/1.76.0-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=fb58df48391a79fe -C extra-filename=-fb58df48391a79fe --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-1f22e98df0b8f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392024-04-05T03:20:41.048Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2389366b65699f97/build-script-build`
28402024-04-05T03:20:41.124Z Running `/home/build/.rustup/toolchains/1.76.0-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=1cb6974208755004 -C extra-filename=-1cb6974208755004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
28412024-04-05T03:20:41.192Z Compiling packed_struct v0.10.1
28422024-04-05T03:20:41.197Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=7f3daadff8859eed -C extra-filename=-7f3daadff8859eed --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-7f3daadff8859eed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432024-04-05T03:20:41.334Z Compiling crc-catalog v2.2.0
28442024-04-05T03:20:41.337Z Running `/home/build/.rustup/toolchains/1.76.0-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=584b34e269a65c72 -C extra-filename=-584b34e269a65c72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452024-04-05T03:20:41.484Z Compiling funty v2.0.0
28462024-04-05T03:20:41.530Z Running `/home/build/.rustup/toolchains/1.76.0-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=d5326c02a34c00d0 -C extra-filename=-d5326c02a34c00d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472024-04-05T03:20:41.607Z Compiling num-bigint-dig v0.8.4
28482024-04-05T03:20:41.610Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=7c21abe8edd8cb47 -C extra-filename=-7c21abe8edd8cb47 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7c21abe8edd8cb47 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492024-04-05T03:20:41.707Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-7f3daadff8859eed/build-script-build`
28502024-04-05T03:20:41.737Z Compiling crc v3.0.1
28512024-04-05T03:20:41.740Z Running `/home/build/.rustup/toolchains/1.76.0-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=12b781ba37feba4c -C extra-filename=-12b781ba37feba4c --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-584b34e269a65c72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522024-04-05T03:20:41.767Z Running `/home/build/.rustup/toolchains/1.76.0-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=d51077df71b6e718 -C extra-filename=-d51077df71b6e718 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
28532024-04-05T03:20:41.876Z Compiling packed_struct_codegen v0.10.1
28542024-04-05T03:20:41.879Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=71d2366efce9da3f -C extra-filename=-71d2366efce9da3f --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552024-04-05T03:20:41.970Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7c21abe8edd8cb47/build-script-build`
28562024-04-05T03:20:42.006Z Compiling indexmap v1.9.3
28572024-04-05T03:20:42.028Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f09a61d597ec3252 -C extra-filename=-f09a61d597ec3252 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-f09a61d597ec3252 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582024-04-05T03:20:42.034Z Compiling nodrop v0.1.14
28592024-04-05T03:20:42.088Z Running `/home/build/.rustup/toolchains/1.76.0-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=dcf73372ab15b9b6 -C extra-filename=-dcf73372ab15b9b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602024-04-05T03:20:42.160Z Compiling array-init v0.0.4
28612024-04-05T03:20:42.163Z Running `/home/build/.rustup/toolchains/1.76.0-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=47f548cad5eb7a70 -C extra-filename=-47f548cad5eb7a70 --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-dcf73372ab15b9b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622024-04-05T03:20:42.374Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-f09a61d597ec3252/build-script-build`
28632024-04-05T03:20:42.423Z Running `/home/build/.rustup/toolchains/1.76.0-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=53309572b38547f8 -C extra-filename=-53309572b38547f8 --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-ee70016887b171ea.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-08c3263bc1059c33.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
28642024-04-05T03:20:43.365Z Compiling bitvec v1.0.1
28652024-04-05T03:20:43.368Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc5251a1fdc3e17c -C extra-filename=-dc5251a1fdc3e17c --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-d5326c02a34c00d0.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-1cb6974208755004.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-1f22e98df0b8f0d2.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-fb58df48391a79fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662024-04-05T03:20:43.470Z Compiling smallvec v0.6.14
28672024-04-05T03:20:43.476Z Running `/home/build/.rustup/toolchains/1.76.0-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=750b6f44d5d11bb0 -C extra-filename=-750b6f44d5d11bb0 --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-d51077df71b6e718.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682024-04-05T03:20:43.968Z Compiling pkcs1 v0.7.5
28692024-04-05T03:20:43.976Z Running `/home/build/.rustup/toolchains/1.76.0-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=feec032bdd149ce4 -C extra-filename=-feec032bdd149ce4 --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-996b9ba85656a83e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702024-04-05T03:20:44.934Z Compiling bitfield v0.14.0
28712024-04-05T03:20:44.937Z Running `/home/build/.rustup/toolchains/1.76.0-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=44a2177e54565cd3 -C extra-filename=-44a2177e54565cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722024-04-05T03:20:44.995Z Compiling hashbrown v0.12.3
28732024-04-05T03:20:45.002Z Running `/home/build/.rustup/toolchains/1.76.0-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=6b9efe44486a05de -C extra-filename=-6b9efe44486a05de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742024-04-05T03:20:45.263Z Compiling rsa v0.9.2
28752024-04-05T03:20:45.267Z Running `/home/build/.rustup/toolchains/1.76.0-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=de6453f91970b472 -C extra-filename=-de6453f91970b472 --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-ee70016887b171ea.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-53309572b38547f8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-feec032bdd149ce4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-87fa9ebc53729cb3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762024-04-05T03:20:45.649Z Compiling serde-hex v0.1.0
28772024-04-05T03:20:45.655Z Running `/home/build/.rustup/toolchains/1.76.0-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=98514bdd8737c5c9 -C extra-filename=-98514bdd8737c5c9 --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-47f548cad5eb7a70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-750b6f44d5d11bb0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782024-04-05T03:20:46.162Z Running `/home/build/.rustup/toolchains/1.76.0-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=1abd2053f376426f -C extra-filename=-1abd2053f376426f --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-6b9efe44486a05de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
28792024-04-05T03:20:46.733Z Running `/home/build/.rustup/toolchains/1.76.0-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=49eff785b7229eaf -C extra-filename=-49eff785b7229eaf --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-dc5251a1fdc3e17c.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-71d2366efce9da3f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802024-04-05T03:20:47.100Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28812024-04-05T03:20:47.105Z Running `/home/build/.rustup/toolchains/1.76.0-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=9c9f2e3bfedd2848 -C extra-filename=-9c9f2e3bfedd2848 --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-ee70016887b171ea.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-12b781ba37feba4c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822024-04-05T03:20:47.429Z Compiling env_logger v0.10.0
28832024-04-05T03:20:47.433Z Running `/home/build/.rustup/toolchains/1.76.0-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=47f87905f0e66bb4 -C extra-filename=-47f87905f0e66bb4 --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-07069127a17cd079.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842024-04-05T03:20:48.914Z Compiling x509-cert v0.2.4
28852024-04-05T03:20:48.917Z Running `/home/build/.rustup/toolchains/1.76.0-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=d04bf3119feb1f66 -C extra-filename=-d04bf3119feb1f66 --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-6aceee1def2f4da4.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862024-04-05T03:20:49.895Z Compiling ron v0.8.1
28872024-04-05T03:20:49.904Z Running `/home/build/.rustup/toolchains/1.76.0-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=ffade93e16c6b8e0 -C extra-filename=-ffade93e16c6b8e0 --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-617eb63bc076f209.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882024-04-05T03:20:50.363Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28892024-04-05T03:20:50.369Z Running `/home/build/.rustup/toolchains/1.76.0-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=755937a05304aaa6 -C extra-filename=-755937a05304aaa6 --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-44a2177e54565cd3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-49eff785b7229eaf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902024-04-05T03:20:50.857Z Compiling hashbrown v0.13.2
28912024-04-05T03:20:50.860Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' -C metadata=94e4e7ba309d7872 -C extra-filename=-94e4e7ba309d7872 --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-bbfc89eae5e2d3b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922024-04-05T03:20:51.829Z Compiling arrayvec v0.7.4
28932024-04-05T03:20:51.833Z Running `/home/build/.rustup/toolchains/1.76.0-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=c9c1b634dcefec2a -C extra-filename=-c9c1b634dcefec2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942024-04-05T03:20:52.016Z Compiling arrayref v0.3.7
28952024-04-05T03:20:52.021Z Running `/home/build/.rustup/toolchains/1.76.0-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=477e329b0fb4e5d0 -C extra-filename=-477e329b0fb4e5d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962024-04-05T03:20:52.131Z Compiling crc-any v2.4.3
28972024-04-05T03:20:52.137Z Running `/home/build/.rustup/toolchains/1.76.0-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=2598e3c411c3e11b -C extra-filename=-2598e3c411c3e11b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982024-04-05T03:20:52.279Z Compiling object v0.30.4
28992024-04-05T03:20:52.282Z Running `/home/build/.rustup/toolchains/1.76.0-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=ef3269e7e4a0c920 -C extra-filename=-ef3269e7e4a0c920 --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-cefa2dedbe8d87d7.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-94e4e7ba309d7872.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1abd2053f376426f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002024-04-05T03:20:52.529Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29012024-04-05T03:20:52.532Z Running `/home/build/.rustup/toolchains/1.76.0-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=2a476cbaa4137627 -C extra-filename=-2a476cbaa4137627 --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-ffade93e16c6b8e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9c9f2e3bfedd2848.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022024-04-05T03:20:52.667Z Compiling path-slash v0.1.5
29032024-04-05T03:20:52.671Z Running `/home/build/.rustup/toolchains/1.76.0-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=3f90d698ca79fa8f -C extra-filename=-3f90d698ca79fa8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042024-04-05T03:20:52.915Z Compiling constant_time_eq v0.3.0
29052024-04-05T03:20:52.922Z Running `/home/build/.rustup/toolchains/1.76.0-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=5b32d0391bf1b5d5 -C extra-filename=-5b32d0391bf1b5d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062024-04-05T03:20:53.129Z Compiling blake3 v1.5.0
29072024-04-05T03:20:53.132Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=b5de045d0b4a8c8c -C extra-filename=-b5de045d0b4a8c8c --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-b5de045d0b4a8c8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082024-04-05T03:20:53.346Z Compiling parking_lot_core v0.8.6
29092024-04-05T03:20:53.349Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17feb5f7bce05c6f -C extra-filename=-17feb5f7bce05c6f --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-17feb5f7bce05c6f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102024-04-05T03:20:53.567Z Compiling memmap2 v0.7.1
29112024-04-05T03:20:53.595Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3874dcae2a88085 -C extra-filename=-e3874dcae2a88085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122024-04-05T03:20:53.828Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-b5de045d0b4a8c8c/build-script-build`
29132024-04-05T03:20:53.882Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-17feb5f7bce05c6f/build-script-build`
29142024-04-05T03:20:53.915Z Running `/home/build/.rustup/toolchains/1.76.0-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=62989711e651ca20 -C extra-filename=-62989711e651ca20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152024-04-05T03:20:53.980Z Compiling textwrap v0.11.0
29162024-04-05T03:20:53.984Z Running `/home/build/.rustup/toolchains/1.76.0-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=413954bee5843f60 -C extra-filename=-413954bee5843f60 --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-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172024-04-05T03:20:54.194Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=8ed5ec60a43e5028 -C extra-filename=-8ed5ec60a43e5028 --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-477e329b0fb4e5d0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9c1b634dcefec2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5b32d0391bf1b5d5.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-e3874dcae2a88085.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3ad94c8827395be4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi`
29182024-04-05T03:20:54.516Z Compiling gethostname v0.4.3
29192024-04-05T03:20:54.519Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4af3ac39ee685c10 -C extra-filename=-4af3ac39ee685c10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202024-04-05T03:20:54.613Z Compiling strsim v0.8.0
29212024-04-05T03:20:54.619Z Running `/home/build/.rustup/toolchains/1.76.0-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=c89f4eb465b34cf4 -C extra-filename=-c89f4eb465b34cf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222024-04-05T03:20:54.821Z Compiling ansi_term v0.12.1
29232024-04-05T03:20:54.824Z Running `/home/build/.rustup/toolchains/1.76.0-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=6ddf7a4dde139989 -C extra-filename=-6ddf7a4dde139989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242024-04-05T03:20:55.291Z Compiling vec_map v0.8.2
29252024-04-05T03:20:55.294Z Running `/home/build/.rustup/toolchains/1.76.0-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=889956feeb361863 -C extra-filename=-889956feeb361863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262024-04-05T03:20:55.367Z Compiling libefi-sys v0.1.0
29272024-04-05T03:20:55.370Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57923c12001a9aa9 -C extra-filename=-57923c12001a9aa9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-57923c12001a9aa9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282024-04-05T03:20:55.590Z Compiling topological-sort v0.2.2
29292024-04-05T03:20:55.594Z Running `/home/build/.rustup/toolchains/1.76.0-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=f95a1301bee0cc84 -C extra-filename=-f95a1301bee0cc84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302024-04-05T03:20:55.721Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-57923c12001a9aa9/build-script-build`
29312024-04-05T03:20:55.756Z Compiling clap v2.34.0
29322024-04-05T03:20:55.788Z Running `/home/build/.rustup/toolchains/1.76.0-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=351dce105c8916f8 -C extra-filename=-351dce105c8916f8 --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-6ddf7a4dde139989.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-c89f4eb465b34cf4.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-413954bee5843f60.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-889956feeb361863.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332024-04-05T03:20:55.833Z Compiling omicron-zone-package v0.11.0
29342024-04-05T03:20:55.893Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a709f8de193c12c -C extra-filename=-9a709f8de193c12c --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-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-8ed5ec60a43e5028.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3d575e387bdf95bf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-f95a1301bee0cc84.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
29352024-04-05T03:20:55.898Z Compiling parking_lot v0.11.2
29362024-04-05T03:20:55.898Z Running `/home/build/.rustup/toolchains/1.76.0-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=bd0b1d6408ed80da -C extra-filename=-bd0b1d6408ed80da --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-0a7219532de93018.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-431ebead5e7f5a84.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-62989711e651ca20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372024-04-05T03:20:56.058Z Compiling trust-dns-client v0.22.0
29382024-04-05T03:20:56.067Z Running `/home/build/.rustup/toolchains/1.76.0-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=cbecc0798a16ea2c -C extra-filename=-cbecc0798a16ea2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-31914b6898517cee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8ef84c3aa4b7bb6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392024-04-05T03:20:56.929Z Compiling structopt-derive v0.4.18
29402024-04-05T03:20:56.932Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cae3ebfb83f4730 -C extra-filename=-1cae3ebfb83f4730 --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-12cdb6be815d4424.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412024-04-05T03:20:58.244Z Compiling semver-parser v0.10.2
29422024-04-05T03:20:58.264Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=107ab8797a542c77 -C extra-filename=-107ab8797a542c77 --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-d7c5c51e4058a70f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432024-04-05T03:20:59.131Z Compiling async-recursion v1.1.0
29442024-04-05T03:20:59.135Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a0abacd4e703967 -C extra-filename=-0a0abacd4e703967 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452024-04-05T03:21:00.259Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
29462024-04-05T03:21:00.264Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83c762147661914f -C extra-filename=-83c762147661914f --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-83c762147661914f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472024-04-05T03:21:00.353Z Compiling keccak v0.1.4
29482024-04-05T03:21:00.374Z Running `/home/build/.rustup/toolchains/1.76.0-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=eff9640768ec2811 -C extra-filename=-eff9640768ec2811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492024-04-05T03:21:00.720Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-83c762147661914f/build-script-build`
29502024-04-05T03:21:00.818Z Compiling sha3 v0.10.8
29512024-04-05T03:21:00.822Z Running `/home/build/.rustup/toolchains/1.76.0-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=18e98e9e48a01bce -C extra-filename=-18e98e9e48a01bce --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-a6c53878d7a38e90.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-eff9640768ec2811.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522024-04-05T03:21:00.984Z Compiling structopt v0.3.26
29532024-04-05T03:21:00.987Z Running `/home/build/.rustup/toolchains/1.76.0-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=2c505ad354e75efa -C extra-filename=-2c505ad354e75efa --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-351dce105c8916f8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-1cae3ebfb83f4730.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542024-04-05T03:21:01.060Z Compiling semver v0.11.0
29552024-04-05T03:21:01.090Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3b3142c6dcf71fdd -C extra-filename=-3b3142c6dcf71fdd --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-107ab8797a542c77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562024-04-05T03:21:01.170Z Compiling trust-dns-server v0.22.1
29572024-04-05T03:21:01.174Z Running `/home/build/.rustup/toolchains/1.76.0-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=6b53ee67efd3bd1c -C extra-filename=-6b53ee67efd3bd1c --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-db84444bd088c958.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-db0587d23916f20e.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-ff152435fb53ec9e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afa4c9634c10e2b4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-cbecc0798a16ea2c.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8ef84c3aa4b7bb6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582024-04-05T03:21:01.332Z Compiling sled v0.34.7
29592024-04-05T03:21:01.364Z Running `/home/build/.rustup/toolchains/1.76.0-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=0d924f6d5199d796 -C extra-filename=-0d924f6d5199d796 --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-cefa2dedbe8d87d7.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c5a6087f0e37f727.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-bd0b1d6408ed80da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602024-04-05T03:21:01.785Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29612024-04-05T03:21:01.789Z Running `/home/build/.rustup/toolchains/1.76.0-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=93a4f6e9acc30dc0 -C extra-filename=-93a4f6e9acc30dc0 --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-ee70016887b171ea.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-2598e3c411c3e11b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-47f87905f0e66bb4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-755937a05304aaa6.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-49eff785b7229eaf.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-de6453f91970b472.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-98514bdd8737c5c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d04bf3119feb1f66.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622024-04-05T03:21:01.907Z Running `/home/build/.rustup/toolchains/1.76.0-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=04fecbd93a4f39a6 -C extra-filename=-04fecbd93a4f39a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
29632024-04-05T03:21:02.337Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29642024-04-05T03:21:02.388Z Running `/home/build/.rustup/toolchains/1.76.0-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=e49c308b26835969 -C extra-filename=-e49c308b26835969 --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-c50d7e24e8e0d956.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-d1d94fd8721e9c34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652024-04-05T03:21:02.470Z Compiling secrecy v0.8.0
29662024-04-05T03:21:02.474Z Running `/home/build/.rustup/toolchains/1.76.0-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=60d1e75aba0cc8b7 -C extra-filename=-60d1e75aba0cc8b7 --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-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672024-04-05T03:21:02.746Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29682024-04-05T03:21:02.750Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/libnvme-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=ef486e321f9a5dee -C extra-filename=-ef486e321f9a5dee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692024-04-05T03:21:02.966Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29702024-04-05T03:21:02.970Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d9d1a690638c900 -C extra-filename=-3d9d1a690638c900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-ef486e321f9a5dee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712024-04-05T03:21:03.121Z Running `/home/build/.rustup/toolchains/1.76.0-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=5ad5f7ce8ea8c14b -C extra-filename=-5ad5f7ce8ea8c14b --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-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e49c308b26835969.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-2c505ad354e75efa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -l static=pci`
29722024-04-05T03:21:03.595Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29732024-04-05T03:21:03.603Z Running `/home/build/.rustup/toolchains/1.76.0-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=bf8c6a7305dce9e0 -C extra-filename=-bf8c6a7305dce9e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-04fecbd93a4f39a6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742024-04-05T03:21:03.643Z Compiling toolchain_find v0.2.0
29752024-04-05T03:21:03.647Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5b93a038e0e5de48 -C extra-filename=-5b93a038e0e5de48 --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-d2c6a8e1c88275ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3b3142c6dcf71fdd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762024-04-05T03:21:03.974Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29772024-04-05T03:21:03.977Z Running `/home/build/.rustup/toolchains/1.76.0-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=8e569ae09f4b05d7 -C extra-filename=-8e569ae09f4b05d7 --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-755937a05304aaa6.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-93a4f6e9acc30dc0.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-ef3269e7e4a0c920.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3f90d698ca79fa8f.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-de6453f91970b472.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9c9f2e3bfedd2848.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-2a476cbaa4137627.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d04bf3119feb1f66.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29782024-04-05T03:21:04.335Z Compiling platforms v3.0.2
29792024-04-05T03:21:04.384Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=548b0c051cb6ca4e -C extra-filename=-548b0c051cb6ca4e --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-548b0c051cb6ca4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802024-04-05T03:21:04.744Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-548b0c051cb6ca4e/build-script-build`
29812024-04-05T03:21:04.792Z Compiling rustfmt-wrapper v0.2.0
29822024-04-05T03:21:04.796Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47a9147a99781984 -C extra-filename=-47a9147a99781984 --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-38978e6989816a15.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afa4c9634c10e2b4.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-5b93a038e0e5de48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832024-04-05T03:21:04.803Z Compiling buf-list v1.0.3
29842024-04-05T03:21:04.804Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=c76e02f15f632695 -C extra-filename=-c76e02f15f632695 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-c76e02f15f632695 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852024-04-05T03:21:05.404Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29862024-04-05T03:21:05.407Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a48890ff4c1f9609 -C extra-filename=-a48890ff4c1f9609 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-a48890ff4c1f9609 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9a709f8de193c12c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-47a9147a99781984.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
29872024-04-05T03:21:05.505Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-c76e02f15f632695/build-script-build`
29882024-04-05T03:21:05.585Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=305cfbf4677b96f6 -C extra-filename=-305cfbf4677b96f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892024-04-05T03:21:06.213Z Compiling curve25519-dalek v4.1.1
29902024-04-05T03:21:06.222Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=97a8c26849a57512 -C extra-filename=-97a8c26849a57512 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-97a8c26849a57512 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-305cfbf4677b96f6.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06feaa745b8ece6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912024-04-05T03:21:06.489Z Running `/home/build/.rustup/toolchains/1.76.0-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=1a6a5257d5aa89c1 -C extra-filename=-1a6a5257d5aa89c1 --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-6fbe6fb99d063a02.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
29922024-04-05T03:21:06.925Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
29932024-04-05T03:21:06.929Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/8207cb9/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=1c26cd4a5e354c05 -C extra-filename=-1c26cd4a5e354c05 --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-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
29942024-04-05T03:21:07.028Z Compiling universal-hash v0.5.1
29952024-04-05T03:21:07.035Z Running `/home/build/.rustup/toolchains/1.76.0-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=7b0fd4e52ffbc0c7 -C extra-filename=-7b0fd4e52ffbc0c7 --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-088c06576c896f41.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962024-04-05T03:21:07.067Z Compiling opaque-debug v0.3.0
29972024-04-05T03:21:07.070Z Running `/home/build/.rustup/toolchains/1.76.0-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=38956c25915cddb0 -C extra-filename=-38956c25915cddb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982024-04-05T03:21:07.179Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-97a8c26849a57512/build-script-build`
29992024-04-05T03:21:07.241Z Compiling curve25519-dalek-derive v0.1.0
30002024-04-05T03:21:07.244Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6cd329cb2f43fd91 -C extra-filename=-6cd329cb2f43fd91 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012024-04-05T03:21:07.291Z Compiling unicase v2.7.0
30022024-04-05T03:21:07.294Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9523f0e3c0b97e8 -C extra-filename=-a9523f0e3c0b97e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-a9523f0e3c0b97e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032024-04-05T03:21:07.698Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-a9523f0e3c0b97e8/build-script-build`
30042024-04-05T03:21:07.880Z Compiling pin-project-internal v1.1.3
30052024-04-05T03:21:07.884Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=34d43e706af36051 -C extra-filename=-34d43e706af36051 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062024-04-05T03:21:08.153Z Compiling doc-comment v0.3.3
30072024-04-05T03:21:08.157Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5bf015633369d2f -C extra-filename=-a5bf015633369d2f --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-a5bf015633369d2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082024-04-05T03:21:08.433Z Running `/home/build/.rustup/toolchains/1.76.0-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=22517e3fbf17f45c -C extra-filename=-22517e3fbf17f45c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
30092024-04-05T03:21:08.827Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-a5bf015633369d2f/build-script-build`
30102024-04-05T03:21:08.830Z Compiling aead v0.5.2
30112024-04-05T03:21:08.830Z Running `/home/build/.rustup/toolchains/1.76.0-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=006636b63ef3e5f2 -C extra-filename=-006636b63ef3e5f2 --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-088c06576c896f41.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122024-04-05T03:21:08.977Z Compiling diff v0.1.13
30132024-04-05T03:21:08.983Z Running `/home/build/.rustup/toolchains/1.76.0-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=a9dfce8df970952b -C extra-filename=-a9dfce8df970952b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142024-04-05T03:21:09.003Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=4580cc12a6811996 -C extra-filename=-4580cc12a6811996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-6cd329cb2f43fd91.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
30152024-04-05T03:21:09.182Z Running `/home/build/.rustup/toolchains/1.76.0-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=eab6502e68af0fa2 -C extra-filename=-eab6502e68af0fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162024-04-05T03:21:09.291Z Compiling mime_guess v2.0.4
30172024-04-05T03:21:09.294Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=ea64c2e9fcb884f5 -C extra-filename=-ea64c2e9fcb884f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-ea64c2e9fcb884f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-22517e3fbf17f45c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182024-04-05T03:21:09.690Z Compiling poly1305 v0.8.0
30192024-04-05T03:21:09.719Z Running `/home/build/.rustup/toolchains/1.76.0-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=bf401129dc6b62ad -C extra-filename=-bf401129dc6b62ad --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-bc63a1637c76373c.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-38956c25915cddb0.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7b0fd4e52ffbc0c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202024-04-05T03:21:10.728Z Compiling chacha20 v0.9.1
30212024-04-05T03:21:10.732Z Running `/home/build/.rustup/toolchains/1.76.0-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=18d3077823b1c206 -C extra-filename=-18d3077823b1c206 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222024-04-05T03:21:11.194Z Compiling thiserror-impl-no-std v2.0.2
30232024-04-05T03:21:11.216Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0905640bdd1192fb -C extra-filename=-0905640bdd1192fb --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242024-04-05T03:21:11.221Z Compiling pin-project v1.1.3
30252024-04-05T03:21:11.224Z Running `/home/build/.rustup/toolchains/1.76.0-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=de07d84e45cc4683 -C extra-filename=-de07d84e45cc4683 --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-34d43e706af36051.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262024-04-05T03:21:11.372Z Compiling nanorand v0.7.0
30272024-04-05T03:21:11.418Z Running `/home/build/.rustup/toolchains/1.76.0-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=118278b83ed031f2 -C extra-filename=-118278b83ed031f2 --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-bf6fa5bec279b28c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282024-04-05T03:21:11.480Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-ea64c2e9fcb884f5/build-script-build`
30292024-04-05T03:21:11.544Z Compiling kstat-rs v0.2.3
30302024-04-05T03:21:11.549Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=709d01f702754cfa -C extra-filename=-709d01f702754cfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312024-04-05T03:21:11.968Z Compiling flume v0.11.0
30322024-04-05T03:21:11.974Z Running `/home/build/.rustup/toolchains/1.76.0-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=def8a1f3657677c6 -C extra-filename=-def8a1f3657677c6 --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-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-118278b83ed031f2.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332024-04-05T03:21:12.175Z Compiling vte_generate_state_changes v0.1.1
30342024-04-05T03:21:12.178Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4982b8e50bd58df7 -C extra-filename=-4982b8e50bd58df7 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352024-04-05T03:21:12.697Z Running `/home/build/.rustup/toolchains/1.76.0-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=8be371edb6aed398 -C extra-filename=-8be371edb6aed398 --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-b01eabea68b99a88.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-22517e3fbf17f45c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362024-04-05T03:21:12.989Z Compiling vte v0.11.1
30372024-04-05T03:21:13.004Z Running `/home/build/.rustup/toolchains/1.76.0-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=537276d0e16699b7 -C extra-filename=-537276d0e16699b7 --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-57d9909e328a9bd8.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-4982b8e50bd58df7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382024-04-05T03:21:13.407Z Compiling chacha20poly1305 v0.10.1
30392024-04-05T03:21:13.412Z Running `/home/build/.rustup/toolchains/1.76.0-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=330cd05561751178 -C extra-filename=-330cd05561751178 --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-006636b63ef3e5f2.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-18d3077823b1c206.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-bf401129dc6b62ad.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402024-04-05T03:21:13.670Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
30412024-04-05T03:21:13.674Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/4661c23/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=d5f1483e5dda1cea -C extra-filename=-d5f1483e5dda1cea --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-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-704a6d61a1ba494f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
30422024-04-05T03:21:13.710Z Compiling fd-lock v4.0.2
30432024-04-05T03:21:13.748Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=716ae181bde9af10 -C extra-filename=-716ae181bde9af10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442024-04-05T03:21:13.933Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30452024-04-05T03:21:13.939Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c2bd603228004b9 -C extra-filename=-2c2bd603228004b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-2c2bd603228004b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462024-04-05T03:21:14.289Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-2c2bd603228004b9/build-script-build`
30472024-04-05T03:21:14.325Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
30482024-04-05T03:21:14.329Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/84e423b/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8309a5961d3d453a -C extra-filename=-8309a5961d3d453a --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-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b43b1566985f01c0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
30492024-04-05T03:21:14.755Z Compiling thiserror-no-std v2.0.2
30502024-04-05T03:21:14.766Z Running `/home/build/.rustup/toolchains/1.76.0-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=25092474fc86f624 -C extra-filename=-25092474fc86f624 --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-0905640bdd1192fb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30512024-04-05T03:21:14.889Z Compiling vsss-rs v3.3.4
30522024-04-05T03:21:14.928Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fef92b37dc9e2eff -C extra-filename=-fef92b37dc9e2eff --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-4580cc12a6811996.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-25092474fc86f624.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532024-04-05T03:21:15.279Z Compiling strip-ansi-escapes v0.2.0
30542024-04-05T03:21:15.282Z Running `/home/build/.rustup/toolchains/1.76.0-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=87a5d32be14d53bd -C extra-filename=-87a5d32be14d53bd --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-537276d0e16699b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552024-04-05T03:21:15.711Z Compiling fs-err v2.11.0
30562024-04-05T03:21:15.715Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98cf2bb34084ac3a -C extra-filename=-98cf2bb34084ac3a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-98cf2bb34084ac3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572024-04-05T03:21:15.748Z Compiling nu-ansi-term v0.50.0
30582024-04-05T03:21:15.752Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0a6101a9c05e476 -C extra-filename=-d0a6101a9c05e476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592024-04-05T03:21:16.104Z Compiling crunchy v0.2.2
30602024-04-05T03:21:16.108Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=02f1ebad0d209721 -C extra-filename=-02f1ebad0d209721 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-02f1ebad0d209721 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612024-04-05T03:21:16.505Z Compiling reedline v0.31.0
30622024-04-05T03:21:16.509Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35ea1d16d13f269f -C extra-filename=-35ea1d16d13f269f --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-5e3bfc1001098ea4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-716ae181bde9af10.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-d0a6101a9c05e476.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-87a5d32be14d53bd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-aced48bff4500061.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632024-04-05T03:21:16.641Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-02f1ebad0d209721/build-script-build`
30642024-04-05T03:21:16.674Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-98cf2bb34084ac3a/build-script-build`
30652024-04-05T03:21:17.033Z Compiling snafu-derive v0.7.5
30662024-04-05T03:21:17.515Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=cc6dd825d3549941 -C extra-filename=-cc6dd825d3549941 --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672024-04-05T03:21:17.909Z Compiling memoffset v0.7.1
30682024-04-05T03:21:17.912Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=91bc079deecf60b3 -C extra-filename=-91bc079deecf60b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-91bc079deecf60b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692024-04-05T03:21:18.314Z Compiling tiny-keccak v2.0.2
30702024-04-05T03:21:18.317Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=9338af4ba2aec1c2 -C extra-filename=-9338af4ba2aec1c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9338af4ba2aec1c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712024-04-05T03:21:18.673Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9338af4ba2aec1c2/build-script-build`
30722024-04-05T03:21:18.709Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-91bc079deecf60b3/build-script-build`
30732024-04-05T03:21:18.866Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1dc7337912681f81 -C extra-filename=-1dc7337912681f81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63`
30742024-04-05T03:21:19.458Z Compiling globset v0.4.13
30752024-04-05T03:21:19.458Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=76b8329af1cb6d53 -C extra-filename=-76b8329af1cb6d53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762024-04-05T03:21:19.463Z Running `/home/build/.rustup/toolchains/1.76.0-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=090693ef72d15a1f -C extra-filename=-090693ef72d15a1f --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-68ea511be1183fba.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772024-04-05T03:21:19.584Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
30782024-04-05T03:21:19.587Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/84e423b/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=eec20bc7c4fb37ba -C extra-filename=-eec20bc7c4fb37ba --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-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792024-04-05T03:21:19.972Z Compiling olpc-cjson v0.1.3
30802024-04-05T03:21:19.975Z Running `/home/build/.rustup/toolchains/1.76.0-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=703dd43a2f5d9704 -C extra-filename=-703dd43a2f5d9704 --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-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812024-04-05T03:21:20.256Z Compiling serde_plain v1.0.2
30822024-04-05T03:21:20.265Z Running `/home/build/.rustup/toolchains/1.76.0-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=35525e2f0ffe3d73 -C extra-filename=-35525e2f0ffe3d73 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832024-04-05T03:21:20.679Z Compiling http-range v0.1.5
30842024-04-05T03:21:20.682Z Running `/home/build/.rustup/toolchains/1.76.0-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=3c8f933eaaabe38a -C extra-filename=-3c8f933eaaabe38a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852024-04-05T03:21:21.046Z Compiling heck v0.5.0
30862024-04-05T03:21:21.049Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-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=69563b97652b5c1b -C extra-filename=-69563b97652b5c1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872024-04-05T03:21:21.297Z Compiling typed-path v0.7.0
30882024-04-05T03:21:21.322Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=93e9384ce9b9aff1 -C extra-filename=-93e9384ce9b9aff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892024-04-05T03:21:21.327Z Compiling hyper-staticfile v0.9.5
30902024-04-05T03:21:21.327Z Running `/home/build/.rustup/toolchains/1.76.0-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=b89b9cfcf38a2b3c -C extra-filename=-b89b9cfcf38a2b3c --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-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-3c8f933eaaabe38a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912024-04-05T03:21:21.642Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=bd7e4d03b3afd895 -C extra-filename=-bd7e4d03b3afd895 --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-76b8329af1cb6d53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922024-04-05T03:21:22.220Z Running `/home/build/.rustup/toolchains/1.76.0-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=d0e2d2e7779c12bd -C extra-filename=-d0e2d2e7779c12bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
30932024-04-05T03:21:22.275Z Compiling ascii-canvas v3.0.0
30942024-04-05T03:21:22.278Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52d3c9f986467b90 -C extra-filename=-52d3c9f986467b90 --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-e642081554db0b17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952024-04-05T03:21:22.297Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-a48890ff4c1f9609/build-script-build`
30962024-04-05T03:21:22.349Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
30972024-04-05T03:21:22.354Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05a57e9db9684ce0 -C extra-filename=-05a57e9db9684ce0 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-05a57e9db9684ce0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982024-04-05T03:21:22.732Z Compiling ena v0.14.2
30992024-04-05T03:21:22.752Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5e2684d57cd4614 -C extra-filename=-c5e2684d57cd4614 --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-2abfed8e51c766cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31002024-04-05T03:21:22.928Z Compiling regex-syntax v0.6.29
31012024-04-05T03:21:22.931Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=977195ab93cf95fe -C extra-filename=-977195ab93cf95fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022024-04-05T03:21:23.022Z Compiling snafu v0.7.5
31032024-04-05T03:21:23.043Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=902d7d5145d1abd4 -C extra-filename=-902d7d5145d1abd4 --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-eab6502e68af0fa2.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-de07d84e45cc4683.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-cc6dd825d3549941.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042024-04-05T03:21:23.112Z Compiling salty v0.2.0
31052024-04-05T03:21:23.115Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bedf6491aee32821 -C extra-filename=-bedf6491aee32821 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-bedf6491aee32821 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062024-04-05T03:21:23.136Z Compiling signature v1.6.4
31072024-04-05T03:21:23.160Z Running `/home/build/.rustup/toolchains/1.76.0-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=96d208eacf66825f -C extra-filename=-96d208eacf66825f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082024-04-05T03:21:23.174Z Compiling parse-size v1.0.0
31092024-04-05T03:21:23.599Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b31ab805a7686146 -C extra-filename=-b31ab805a7686146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102024-04-05T03:21:23.612Z Compiling ed25519 v1.5.3
31112024-04-05T03:21:23.612Z Running `/home/build/.rustup/toolchains/1.76.0-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=8cb08c2881e50e59 -C extra-filename=-8cb08c2881e50e59 --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-96d208eacf66825f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122024-04-05T03:21:23.612Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-05a57e9db9684ce0/build-script-build`
31132024-04-05T03:21:23.612Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31142024-04-05T03:21:23.612Z Running `/home/build/.rustup/toolchains/1.76.0-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=9a68f2fc69a2fcee -C extra-filename=-9a68f2fc69a2fcee --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-7c0e576e00deb96c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-d0e2d2e7779c12bd.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0e271b12ba19f63e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152024-04-05T03:21:23.670Z Compiling tough v0.16.0
31162024-04-05T03:21:23.673Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=5ebbf6401b7a235a -C extra-filename=-5ebbf6401b7a235a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-0a0abacd4e703967.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-090693ef72d15a1f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-703dd43a2f5d9704.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-35525e2f0ffe3d73.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-902d7d5145d1abd4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9b975388005e2781.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-93e9384ce9b9aff1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
31172024-04-05T03:21:23.717Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-bedf6491aee32821/build-script-build`
31182024-04-05T03:21:23.754Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31192024-04-05T03:21:23.758Z Running `/home/build/.rustup/toolchains/1.76.0-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=89e8e9445aeca0b3 -C extra-filename=-89e8e9445aeca0b3 --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-ee70016887b171ea.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-12b781ba37feba4c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202024-04-05T03:21:23.883Z Compiling serde-big-array v0.5.1
31212024-04-05T03:21:23.886Z Running `/home/build/.rustup/toolchains/1.76.0-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=f264bf3a2d0c7d96 -C extra-filename=-f264bf3a2d0c7d96 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222024-04-05T03:21:23.968Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31232024-04-05T03:21:23.972Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91db18e06b642277 -C extra-filename=-91db18e06b642277 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242024-04-05T03:21:24.074Z Compiling maplit v1.0.2
31252024-04-05T03:21:24.080Z Running `/home/build/.rustup/toolchains/1.76.0-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=0fac596133a37754 -C extra-filename=-0fac596133a37754 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262024-04-05T03:21:24.132Z Compiling ref-cast v1.0.20
31272024-04-05T03:21:24.139Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=97909b3657545860 -C extra-filename=-97909b3657545860 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-97909b3657545860 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282024-04-05T03:21:24.203Z Running `/home/build/.rustup/toolchains/1.76.0-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=754453fc7c6c108c -C extra-filename=-754453fc7c6c108c --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-8cb08c2881e50e59.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
31292024-04-05T03:21:24.565Z Compiling derive_builder_core v0.20.0
31302024-04-05T03:21:24.570Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-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="lib_has_std"' -C metadata=ffa916c188caa9c1 -C extra-filename=-ffa916c188caa9c1 --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-e4fea13037baa555.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312024-04-05T03:21:24.695Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-97909b3657545860/build-script-build`
31322024-04-05T03:21:24.772Z Compiling signal-hook-tokio v0.3.1
31332024-04-05T03:21:24.775Z Running `/home/build/.rustup/toolchains/1.76.0-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=ce5e9bf35ac6b4ee -C extra-filename=-ce5e9bf35ac6b4ee --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-89d5efafb6bf0fea.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342024-04-05T03:21:24.987Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31352024-04-05T03:21:24.990Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3a29220506c3142 -C extra-filename=-e3a29220506c3142 --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-a8c1128ccf1e31c1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362024-04-05T03:21:25.072Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31372024-04-05T03:21:25.076Z Running `/home/build/.rustup/toolchains/1.76.0-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=2afea2ab6e719315 -C extra-filename=-2afea2ab6e719315 --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-91db18e06b642277.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382024-04-05T03:21:25.539Z Compiling serde-big-array v0.4.1
31392024-04-05T03:21:25.542Z Running `/home/build/.rustup/toolchains/1.76.0-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=79844fd70de58ddd -C extra-filename=-79844fd70de58ddd --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402024-04-05T03:21:25.738Z Compiling ref-cast-impl v1.0.20
31412024-04-05T03:21:25.741Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0c4e420bf37d517 -C extra-filename=-d0c4e420bf37d517 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422024-04-05T03:21:26.624Z Compiling lalrpop v0.19.12
31432024-04-05T03:21:26.628Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=aa55a21b55b7b0cf -C extra-filename=-aa55a21b55b7b0cf --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-52d3c9f986467b90.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-a9dfce8df970952b.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-c5e2684d57cd4614.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-07069127a17cd079.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-977195ab93cf95fe.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-bd7e4d03b3afd895.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-0bf6080e5b7e69ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442024-04-05T03:21:27.037Z Compiling libxml v0.3.3
31452024-04-05T03:21:27.040Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e35fa16c1d7dd00 -C extra-filename=-5e35fa16c1d7dd00 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-5e35fa16c1d7dd00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462024-04-05T03:21:27.103Z Compiling derive_builder_macro v0.20.0
31472024-04-05T03:21:27.106Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' -C metadata=d51552d440ae70e6 -C extra-filename=-d51552d440ae70e6 --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-ffa916c188caa9c1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482024-04-05T03:21:27.149Z Running `/home/build/.rustup/toolchains/1.76.0-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=3a30bc9fd8627524 -C extra-filename=-3a30bc9fd8627524 --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-d0c4e420bf37d517.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492024-04-05T03:21:27.276Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31502024-04-05T03:21:27.282Z Running `/home/build/.rustup/toolchains/1.76.0-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=d9efc3a76913941f -C extra-filename=-d9efc3a76913941f --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-dedb208d24807cf2.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-2afea2ab6e719315.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-754453fc7c6c108c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-79844fd70de58ddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512024-04-05T03:21:27.490Z Running `/home/build/.rustup/toolchains/1.76.0-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=0a5f7a6c910dadb1 -C extra-filename=-0a5f7a6c910dadb1 --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-db84444bd088c958.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4d5b74c7f77a3f98.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c5a6087f0e37f727.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e7220f8b1920659.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1cda006f2a34fb96.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9a68f2fc69a2fcee.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-f264bf3a2d0c7d96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-89e8e9445aeca0b3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0ad65601e308ae66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31522024-04-05T03:21:28.656Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-5e35fa16c1d7dd00/build-script-build`
31532024-04-05T03:21:28.680Z Compiling samael v0.0.15
31542024-04-05T03:21:28.680Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.15/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=a85c3611b4371c8a -C extra-filename=-a85c3611b4371c8a --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-a85c3611b4371c8a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-3fe1294dca58d367.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552024-04-05T03:21:28.680Z Compiling peg-macros v0.8.2
31562024-04-05T03:21:28.681Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=158ea3a7e1604a50 -C extra-filename=-158ea3a7e1604a50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-280b946df6bab858.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572024-04-05T03:21:28.924Z Compiling nix v0.27.1
31582024-04-05T03:21:28.929Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=fda3f440d0bac3b0 -C extra-filename=-fda3f440d0bac3b0 --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-bed5a12aa0e3caec.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592024-04-05T03:21:29.011Z Compiling strum_macros v0.24.3
31602024-04-05T03:21:29.015Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15048ac8a35bc7a3 -C extra-filename=-15048ac8a35bc7a3 --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612024-04-05T03:21:30.615Z Compiling sqlparser_derive v0.2.2
31622024-04-05T03:21:30.618Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d3fc5c096026fbb -C extra-filename=-1d3fc5c096026fbb --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632024-04-05T03:21:31.540Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-9a539f8cbd4d45eb/build-script-build`
31642024-04-05T03:21:31.576Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9be1c7a98a52542c -C extra-filename=-9be1c7a98a52542c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -l static=aws_lc_0_14_1_crypto -l static=aws_lc_0_14_1_rust_wrapper --cfg use_bindgen_generated`
31652024-04-05T03:21:31.925Z Compiling cookie v0.18.0
31662024-04-05T03:21:31.938Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca34d5fba9694747 -C extra-filename=-ca34d5fba9694747 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-ca34d5fba9694747 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672024-04-05T03:21:32.306Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
31682024-04-05T03:21:32.310Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84d0521cb133c13c -C extra-filename=-84d0521cb133c13c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-84d0521cb133c13c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692024-04-05T03:21:32.342Z Compiling unicode_categories v0.1.1
31702024-04-05T03:21:32.349Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=330e24c684f7168a -C extra-filename=-330e24c684f7168a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712024-04-05T03:21:32.693Z Compiling corncobs v0.1.3
31722024-04-05T03:21:32.698Z Compiling indoc v1.0.9
31732024-04-05T03:21:32.698Z Running `/home/build/.rustup/toolchains/1.76.0-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=78b9705a25069cc7 -C extra-filename=-78b9705a25069cc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742024-04-05T03:21:32.707Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a91c0b8873e30fcc -C extra-filename=-a91c0b8873e30fcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752024-04-05T03:21:32.789Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-84d0521cb133c13c/build-script-build`
31762024-04-05T03:21:32.862Z Compiling sqlformat v0.2.3
31772024-04-05T03:21:32.918Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22d44c788f7a1157 -C extra-filename=-22d44c788f7a1157 --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-2baf6454aeb93980.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-330e24c684f7168a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782024-04-05T03:21:33.074Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31792024-04-05T03:21:33.081Z Running `/home/build/.rustup/toolchains/1.76.0-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=3d258aa4cc920d3f -C extra-filename=-3d258aa4cc920d3f --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-78b9705a25069cc7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-2afea2ab6e719315.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-754453fc7c6c108c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-d9efc3a76913941f.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802024-04-05T03:21:33.353Z Compiling peg v0.8.2
31812024-04-05T03:21:33.373Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-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"' -C metadata=ca680322063eda02 -C extra-filename=-ca680322063eda02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-158ea3a7e1604a50.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-280b946df6bab858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822024-04-05T03:21:33.498Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-ca34d5fba9694747/build-script-build`
31832024-04-05T03:21:33.545Z Compiling sqlparser v0.43.1
31842024-04-05T03:21:33.556Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.43.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' -C metadata=b88d71e2cf5c5956 -C extra-filename=-b88d71e2cf5c5956 --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-2abfed8e51c766cf.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-1d3fc5c096026fbb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852024-04-05T03:21:33.570Z Compiling rustyline v13.0.0
31862024-04-05T03:21:33.573Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-13.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' -C metadata=44810f6df167919f -C extra-filename=-44810f6df167919f --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-bed5a12aa0e3caec.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-716ae181bde9af10.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-d2c6a8e1c88275ec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-fda3f440d0bac3b0.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-31914b6898517cee.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872024-04-05T03:21:33.903Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-a85c3611b4371c8a/build-script-bindings`
31882024-04-05T03:21:33.909Z Running `/home/build/.rustup/toolchains/1.76.0-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=a9763132c4e65c8c -C extra-filename=-a9763132c4e65c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
31892024-04-05T03:21:34.287Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-sys"' -C metadata=5b73cf781242ae5b -C extra-filename=-5b73cf781242ae5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rmeta --extern mirai_annotations=/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-762923ec70984da3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/`
31902024-04-05T03:21:34.981Z Compiling derive_builder v0.20.0
31912024-04-05T03:21:35.020Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=278e1f254fd06d77 -C extra-filename=-278e1f254fd06d77 --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-d51552d440ae70e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922024-04-05T03:21:35.171Z Compiling const_format_proc_macros v0.2.32
31932024-04-05T03:21:35.592Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4ab4addb275605d3 -C extra-filename=-4ab4addb275605d3 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-0bf6080e5b7e69ad.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942024-04-05T03:21:35.954Z Compiling bb8 v0.8.3
31952024-04-05T03:21:35.974Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=57bb55061e3e2518 -C extra-filename=-57bb55061e3e2518 --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-db84444bd088c958.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962024-04-05T03:21:36.265Z Compiling rustls-webpki v0.102.2
31972024-04-05T03:21:36.270Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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="aws_lc_rs"' --cfg 'feature="ring"' --cfg 'feature="std"' -C metadata=5c22b91a5c6925ab -C extra-filename=-5c22b91a5c6925ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-5b73cf781242ae5b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
31982024-04-05T03:21:36.456Z Compiling quick-xml v0.31.0
31992024-04-05T03:21:36.478Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=8751f5fe601572c7 -C extra-filename=-8751f5fe601572c7 --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-1d8a52f36e2fec96.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002024-04-05T03:21:36.722Z Compiling bcs v0.1.6
32012024-04-05T03:21:36.748Z Running `/home/build/.rustup/toolchains/1.76.0-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=03b4f3ce92193791 -C extra-filename=-03b4f3ce92193791 --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-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022024-04-05T03:21:37.215Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=80dacb43d8b2e5a1 -C extra-filename=-80dacb43d8b2e5a1 --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-2abfed8e51c766cf.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5c22b91a5c6925ab.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/`
32032024-04-05T03:21:37.421Z Compiling impl-trait-for-tuples v0.2.2
32042024-04-05T03:21:37.428Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=904f8cc61ce834c6 -C extra-filename=-904f8cc61ce834c6 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052024-04-05T03:21:37.606Z Compiling oso-derive v0.27.0
32062024-04-05T03:21:37.638Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=caf000e802893a57 -C extra-filename=-caf000e802893a57 --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-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072024-04-05T03:21:37.786Z Compiling highway v1.1.0
32082024-04-05T03:21:37.789Z Running `/home/build/.rustup/toolchains/1.76.0-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=e9f234e7403545e8 -C extra-filename=-e9f234e7403545e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092024-04-05T03:21:38.597Z Compiling const_format v0.2.32
32102024-04-05T03:21:38.602Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.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="default"' -C metadata=5f5bc0aeb5666684 -C extra-filename=-5f5bc0aeb5666684 --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-4ab4addb275605d3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112024-04-05T03:21:38.629Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
32122024-04-05T03:21:38.635Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3e752c0c3dd27caa -C extra-filename=-3e752c0c3dd27caa --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-3e752c0c3dd27caa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-bbfc89eae5e2d3b2.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-354ed4aae11869be.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6b3eb681a21ab104.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1cc26fa6ad492fd5.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ab444432809f0d7.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-280b946df6bab858.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-eb8bf8bebd462ac4.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rlib --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5c22b91a5c6925ab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-c56fb773f20a57de.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90e0cc59c4c552d9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-82ff708b8d2bcc8e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9b975388005e2781.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-63e67c626e7ad01c.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8ef84c3aa4b7bb6a.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0ad65601e308ae66.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e7dbee0db293cc6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32132024-04-05T03:21:38.993Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-3e752c0c3dd27caa/build-script-build`
32142024-04-05T03:21:39.015Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
32152024-04-05T03:21:39.018Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' -C metadata=c94b5753b25f4132 -C extra-filename=-c94b5753b25f4132 --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-db84444bd088c958.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-57bb55061e3e2518.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1cc26fa6ad492fd5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32162024-04-05T03:21:39.049Z Running `/home/build/.rustup/toolchains/1.76.0-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=07bc84d1f35650b0 -C extra-filename=-07bc84d1f35650b0 --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-bbfc89eae5e2d3b2.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-354ed4aae11869be.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6b3eb681a21ab104.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1cc26fa6ad492fd5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ab444432809f0d7.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-280b946df6bab858.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-eb8bf8bebd462ac4.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5c22b91a5c6925ab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90e0cc59c4c552d9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-82ff708b8d2bcc8e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9b975388005e2781.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-63e67c626e7ad01c.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8ef84c3aa4b7bb6a.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0ad65601e308ae66.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e7dbee0db293cc6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32172024-04-05T03:21:39.178Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
32182024-04-05T03:21:39.214Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=906f417c91720985 -C extra-filename=-906f417c91720985 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32192024-04-05T03:21:39.326Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32202024-04-05T03:21:39.329Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9bddd470f0dc9229 -C extra-filename=-9bddd470f0dc9229 --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-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c576e511abbc1df6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32212024-04-05T03:21:39.685Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32222024-04-05T03:21:39.726Z Running `/home/build/.rustup/toolchains/1.76.0-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=4218f3d60ef99868 -C extra-filename=-4218f3d60ef99868 --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-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32232024-04-05T03:21:40.184Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32242024-04-05T03:21:40.184Z Running `/home/build/.rustup/toolchains/1.76.0-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=106a4b7c7300fc10 -C extra-filename=-106a4b7c7300fc10 --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-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32252024-04-05T03:21:40.184Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32262024-04-05T03:21:40.184Z Running `/home/build/.rustup/toolchains/1.76.0-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=8f16e454c7137b3a -C extra-filename=-8f16e454c7137b3a --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-bd1d1801db21c345.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b53a0652142002c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32272024-04-05T03:21:40.451Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32282024-04-05T03:21:40.455Z Running `/home/build/.rustup/toolchains/1.76.0-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=691faffdc3ff047a -C extra-filename=-691faffdc3ff047a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32292024-04-05T03:21:40.543Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32302024-04-05T03:21:40.547Z Running `/home/build/.rustup/toolchains/1.76.0-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=def097ac77c4c3f1 -C extra-filename=-def097ac77c4c3f1 --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-c50d7e24e8e0d956.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05665f07365a9a25.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4b4ed0bb43fb2131.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b53a0652142002c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32312024-04-05T03:21:40.763Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32322024-04-05T03:21:40.767Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf4d76aeb6d11138 -C extra-filename=-cf4d76aeb6d11138 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32332024-04-05T03:21:41.792Z Compiling tokio-rustls v0.25.0
32342024-04-05T03:21:41.795Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=cff05c02bbdb8e90 -C extra-filename=-cff05c02bbdb8e90 --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-80dacb43d8b2e5a1.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/`
32352024-04-05T03:21:42.109Z Running `/home/build/.rustup/toolchains/1.76.0-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=ba2113aa54c82d3b -C extra-filename=-ba2113aa54c82d3b --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-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1dda41f52e659abf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32362024-04-05T03:21:42.198Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/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=ea2145b001d1f1ba -C extra-filename=-ea2145b001d1f1ba --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-6fe7743c47064bb0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-91d7f985056b779f.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-535c46064946cfa5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-3decbfbf6c631a66.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-80dacb43d8b2e5a1.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a74ba561e5d0e0ad.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-30140ba2cb1d80c9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cff05c02bbdb8e90.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0ad65601e308ae66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-23b5f6bf672f3d19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/`
32372024-04-05T03:21:44.428Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32382024-04-05T03:21:44.451Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=df2f0140c0174500 -C extra-filename=-df2f0140c0174500 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-df2f0140c0174500 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-691faffdc3ff047a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32392024-04-05T03:21:44.823Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-df2f0140c0174500/build-script-build`
32402024-04-05T03:21:44.858Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32412024-04-05T03:21:44.861Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9a304bfd5294af7 -C extra-filename=-a9a304bfd5294af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32422024-04-05T03:21:45.118Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32432024-04-05T03:21:45.139Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15022255903451d6 -C extra-filename=-15022255903451d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-15022255903451d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-691faffdc3ff047a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32442024-04-05T03:21:45.498Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-15022255903451d6/build-script-build`
32452024-04-05T03:21:45.532Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32462024-04-05T03:21:45.536Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7c7687045b88e01 -C extra-filename=-a7c7687045b88e01 --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-69563b97652b5c1b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-a9a304bfd5294af7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32472024-04-05T03:21:47.282Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32482024-04-05T03:21:47.286Z Running `/home/build/.rustup/toolchains/1.76.0-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=0f9199e40b407e85 -C extra-filename=-0f9199e40b407e85 --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-c50d7e24e8e0d956.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-906f417c91720985.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4d5b74c7f77a3f98.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6cf4e814e5c31d83.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e827dbd56a8ad563.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1dda41f52e659abf.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b53a0652142002c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
32492024-04-05T03:21:47.872Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32502024-04-05T03:21:47.881Z Running `/home/build/.rustup/toolchains/1.76.0-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=c9523c0f7a2df99e -C extra-filename=-c9523c0f7a2df99e --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-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4218f3d60ef99868.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-cbecc0798a16ea2c.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8ef84c3aa4b7bb6a.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-f5c613f0cedcb02a.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6b53ee67efd3bd1c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32512024-04-05T03:21:49.553Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
32522024-04-05T03:21:49.557Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/84e423b/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e26759fcdd6589d2 -C extra-filename=-e26759fcdd6589d2 --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-c50d7e24e8e0d956.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-eec20bc7c4fb37ba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a74ba561e5d0e0ad.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b43b1566985f01c0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
32532024-04-05T03:21:49.790Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32542024-04-05T03:21:49.793Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=621a321c9a1a0e24 -C extra-filename=-621a321c9a1a0e24 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-621a321c9a1a0e24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-691faffdc3ff047a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32552024-04-05T03:21:50.171Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-621a321c9a1a0e24/build-script-build`
32562024-04-05T03:21:50.195Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32572024-04-05T03:21:50.198Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cfe44290d40ad3f9 -C extra-filename=-cfe44290d40ad3f9 --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-69563b97652b5c1b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-a9a304bfd5294af7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32582024-04-05T03:21:50.632Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.15/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=a58b19f0d07f7921 -C extra-filename=-a58b19f0d07f7921 --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-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-278e1f254fd06d77.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-a9763132c4e65c8c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-8751f5fe601572c7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic`
32592024-04-05T03:21:52.135Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d882fa43050414c -C extra-filename=-5d882fa43050414c --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-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602024-04-05T03:21:52.157Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8598131fa21925df -C extra-filename=-8598131fa21925df --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-1cc26fa6ad492fd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32612024-04-05T03:21:52.546Z Compiling assert_matches v1.5.0
32622024-04-05T03:21:52.550Z Running `/home/build/.rustup/toolchains/1.76.0-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=58ed50349d3ed936 -C extra-filename=-58ed50349d3ed936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632024-04-05T03:21:52.665Z Compiling rand_seeder v0.2.3
32642024-04-05T03:21:52.686Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-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=c3c8c50be7e0b717 -C extra-filename=-c3c8c50be7e0b717 --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-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652024-04-05T03:21:53.045Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32662024-04-05T03:21:53.051Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b960146df52e5123 -C extra-filename=-b960146df52e5123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-c3c8c50be7e0b717.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32672024-04-05T03:21:53.247Z Compiling portable-atomic v1.4.3
32682024-04-05T03:21:53.265Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=3d687388d2c70a23 -C extra-filename=-3d687388d2c70a23 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-3d687388d2c70a23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692024-04-05T03:21:53.303Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32702024-04-05T03:21:53.309Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9301da4ea23db3b8 -C extra-filename=-9301da4ea23db3b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-9301da4ea23db3b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-691faffdc3ff047a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32712024-04-05T03:21:53.682Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32722024-04-05T03:21:53.685Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=973e6f0d860fd278 -C extra-filename=-973e6f0d860fd278 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-973e6f0d860fd278 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-691faffdc3ff047a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32732024-04-05T03:21:54.044Z Compiling castaway v0.2.2
32742024-04-05T03:21:54.053Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8c24ffeaa780fe88 -C extra-filename=-8c24ffeaa780fe88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752024-04-05T03:21:54.254Z Compiling compact_str v0.7.1
32762024-04-05T03:21:54.260Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d560443a1736a547 -C extra-filename=-d560443a1736a547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-8c24ffeaa780fe88.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772024-04-05T03:21:54.388Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-3d687388d2c70a23/build-script-build`
32782024-04-05T03:21:54.482Z Running `/home/build/.rustup/toolchains/1.76.0-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=25f17f60c6dcb96f -C extra-filename=-25f17f60c6dcb96f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg portable_atomic_llvm_16`
32792024-04-05T03:21:54.603Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-973e6f0d860fd278/build-script-build`
32802024-04-05T03:21:54.653Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-9301da4ea23db3b8/build-script-build`
32812024-04-05T03:21:54.682Z Compiling lru v0.12.1
32822024-04-05T03:21:59.377Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lru /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' -C metadata=a06339c32e621258 -C extra-filename=-a06339c32e621258 --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-903a53ee9c1698c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832024-04-05T03:21:59.377Z Compiling stability v0.1.1
32842024-04-05T03:21:59.377Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e9fe1ec87e8fd62 -C extra-filename=-1e9fe1ec87e8fd62 --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-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852024-04-05T03:21:59.502Z Compiling number_prefix v0.4.0
32862024-04-05T03:21:59.502Z Running `/home/build/.rustup/toolchains/1.76.0-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=77bad155826264d6 -C extra-filename=-77bad155826264d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872024-04-05T03:21:59.502Z Compiling indoc v2.0.3
32882024-04-05T03:21:59.502Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d85b41e66811fb0 -C extra-filename=-8d85b41e66811fb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892024-04-05T03:21:59.502Z Compiling cassowary v0.3.0
32902024-04-05T03:21:59.503Z Running `/home/build/.rustup/toolchains/1.76.0-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=9fff7a89a2b336ff -C extra-filename=-9fff7a89a2b336ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912024-04-05T03:21:59.503Z Compiling indicatif v0.17.8
32922024-04-05T03:21:59.503Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=762674484f91c697 -C extra-filename=-762674484f91c697 --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-ecd543c2b58c8b48.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-77bad155826264d6.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-25f17f60c6dcb96f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3ad94c8827395be4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932024-04-05T03:21:59.503Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32942024-04-05T03:21:59.503Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-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=423484f0c62f1072 -C extra-filename=-423484f0c62f1072 --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-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b53a0652142002c6.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90e0cc59c4c552d9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
32952024-04-05T03:21:59.503Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32962024-04-05T03:21:59.503Z Running `/home/build/.rustup/toolchains/1.76.0-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=5a49a5ab9a408bf8 -C extra-filename=-5a49a5ab9a408bf8 --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-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7a1d6bafb4554750.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-9eace954e431d2c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-2919e28e06a0b1a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-88e24191ef3bd80d.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c16fa0bcb014fdf6.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-9bddd470f0dc9229.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed54898759d832b0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
32972024-04-05T03:21:59.503Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32982024-04-05T03:21:59.503Z Running `/home/build/.rustup/toolchains/1.76.0-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=6ce7aae8adcf6f99 -C extra-filename=-6ce7aae8adcf6f99 --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-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
32992024-04-05T03:21:59.591Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33002024-04-05T03:21:59.591Z Running `/home/build/.rustup/toolchains/1.76.0-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=6a320c1cc7ba2e27 -C extra-filename=-6a320c1cc7ba2e27 --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-c50d7e24e8e0d956.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b498619c3d19ad7c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-d9dd7f9884b3da3d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-423484f0c62f1072.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-80dacb43d8b2e5a1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90e0cc59c4c552d9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
33012024-04-05T03:22:02.352Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33022024-04-05T03:22:02.374Z Running `/home/build/.rustup/toolchains/1.76.0-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=618a9a718837310a -C extra-filename=-618a9a718837310a --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-6fbe6fb99d063a02.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-cf4d76aeb6d11138.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
33032024-04-05T03:22:02.374Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
33042024-04-05T03:22:02.374Z Running `/home/build/.rustup/toolchains/1.76.0-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=032b9305bef4020c -C extra-filename=-032b9305bef4020c --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-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4218f3d60ef99868.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-f5c613f0cedcb02a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33052024-04-05T03:22:02.539Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33062024-04-05T03:22:02.545Z Running `/home/build/.rustup/toolchains/1.76.0-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=26f790db8d1fbdaf -C extra-filename=-26f790db8d1fbdaf --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-db84444bd088c958.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
33072024-04-05T03:22:03.450Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33082024-04-05T03:22:03.455Z Running `/home/build/.rustup/toolchains/1.76.0-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=6b5993e9baacd35b -C extra-filename=-6b5993e9baacd35b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
33092024-04-05T03:22:03.886Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2e56c643ba325bc9 -C extra-filename=-2e56c643ba325bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
33102024-04-05T03:22:04.260Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33112024-04-05T03:22:04.282Z Running `/home/build/.rustup/toolchains/1.76.0-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=4af991461e570925 -C extra-filename=-4af991461e570925 --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-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1a6a5257d5aa89c1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ebbf6401b7a235a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33122024-04-05T03:22:05.155Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33132024-04-05T03:22:05.169Z Running `/home/build/.rustup/toolchains/1.76.0-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=a9767a7101c95db1 -C extra-filename=-a9767a7101c95db1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
33142024-04-05T03:22:05.191Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33152024-04-05T03:22:05.238Z Running `/home/build/.rustup/toolchains/1.76.0-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=42e6a7c316e49584 -C extra-filename=-42e6a7c316e49584 --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-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
33162024-04-05T03:22:05.654Z Compiling ratatui v0.26.1
33172024-04-05T03:22:05.658Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=ea004ff21a68b928 -C extra-filename=-ea004ff21a68b928 --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-bed5a12aa0e3caec.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-9fff7a89a2b336ff.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-d560443a1736a547.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-8d85b41e66811fb0.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-a06339c32e621258.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-1e9fe1ec87e8fd62.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182024-04-05T03:22:07.049Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33192024-04-05T03:22:07.053Z Running `/home/build/.rustup/toolchains/1.76.0-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="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=72562085e274de0c -C extra-filename=-72562085e274de0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-709d01f702754cfa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-618a9a718837310a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33202024-04-05T03:22:07.394Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33212024-04-05T03:22:07.398Z Running `/home/build/.rustup/toolchains/1.76.0-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 --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=d3d3892d7fc9192c -C extra-filename=-d3d3892d7fc9192c --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-c50d7e24e8e0d956.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-0a0abacd4e703967.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-618a9a718837310a.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-ca680322063eda02.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
33222024-04-05T03:22:10.512Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33232024-04-05T03:22:10.516Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=669931a33970ca4a -C extra-filename=-669931a33970ca4a --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-c50d7e24e8e0d956.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9b975388005e2781.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ebbf6401b7a235a.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4af991461e570925.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33242024-04-05T03:22:12.766Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33252024-04-05T03:22:12.770Z Running `/home/build/.rustup/toolchains/1.76.0-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=303a392ad4b9844b -C extra-filename=-303a392ad4b9844b --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-c50d7e24e8e0d956.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-906f417c91720985.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4218f3d60ef99868.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-106a4b7c7300fc10.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9daaa55ab59aa707.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8f16e454c7137b3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e827dbd56a8ad563.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b53a0652142002c6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6ce7aae8adcf6f99.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d4678305eccd0bc0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33262024-04-05T03:22:12.795Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33272024-04-05T03:22:12.795Z Running `/home/build/.rustup/toolchains/1.76.0-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=ae959d173b52170a -C extra-filename=-ae959d173b52170a --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-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5a49a5ab9a408bf8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b53a0652142002c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-def097ac77c4c3f1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
33282024-04-05T03:22:12.823Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33292024-04-05T03:22:12.828Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33302024-04-05T03:22:12.828Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/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=43e8bfc39698ec38 -C extra-filename=-43e8bfc39698ec38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5a49a5ab9a408bf8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
33312024-04-05T03:22:12.829Z Running `/home/build/.rustup/toolchains/1.76.0-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=12a2274f3020bf07 -C extra-filename=-12a2274f3020bf07 --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-c50d7e24e8e0d956.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0a5f7a6c910dadb1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5a49a5ab9a408bf8.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2e56c643ba325bc9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ce5e9bf35ac6b4ee.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-82ff708b8d2bcc8e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b43b1566985f01c0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33322024-04-05T03:22:13.938Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33332024-04-05T03:22:13.943Z Running `/home/build/.rustup/toolchains/1.76.0-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=ed2f51e99925c0f7 -C extra-filename=-ed2f51e99925c0f7 --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-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e49c308b26835969.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5a49a5ab9a408bf8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf8c6a7305dce9e0.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3d9d1a690638c900.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-43e8bfc39698ec38.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
33342024-04-05T03:22:15.038Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33352024-04-05T03:22:15.042Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_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=2187f954123debec -C extra-filename=-2187f954123debec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1c26cd4a5e354c05.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1dda41f52e659abf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-43e8bfc39698ec38.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33362024-04-05T03:22:17.717Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33372024-04-05T03:22:17.722Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=49313a64ef3bc758 -C extra-filename=-49313a64ef3bc758 --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-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5a49a5ab9a408bf8.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-26f790db8d1fbdaf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ed2f51e99925c0f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
33382024-04-05T03:22:17.941Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33392024-04-05T03:22:17.946Z Running `/home/build/.rustup/toolchains/1.76.0-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=ce7070b9257aba9d -C extra-filename=-ce7070b9257aba9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-43e8bfc39698ec38.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
33402024-04-05T03:22:21.154Z Running `/home/build/.rustup/toolchains/1.76.0-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=2e1862b283295eba -C extra-filename=-2e1862b283295eba --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-6fbe6fb99d063a02.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b53a0652142002c6.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-43e8bfc39698ec38.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
33412024-04-05T03:22:22.341Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33422024-04-05T03:22:22.345Z Running `/home/build/.rustup/toolchains/1.76.0-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=de150835e15889f2 -C extra-filename=-de150835e15889f2 --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-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-12a2274f3020bf07.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/`
33432024-04-05T03:22:22.578Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33442024-04-05T03:22:22.582Z Running `/home/build/.rustup/toolchains/1.76.0-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=1734575329e04eec -C extra-filename=-1734575329e04eec --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-c50d7e24e8e0d956.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-106a4b7c7300fc10.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-def097ac77c4c3f1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33452024-04-05T03:22:24.793Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33462024-04-05T03:22:24.800Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=daef1d6dc27a74f5 -C extra-filename=-daef1d6dc27a74f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-daef1d6dc27a74f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-691faffdc3ff047a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33472024-04-05T03:22:25.178Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33482024-04-05T03:22:25.193Z Running `/home/build/.rustup/toolchains/1.76.0-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=2e23a81122e17068 -C extra-filename=-2e23a81122e17068 --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-aa5affffdef128b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-12a2274f3020bf07.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6a320c1cc7ba2e27.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-de150835e15889f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33492024-04-05T03:22:26.905Z Compiling smawk v0.3.1
33502024-04-05T03:22:26.923Z Running `/home/build/.rustup/toolchains/1.76.0-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=d9b062209ef62d29 -C extra-filename=-d9b062209ef62d29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512024-04-05T03:22:27.049Z Compiling unicode-linebreak v0.1.5
33522024-04-05T03:22:27.082Z Running `/home/build/.rustup/toolchains/1.76.0-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=46a8664099e4e017 -C extra-filename=-46a8664099e4e017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532024-04-05T03:22:27.151Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-daef1d6dc27a74f5/build-script-build`
33542024-04-05T03:22:27.190Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
33552024-04-05T03:22:27.194Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/4661c23/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=0a21e286d3bbb9fd -C extra-filename=-0a21e286d3bbb9fd --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-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-704a6d61a1ba494f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
33562024-04-05T03:22:27.401Z Compiling fatfs v0.3.6
33572024-04-05T03:22:27.405Z Running `/home/build/.rustup/toolchains/1.76.0-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=4ff9799084301cee -C extra-filename=-4ff9799084301cee --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-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582024-04-05T03:22:27.580Z Compiling textwrap v0.16.1
33592024-04-05T03:22:27.584Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=470c5afd0c327d91 -C extra-filename=-470c5afd0c327d91 --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-d9b062209ef62d29.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-46a8664099e4e017.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602024-04-05T03:22:28.939Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33612024-04-05T03:22:28.945Z Running `/home/build/.rustup/toolchains/1.76.0-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=4fd6c0abc9d06c95 -C extra-filename=-4fd6c0abc9d06c95 --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-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-303a392ad4b9844b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8f16e454c7137b3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e827dbd56a8ad563.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33622024-04-05T03:22:29.206Z Running `/home/build/.rustup/toolchains/1.76.0-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=7622065e373830c7 -C extra-filename=-7622065e373830c7 --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-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a7c7687045b88e01.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1cc26fa6ad492fd5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-423484f0c62f1072.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a9767a7101c95db1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-303a392ad4b9844b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6b5993e9baacd35b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8f16e454c7137b3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e827dbd56a8ad563.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6ce7aae8adcf6f99.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d4678305eccd0bc0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33632024-04-05T03:22:29.783Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33642024-04-05T03:22:29.786Z Running `/home/build/.rustup/toolchains/1.76.0-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=2b37adba16f9bc0d -C extra-filename=-2b37adba16f9bc0d --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-db84444bd088c958.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-423484f0c62f1072.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-303a392ad4b9844b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
33652024-04-05T03:22:30.251Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33662024-04-05T03:22:30.266Z Running `/home/build/.rustup/toolchains/1.76.0-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=b89a36b9ec5e6985 -C extra-filename=-b89a36b9ec5e6985 --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-c50d7e24e8e0d956.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-106a4b7c7300fc10.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-303a392ad4b9844b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6ce7aae8adcf6f99.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b960146df52e5123.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33672024-04-05T03:22:31.214Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33682024-04-05T03:22:31.218Z Running `/home/build/.rustup/toolchains/1.76.0-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=bc1d0b04904c909c -C extra-filename=-bc1d0b04904c909c --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-5e3bfc1001098ea4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ae959d173b52170a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-def097ac77c4c3f1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1734575329e04eec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
33692024-04-05T03:22:36.736Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33702024-04-05T03:22:36.740Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db1aafcb040003fe -C extra-filename=-db1aafcb040003fe --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-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-106a4b7c7300fc10.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-032b9305bef4020c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-423484f0c62f1072.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b89a36b9ec5e6985.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-303a392ad4b9844b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e827dbd56a8ad563.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6ce7aae8adcf6f99.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b960146df52e5123.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33712024-04-05T03:22:36.766Z Compiling is_ci v1.2.0
33722024-04-05T03:22:36.789Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bb56e8c54f04e23 -C extra-filename=-1bb56e8c54f04e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732024-04-05T03:22:37.053Z Compiling supports-color v3.0.0
33742024-04-05T03:22:37.053Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10e4da2ca85f594c -C extra-filename=-10e4da2ca85f594c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-1bb56e8c54f04e23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752024-04-05T03:22:37.470Z Compiling rtoolbox v0.0.1
33762024-04-05T03:22:37.473Z Running `/home/build/.rustup/toolchains/1.76.0-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=7e370098d61e739b -C extra-filename=-7e370098d61e739b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772024-04-05T03:22:37.963Z Compiling rpassword v7.3.1
33782024-04-05T03:22:37.967Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7059bfbaa965f98 -C extra-filename=-a7059bfbaa965f98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-7e370098d61e739b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792024-04-05T03:22:38.303Z Compiling tui-tree-widget v0.19.0
33802024-04-05T03:22:38.310Z Running `/home/build/.rustup/toolchains/1.76.0-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.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46218c2dd4d9f5af -C extra-filename=-46218c2dd4d9f5af --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-ea004ff21a68b928.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812024-04-05T03:22:38.674Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33822024-04-05T03:22:38.713Z Running `/home/build/.rustup/toolchains/1.76.0-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=cc4179716ecf62c8 -C extra-filename=-cc4179716ecf62c8 --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-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4af991461e570925.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
33832024-04-05T03:22:40.786Z Compiling yansi v0.5.1
33842024-04-05T03:22:40.791Z Running `/home/build/.rustup/toolchains/1.76.0-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=30132c16fce6c612 -C extra-filename=-30132c16fce6c612 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852024-04-05T03:22:41.026Z Compiling shell-words v1.1.0
33862024-04-05T03:22:41.032Z Running `/home/build/.rustup/toolchains/1.76.0-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=7a46979d6857e869 -C extra-filename=-7a46979d6857e869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872024-04-05T03:22:41.163Z Compiling getrandom v0.1.16
33882024-04-05T03:22:41.213Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=f76c342667c9e56e -C extra-filename=-f76c342667c9e56e --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-f76c342667c9e56e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892024-04-05T03:22:41.354Z Compiling pretty_assertions v1.4.0
33902024-04-05T03:22:41.359Z Running `/home/build/.rustup/toolchains/1.76.0-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=953366735e598540 -C extra-filename=-953366735e598540 --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-a9dfce8df970952b.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-30132c16fce6c612.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912024-04-05T03:22:41.746Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33922024-04-05T03:22:41.783Z Running `/home/build/.rustup/toolchains/1.76.0-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=00350e6345cc1b9d -C extra-filename=-00350e6345cc1b9d --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-c50d7e24e8e0d956.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-f5c613f0cedcb02a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33932024-04-05T03:22:41.992Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-f76c342667c9e56e/build-script-build`
33942024-04-05T03:22:42.028Z Compiling target-lexicon v0.12.13
33952024-04-05T03:22:42.051Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=27e8eab95b09733a -C extra-filename=-27e8eab95b09733a --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-27e8eab95b09733a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962024-04-05T03:22:42.078Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=f37df39cea38962f -C extra-filename=-f37df39cea38962f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972024-04-05T03:22:42.603Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33982024-04-05T03:22:42.608Z Running `/home/build/.rustup/toolchains/1.76.0-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=19c1a0ad7823f42b -C extra-filename=-19c1a0ad7823f42b --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-c50d7e24e8e0d956.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1a6a5257d5aa89c1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-762674484f91c697.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8f16e454c7137b3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9b975388005e2781.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46218c2dd4d9f5af.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-def097ac77c4c3f1.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1734575329e04eec.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bc1d0b04904c909c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
33992024-04-05T03:22:43.127Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34002024-04-05T03:22:43.130Z Running `/home/build/.rustup/toolchains/1.76.0-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=c884eb14a4a52217 -C extra-filename=-c884eb14a4a52217 --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-5e3bfc1001098ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4fd6c0abc9d06c95.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-618a9a718837310a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34012024-04-05T03:22:46.175Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34022024-04-05T03:22:46.181Z Running `/home/build/.rustup/toolchains/1.76.0-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=afcbfae58314172d -C extra-filename=-afcbfae58314172d --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-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2e1862b283295eba.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ce7070b9257aba9d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05665f07365a9a25.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d5f1483e5dda1cea.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c9523c0f7a2df99e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4218f3d60ef99868.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2113aa54c82d3b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-106a4b7c7300fc10.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b89b9cfcf38a2b3c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5a49a5ab9a408bf8.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ae959d173b52170a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-032b9305bef4020c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-26f790db8d1fbdaf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6cf4e814e5c31d83.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4fd6c0abc9d06c95.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-423484f0c62f1072.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-303a392ad4b9844b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2187f954123debec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-88e24191ef3bd80d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-618a9a718837310a.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-72562085e274de0c.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c884eb14a4a52217.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8309a5961d3d453a.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e26759fcdd6589d2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6ce7aae8adcf6f99.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ed2f51e99925c0f7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-43e8bfc39698ec38.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-49313a64ef3bc758.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed54898759d832b0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
34032024-04-05T03:22:46.975Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34042024-04-05T03:22:46.979Z Running `/home/build/.rustup/toolchains/1.76.0-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=ff92c214192cdfca -C extra-filename=-ff92c214192cdfca --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-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-032b9305bef4020c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4fd6c0abc9d06c95.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-303a392ad4b9844b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-618a9a718837310a.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-42e6a7c316e49584.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3d3892d7fc9192c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34052024-04-05T03:22:53.162Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-27e8eab95b09733a/build-script-build`
34062024-04-05T03:22:53.245Z Compiling rfc6979 v0.4.0
34072024-04-05T03:22:53.249Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1fd19a1428515753 -C extra-filename=-1fd19a1428515753 --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-00025fcde1c50750.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082024-04-05T03:22:53.476Z Compiling guppy-workspace-hack v0.1.0
34092024-04-05T03:22:53.482Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f705b004f7c93a34 -C extra-filename=-f705b004f7c93a34 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-f705b004f7c93a34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102024-04-05T03:22:53.865Z Compiling winapi v0.3.9
34112024-04-05T03:22:53.893Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="basetsd"' --cfg 'feature="memoryapi"' --cfg 'feature="minwindef"' -C metadata=a4e51be2620813d4 -C extra-filename=-a4e51be2620813d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/winapi-a4e51be2620813d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122024-04-05T03:22:54.053Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-f705b004f7c93a34/build-script-build`
34132024-04-05T03:22:54.057Z Compiling ecdsa v0.16.9
34142024-04-05T03:22:54.061Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' -C metadata=49ed29fb1f9b1199 -C extra-filename=-49ed29fb1f9b1199 --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-996b9ba85656a83e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-1fd19a1428515753.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-87fa9ebc53729cb3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152024-04-05T03:22:54.932Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=23d57bfd7d6c0330 -C extra-filename=-23d57bfd7d6c0330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
34162024-04-05T03:22:55.044Z Running `/work/oxidecomputer/omicron/target/debug/build/winapi-a4e51be2620813d4/build-script-build`
34172024-04-05T03:22:55.050Z Compiling rand_core v0.5.1
34182024-04-05T03:22:55.084Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=aaba7f3254ebf9d4 -C extra-filename=-aaba7f3254ebf9d4 --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-f37df39cea38962f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192024-04-05T03:22:55.568Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34202024-04-05T03:22:55.606Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=000df4cbc17da6b9 -C extra-filename=-000df4cbc17da6b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34212024-04-05T03:22:55.757Z Compiling primeorder v0.13.6
34222024-04-05T03:22:55.763Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb635bd3cf5a2ff2 -C extra-filename=-fb635bd3cf5a2ff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232024-04-05T03:22:56.237Z Compiling cargo-platform v0.1.3
34242024-04-05T03:22:56.241Z Running `/home/build/.rustup/toolchains/1.76.0-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=e71d6129f8803ed1 -C extra-filename=-e71d6129f8803ed1 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252024-04-05T03:22:56.846Z Compiling rand v0.4.6
34262024-04-05T03:22:56.926Z Running `/home/build/.rustup/toolchains/1.76.0-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=51ce9cc93dc6af99 -C extra-filename=-51ce9cc93dc6af99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272024-04-05T03:22:57.339Z Compiling rustls v0.23.4
34282024-04-05T03:22:57.342Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="std"' --cfg 'feature="tls12"' -C metadata=c94359a7664822e6 -C extra-filename=-c94359a7664822e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-c94359a7664822e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292024-04-05T03:22:57.720Z Compiling target-spec v3.1.0
34302024-04-05T03:22:57.725Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce043a2efeffe13f -C extra-filename=-ce043a2efeffe13f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-ce043a2efeffe13f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312024-04-05T03:22:58.416Z Compiling remove_dir_all v0.5.3
34322024-04-05T03:22:58.419Z Running `/home/build/.rustup/toolchains/1.76.0-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=35b72fe6b2656acb -C extra-filename=-35b72fe6b2656acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332024-04-05T03:22:58.548Z Compiling assert_cmd v2.0.14
34342024-04-05T03:22:58.582Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b42efd23c6048b29 -C extra-filename=-b42efd23c6048b29 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-b42efd23c6048b29 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352024-04-05T03:22:59.060Z Compiling option-ext v0.2.0
34362024-04-05T03:22:59.064Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name option_ext /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=052cc284f0ba4e8e -C extra-filename=-052cc284f0ba4e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372024-04-05T03:22:59.221Z Compiling dirs-sys v0.4.1
34382024-04-05T03:22:59.285Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=363b25cd14b5beac -C extra-filename=-363b25cd14b5beac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-052cc284f0ba4e8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392024-04-05T03:22:59.553Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-b42efd23c6048b29/build-script-build`
34402024-04-05T03:22:59.591Z Compiling tempdir v0.3.7
34412024-04-05T03:22:59.595Z Running `/home/build/.rustup/toolchains/1.76.0-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=c96322690e2aad70 -C extra-filename=-c96322690e2aad70 --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-51ce9cc93dc6af99.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-35b72fe6b2656acb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422024-04-05T03:22:59.927Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-ce043a2efeffe13f/build-script-build`
34432024-04-05T03:22:59.973Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-c94359a7664822e6/build-script-build`
34442024-04-05T03:22:59.977Z Compiling cargo_metadata v0.18.1
34452024-04-05T03:23:00.022Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=aea7f85b2812e6fb -C extra-filename=-aea7f85b2812e6fb --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-aa5affffdef128b1.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-e71d6129f8803ed1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462024-04-05T03:23:00.034Z Compiling cfg-expr v0.15.6
34472024-04-05T03:23:00.038Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' -C metadata=d68085c46b926c3a -C extra-filename=-d68085c46b926c3a --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-f15605284eda4bd1.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-23d57bfd7d6c0330.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482024-04-05T03:23:01.406Z Compiling rand_chacha v0.2.2
34492024-04-05T03:23:01.410Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=fc9fb8b028d96125 -C extra-filename=-fc9fb8b028d96125 --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-a7dee96d0234d4d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-aaba7f3254ebf9d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502024-04-05T03:23:03.007Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winapi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="basetsd"' --cfg 'feature="memoryapi"' --cfg 'feature="minwindef"' -C metadata=a24045c39c0e3a1f -C extra-filename=-a24045c39c0e3a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512024-04-05T03:23:03.181Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa600b20b2defa3f -C extra-filename=-aa600b20b2defa3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522024-04-05T03:23:03.314Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
34532024-04-05T03:23:03.318Z Running `/home/build/.rustup/toolchains/1.76.0-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=bf20a97530e6313d -C extra-filename=-bf20a97530e6313d --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-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ae959d173b52170a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
34542024-04-05T03:23:03.746Z Compiling polyval v0.6.1
34552024-04-05T03:23:03.777Z Running `/home/build/.rustup/toolchains/1.76.0-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=6864e66432fc2581 -C extra-filename=-6864e66432fc2581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-38956c25915cddb0.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7b0fd4e52ffbc0c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562024-04-05T03:23:04.188Z Compiling ed25519 v2.2.2
34572024-04-05T03:23:04.191Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=332f2907e4144330 -C extra-filename=-332f2907e4144330 --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-87fa9ebc53729cb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582024-04-05T03:23:04.709Z Compiling http-body v1.0.0
34592024-04-05T03:23:04.712Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89e4c6a85ba520de -C extra-filename=-89e4c6a85ba520de --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-6fbe6fb99d063a02.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1e277e0870e088fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602024-04-05T03:23:04.978Z Compiling blowfish v0.9.1
34612024-04-05T03:23:04.982Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' -C metadata=3c900f8eda294584 -C extra-filename=-3c900f8eda294584 --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-ee70016887b171ea.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622024-04-05T03:23:05.493Z Compiling aes v0.8.3
34632024-04-05T03:23:05.496Z Running `/home/build/.rustup/toolchains/1.76.0-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=1b30d823103f74bd -C extra-filename=-1b30d823103f74bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642024-04-05T03:23:08.387Z Compiling ctr v0.9.2
34652024-04-05T03:23:08.391Z Running `/home/build/.rustup/toolchains/1.76.0-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=5f1826d8530e595d -C extra-filename=-5f1826d8530e595d --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-402b3a96df9ca873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662024-04-05T03:23:08.769Z Compiling password-hash v0.4.2
34672024-04-05T03:23:08.813Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' -C metadata=5132c1c64484c3f9 -C extra-filename=-5132c1c64484c3f9 --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-1d4bdcf392c0c077.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682024-04-05T03:23:09.795Z Compiling pbkdf2 v0.12.2
34692024-04-05T03:23:09.820Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10ca80e318fb5c05 -C extra-filename=-10ca80e318fb5c05 --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-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702024-04-05T03:23:10.004Z Compiling plotters-backend v0.3.5
34712024-04-05T03:23:10.009Z Running `/home/build/.rustup/toolchains/1.76.0-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=49253664c8d3e460 -C extra-filename=-49253664c8d3e460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722024-04-05T03:23:10.590Z Compiling hex-literal v0.4.1
34732024-04-05T03:23:10.594Z Running `/home/build/.rustup/toolchains/1.76.0-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=e2513e0b503e3c04 -C extra-filename=-e2513e0b503e3c04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742024-04-05T03:23:10.773Z Compiling tower-layer v0.3.2
34752024-04-05T03:23:10.777Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=09077b029317ca76 -C extra-filename=-09077b029317ca76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762024-04-05T03:23:11.083Z Compiling tower v0.4.13
34772024-04-05T03:23:11.087Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="log"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --cfg 'feature="util"' -C metadata=6c3046eeda064bae -C extra-filename=-6c3046eeda064bae --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-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-de07d84e45cc4683.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-09077b029317ca76.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782024-04-05T03:23:11.990Z Compiling plotters-svg v0.3.5
34792024-04-05T03:23:11.994Z Running `/home/build/.rustup/toolchains/1.76.0-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=20b6799c78a94d6f -C extra-filename=-20b6799c78a94d6f --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-49253664c8d3e460.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802024-04-05T03:23:12.481Z Compiling bcrypt-pbkdf v0.10.0
34812024-04-05T03:23:12.485Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cc9663b5e265c55e -C extra-filename=-cc9663b5e265c55e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blowfish=/work/oxidecomputer/omicron/target/debug/deps/libblowfish-3c900f8eda294584.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-10ca80e318fb5c05.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822024-04-05T03:23:13.088Z Compiling pbkdf2 v0.11.0
34832024-04-05T03:23:13.115Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' -C metadata=8dcb6356474954fe -C extra-filename=-8dcb6356474954fe --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-a6c53878d7a38e90.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-5132c1c64484c3f9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842024-04-05T03:23:13.293Z Compiling hyper v1.1.0
34852024-04-05T03:23:13.298Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="http1"' -C metadata=dab1373c189e5360 -C extra-filename=-dab1373c189e5360 --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-6fbe6fb99d063a02.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1e277e0870e088fa.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-89e4c6a85ba520de.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-77b4488483d613fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862024-04-05T03:23:13.497Z Compiling ed25519-dalek v2.0.0
34872024-04-05T03:23:13.503Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=f3de597316d4cee3 -C extra-filename=-f3de597316d4cee3 --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-4580cc12a6811996.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-332f2907e4144330.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882024-04-05T03:23:14.512Z Compiling ghash v0.5.0
34892024-04-05T03:23:14.516Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11d17fcbb2211cf4 -C extra-filename=-11d17fcbb2211cf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-38956c25915cddb0.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-6864e66432fc2581.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902024-04-05T03:23:14.728Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a3d5c8f130b2dc2 -C extra-filename=-9a3d5c8f130b2dc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_expr=/work/oxidecomputer/omicron/target/debug/deps/libcfg_expr-d68085c46b926c3a.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-aa600b20b2defa3f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-23d57bfd7d6c0330.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912024-04-05T03:23:15.758Z Compiling russh-cryptovec v0.7.0
34922024-04-05T03:23:15.761Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ba55d2592c4ac58e -C extra-filename=-ba55d2592c4ac58e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern winapi=/work/oxidecomputer/omicron/target/debug/deps/libwinapi-a24045c39c0e3a1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932024-04-05T03:23:16.010Z Compiling rand v0.7.3
34942024-04-05T03:23:16.036Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=41b51c274b969679 -C extra-filename=-41b51c274b969679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom_package=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f37df39cea38962f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-fc9fb8b028d96125.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-aaba7f3254ebf9d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952024-04-05T03:23:16.085Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="aws_lc_rs"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="std"' --cfg 'feature="tls12"' -C metadata=df13a35aa366a26f -C extra-filename=-df13a35aa366a26f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-5b73cf781242ae5b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5c22b91a5c6925ab.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
34962024-04-05T03:23:18.653Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63a229e6433e08ec -C extra-filename=-63a229e6433e08ec --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-4a98c9e1acd0c2f3.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-eab6502e68af0fa2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-b55ee153c811977d.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e6c526a8ec957ffc.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e8a585130783d302.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972024-04-05T03:23:20.120Z Compiling dirs v5.0.1
34982024-04-05T03:23:20.123Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f4100883dbf8a91 -C extra-filename=-4f4100883dbf8a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_sys=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys-363b25cd14b5beac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992024-04-05T03:23:20.354Z Compiling p521 v0.13.3
35002024-04-05T03:23:20.357Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' -C metadata=bd9777140ee4de3f -C extra-filename=-bd9777140ee4de3f --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-3df99549457fce56.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49ed29fb1f9b1199.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fb635bd3cf5a2ff2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012024-04-05T03:23:22.741Z Compiling p256 v0.13.2
35022024-04-05T03:23:22.745Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' -C metadata=e3d9e65b6ed68bb7 -C extra-filename=-e3d9e65b6ed68bb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49ed29fb1f9b1199.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fb635bd3cf5a2ff2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032024-04-05T03:23:23.645Z Compiling pathdiff v0.2.1
35042024-04-05T03:23:23.680Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' -C metadata=14f76ce06487ba1d -C extra-filename=-14f76ce06487ba1d --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-aa5affffdef128b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052024-04-05T03:23:23.836Z Compiling cbc v0.1.2
35062024-04-05T03:23:23.840Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' -C metadata=4d0bc2910b4869e0 -C extra-filename=-4d0bc2910b4869e0 --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-402b3a96df9ca873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072024-04-05T03:23:24.122Z Compiling nested v0.1.1
35082024-04-05T03:23:24.125Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nested /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ffc48c6922f462cd -C extra-filename=-ffc48c6922f462cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092024-04-05T03:23:24.462Z Compiling md5 v0.7.0
35102024-04-05T03:23:24.465Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b994b2fa2a729cb8 -C extra-filename=-b994b2fa2a729cb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112024-04-05T03:23:25.030Z Compiling cast v0.3.0
35122024-04-05T03:23:25.065Z Running `/home/build/.rustup/toolchains/1.76.0-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=f2cb3e73b52ae798 -C extra-filename=-f2cb3e73b52ae798 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132024-04-05T03:23:25.439Z Compiling criterion-plot v0.5.0
35142024-04-05T03:23:25.453Z Running `/home/build/.rustup/toolchains/1.76.0-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=94e649382cb7370c -C extra-filename=-94e649382cb7370c --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-f2cb3e73b52ae798.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35152024-04-05T03:23:25.470Z Compiling russh-keys v0.42.0
35162024-04-05T03:23:25.474Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9715a5da9389a960 -C extra-filename=-9715a5da9389a960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1b30d823103f74bd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-cc9663b5e265c55e.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-51ee63e7469d9b72.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4d0bc2910b4869e0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5f1826d8530e595d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-4f4100883dbf8a91.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f3de597316d4cee3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b994b2fa2a729cb8.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-e3d9e65b6ed68bb7.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-bd9777140ee4de3f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-8dcb6356474954fe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41b51c274b969679.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ba55d2592c4ac58e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-82ff708b8d2bcc8e.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172024-04-05T03:23:25.792Z Compiling guppy v0.17.5
35182024-04-05T03:23:25.820Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89a988bf26a214f1 -C extra-filename=-89a988bf26a214f1 --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-bbfc89eae5e2d3b2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-aea7f85b2812e6fb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-283c13f9261a241c.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-aa600b20b2defa3f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-ffc48c6922f462cd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-14f76ce06487ba1d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-9a3d5c8f130b2dc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192024-04-05T03:23:26.528Z Compiling tokio-rustls v0.26.0
35202024-04-05T03:23:26.531Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=e568ce37d2d571d7 -C extra-filename=-e568ce37d2d571d7 --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-df13a35aa366a26f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
35212024-04-05T03:23:27.022Z Compiling aes-gcm v0.10.3
35222024-04-05T03:23:27.073Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=a6e732ac8e77657c -C extra-filename=-a6e732ac8e77657c --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-006636b63ef3e5f2.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1b30d823103f74bd.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5f1826d8530e595d.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-11d17fcbb2211cf4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35232024-04-05T03:23:27.350Z Compiling hyper-util v0.1.2
35242024-04-05T03:23:27.377Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="http1"' --cfg 'feature="tokio"' -C metadata=de905324a1aee168 -C extra-filename=-de905324a1aee168 --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-6fbe6fb99d063a02.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1e277e0870e088fa.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-89e4c6a85ba520de.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dab1373c189e5360.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-6c3046eeda064bae.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252024-04-05T03:23:28.880Z Compiling plotters v0.3.5
35262024-04-05T03:23:28.883Z Running `/home/build/.rustup/toolchains/1.76.0-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=5550e921665ca3ec -C extra-filename=-5550e921665ca3ec --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-21b07e30d4dab7ed.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-49253664c8d3e460.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-20b6799c78a94d6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272024-04-05T03:23:29.102Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
35282024-04-05T03:23:29.105Z Running `/home/build/.rustup/toolchains/1.76.0-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=1f27a9802b9fb900 -C extra-filename=-1f27a9802b9fb900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ae959d173b52170a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-def097ac77c4c3f1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
35292024-04-05T03:23:29.865Z Compiling rustls-native-certs v0.7.0
35302024-04-05T03:23:29.887Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49425771fc020521 -C extra-filename=-49425771fc020521 --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-ac9e745afe46f238.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312024-04-05T03:23:30.288Z Compiling httptest v0.15.5
35322024-04-05T03:23:30.294Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66500e3389d94ecb -C extra-filename=-66500e3389d94ecb --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-354ed4aae11869be.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3caa7d886ff74e6f.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332024-04-05T03:23:31.332Z Compiling tinytemplate v1.2.1
35342024-04-05T03:23:31.339Z Running `/home/build/.rustup/toolchains/1.76.0-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=d8b93c28319277c5 -C extra-filename=-d8b93c28319277c5 --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-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35352024-04-05T03:23:32.474Z Compiling threadpool v1.8.1
35362024-04-05T03:23:32.481Z Running `/home/build/.rustup/toolchains/1.76.0-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=2166907a3766bea3 -C extra-filename=-2166907a3766bea3 --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-0b9dd2f2c8b5721e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372024-04-05T03:23:33.426Z Compiling oorandom v11.1.3
35382024-04-05T03:23:33.431Z Running `/home/build/.rustup/toolchains/1.76.0-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=84ad2bd6a1fda5f3 -C extra-filename=-84ad2bd6a1fda5f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392024-04-05T03:23:33.656Z Compiling anes v0.1.6
35402024-04-05T03:23:33.690Z Running `/home/build/.rustup/toolchains/1.76.0-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=a205b135b9326db0 -C extra-filename=-a205b135b9326db0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412024-04-05T03:23:34.111Z Compiling dhcproto-macros v0.1.0
35422024-04-05T03:23:34.156Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=381035e320ee102f -C extra-filename=-381035e320ee102f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432024-04-05T03:23:34.954Z Compiling criterion v0.5.1
35442024-04-05T03:23:34.958Z Running `/home/build/.rustup/toolchains/1.76.0-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=d44dcaa880c2b44e -C extra-filename=-d44dcaa880c2b44e --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-a205b135b9326db0.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-f2cb3e73b52ae798.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-94e649382cb7370c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-07069127a17cd079.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-84ad2bd6a1fda5f3.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-5550e921665ca3ec.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3ad94c8827395be4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-d8b93c28319277c5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452024-04-05T03:23:35.220Z Compiling dhcproto v0.11.0
35462024-04-05T03:23:35.223Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1e390cbde3b667bb -C extra-filename=-1e390cbde3b667bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-381035e320ee102f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8ef84c3aa4b7bb6a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472024-04-05T03:23:36.082Z Compiling libtest-mimic v0.6.1
35482024-04-05T03:23:36.085Z Running `/home/build/.rustup/toolchains/1.76.0-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=684700f0fac4d43a -C extra-filename=-684700f0fac4d43a --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-4375ce6eb40991fe.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-2166907a3766bea3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492024-04-05T03:23:37.085Z Compiling hyper-rustls v0.27.0
35502024-04-05T03:23:37.089Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-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="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' -C metadata=88cb3e954de687f2 -C extra-filename=-88cb3e954de687f2 --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-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1e277e0870e088fa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dab1373c189e5360.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-de905324a1aee168.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-df13a35aa366a26f.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-49425771fc020521.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-e568ce37d2d571d7.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
35512024-04-05T03:23:37.666Z Compiling russh v0.42.0
35522024-04-05T03:23:37.669Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' -C metadata=c820b6459595a350 -C extra-filename=-c820b6459595a350 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1b30d823103f74bd.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-a6e732ac8e77657c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-18d3077823b1c206.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5f1826d8530e595d.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-4580cc12a6811996.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-bf401129dc6b62ad.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ba55d2592c4ac58e.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-9715a5da9389a960.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9b975388005e2781.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532024-04-05T03:23:38.208Z Compiling rstest_macros v0.18.2
35542024-04-05T03:23:38.237Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=4f3d7799d0bb5e16 -C extra-filename=-4f3d7799d0bb5e16 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-4f3d7799d0bb5e16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06feaa745b8ece6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552024-04-05T03:23:38.840Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35562024-04-05T03:23:38.864Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c12e2219a5aeede3 -C extra-filename=-c12e2219a5aeede3 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572024-04-05T03:23:38.885Z Compiling internet-checksum v0.2.1
35582024-04-05T03:23:38.885Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-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=2000379b6d2d4413 -C extra-filename=-2000379b6d2d4413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592024-04-05T03:23:39.100Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-4f3d7799d0bb5e16/build-script-build`
35602024-04-05T03:23:39.204Z Compiling datatest-stable v0.2.3
35612024-04-05T03:23:39.242Z Running `/home/build/.rustup/toolchains/1.76.0-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=e002312801878a31 -C extra-filename=-e002312801878a31 --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-aa5affffdef128b1.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-684700f0fac4d43a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622024-04-05T03:23:39.246Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35632024-04-05T03:23:39.246Z Running `/home/build/.rustup/toolchains/1.76.0-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=066fc5728f41a9aa -C extra-filename=-066fc5728f41a9aa --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-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1a6a5257d5aa89c1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05665f07365a9a25.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5a49a5ab9a408bf8.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-1f27a9802b9fb900.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ae959d173b52170a.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2e56c643ba325bc9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2187f954123debec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ed2f51e99925c0f7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-43e8bfc39698ec38.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-49313a64ef3bc758.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4af991461e570925.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-def097ac77c4c3f1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35642024-04-05T03:23:39.860Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35652024-04-05T03:23:39.864Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b8dd13fba7d6acb -C extra-filename=-9b8dd13fba7d6acb --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-9b8dd13fba7d6acb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-691faffdc3ff047a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35662024-04-05T03:23:40.255Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35672024-04-05T03:23:40.258Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eed3c68cb10d4bdf -C extra-filename=-eed3c68cb10d4bdf --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-eed3c68cb10d4bdf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-691faffdc3ff047a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35682024-04-05T03:23:40.633Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35692024-04-05T03:23:40.640Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b4f56dbfe3eccd3 -C extra-filename=-0b4f56dbfe3eccd3 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-0b4f56dbfe3eccd3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-691faffdc3ff047a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35702024-04-05T03:23:41.008Z Compiling similar-asserts v1.5.0
35712024-04-05T03:23:41.011Z Running `/home/build/.rustup/toolchains/1.76.0-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=44251199ac83f0ed -C extra-filename=-44251199ac83f0ed --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-ecd543c2b58c8b48.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722024-04-05T03:23:42.253Z Compiling csv-core v0.1.11
35732024-04-05T03:23:42.256Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3ade9f84229d8bec -C extra-filename=-3ade9f84229d8bec --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-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742024-04-05T03:23:42.845Z Compiling relative-path v1.9.0
35752024-04-05T03:23:42.848Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=819003fabf5f1bb9 -C extra-filename=-819003fabf5f1bb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762024-04-05T03:23:43.622Z Compiling trybuild v1.0.91
35772024-04-05T03:23:43.625Z Running `/home/build/.rustup/toolchains/1.76.0-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.91/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8717db09b0e5320 -C extra-filename=-b8717db09b0e5320 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-b8717db09b0e5320 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782024-04-05T03:23:44.119Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-b8717db09b0e5320/build-script-build`
35792024-04-05T03:23:44.154Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=8e4127791ad60592 -C extra-filename=-8e4127791ad60592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-819003fabf5f1bb9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802024-04-05T03:23:44.837Z Compiling csv v1.3.0
35812024-04-05T03:23:44.840Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2cf7201a1819bb2 -C extra-filename=-e2cf7201a1819bb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-3ade9f84229d8bec.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822024-04-05T03:23:45.211Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35832024-04-05T03:23:45.250Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9df79b989dc87fbf -C extra-filename=-9df79b989dc87fbf --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-4a98c9e1acd0c2f3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-1e390cbde3b667bb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afcbfae58314172d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6a320c1cc7ba2e27.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-00350e6345cc1b9d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c820b6459595a350.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-9715a5da9389a960.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-f5c613f0cedcb02a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35842024-04-05T03:23:46.249Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-0b4f56dbfe3eccd3/build-script-build`
35852024-04-05T03:23:46.288Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-eed3c68cb10d4bdf/build-script-build`
35862024-04-05T03:23:46.322Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-9b8dd13fba7d6acb/build-script-build`
35872024-04-05T03:23:46.360Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35882024-04-05T03:23:46.378Z Running `/home/build/.rustup/toolchains/1.76.0-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=a9b980e2728da42b -C extra-filename=-a9b980e2728da42b --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-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ce7070b9257aba9d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1a6a5257d5aa89c1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ba2113aa54c82d3b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-106a4b7c7300fc10.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5a49a5ab9a408bf8.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-bf20a97530e6313d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ae959d173b52170a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-032b9305bef4020c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6b5993e9baacd35b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2187f954123debec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8f16e454c7137b3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-43e8bfc39698ec38.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-82ff708b8d2bcc8e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9b975388005e2781.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ebbf6401b7a235a.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-f5c613f0cedcb02a.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4af991461e570925.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-669931a33970ca4a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-def097ac77c4c3f1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1734575329e04eec.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bc1d0b04904c909c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
35892024-04-05T03:23:47.081Z Compiling multimap v0.10.0
35902024-04-05T03:23:47.084Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' -C metadata=fc8b59f3d8f2bf64 -C extra-filename=-fc8b59f3d8f2bf64 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912024-04-05T03:23:47.426Z Compiling futures-timer v3.0.2
35922024-04-05T03:23:47.475Z Running `/home/build/.rustup/toolchains/1.76.0-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=8cb8a78d10fa9986 -C extra-filename=-8cb8a78d10fa9986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932024-04-05T03:23:48.334Z Compiling constant_time_eq v0.2.6
35942024-04-05T03:23:48.337Z Running `/home/build/.rustup/toolchains/1.76.0-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=ea7d32dd42bc1fc4 -C extra-filename=-ea7d32dd42bc1fc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952024-04-05T03:23:48.551Z Compiling blake2b_simd v1.0.1
35962024-04-05T03:23:48.554Z Running `/home/build/.rustup/toolchains/1.76.0-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=61771fdc4ccbaaf2 -C extra-filename=-61771fdc4ccbaaf2 --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-477e329b0fb4e5d0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9c1b634dcefec2a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-ea7d32dd42bc1fc4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972024-04-05T03:23:49.345Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.91/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d86d4fb1cca82dc -C extra-filename=-4d86d4fb1cca82dc --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-23cedfca1f1a09fc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982024-04-05T03:23:51.897Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35992024-04-05T03:23:51.910Z Running `/home/build/.rustup/toolchains/1.76.0-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=8b2648d1ef510abb -C extra-filename=-8b2648d1ef510abb --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-c50d7e24e8e0d956.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-19c1a0ad7823f42b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36002024-04-05T03:23:53.138Z Compiling polar-core v0.27.0
36012024-04-05T03:23:53.145Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=9afffdf86e5b46b0 -C extra-filename=-9afffdf86e5b46b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-9afffdf86e5b46b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-aa55a21b55b7b0cf.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022024-04-05T03:23:54.246Z Compiling rstest v0.18.2
36032024-04-05T03:23:54.249Z Running `/home/build/.rustup/toolchains/1.76.0-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=31e1623252e80faa -C extra-filename=-31e1623252e80faa --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-7f8d1a4c7393b54e.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-8cb8a78d10fa9986.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-8e4127791ad60592.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36042024-04-05T03:23:54.507Z Compiling partial-io v0.5.4
36052024-04-05T03:23:54.510Z Running `/home/build/.rustup/toolchains/1.76.0-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=b66aeafacde39639 -C extra-filename=-b66aeafacde39639 --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-7f8d1a4c7393b54e.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-de07d84e45cc4683.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062024-04-05T03:23:54.740Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-9afffdf86e5b46b0/build-script-build`
36072024-04-05T03:23:54.785Z Compiling approx v0.5.1
36082024-04-05T03:23:54.788Z Running `/home/build/.rustup/toolchains/1.76.0-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=25e4f07d429ae077 -C extra-filename=-25e4f07d429ae077 --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-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092024-04-05T03:23:55.010Z Compiling rust-argon2 v2.1.0
36102024-04-05T03:23:55.024Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-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 -C metadata=41b14d6505b7bda2 -C extra-filename=-41b14d6505b7bda2 --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-617eb63bc076f209.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-61771fdc4ccbaaf2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5b32d0391bf1b5d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112024-04-05T03:23:55.061Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36122024-04-05T03:23:55.067Z Running `/home/build/.rustup/toolchains/1.76.0-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=b97bb096a1bd6e8b -C extra-filename=-b97bb096a1bd6e8b --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-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5a49a5ab9a408bf8.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-762674484f91c697.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9a709f8de193c12c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3ad94c8827395be4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ed2f51e99925c0f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a74ba561e5d0e0ad.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36132024-04-05T03:23:56.528Z Running `/home/build/.rustup/toolchains/1.76.0-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=dfc009d4fcb6edc8 -C extra-filename=-dfc009d4fcb6edc8 --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-a91c0b8873e30fcc.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-15048ac8a35bc7a3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142024-04-05T03:23:56.688Z Compiling cargo_toml v0.19.0
36152024-04-05T03:23:56.693Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.19.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=333613c1de27d097 -C extra-filename=-333613c1de27d097 --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-38978e6989816a15.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162024-04-05T03:23:57.642Z Compiling termios v0.3.3
36172024-04-05T03:23:57.670Z Running `/home/build/.rustup/toolchains/1.76.0-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=71e9d7bbe0bee3d5 -C extra-filename=-71e9d7bbe0bee3d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182024-04-05T03:23:57.695Z Running `/home/build/.rustup/toolchains/1.76.0-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=b7a44f0866725122 -C extra-filename=-b7a44f0866725122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-25e4f07d429ae077.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-618a9a718837310a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-cf4d76aeb6d11138.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-31e1623252e80faa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-4d86d4fb1cca82dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
36192024-04-05T03:23:57.733Z Running `/home/build/.rustup/toolchains/1.76.0-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=d9eaa17ba1fe35f9 -C extra-filename=-d9eaa17ba1fe35f9 --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-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5a49a5ab9a408bf8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-762674484f91c697.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-b97bb096a1bd6e8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9a709f8de193c12c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3ad94c8827395be4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ed2f51e99925c0f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a74ba561e5d0e0ad.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36202024-04-05T03:23:57.928Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36212024-04-05T03:23:57.952Z Running `/home/build/.rustup/toolchains/1.76.0-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=0129195146b6a8fd -C extra-filename=-0129195146b6a8fd --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-c50d7e24e8e0d956.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-106a4b7c7300fc10.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-71e9d7bbe0bee3d5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b43b1566985f01c0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36222024-04-05T03:23:58.877Z Running `/home/build/.rustup/toolchains/1.76.0-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=5827bb29504326b1 -C extra-filename=-5827bb29504326b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-25e4f07d429ae077.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-cf4d76aeb6d11138.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-31e1623252e80faa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-4d86d4fb1cca82dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib`
36232024-04-05T03:24:00.478Z Running `/home/build/.rustup/toolchains/1.76.0-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=76e5f46d6c6c99ab -C extra-filename=-76e5f46d6c6c99ab --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-bd1d1801db21c345.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d44dcaa880c2b44e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-41b14d6505b7bda2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b53a0652142002c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36242024-04-05T03:24:01.625Z Running `/home/build/.rustup/toolchains/1.76.0-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=d3d30c507183766d -C extra-filename=-d3d30c507183766d --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-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1a6a5257d5aa89c1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05665f07365a9a25.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5a49a5ab9a408bf8.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-1f27a9802b9fb900.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ae959d173b52170a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2e56c643ba325bc9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2187f954123debec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6a320c1cc7ba2e27.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-b66aeafacde39639.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ed2f51e99925c0f7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-43e8bfc39698ec38.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-49313a64ef3bc758.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-82ff708b8d2bcc8e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4af991461e570925.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-def097ac77c4c3f1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36252024-04-05T03:24:03.079Zerror: linking with `gcc` failed: exit status: 1
36262024-04-05T03:24:03.079Z |
36272024-04-05T03:24:03.090Z = note: LC_ALL="C" PATH="/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/bin:/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" VSLANG="1033" "gcc" "-m64" "-std=c99" "/var/tmp/omicron_tmp/rustcKFbvqY/symbols.o" "/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-0129195146b6a8fd.gateway_cli.62770c9df7933d6c-cgu.0.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-0129195146b6a8fd.c7hd0ssl5tjwtlx.rcgu.o" "-Wl,-z,ignore" "-L" "/work/oxidecomputer/omicron/target/debug/deps" "-L" "/opt/ooce/pgsql-13/lib/amd64" "-L" "/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out" "-L" "/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out" "-L" "/usr/ssl-3/lib/amd64" "-L" "/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/" "-L" "/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib" "-L" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib" "-Wl,-Bstatic" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libtest-1517bd58decba88d.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libgetopts-6811e026c54d6e43.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libunicode_width-d096a26d56252631.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/librustc_std_workspace_std-55d26447a47bffbc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtermios-71e9d7bbe0bee3d5.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b43b1566985f01c0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-e0f5320d22c9d2b0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libutf8-c84491f7bfb958ad.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libunarray-4d2a858d5a06edaf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-457dde3678e64dd8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-e1361235f905e035.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e8a585130783d302.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfastrand-c16f82958b9bdd6c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f6fbc9cc513eac06.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4d5b74c7f77a3f98.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6cf4e814e5c31d83.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b53a0652142002c6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e827dbd56a8ad563.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9daaa55ab59aa707.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ccf344a41d16b00c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a74ba561e5d0e0ad.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhostname-535c46064946cfa5.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-22bf2f9a6e8efd73.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_json-30140ba2cb1d80c9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libthread_local-148c9ff4fbbb7b96.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-4c34cc32e456d859.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3caa7d886ff74e6f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-1795876847d37563.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-7583a51e7ec01c70.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmulter-3decbfbf6c631a66.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhttp-1e277e0870e088fa.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libusdt-0ad65601e308ae66.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3a0b33fd615cb063.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a2bfec303f661e1f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-122f0d05c21fbf17.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpest-d7c5c51e4058a70f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-4f930ff470cdcf8e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdof-bfd9ede14d676ec0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0da092f55f2e8e4f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-3d9b6c7266bb18e9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b28ce282fa537781.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-23b5f6bf672f3d19.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-ca4ece80fcfa154a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cff05c02bbdb8e90.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustls-80dacb43d8b2e5a1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5c22b91a5c6925ab.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-5b73cf781242ae5b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-762923ec70984da3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-6fe7743c47064bb0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-ff152435fb53ec9e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-106a4b7c7300fc10.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-111afbb9db81a898.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtypify-ae5e72dc0aba4967.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-59beb59f9f2cfd58.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libuuid-c967a759470b32c3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-439b324f550e1b64.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libproc_macro-cecb82467d547101.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1dda41f52e659abf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0fb438b34b2d4e0d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-533195d33cbf9dab.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-44ab649843d5bcaa.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-bd7330cb0bbec0cc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-cc794dbaebed2b73.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-ea6efd0133743f04.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-4d253b2a016b0118.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcookie-125ade214803c611.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-55bc563a28b885df.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtime_core-11a34715250e183d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-ec4552f396937679.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libderanged-d9fce4f0ae8d58f7.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1c1471ac895a0601.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libidna-f9d2f40becab242f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-bc3fb966612ad0b1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7f2e732efcc39db1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d2419314a2b71b17.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustls-be99e5fc756d5106.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsct-cec829e4d5e6ed57.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libring-3d575e387bdf95bf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libspin-9a6ac86a7e90fb01.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b80b7f9cdecbad1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwebpki-aca7b52d887bed1b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-50cc5945165cdbca.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-8aef0d6c95d30ea6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwant-77b4488483d613fe.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-8812c45f1703c49e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libh2-564a2345653ec616.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libequivalent-8ca3907e31bd9b35.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libahash-bbfc89eae5e2d3b2.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-64a2fa6ca32b4304.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9b975388005e2781.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-53e71c23e89b2f48.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a55da2c545e7ab16.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0b9dd2f2c8b5721e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-51d19885448c7f76.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblock_api-431ebead5e7f5a84.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-f5c1467dbbbbcd41.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-04bae0dc93200231.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ca407ac684b485ea.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslab-c5b38bc1ea2a2e2f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0e271b12ba19f63e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libidna-1765f3d46829277c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-94402d8576ed68f3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e7220f8b1920659.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6b3eb681a21ab104.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-5bae60aee6e52599.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liberrno-66ade5f2b34113e6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libstrsim-390397d5fd7c386a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libanstream-5d5455d671f9c0ac.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-3662792a1ebce4cb.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-8e89472298a3933c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-c7522d056bf53745.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e6c8188aaff50e44.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libanstyle-4a98c9e1acd0c2f3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libstd-7251438714be1307.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libpanic_unwind-4f70dafc6c7adf18.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libobject-957f85aed6115e2f.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libmemchr-c2e48aa761a11e59.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libaddr2line-c373ac222aea8fc8.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libgimli-691ec5efa74f313b.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/librustc_demangle-0f6955abdc922e45.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libstd_detect-fbf2a5723c98732f.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libhashbrown-f3ee7934aa42d94c.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/librustc_std_workspace_alloc-e4e07ad9e9081575.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libminiz_oxide-fefd7c3ebc9bf196.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libadler-8af1d142f3e8e3eb.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libunwind-b6380340c64a810d.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libcfg_if-5547f08142ecf06d.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/liblibc-69d72eceec37d671.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/liballoc-1580f438ee04cc7b.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/librustc_std_workspace_core-54729db6ef15b685.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libcore-9fe9e4e8639c165b.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libcompiler_builtins-a171d2e4f4dfe60d.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lsendfile" "-llgrp" "-lsocket" "-lposix4" "-lpthread" "-lresolv" "-lnsl" "-lumem" "-lgcc_s" "-lm" "-lrt" "-lpthread" "-lsendfile" "-llgrp" "-lc" "-lssp" "-L" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib" "-o" "/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-0129195146b6a8fd" "-nodefaultlibs" "-R/usr/platform/oxide/lib/amd64"
36282024-04-05T03:24:03.090Z = note: Undefined first referenced
36292024-04-05T03:24:03.090Z symbol in file
36302024-04-05T03:24:03.090Z aws_lc_0_14_1_aes_hw_ctr32_encrypt_blocks /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36312024-04-05T03:24:03.090Z aws_lc_0_14_1_bn_gather5 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36322024-04-05T03:24:03.090Z aws_lc_0_14_1_rsaz_1024_red2norm_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36332024-04-05T03:24:03.090Z aws_lc_0_14_1_aesni_gcm_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36342024-04-05T03:24:03.090Z aws_lc_0_14_1_chacha20_poly1305_seal /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_chacha20poly1305.c.o)
36352024-04-05T03:24:03.091Z aws_lc_0_14_1_chacha20_poly1305_open /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_chacha20poly1305.c.o)
36362024-04-05T03:24:03.091Z aws_lc_0_14_1_aes128gcmsiv_dec /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
36372024-04-05T03:24:03.091Z aws_lc_0_14_1_aes128gcmsiv_kdf /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
36382024-04-05T03:24:03.091Z aws_lc_0_14_1_aes256gcmsiv_enc_msg_x4 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
36392024-04-05T03:24:03.091Z aws_lc_0_14_1_aes256gcmsiv_enc_msg_x8 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
36402024-04-05T03:24:03.091Z aws_lc_0_14_1_aes_hw_set_decrypt_key /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36412024-04-05T03:24:03.091Z aws_lc_0_14_1_aes_hw_set_encrypt_key /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36422024-04-05T03:24:03.091Z aws_lc_0_14_1_aesgcmsiv_htable_polyval /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
36432024-04-05T03:24:03.091Z aws_lc_0_14_1_aes256gcmsiv_dec /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
36442024-04-05T03:24:03.091Z aws_lc_0_14_1_aes256gcmsiv_kdf /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
36452024-04-05T03:24:03.091Z aws_lc_0_14_1_ecp_nistz256_point_add_affine /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36462024-04-05T03:24:03.092Z aws_lc_0_14_1_vpaes_set_decrypt_key /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36472024-04-05T03:24:03.092Z aws_lc_0_14_1_vpaes_set_encrypt_key /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36482024-04-05T03:24:03.092Z aws_lc_0_14_1_rsaz_1024_gather5_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36492024-04-05T03:24:03.092Z aws_lc_0_14_1_gcm_ghash_clmul /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36502024-04-05T03:24:03.092Z aws_lc_0_14_1_gcm_ghash_ssse3 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36512024-04-05T03:24:03.092Z aws_lc_0_14_1_rsaz_1024_scatter5_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36522024-04-05T03:24:03.092Z aws_lc_0_14_1_bn_scatter5 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36532024-04-05T03:24:03.092Z aws_lc_0_14_1_aes_hw_xts_decrypt_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36542024-04-05T03:24:03.092Z aws_lc_0_14_1_ecp_nistz256_point_add /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36552024-04-05T03:24:03.092Z aws_lc_0_14_1_aes_hw_decrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36562024-04-05T03:24:03.092Z aws_lc_0_14_1_aes128gcmsiv_aes_ks /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
36572024-04-05T03:24:03.092Z aws_lc_0_14_1_aes256gcmsiv_aes_ks /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
36582024-04-05T03:24:03.093Z aws_lc_0_14_1_md5_block_asm_data_order /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36592024-04-05T03:24:03.093Z aws_lc_0_14_1_sha1_block_data_order /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36602024-04-05T03:24:03.093Z aws_lc_0_14_1_CRYPTO_rdrand /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36612024-04-05T03:24:03.093Z aws_lc_0_14_1_aes_hw_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36622024-04-05T03:24:03.093Z aws_lc_0_14_1_rsaz_1024_mul_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36632024-04-05T03:24:03.093Z aws_lc_0_14_1_aes_gcm_decrypt_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36642024-04-05T03:24:03.093Z aws_lc_0_14_1_rsaz_1024_sqr_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36652024-04-05T03:24:03.093Z aws_lc_0_14_1_gcm_init_clmul /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36662024-04-05T03:24:03.093Z aws_lc_0_14_1_rsaz_1024_norm2red_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36672024-04-05T03:24:03.093Z aws_lc_0_14_1_bn_mul_mont /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36682024-04-05T03:24:03.093Z aws_lc_0_14_1_gcm_gmult_clmul /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36692024-04-05T03:24:03.093Z aws_lc_0_14_1_gcm_gmult_ssse3 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36702024-04-05T03:24:03.094Z aws_lc_0_14_1_ecp_nistz256_ord_sqr_mont /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36712024-04-05T03:24:03.094Z aws_lc_0_14_1_sha512_block_data_order /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36722024-04-05T03:24:03.094Z aws_lc_0_14_1_aes_gcm_encrypt_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36732024-04-05T03:24:03.094Z aws_lc_0_14_1_ecp_nistz256_point_double /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36742024-04-05T03:24:03.094Z aws_lc_0_14_1_gcm_init_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36752024-04-05T03:24:03.094Z aws_lc_0_14_1_aes128gcmsiv_aes_ks_enc_x1 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
36762024-04-05T03:24:03.094Z aws_lc_0_14_1_aes256gcmsiv_aes_ks_enc_x1 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
36772024-04-05T03:24:03.094Z aws_lc_0_14_1_bn_power5 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36782024-04-05T03:24:03.094Z aws_lc_0_14_1_ChaCha20_ctr32 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(chacha.c.o)
36792024-04-05T03:24:03.094Z aws_lc_0_14_1_beeu_mod_inverse_vartime /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36802024-04-05T03:24:03.094Z aws_lc_0_14_1_aes_hw_xts_encrypt_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36812024-04-05T03:24:03.094Z aws_lc_0_14_1_aes_hw_xts_decrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36822024-04-05T03:24:03.095Z aws_lc_0_14_1_ecp_nistz256_neg /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36832024-04-05T03:24:03.095Z aws_lc_0_14_1_aes256gcmsiv_ecb_enc_block /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
36842024-04-05T03:24:03.095Z aws_lc_0_14_1_aes128gcmsiv_ecb_enc_block /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
36852024-04-05T03:24:03.095Z aws_lc_0_14_1_ecp_nistz256_ord_mul_mont /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36862024-04-05T03:24:03.095Z aws_lc_0_14_1_sha256_block_data_order /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36872024-04-05T03:24:03.095Z aws_lc_0_14_1_aesgcmsiv_polyval_horner /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
36882024-04-05T03:24:03.095Z aws_lc_0_14_1_vpaes_decrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36892024-04-05T03:24:03.095Z aws_lc_0_14_1_aesgcmsiv_htable6_init /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
36902024-04-05T03:24:03.095Z aws_lc_0_14_1_gcm_ghash_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36912024-04-05T03:24:03.095Z aws_lc_0_14_1_gcm_gmult_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36922024-04-05T03:24:03.095Z aws_lc_0_14_1_ecp_nistz256_mul_mont /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36932024-04-05T03:24:03.095Z aws_lc_0_14_1_vpaes_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36942024-04-05T03:24:03.096Z aws_lc_0_14_1_aesgcmsiv_htable_init /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
36952024-04-05T03:24:03.096Z aws_lc_0_14_1_gcm_ghash_avx /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36962024-04-05T03:24:03.096Z aws_lc_0_14_1_gcm_init_avx /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36972024-04-05T03:24:03.096Z aws_lc_0_14_1_aesni_gcm_decrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36982024-04-05T03:24:03.096Z aws_lc_0_14_1_ecp_nistz256_select_w5 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
36992024-04-05T03:24:03.096Z aws_lc_0_14_1_ecp_nistz256_select_w7 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37002024-04-05T03:24:03.096Z aws_lc_0_14_1_aes128gcmsiv_enc_msg_x4 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37012024-04-05T03:24:03.096Z aws_lc_0_14_1_aes128gcmsiv_enc_msg_x8 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37022024-04-05T03:24:03.096Z aws_lc_0_14_1_vpaes_cbc_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37032024-04-05T03:24:03.096Z aws_lc_0_14_1_gcm_setiv_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37042024-04-05T03:24:03.096Z aws_lc_0_14_1_aes_hw_cbc_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37052024-04-05T03:24:03.096Z aws_lc_0_14_1_vpaes_ctr32_encrypt_blocks /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37062024-04-05T03:24:03.097Z aws_lc_0_14_1_aes_hw_ecb_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37072024-04-05T03:24:03.097Z aws_lc_0_14_1_aes_hw_xts_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37082024-04-05T03:24:03.097Z aws_lc_0_14_1_gcm_gmult_avx /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37092024-04-05T03:24:03.097Z aws_lc_0_14_1_CRYPTO_rdrand_multiple8_buf /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37102024-04-05T03:24:03.097Z aws_lc_0_14_1_bn_mul_mont_gather5 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37112024-04-05T03:24:03.097Z aws_lc_0_14_1_ecp_nistz256_sqr_mont /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37122024-04-05T03:24:03.097Z ld: fatal: symbol referencing errors. No output written to /work/oxidecomputer/omicron/target/debug/deps/gateway_cli-0129195146b6a8fd
37132024-04-05T03:24:03.097Z collect2: error: ld returned 1 exit status
37142024-04-05T03:24:03.097Z
37152024-04-05T03:24:03.097Z
37162024-04-05T03:24:03.332Zerror: could not compile `gateway-cli` (bin "gateway-cli" test) due to 1 previous error
37172024-04-05T03:24:03.332Z
37182024-04-05T03:24:03.332ZCaused by:
37192024-04-05T03:24:03.332Z process didn't exit successfully: `/home/build/.rustup/toolchains/1.76.0-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=0129195146b6a8fd -C extra-filename=-0129195146b6a8fd --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-c50d7e24e8e0d956.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-106a4b7c7300fc10.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-71e9d7bbe0bee3d5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b43b1566985f01c0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` (exit status: 1)
37202024-04-05T03:24:03.332Zwarning: build failed, waiting for other jobs to finish...
37212024-04-05T03:24:08.864Zerror: linking with `gcc` failed: exit status: 1
37222024-04-05T03:24:08.864Z |
37232024-04-05T03:24:08.875Z = note: LC_ALL="C" PATH="/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/bin:/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" VSLANG="1033" "gcc" "-m64" "-std=c99" "/var/tmp/omicron_tmp/rustcrd8JtE/symbols.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.oximeter.3c1fceb74813b9f6-cgu.00.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.oximeter.3c1fceb74813b9f6-cgu.01.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.oximeter.3c1fceb74813b9f6-cgu.02.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.oximeter.3c1fceb74813b9f6-cgu.03.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.oximeter.3c1fceb74813b9f6-cgu.04.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.oximeter.3c1fceb74813b9f6-cgu.05.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.oximeter.3c1fceb74813b9f6-cgu.06.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.oximeter.3c1fceb74813b9f6-cgu.07.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.oximeter.3c1fceb74813b9f6-cgu.08.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.oximeter.3c1fceb74813b9f6-cgu.09.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.oximeter.3c1fceb74813b9f6-cgu.10.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.oximeter.3c1fceb74813b9f6-cgu.11.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.oximeter.3c1fceb74813b9f6-cgu.12.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.oximeter.3c1fceb74813b9f6-cgu.13.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.oximeter.3c1fceb74813b9f6-cgu.14.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.oximeter.3c1fceb74813b9f6-cgu.15.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1.1o7dbuksa10wrax1.rcgu.o" "-Wl,-z,ignore" "-L" "/work/oxidecomputer/omicron/target/debug/deps" "-L" "/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out" "-L" "/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/" "-L" "/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out" "-L" "/usr/ssl-3/lib/amd64" "-L" "/opt/ooce/pgsql-13/lib/amd64" "-L" "/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib" "-L" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib" "-Wl,-Bstatic" "/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libunarray-4d2a858d5a06edaf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-457dde3678e64dd8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-e1361235f905e035.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e8a585130783d302.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfastrand-c16f82958b9bdd6c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liberrno-66ade5f2b34113e6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f6fbc9cc513eac06.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4d5b74c7f77a3f98.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6cf4e814e5c31d83.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-111afbb9db81a898.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtypify-ae5e72dc0aba4967.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-59beb59f9f2cfd58.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1dda41f52e659abf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0fb438b34b2d4e0d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-533195d33cbf9dab.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-44ab649843d5bcaa.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-bd7330cb0bbec0cc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-cc794dbaebed2b73.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-ea6efd0133743f04.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-4d253b2a016b0118.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcookie-125ade214803c611.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libidna-f9d2f40becab242f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-bc3fb966612ad0b1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7f2e732efcc39db1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustls-be99e5fc756d5106.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsct-cec829e4d5e6ed57.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libring-3d575e387bdf95bf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libspin-9a6ac86a7e90fb01.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b80b7f9cdecbad1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwebpki-aca7b52d887bed1b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-50cc5945165cdbca.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-8aef0d6c95d30ea6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-04bae0dc93200231.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libidna-1765f3d46829277c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-94402d8576ed68f3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b53a0652142002c6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e827dbd56a8ad563.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9daaa55ab59aa707.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ccf344a41d16b00c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a74ba561e5d0e0ad.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhostname-535c46064946cfa5.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-22bf2f9a6e8efd73.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_json-30140ba2cb1d80c9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libthread_local-148c9ff4fbbb7b96.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-4c34cc32e456d859.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3caa7d886ff74e6f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-1795876847d37563.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-7583a51e7ec01c70.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-55bc563a28b885df.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtime_core-11a34715250e183d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-ec4552f396937679.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libderanged-d9fce4f0ae8d58f7.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1c1471ac895a0601.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmulter-3decbfbf6c631a66.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d2419314a2b71b17.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhttp-1e277e0870e088fa.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libusdt-0ad65601e308ae66.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3a0b33fd615cb063.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a2bfec303f661e1f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-122f0d05c21fbf17.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpest-d7c5c51e4058a70f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-4f930ff470cdcf8e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libproc_macro-cecb82467d547101.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdof-bfd9ede14d676ec0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0da092f55f2e8e4f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-3d9b6c7266bb18e9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b28ce282fa537781.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-23b5f6bf672f3d19.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-ca4ece80fcfa154a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cff05c02bbdb8e90.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustls-80dacb43d8b2e5a1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5c22b91a5c6925ab.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-5b73cf781242ae5b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-762923ec70984da3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-6fe7743c47064bb0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwant-77b4488483d613fe.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-8812c45f1703c49e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libh2-564a2345653ec616.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libequivalent-8ca3907e31bd9b35.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libahash-bbfc89eae5e2d3b2.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-64a2fa6ca32b4304.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9b975388005e2781.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-53e71c23e89b2f48.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ca407ac684b485ea.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a55da2c545e7ab16.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0b9dd2f2c8b5721e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-51d19885448c7f76.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblock_api-431ebead5e7f5a84.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-f5c1467dbbbbcd41.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librstest-31e1623252e80faa.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-8cb8a78d10fa9986.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-ff152435fb53ec9e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslab-c5b38bc1ea2a2e2f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0e271b12ba19f63e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libtest-1517bd58decba88d.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libgetopts-6811e026c54d6e43.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libunicode_width-d096a26d56252631.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/librustc_std_workspace_std-55d26447a47bffbc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libuuid-c967a759470b32c3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-8cc11b59b5be65d8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-0f2ec5d69ba17311.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-439b324f550e1b64.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libstd-7251438714be1307.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libpanic_unwind-4f70dafc6c7adf18.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libobject-957f85aed6115e2f.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libmemchr-c2e48aa761a11e59.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libaddr2line-c373ac222aea8fc8.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libgimli-691ec5efa74f313b.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/librustc_demangle-0f6955abdc922e45.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libstd_detect-fbf2a5723c98732f.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libhashbrown-f3ee7934aa42d94c.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/librustc_std_workspace_alloc-e4e07ad9e9081575.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libminiz_oxide-fefd7c3ebc9bf196.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libadler-8af1d142f3e8e3eb.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libunwind-b6380340c64a810d.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libcfg_if-5547f08142ecf06d.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/liblibc-69d72eceec37d671.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/liballoc-1580f438ee04cc7b.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/librustc_std_workspace_core-54729db6ef15b685.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libcore-9fe9e4e8639c165b.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libcompiler_builtins-a171d2e4f4dfe60d.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lsendfile" "-llgrp" "-lsocket" "-lposix4" "-lpthread" "-lresolv" "-lnsl" "-lumem" "-lgcc_s" "-lm" "-lrt" "-lpthread" "-lsendfile" "-llgrp" "-lc" "-lssp" "-L" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib" "-o" "/work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1" "-nodefaultlibs" "-R/usr/platform/oxide/lib/amd64"
37242024-04-05T03:24:08.876Z = note: Undefined first referenced
37252024-04-05T03:24:08.876Z symbol in file
37262024-04-05T03:24:08.876Z aws_lc_0_14_1_aes_hw_ctr32_encrypt_blocks /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37272024-04-05T03:24:08.876Z aws_lc_0_14_1_bn_gather5 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37282024-04-05T03:24:08.876Z aws_lc_0_14_1_rsaz_1024_red2norm_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37292024-04-05T03:24:08.876Z aws_lc_0_14_1_aesni_gcm_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37302024-04-05T03:24:08.876Z aws_lc_0_14_1_chacha20_poly1305_seal /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_chacha20poly1305.c.o)
37312024-04-05T03:24:08.876Z aws_lc_0_14_1_chacha20_poly1305_open /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_chacha20poly1305.c.o)
37322024-04-05T03:24:08.876Z aws_lc_0_14_1_aes128gcmsiv_dec /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37332024-04-05T03:24:08.876Z aws_lc_0_14_1_aes128gcmsiv_kdf /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37342024-04-05T03:24:08.876Z aws_lc_0_14_1_aes256gcmsiv_enc_msg_x4 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37352024-04-05T03:24:08.876Z aws_lc_0_14_1_aes256gcmsiv_enc_msg_x8 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37362024-04-05T03:24:08.876Z aws_lc_0_14_1_aes_hw_set_decrypt_key /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37372024-04-05T03:24:08.876Z aws_lc_0_14_1_aes_hw_set_encrypt_key /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37382024-04-05T03:24:08.876Z aws_lc_0_14_1_aesgcmsiv_htable_polyval /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37392024-04-05T03:24:08.876Z aws_lc_0_14_1_aes256gcmsiv_dec /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37402024-04-05T03:24:08.876Z aws_lc_0_14_1_aes256gcmsiv_kdf /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37412024-04-05T03:24:08.876Z aws_lc_0_14_1_ecp_nistz256_point_add_affine /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37422024-04-05T03:24:08.877Z aws_lc_0_14_1_vpaes_set_decrypt_key /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37432024-04-05T03:24:08.877Z aws_lc_0_14_1_vpaes_set_encrypt_key /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37442024-04-05T03:24:08.877Z aws_lc_0_14_1_rsaz_1024_gather5_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37452024-04-05T03:24:08.877Z aws_lc_0_14_1_gcm_ghash_clmul /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37462024-04-05T03:24:08.877Z aws_lc_0_14_1_gcm_ghash_ssse3 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37472024-04-05T03:24:08.877Z aws_lc_0_14_1_rsaz_1024_scatter5_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37482024-04-05T03:24:08.877Z aws_lc_0_14_1_bn_scatter5 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37492024-04-05T03:24:08.877Z aws_lc_0_14_1_aes_hw_xts_decrypt_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37502024-04-05T03:24:08.877Z aws_lc_0_14_1_ecp_nistz256_point_add /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37512024-04-05T03:24:08.877Z aws_lc_0_14_1_aes_hw_decrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37522024-04-05T03:24:08.877Z aws_lc_0_14_1_aes128gcmsiv_aes_ks /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37532024-04-05T03:24:08.877Z aws_lc_0_14_1_aes256gcmsiv_aes_ks /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37542024-04-05T03:24:08.877Z aws_lc_0_14_1_md5_block_asm_data_order /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37552024-04-05T03:24:08.877Z aws_lc_0_14_1_sha1_block_data_order /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37562024-04-05T03:24:08.877Z aws_lc_0_14_1_CRYPTO_rdrand /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37572024-04-05T03:24:08.877Z aws_lc_0_14_1_aes_hw_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37582024-04-05T03:24:08.877Z aws_lc_0_14_1_rsaz_1024_mul_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37592024-04-05T03:24:08.877Z aws_lc_0_14_1_aes_gcm_decrypt_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37602024-04-05T03:24:08.877Z aws_lc_0_14_1_rsaz_1024_sqr_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37612024-04-05T03:24:08.877Z aws_lc_0_14_1_gcm_init_clmul /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37622024-04-05T03:24:08.877Z aws_lc_0_14_1_rsaz_1024_norm2red_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37632024-04-05T03:24:08.877Z aws_lc_0_14_1_bn_mul_mont /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37642024-04-05T03:24:08.878Z aws_lc_0_14_1_gcm_gmult_clmul /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37652024-04-05T03:24:08.878Z aws_lc_0_14_1_gcm_gmult_ssse3 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37662024-04-05T03:24:08.878Z aws_lc_0_14_1_ecp_nistz256_ord_sqr_mont /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37672024-04-05T03:24:08.878Z aws_lc_0_14_1_sha512_block_data_order /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37682024-04-05T03:24:08.878Z aws_lc_0_14_1_aes_gcm_encrypt_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37692024-04-05T03:24:08.878Z aws_lc_0_14_1_ecp_nistz256_point_double /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37702024-04-05T03:24:08.878Z aws_lc_0_14_1_gcm_init_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37712024-04-05T03:24:08.878Z aws_lc_0_14_1_aes128gcmsiv_aes_ks_enc_x1 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37722024-04-05T03:24:08.878Z aws_lc_0_14_1_aes256gcmsiv_aes_ks_enc_x1 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37732024-04-05T03:24:08.878Z aws_lc_0_14_1_bn_power5 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37742024-04-05T03:24:08.878Z aws_lc_0_14_1_ChaCha20_ctr32 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(chacha.c.o)
37752024-04-05T03:24:08.878Z aws_lc_0_14_1_beeu_mod_inverse_vartime /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37762024-04-05T03:24:08.878Z aws_lc_0_14_1_aes_hw_xts_encrypt_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37772024-04-05T03:24:08.878Z aws_lc_0_14_1_aes_hw_xts_decrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37782024-04-05T03:24:08.878Z aws_lc_0_14_1_ecp_nistz256_neg /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37792024-04-05T03:24:08.878Z aws_lc_0_14_1_aes256gcmsiv_ecb_enc_block /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37802024-04-05T03:24:08.878Z aws_lc_0_14_1_aes128gcmsiv_ecb_enc_block /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37812024-04-05T03:24:08.878Z aws_lc_0_14_1_ecp_nistz256_ord_mul_mont /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37822024-04-05T03:24:08.878Z aws_lc_0_14_1_sha256_block_data_order /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37832024-04-05T03:24:08.878Z aws_lc_0_14_1_aesgcmsiv_polyval_horner /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37842024-04-05T03:24:08.878Z aws_lc_0_14_1_vpaes_decrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37852024-04-05T03:24:08.879Z aws_lc_0_14_1_aesgcmsiv_htable6_init /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37862024-04-05T03:24:08.879Z aws_lc_0_14_1_gcm_ghash_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37872024-04-05T03:24:08.879Z aws_lc_0_14_1_gcm_gmult_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37882024-04-05T03:24:08.879Z aws_lc_0_14_1_ecp_nistz256_mul_mont /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37892024-04-05T03:24:08.879Z aws_lc_0_14_1_vpaes_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37902024-04-05T03:24:08.879Z aws_lc_0_14_1_aesgcmsiv_htable_init /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37912024-04-05T03:24:08.879Z aws_lc_0_14_1_gcm_ghash_avx /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37922024-04-05T03:24:08.879Z aws_lc_0_14_1_gcm_init_avx /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37932024-04-05T03:24:08.879Z aws_lc_0_14_1_aesni_gcm_decrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37942024-04-05T03:24:08.879Z aws_lc_0_14_1_ecp_nistz256_select_w5 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37952024-04-05T03:24:08.879Z aws_lc_0_14_1_ecp_nistz256_select_w7 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37962024-04-05T03:24:08.879Z aws_lc_0_14_1_aes128gcmsiv_enc_msg_x4 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37972024-04-05T03:24:08.879Z aws_lc_0_14_1_aes128gcmsiv_enc_msg_x8 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
37982024-04-05T03:24:08.879Z aws_lc_0_14_1_vpaes_cbc_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
37992024-04-05T03:24:08.879Z aws_lc_0_14_1_gcm_setiv_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38002024-04-05T03:24:08.879Z aws_lc_0_14_1_aes_hw_cbc_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38012024-04-05T03:24:08.879Z aws_lc_0_14_1_vpaes_ctr32_encrypt_blocks /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38022024-04-05T03:24:08.879Z aws_lc_0_14_1_aes_hw_ecb_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38032024-04-05T03:24:08.879Z aws_lc_0_14_1_aes_hw_xts_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38042024-04-05T03:24:08.879Z aws_lc_0_14_1_gcm_gmult_avx /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38052024-04-05T03:24:08.879Z aws_lc_0_14_1_CRYPTO_rdrand_multiple8_buf /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38062024-04-05T03:24:08.879Z aws_lc_0_14_1_bn_mul_mont_gather5 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38072024-04-05T03:24:08.880Z aws_lc_0_14_1_ecp_nistz256_sqr_mont /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38082024-04-05T03:24:08.880Z ld: fatal: symbol referencing errors. No output written to /work/oxidecomputer/omicron/target/debug/deps/oximeter-5827bb29504326b1
38092024-04-05T03:24:08.880Z collect2: error: ld returned 1 exit status
38102024-04-05T03:24:08.880Z
38112024-04-05T03:24:08.880Z
38122024-04-05T03:24:09.126Zerror: could not compile `oximeter` (lib test) due to 1 previous error
38132024-04-05T03:24:09.126Z
38142024-04-05T03:24:09.126ZCaused by:
38152024-04-05T03:24:09.134Z process didn't exit successfully: `/home/build/.rustup/toolchains/1.76.0-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=5827bb29504326b1 -C extra-filename=-5827bb29504326b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-25e4f07d429ae077.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-cf4d76aeb6d11138.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-31e1623252e80faa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-4d86d4fb1cca82dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib` (exit status: 1)
38162024-04-05T03:24:24.739Zerror: linking with `gcc` failed: exit status: 1
38172024-04-05T03:24:24.739Z |
38182024-04-05T03:24:24.752Z = note: LC_ALL="C" PATH="/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/bin:/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" VSLANG="1033" "gcc" "-m64" "-std=c99" "/var/tmp/omicron_tmp/rustc8sK0Nd/symbols.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.installinator.a02e95fd4501d977-cgu.00.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.installinator.a02e95fd4501d977-cgu.01.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.installinator.a02e95fd4501d977-cgu.02.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.installinator.a02e95fd4501d977-cgu.03.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.installinator.a02e95fd4501d977-cgu.04.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.installinator.a02e95fd4501d977-cgu.05.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.installinator.a02e95fd4501d977-cgu.06.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.installinator.a02e95fd4501d977-cgu.07.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.installinator.a02e95fd4501d977-cgu.08.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.installinator.a02e95fd4501d977-cgu.09.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.installinator.a02e95fd4501d977-cgu.10.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.installinator.a02e95fd4501d977-cgu.11.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.installinator.a02e95fd4501d977-cgu.12.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.installinator.a02e95fd4501d977-cgu.13.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.installinator.a02e95fd4501d977-cgu.14.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.installinator.a02e95fd4501d977-cgu.15.rcgu.o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d.1oycep3w067bkk5u.rcgu.o" "-Wl,-z,ignore" "-L" "/work/oxidecomputer/omicron/target/debug/deps" "-L" "/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out" "-L" "/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/" "-L" "/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out" "-L" "/usr/ssl-3/lib/amd64" "-L" "/opt/ooce/pgsql-13/lib/amd64" "-L" "/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib" "-L" "/usr/platform/oxide/lib/amd64/" "-L" "/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out" "-L" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib" "-Wl,-Bstatic" "/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-cb5037a33d491476.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f43bae1e2ff5c3d9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-2550af1542f0084a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libtest-1517bd58decba88d.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libgetopts-6811e026c54d6e43.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libunicode_width-d096a26d56252631.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/librustc_std_workspace_std-55d26447a47bffbc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-b66aeafacde39639.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-82ff708b8d2bcc8e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6a320c1cc7ba2e27.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e7dbee0db293cc6a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e9e9e76a7a486184.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmemmap-b9c741d7a711c399.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdof-9ab444432809f0d7.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libgoblin-deb5c65f5f5a93ee.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libplain-31854da1a1e562b0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libscroll-38fa85ce78955f71.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-423484f0c62f1072.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90e0cc59c4c552d9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libphf-a2420ec8dd0905e2.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fa73beba1fefbb84.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-133f7f9717270c02.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-eb8bf8bebd462ac4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-319f22b18eedb2ad.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c70e4727cf884194.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmd5-95ddd80219fcceda.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libheaders-b498619c3d19ad7c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-537885ece35e2dee.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-49313a64ef3bc758.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-26f790db8d1fbdaf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libkeccak-eff9640768ec2811.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4af991461e570925.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libxattr-39b777e571ac7a48.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtough-5ebbf6401b7a235a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-93e9384ce9b9aff1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libglobset-090693ef72d15a1f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsame_file-93c1583377344c3a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-35525e2f0ffe3d73.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-703dd43a2f5d9704.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsnafu-902d7d5145d1abd4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-eab6502e68af0fa2.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpin_project-de07d84e45cc4683.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-63e67c626e7ad01c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e7e1b9efdb1d96c2.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-93a4f6e9acc30dc0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-47f87905f0e66bb4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-07069127a17cd079.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-98514bdd8737c5c9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-750b6f44d5d11bb0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-d51077df71b6e718.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libarray_init-47f548cad5eb7a70.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnodrop-dcf73372ab15b9b6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-755937a05304aaa6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbitfield-44a2177e54565cd3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-49eff785b7229eaf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbitvec-dc5251a1fdc3e17c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwyz-fb58df48391a79fe.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtap-1f22e98df0b8f0d2.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libradium-1cb6974208755004.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfunty-d5326c02a34c00d0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-2598e3c411c3e11b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librsa-de6453f91970b472.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-feec032bdd149ce4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsignature-87fa9ebc53729cb3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-53309572b38547f8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblibm-08c3263bc1059c33.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-2a476cbaa4137627.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libron-ffade93e16c6b8e0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9c9f2e3bfedd2848.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcrc-12b781ba37feba4c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-584b34e269a65c72.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d04bf3119feb1f66.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libflagset-aea66f20f6946780.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-1d4bdcf392c0c077.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3f90d698ca79fa8f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libobject-ef3269e7e4a0c920.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1abd2053f376426f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6b9efe44486a05de.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbzip2-53855cad2d61ceb5.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-37da7ad4377a8b02.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-c2de8f879975e76c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libadler-c05f91390b88e2e4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-cefa2dedbe8d87d7.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1a6a5257d5aa89c1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ed2f51e99925c0f7.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3d9d1a690638c900.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-ef486e321f9a5dee.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf8c6a7305dce9e0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-04fecbd93a4f39a6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e49c308b26835969.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2187f954123debec.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-43e8bfc39698ec38.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1c26cd4a5e354c05.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libipcc-2e56c643ba325bc9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-daf634329f6b7c63.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhalf-dab6ca9eb48a92a3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-93bfb3a01564aefe.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-1f27a9802b9fb900.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ae959d173b52170a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-def097ac77c4c3f1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05665f07365a9a25.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4b4ed0bb43fb2131.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-283c13f9261a241c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5a49a5ab9a408bf8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7a1d6bafb4554750.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-23afae122db430e2.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libzone-ed54898759d832b0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmockall-2919e28e06a0b1a7.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e6c526a8ec957ffc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3cd34e04b646fdd1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdifflib-6290a94fd7899125.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-bfbd24c0c4f3838d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-ed3734b0ea4be59f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-b55ee153c811977d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfragile-e894b1308bbfa0ed.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdowncast-1f7c9f7d175ab432.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-9eace954e431d2c2.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liboxlog-9bddd470f0dc9229.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-88e24191ef3bd80d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblibnet-4821d4c6c2578b4b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnvpair-a160a081357f2375.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-9ab119944053726a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-5c08a05d4af8d740.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-8ac8ce2aaf48a630.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdlpi-f399dd89a8706c6d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-ec2f0fdefcce3348.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e830c88db8a11628.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-22af393ad8539018.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-d1d94fd8721e9c34.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c16fa0bcb014fdf6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libopte-92b357989dac712c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libopte_api-4843c8a2fa085868.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f3ca09dbcdd9fc8c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-bb29778d969aa912.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcobs-3fd1cea7f97f5675.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libheapless-285b2ed70ba96961.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhash32-5d46faedb6eb351c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-1e186e2b64ec12ca.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libunarray-4d2a858d5a06edaf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-457dde3678e64dd8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-e1361235f905e035.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e8a585130783d302.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfastrand-c16f82958b9bdd6c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f6fbc9cc513eac06.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4d5b74c7f77a3f98.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6cf4e814e5c31d83.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b53a0652142002c6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e827dbd56a8ad563.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9daaa55ab59aa707.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea2145b001d1f1ba.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ccf344a41d16b00c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a74ba561e5d0e0ad.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhostname-535c46064946cfa5.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-22bf2f9a6e8efd73.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_json-30140ba2cb1d80c9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libthread_local-148c9ff4fbbb7b96.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-4c34cc32e456d859.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3caa7d886ff74e6f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-1795876847d37563.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-7583a51e7ec01c70.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmulter-3decbfbf6c631a66.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhttp-1e277e0870e088fa.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libusdt-0ad65601e308ae66.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3a0b33fd615cb063.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a2bfec303f661e1f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-122f0d05c21fbf17.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpest-d7c5c51e4058a70f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-4f930ff470cdcf8e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdof-bfd9ede14d676ec0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0da092f55f2e8e4f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-3d9b6c7266bb18e9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b28ce282fa537781.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-23b5f6bf672f3d19.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-ca4ece80fcfa154a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cff05c02bbdb8e90.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustls-80dacb43d8b2e5a1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5c22b91a5c6925ab.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-5b73cf781242ae5b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-762923ec70984da3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-6fe7743c47064bb0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-740b0f1d297da5f4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-304136fb2028df53.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-111afbb9db81a898.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtypify-ae5e72dc0aba4967.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-59beb59f9f2cfd58.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libschemars-ba9da97b7b941c9c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libuuid-c967a759470b32c3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-439b324f550e1b64.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libproc_macro-cecb82467d547101.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1dda41f52e659abf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0fb438b34b2d4e0d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-533195d33cbf9dab.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-44ab649843d5bcaa.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-bd7330cb0bbec0cc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-cc794dbaebed2b73.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-ea6efd0133743f04.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-4d253b2a016b0118.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcookie-125ade214803c611.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-55bc563a28b885df.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtime_core-11a34715250e183d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-ec4552f396937679.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libderanged-d9fce4f0ae8d58f7.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1c1471ac895a0601.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libidna-f9d2f40becab242f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-bc3fb966612ad0b1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7f2e732efcc39db1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d2419314a2b71b17.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustls-be99e5fc756d5106.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsct-cec829e4d5e6ed57.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libring-3d575e387bdf95bf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libspin-9a6ac86a7e90fb01.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b80b7f9cdecbad1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwebpki-aca7b52d887bed1b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-50cc5945165cdbca.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-8aef0d6c95d30ea6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhyper-d09bf4dc8fc5f0c6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libwant-77b4488483d613fe.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-8812c45f1703c49e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libh2-564a2345653ec616.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libequivalent-8ca3907e31bd9b35.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libahash-bbfc89eae5e2d3b2.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-64a2fa6ca32b4304.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9b975388005e2781.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-53e71c23e89b2f48.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a55da2c545e7ab16.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0b9dd2f2c8b5721e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-51d19885448c7f76.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblock_api-431ebead5e7f5a84.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-f5c1467dbbbbcd41.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-04bae0dc93200231.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ca407ac684b485ea.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libidna-1765f3d46829277c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-94402d8576ed68f3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-ff152435fb53ec9e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libslab-c5b38bc1ea2a2e2f.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0e271b12ba19f63e.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6b3eb681a21ab104.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-5bae60aee6e52599.rlib" "/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liberrno-66ade5f2b34113e6.rlib" "/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libstrsim-390397d5fd7c386a.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libanstream-5d5455d671f9c0ac.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-3662792a1ebce4cb.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-8e89472298a3933c.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-c7522d056bf53745.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e6c8188aaff50e44.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libanstyle-4a98c9e1acd0c2f3.rlib" "/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libstd-7251438714be1307.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libpanic_unwind-4f70dafc6c7adf18.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libobject-957f85aed6115e2f.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libmemchr-c2e48aa761a11e59.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libaddr2line-c373ac222aea8fc8.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libgimli-691ec5efa74f313b.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/librustc_demangle-0f6955abdc922e45.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libstd_detect-fbf2a5723c98732f.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libhashbrown-f3ee7934aa42d94c.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/librustc_std_workspace_alloc-e4e07ad9e9081575.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libminiz_oxide-fefd7c3ebc9bf196.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libadler-8af1d142f3e8e3eb.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libunwind-b6380340c64a810d.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libcfg_if-5547f08142ecf06d.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/liblibc-69d72eceec37d671.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/liballoc-1580f438ee04cc7b.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/librustc_std_workspace_core-54729db6ef15b685.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libcore-9fe9e4e8639c165b.rlib" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libcompiler_builtins-a171d2e4f4dfe60d.rlib" "-Wl,-Bdynamic" "-lnvme" "-lefi" "-ldevinfo" "-lipcc" "-lcontract" "-lscf" "-lkstat" "-lnvpair" "-lzfs" "-ldlpi" "-ldoor" "-lssl" "-lcrypto" "-lsendfile" "-llgrp" "-lsocket" "-lposix4" "-lpthread" "-lresolv" "-lnsl" "-lumem" "-lgcc_s" "-lm" "-lrt" "-lpthread" "-lsendfile" "-llgrp" "-lc" "-lssp" "-L" "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib" "-o" "/work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d" "-nodefaultlibs" "-R/usr/platform/oxide/lib/amd64"
38192024-04-05T03:24:24.753Z = note: Undefined first referenced
38202024-04-05T03:24:24.753Z symbol in file
38212024-04-05T03:24:24.753Z aws_lc_0_14_1_aes_hw_ctr32_encrypt_blocks /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38222024-04-05T03:24:24.753Z aws_lc_0_14_1_bn_gather5 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38232024-04-05T03:24:24.754Z aws_lc_0_14_1_rsaz_1024_red2norm_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38242024-04-05T03:24:24.754Z aws_lc_0_14_1_aesni_gcm_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38252024-04-05T03:24:24.754Z aws_lc_0_14_1_chacha20_poly1305_seal /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_chacha20poly1305.c.o)
38262024-04-05T03:24:24.754Z aws_lc_0_14_1_chacha20_poly1305_open /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_chacha20poly1305.c.o)
38272024-04-05T03:24:24.754Z aws_lc_0_14_1_aes128gcmsiv_dec /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38282024-04-05T03:24:24.755Z aws_lc_0_14_1_aes128gcmsiv_kdf /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38292024-04-05T03:24:24.755Z aws_lc_0_14_1_aes256gcmsiv_enc_msg_x4 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38302024-04-05T03:24:24.755Z aws_lc_0_14_1_aes256gcmsiv_enc_msg_x8 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38312024-04-05T03:24:24.755Z aws_lc_0_14_1_aes_hw_set_decrypt_key /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38322024-04-05T03:24:24.755Z aws_lc_0_14_1_aes_hw_set_encrypt_key /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38332024-04-05T03:24:24.756Z aws_lc_0_14_1_aesgcmsiv_htable_polyval /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38342024-04-05T03:24:24.756Z aws_lc_0_14_1_aes256gcmsiv_dec /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38352024-04-05T03:24:24.756Z aws_lc_0_14_1_aes256gcmsiv_kdf /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38362024-04-05T03:24:24.756Z aws_lc_0_14_1_ecp_nistz256_point_add_affine /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38372024-04-05T03:24:24.756Z aws_lc_0_14_1_vpaes_set_decrypt_key /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38382024-04-05T03:24:24.756Z aws_lc_0_14_1_vpaes_set_encrypt_key /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38392024-04-05T03:24:24.756Z aws_lc_0_14_1_rsaz_1024_gather5_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38402024-04-05T03:24:24.757Z aws_lc_0_14_1_gcm_ghash_clmul /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38412024-04-05T03:24:24.757Z aws_lc_0_14_1_gcm_ghash_ssse3 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38422024-04-05T03:24:24.757Z aws_lc_0_14_1_rsaz_1024_scatter5_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38432024-04-05T03:24:24.757Z aws_lc_0_14_1_bn_scatter5 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38442024-04-05T03:24:24.757Z aws_lc_0_14_1_aes_hw_xts_decrypt_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38452024-04-05T03:24:24.758Z aws_lc_0_14_1_ecp_nistz256_point_add /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38462024-04-05T03:24:24.758Z aws_lc_0_14_1_aes_hw_decrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38472024-04-05T03:24:24.758Z aws_lc_0_14_1_aes128gcmsiv_aes_ks /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38482024-04-05T03:24:24.758Z aws_lc_0_14_1_aes256gcmsiv_aes_ks /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38492024-04-05T03:24:24.758Z aws_lc_0_14_1_md5_block_asm_data_order /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38502024-04-05T03:24:24.759Z aws_lc_0_14_1_sha1_block_data_order /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38512024-04-05T03:24:24.759Z aws_lc_0_14_1_CRYPTO_rdrand /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38522024-04-05T03:24:24.759Z aws_lc_0_14_1_aes_hw_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38532024-04-05T03:24:24.759Z aws_lc_0_14_1_rsaz_1024_mul_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38542024-04-05T03:24:24.759Z aws_lc_0_14_1_aes_gcm_decrypt_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38552024-04-05T03:24:24.759Z aws_lc_0_14_1_rsaz_1024_sqr_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38562024-04-05T03:24:24.760Z aws_lc_0_14_1_gcm_init_clmul /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38572024-04-05T03:24:24.760Z aws_lc_0_14_1_rsaz_1024_norm2red_avx2 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38582024-04-05T03:24:24.760Z aws_lc_0_14_1_bn_mul_mont /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38592024-04-05T03:24:24.760Z aws_lc_0_14_1_gcm_gmult_clmul /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38602024-04-05T03:24:24.760Z aws_lc_0_14_1_gcm_gmult_ssse3 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38612024-04-05T03:24:24.760Z aws_lc_0_14_1_ecp_nistz256_ord_sqr_mont /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38622024-04-05T03:24:24.760Z aws_lc_0_14_1_sha512_block_data_order /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38632024-04-05T03:24:24.761Z aws_lc_0_14_1_aes_gcm_encrypt_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38642024-04-05T03:24:24.761Z aws_lc_0_14_1_ecp_nistz256_point_double /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38652024-04-05T03:24:24.761Z aws_lc_0_14_1_gcm_init_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38662024-04-05T03:24:24.761Z aws_lc_0_14_1_aes128gcmsiv_aes_ks_enc_x1 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38672024-04-05T03:24:24.762Z aws_lc_0_14_1_aes256gcmsiv_aes_ks_enc_x1 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38682024-04-05T03:24:24.762Z aws_lc_0_14_1_bn_power5 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38692024-04-05T03:24:24.762Z aws_lc_0_14_1_ChaCha20_ctr32 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(chacha.c.o)
38702024-04-05T03:24:24.763Z aws_lc_0_14_1_beeu_mod_inverse_vartime /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38712024-04-05T03:24:24.763Z aws_lc_0_14_1_aes_hw_xts_encrypt_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38722024-04-05T03:24:24.763Z aws_lc_0_14_1_aes_hw_xts_decrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38732024-04-05T03:24:24.763Z aws_lc_0_14_1_ecp_nistz256_neg /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38742024-04-05T03:24:24.763Z aws_lc_0_14_1_aes256gcmsiv_ecb_enc_block /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38752024-04-05T03:24:24.763Z aws_lc_0_14_1_aes128gcmsiv_ecb_enc_block /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38762024-04-05T03:24:24.764Z aws_lc_0_14_1_ecp_nistz256_ord_mul_mont /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38772024-04-05T03:24:24.764Z aws_lc_0_14_1_sha256_block_data_order /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38782024-04-05T03:24:24.764Z aws_lc_0_14_1_aesgcmsiv_polyval_horner /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38792024-04-05T03:24:24.764Z aws_lc_0_14_1_vpaes_decrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38802024-04-05T03:24:24.764Z aws_lc_0_14_1_aesgcmsiv_htable6_init /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38812024-04-05T03:24:24.765Z aws_lc_0_14_1_gcm_ghash_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38822024-04-05T03:24:24.765Z aws_lc_0_14_1_gcm_gmult_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38832024-04-05T03:24:24.765Z aws_lc_0_14_1_ecp_nistz256_mul_mont /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38842024-04-05T03:24:24.765Z aws_lc_0_14_1_vpaes_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38852024-04-05T03:24:24.765Z aws_lc_0_14_1_aesgcmsiv_htable_init /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38862024-04-05T03:24:24.765Z aws_lc_0_14_1_gcm_ghash_avx /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38872024-04-05T03:24:24.766Z aws_lc_0_14_1_gcm_init_avx /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38882024-04-05T03:24:24.766Z aws_lc_0_14_1_aesni_gcm_decrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38892024-04-05T03:24:24.766Z aws_lc_0_14_1_ecp_nistz256_select_w5 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38902024-04-05T03:24:24.766Z aws_lc_0_14_1_ecp_nistz256_select_w7 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38912024-04-05T03:24:24.766Z aws_lc_0_14_1_aes128gcmsiv_enc_msg_x4 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38922024-04-05T03:24:24.767Z aws_lc_0_14_1_aes128gcmsiv_enc_msg_x8 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(e_aesgcmsiv.c.o)
38932024-04-05T03:24:24.767Z aws_lc_0_14_1_vpaes_cbc_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38942024-04-05T03:24:24.767Z aws_lc_0_14_1_gcm_setiv_avx512 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38952024-04-05T03:24:24.767Z aws_lc_0_14_1_aes_hw_cbc_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38962024-04-05T03:24:24.767Z aws_lc_0_14_1_vpaes_ctr32_encrypt_blocks /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38972024-04-05T03:24:24.767Z aws_lc_0_14_1_aes_hw_ecb_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38982024-04-05T03:24:24.768Z aws_lc_0_14_1_aes_hw_xts_encrypt /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
38992024-04-05T03:24:24.768Z aws_lc_0_14_1_gcm_gmult_avx /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
39002024-04-05T03:24:24.768Z aws_lc_0_14_1_CRYPTO_rdrand_multiple8_buf /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
39012024-04-05T03:24:24.768Z aws_lc_0_14_1_bn_mul_mont_gather5 /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
39022024-04-05T03:24:24.768Z aws_lc_0_14_1_ecp_nistz256_sqr_mont /work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9be1c7a98a52542c.rlib(bcm.c.o)
39032024-04-05T03:24:24.768Z ld: fatal: symbol referencing errors. No output written to /work/oxidecomputer/omicron/target/debug/deps/installinator-d3d30c507183766d
39042024-04-05T03:24:24.769Z collect2: error: ld returned 1 exit status
39052024-04-05T03:24:24.769Z
39062024-04-05T03:24:24.769Z
39072024-04-05T03:24:25.046Zerror: could not compile `installinator` (lib test) due to 1 previous error
39082024-04-05T03:24:25.046Z
39092024-04-05T03:24:25.046ZCaused by:
39102024-04-05T03:24:25.046Z process didn't exit successfully: `/home/build/.rustup/toolchains/1.76.0-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=d3d30c507183766d -C extra-filename=-d3d30c507183766d --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-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1a6a5257d5aa89c1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6fbe6fb99d063a02.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05665f07365a9a25.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7c82928e711e413d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5a49a5ab9a408bf8.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-1f27a9802b9fb900.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ae959d173b52170a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2e56c643ba325bc9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0f9199e40b407e85.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2187f954123debec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6a320c1cc7ba2e27.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-07bc84d1f35650b0.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-b66aeafacde39639.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-50fffa62d52614d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ed2f51e99925c0f7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-43e8bfc39698ec38.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-49313a64ef3bc758.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-fe644a6e9ab5129e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-82ff708b8d2bcc8e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4af991461e570925.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-def097ac77c4c3f1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7db4c22f2b201ebf/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/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-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` (exit status: 1)
39112024-04-05T03:24:34.480Z
39122024-04-05T03:24:34.491Zreal 7:17.375377871
39132024-04-05T03:24:34.491Zuser 41:51.537036338
39142024-04-05T03:24:34.492Zsys 6:51.107269548
39152024-04-05T03:24:34.492Ztrap 1.223176569
39162024-04-05T03:24:34.492Ztflt 5.855267934
39172024-04-05T03:24:34.492Zdflt 3.925850936
39182024-04-05T03:24:34.492Zkflt 0.232714687
39192024-04-05T03:24:34.492Zlock 1:26:32.095005117
39202024-04-05T03:24:34.493Zslp 2:08:20.101289764
39212024-04-05T03:24:34.493Zlat 2:03.780095187
39222024-04-05T03:24:34.493Zstop 4:56.155615982
39232024-04-05T03:24:34.493Zprocess exited: duration 604154 ms, exit code 101
 
39242024-04-05T03:24:34.533Zfound 1 output files
39252024-04-05T03:24:34.533Zuploading: /work/crate-build-timings.json (468874 bytes)
39262024-04-05T03:24:35.590Zuploaded: /work/crate-build-timings.json